1
0
Fork 0
Commit Graph

1422 Commits

Author SHA1 Message Date
Wilfried Goesgens 8eb5bda729 Also notify the windows service facilities if we go down unexpectedly. 2016-06-03 14:30:33 +02:00
Frank Celler 22b454800d WIP 2016-06-01 23:03:00 +02:00
Frank Celler 1e25e5d262 Merge branch 'devel' of https://github.com/arangodb/arangodb into FMH
Conflicts:
	arangod/Cluster/HeartbeatThread.cpp
	arangod/RestServer/RestServerFeature.cpp
2016-06-01 16:25:13 +02:00
Frank Celler 963449d5f7 WIP 2016-06-01 13:37:13 +02:00
Jan Steemann d7cfba3527 added (experimental) REGEX function 2016-05-31 17:59:35 +02:00
Kaveh Vahedipour 7b440f94dc Moving Job classes out of Supervision 2016-05-31 16:28:54 +02:00
Alan Plum fd21405566
Typo
[skip-ci]
2016-05-31 14:58:44 +02:00
Alan Plum 76be53e57c
Don't throw generic errors in Foxx manager 2016-05-31 14:45:59 +02:00
jsteemann 8c0307becb added SmallVector optimization 2016-05-31 11:10:11 +02:00
jsteemann db00e46772 added optimized StringUtils::uint64_trusted() 2016-05-30 22:45:28 +02:00
jsteemann 01b3c8f99b fix lockfile handling 2016-05-27 14:08:14 +02:00
Max Neunhoeffer b45461d56f Try to fix a shutdown memory leak. 2016-05-27 00:10:07 +02:00
Jan Steemann fd5301ee16 changed lock type 2016-05-25 15:18:56 +02:00
jsteemann 14c3946303 simplified compare function 2016-05-24 17:56:06 +02:00
jsteemann 730fdfb4dd lol self 2016-05-23 18:01:00 +02:00
jsteemann 7080f8293d various AQL changes
added behavior of TO_STRING() for arrays and objects
added C++ implementation for CONTAINS() function
added memmem implementation for Windows
2016-05-23 17:10:15 +02:00
Max Neunhoeffer 6c355cf420 Fix windows for TRI_SuspendExternalProcess NOP. 2016-05-19 16:28:20 +02:00
Max Neunhoeffer aa720cadda Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-05-19 14:18:59 +02:00
jsteemann dd0fd3df90 added x-arango-start-thread header feature 2016-05-19 14:15:59 +02:00
Max Neunhoeffer a73b348e77 Add TRI_SuspendExternalProcess and TRI_ContinueExternalProcess for Unix. 2016-05-19 14:06:57 +02:00
jsteemann 646a8becca added unlock() methods 2016-05-17 19:52:17 +02:00
jsteemann 85688198d2 don't copy as much 2016-05-16 21:33:38 +02:00
jsteemann ec92c1b3c3 re-use buffer for log messages to save mallocs 2016-05-16 21:33:00 +02:00
Frank Celler 9dbba248de added fillBody 2016-05-13 15:14:44 +02:00
Frank Celler dc6cb6f2c8 .S files must be in capital case to have preprocessor handle them 2016-05-12 15:20:14 +00:00
jsteemann 5be32e9fe5 attempt to speed up dumper 2016-05-12 16:46:52 +02:00
Jan Steemann e3b7be5c7a attempt to speed up dumper a bit 2016-05-12 16:25:06 +02:00
jsteemann ace3d4b900 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-12 09:07:47 +02:00
Kaveh Vahedipour ed94cbbdcc cluster supervision moves broken leaders 2016-05-12 08:36:41 +02:00
jsteemann 61b24c5b47 optimizations 2016-05-11 22:16:15 +02:00
jsteemann 130493d481 micro optimizations 2016-05-11 21:02:20 +02:00
Frank Celler bf16086623 moved SSL files into separate directory 2016-05-11 16:34:03 +02:00
Kaveh Vahedipour b4a5d49969 git push
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-05-11 14:59:53 +02:00
Kaveh Vahedipour be61bb0311 cluster supervision moves broken leaders 2016-05-11 14:59:40 +02:00
Kaveh Vahedipour 5f8f8a628a cluster supervision moves broken leaders 2016-05-11 14:59:10 +02:00
jsteemann a847c1639b Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-11 14:06:58 +02:00
jsteemann 98f0ad81a6 micro optimizations 2016-05-11 14:06:47 +02:00
Max Neunhoeffer b80a27a516 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-05-11 13:04:15 +02:00
Max Neunhoeffer d4cb11156c Take out apple ifdefs in crc4.s because it is not used on OSX. 2016-05-11 13:03:56 +02:00
jsteemann bfd5596359 optimizations 2016-05-11 11:50:07 +02:00
Jan Steemann 912383ca68 cppcheck 2016-05-10 20:13:55 +02:00
jsteemann 0ce8599598 fixes for MSVC 2016-05-10 19:01:21 +02:00
jsteemann 7b57b84393 constexpr 2016-05-10 17:14:18 +02:00
jsteemann 30525fccee use StaticStrings 2016-05-10 17:01:34 +02:00
jsteemann 61be9321a7 removed unused code 2016-05-10 16:04:10 +02:00
jsteemann f90a9fce18 handle "Connection" and "Content-Type" headers separately 2016-05-10 15:24:55 +02:00
Max Neunhoeffer f3130596a9 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-05-10 14:50:58 +02:00
Max Neunhoeffer 8b94a8f73a Take out .align statements on apple. 2016-05-10 14:50:43 +02:00
Michael Hackstein ffb5ec8159 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-05-10 14:47:27 +02:00
Max Neunhoeffer efb9004340 Activate crc4, new assembler optimizations.
Only on x86_64 and if not overridden.
2016-05-10 13:16:02 +02:00