Mark
3bd5c27c0c
changes for Visual Studio
2016-08-19 17:22:57 +02:00
Jan Christoph Uhde
e2cc11e22a
better reporting of errors
2016-08-19 14:23:11 +02:00
Jan Christoph Uhde
5a236bbade
fix number of payloads
2016-08-19 13:52:46 +02:00
Jan Christoph Uhde
3a9867f86d
merge with frank
2016-08-19 10:00:43 +02:00
Jan Christoph Uhde
61cb8f561f
Merge remote-tracking branch 'origin/obi-velocystream-frank' into obi-velocystream
...
* origin/obi-velocystream-frank:
fixed ownership of handler
Conflicts:
arangod/GeneralServer/VppCommTask.cpp
2016-08-19 09:58:27 +02:00
Frank Celler
aed99f6b53
fixed ownership of handler
2016-08-18 23:06:36 +02:00
Jan Christoph Uhde
e5794ac583
enable handling of multiple vpacks in a message
2016-08-18 11:44:03 +02:00
Jan Christoph Uhde
48ac791dd6
prepare auth
2016-08-18 08:36:42 +02:00
Jan Christoph Uhde
34c0aa3540
Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into obi-velocystream-test
...
* 'engine-vs-velocystream' of github.com:arangodb/arangodb: (30 commits)
potentially fix thread pool shutdown issues
Remove the boost documentation. The wintendo can't stand long filenames in 2016
move CleanupThread into engine
Revert "Disable testcases for now, it triggers the crash on windows."
slightly improve execution logic
grunt build
improved gv
removed obsolete defines
assert a certain size
removed unused version attribute
removed unused method
removed unused attributes
removed unused enum
privatized
Revert "Remove iconv-lite"
privatize some compaction infos
changed index detection
removed unused files
privatize method
privatized method
...
2016-08-17 13:25:37 +02:00
Jan Christoph Uhde
3fb68c632d
handleSimpleError now respects messageId
2016-08-17 13:22:31 +02:00
Jan Christoph Uhde
21a9f64538
remove: _request from CommTask and contentType from setPayload()
2016-08-17 09:29:23 +02:00
Jan Christoph Uhde
341891ed74
clang format
2016-08-16 13:33:16 +02:00
Jan Christoph Uhde
6f2ce0cd5a
make better use of readbuffer
2016-08-16 13:32:30 +02:00
jsteemann
d5af72f47f
fix typo in method name
2016-08-16 13:11:39 +02:00
Jan Christoph Uhde
9afe3a1016
fix buffer clean up
2016-08-16 10:58:20 +02:00
Jan Christoph Uhde
a3328dc944
avoid bug that occurred during buffer resize by allocating up front
2016-08-16 10:28:31 +02:00
Jan Christoph Uhde
a7229bb698
i fix type of execepton so it gets caught
2016-08-16 09:29:02 +02:00
Jan Christoph Uhde
b50659ed27
avoid dumper exception
2016-08-16 09:12:54 +02:00
Jan Christoph Uhde
d142dc6b08
Merge branch 'obi-velocystream' of github.com:arangodb/arangodb into obi-velocystream
...
* 'obi-velocystream' of github.com:arangodb/arangodb:
added handleSimpleError for database not found
2016-08-16 08:52:51 +02:00
Jan Christoph Uhde
1d1e19678d
failed try to resolve externals
2016-08-15 22:58:21 +02:00
a-brandt
758cc8c985
added handleSimpleError for database not found
2016-08-15 17:05:35 +02:00
Jan Christoph Uhde
e511cd4ab9
silence complier warnings
2016-08-15 15:18:10 +02:00
Jan Christoph Uhde
e62b4f69d6
add better logging and clean up code
2016-08-12 15:05:03 +02:00
Jan Christoph Uhde
3d4e1f6922
clean up code
2016-08-11 16:44:12 +02:00
Jan Christoph Uhde
a1d6909f88
make use of generateBody in payload and fix some bugs in VppCommTask
2016-08-11 13:20:58 +02:00
Jan Christoph Uhde
fa42f55545
clang format
2016-08-10 20:08:17 +02:00
Jan Christoph Uhde
fe84762bef
fix header of velocypack chunks
2016-08-10 16:42:42 +02:00
Jan Christoph Uhde
c4444ae4e4
fix vppCommTask - do not return true when false should be returned
2016-08-10 15:17:31 +02:00
Jan Christoph Uhde
da0c40cff7
server should now reply
2016-08-10 11:11:26 +02:00
Jan Christoph Uhde
8f6ff64d00
fix errors in vpp protocol
2016-08-09 19:09:24 +02:00
Jan Christoph Uhde
01c1c09d5a
add first vpack test -- content type has to be fixed first
2016-08-04 13:32:25 +02:00
Jan Christoph Uhde
54eda61754
connect response to CommTask WriteBuffers
2016-08-03 16:08:04 +02:00
Jan Christoph Uhde
cae1d47e5d
fix build errors
2016-08-03 09:42:20 +02:00
Jan Christoph Uhde
cb275e239f
add: clean buffer for VppCommTask
2016-08-03 09:20:22 +02:00
Jan Christoph Uhde
08cc5c543e
remove unused code - small fixes
2016-08-02 15:57:30 +02:00
Jan Christoph Uhde
3e6c7617d0
small improvements
2016-08-01 08:54:27 +02:00
Jan Christoph Uhde
5f370e0f46
reading vpp should work now!
2016-07-29 11:03:26 +02:00
Jan Christoph Uhde
d574570174
Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into obi-velocystream-4
...
* 'engine-vs-velocystream' of github.com:arangodb/arangodb: (70 commits)
fixed undefined behavior
fixed tests
Latest performance measuring scripts and analysis program.
moved dropCollection into TRI_vocbase_t
make ctor explicit
Improve error handling
removed unused consts
Fix ssl tests (CORS)
more refactoring
some vocbase refactoring
updated CHANGELOG
added thread affinity for MacOSX
moved query id generation
refactoring
Fix testing.js
Docs: make examples clearer that require modules, add note about aqlQuery -> aql
Docs (arangosh): aqlQuery -> aql
reactivate TickIterator
refactoring
New script version.
...
2016-07-28 16:36:36 +02:00
Jan Christoph Uhde
4f00b0a48e
silence compiler warning
2016-07-28 16:16:56 +02:00
jsteemann
ebaabdb076
Merge branch 'obi-velocystream-4' of https://github.com/arangodb/arangodb into engine-vs-velocystream
2016-07-28 16:11:26 +02:00
Jan Christoph Uhde
fa0015e658
add: implemented part of VppCommTask
2016-07-28 13:58:51 +02:00
Jan Christoph Uhde
732c182388
fix building
2016-07-27 12:08:07 +02:00
Jan Christoph Uhde
3f57335fe4
with error
2016-07-27 11:48:21 +02:00
Jan Christoph Uhde
b8c705868e
Split Http- and HttpsCommTask
...
add .ctags_exclude and new CommTasks
move some code form GeneralCommTask to HttpCommTask
move more code into HttpCommTask
fix ording or initialization
if access of classes
make _requestAsHttp() private
more cleanup
2016-07-23 01:17:48 +02:00