1
0
Fork 0
Commit Graph

36919 Commits

Author SHA1 Message Date
Wilfried Goesgens 9c8c6f80c2 its lowercase. 2017-02-20 18:12:04 +01:00
Wilfried Goesgens 8a1a759606 don't glob - we know the filenames 2017-02-20 18:02:49 +01:00
Wilfried Goesgens 9eddbc6735 give windows cmake a windows path 2017-02-20 18:02:33 +01:00
Wilfried Goesgens 83738b8434 add empty configuration file 2017-02-20 17:22:52 +01:00
Wilfried Goesgens 0b5b33009b output which file we strive to read 2017-02-20 17:21:24 +01:00
Wilfried Goesgens b75a9e7be0 fix calculation of relative include files - look in same directory as the current file 2017-02-20 16:43:54 +01:00
Wilfried Goesgens a5025e0b02 fix client package filename calculation 2017-02-20 16:43:24 +01:00
Wilfried Goesgens 110e548a9a streamline import process; fix arangoexport 2017-02-20 15:35:34 +01:00
jsteemann 8ce7f6558d simplifications 2017-02-20 09:51:40 +01:00
Michael Hackstein fea2dbad79 Fixed compiler warning in Query.cpp 2017-02-20 09:21:54 +01:00
jsteemann fd47ba6e99 remove unused linenoise from client tools except arangosh 2017-02-20 08:45:08 +01:00
jsteemann be8d6b0a9e simplifications 2017-02-17 20:55:52 +01:00
jsteemann ea87cc52b7 simplifications 2017-02-17 17:10:13 +01:00
jsteemann 88db5c4a15 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-02-17 16:40:19 +01:00
Wilfried Goesgens f38de86b29 remove debug message 2017-02-17 16:16:34 +01:00
jsteemann 535eca3ae0 make ctor explicit 2017-02-17 15:56:55 +01:00
jsteemann 10ddb52964 remove unused property 2017-02-17 15:41:45 +01:00
jsteemann 7753adc8b4 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-02-17 12:25:47 +01:00
hkernbach ccece3e518 changelog 2017-02-17 11:27:12 +01:00
hkernbach 0074e8e39b grunt build 2017-02-17 11:24:29 +01:00
hkernbach 399cf4d9c3 css 2017-02-17 11:14:28 +01:00
hkernbach a50f81b1ac ui: queries now using cursors api - issue #2065 2017-02-17 11:14:16 +01:00
jsteemann 9f4cf4c3f0 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-02-16 21:40:36 +01:00
Wilfried Goesgens d3291a1137 remove crosscompile hack - it doesn't work anymore 2017-02-16 18:13:43 +01:00
jsteemann 55c48016e2 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-02-16 16:04:03 +01:00
jsteemann 37721198e7 updated CHANGELOG 2017-02-16 16:03:56 +01:00
Andreas Streichardt d6c45d2961 add changlog entry for stacktrace log messages 2017-02-16 16:03:39 +01:00
jsteemann 3e7432ccd6 clean up write lockers a bit 2017-02-16 15:44:45 +01:00
jsteemann af17235242 fix too early closing of sockets 2017-02-16 15:42:13 +01:00
Max Neunhoeffer c37dcd5c5e Fix a shell script used during build. 2017-02-16 13:54:35 +01:00
Max Neunhoeffer e00cf05e08 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2017-02-16 13:43:14 +01:00
Max Neunhoeffer 38812fa9d2 Lower log level to debug in shutdown message. 2017-02-16 13:40:45 +01:00
Jan Christoph Uhde 6ac5aa9691 fix spelling 2017-02-16 13:39:15 +01:00
jsteemann e7a0b181e6 fix potential deadlock 2017-02-16 12:04:36 +01:00
Simran Brucherseifer 8b63f116e9 Docs: improve AQL LIMIT and RETURN descriptions 2017-02-15 19:35:24 +01:00
Alan Plum 90c538b7a4
Not undefined
[skip ci]
2017-02-15 18:32:56 +01:00
jsteemann a743ec4320 Merge branch 'engine-api' of https://github.com/arangodb/arangodb into devel 2017-02-15 16:55:35 +01:00
Michael Hackstein 94fbfaa453 Moved the entire logic of open() to the Physical collection. It is different for each StorageEngine. 2017-02-15 16:26:55 +01:00
Andreas Streichardt 8de9941df5 Also remove from includes 2017-02-15 16:18:41 +01:00
Andreas Streichardt c8302bc50d Remove useless methods 2017-02-15 16:16:16 +01:00
Wilfried Goesgens b6906e840f move symbol server to the build.sh 2017-02-15 15:55:20 +01:00
Michael Hackstein d82e72f7fc Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api 2017-02-15 15:48:39 +01:00
Michael Hackstein c3ff82f4e1 Moved version management to MMFiles collection. Logical does not need to know it. Removed PhysicalCollection inclode from logicical collection. Now we should rebuild less code whan changing sth in storage engine. 2017-02-15 15:48:33 +01:00
jsteemann 97728e51c1 simplifications 2017-02-15 15:19:40 +01:00
jsteemann ce853ffa64 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-02-15 14:46:58 +01:00
Michael Hackstein 71a004492a Merge branch 'devel' of github.com:arangodb/arangodb into engine-api 2017-02-15 14:35:34 +01:00
Andreas Streichardt 43692a97a2 Fixed unused variable 2017-02-15 14:10:44 +01:00
jsteemann e8a9d1347e attempt to fix build with picky compilers 2017-02-15 13:59:03 +01:00
Simran Brucherseifer 6601299373 Docs: make links bold in hint boxes 2017-02-15 13:21:15 +01:00
jsteemann 3f34efc1bb remove _resolver property 2017-02-15 13:13:43 +01:00