Jan Steemann
|
f5c3ee89c7
|
renamed last C files
|
2014-09-13 23:29:53 +02:00 |
Jan Steemann
|
aa20c9e980
|
renamed last C files...
|
2014-09-13 22:38:25 +02:00 |
Jan Steemann
|
506936dcdb
|
rename orgy
|
2014-09-13 02:35:13 +02:00 |
Jan Steemann
|
669cb3b235
|
renamed files
|
2014-09-13 01:44:01 +02:00 |
Jan Steemann
|
953b8cdfe3
|
renamed files
|
2014-09-13 00:34:48 +02:00 |
Jan Steemann
|
0dc0bc834f
|
more files renamed
|
2014-09-13 00:20:30 +02:00 |
Jan Steemann
|
87afcf5e8d
|
the great rename
|
2014-09-13 00:10:11 +02:00 |
Jan Steemann
|
6552490cbe
|
Merge branch 'aql2' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
arangod/Aql/ExecutionNode.cpp
arangod/Aql/ExecutionNode.h
arangod/Aql/ExecutionPlan.cpp
arangod/Aql/OptimizerRules.cpp
|
2014-09-12 15:17:50 +02:00 |
Jan Steemann
|
a5c52998e8
|
remove redundant calculations
|
2014-09-12 15:10:48 +02:00 |
Max Neunhoeffer
|
d6268fc75b
|
Fix a but where a type argument was unused.
|
2014-09-12 14:42:26 +02:00 |
Jan Steemann
|
ce104ce81a
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
|
2014-09-10 13:29:17 +02:00 |
Jan Steemann
|
e653552c5e
|
issue #997: added large file support for Windows
|
2014-09-10 13:12:18 +02:00 |
Willi Goesgens
|
be1c84f480
|
Exceptions: don't print Backtraces if the exception is handled in the subsequent js code.
|
2014-08-29 12:15:19 +02:00 |
Willi Goesgens
|
91d420ea07
|
Merge branch 'aql2' of github.com:triAGENS/ArangoDB into aql2
|
2014-08-25 13:33:59 +02:00 |
Willi Goesgens
|
e65a53475b
|
improve Exceptionhandling
- add backtraces
- derive public from std::exception so the usual catch to these kicks in.
|
2014-08-25 13:31:53 +02:00 |
James
|
09f945eaf7
|
added some constructors for Json with TRI_json_t const* as arg.
|
2014-08-25 13:05:48 +02:00 |
Jan Steemann
|
7330597f15
|
fixed ambigious method JsonHelper::getStringValue
|
2014-08-22 21:53:29 +02:00 |
Jan Steemann
|
a70a9613f6
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
lib/BasicsC/voc-errors.h
|
2014-08-22 21:51:38 +02:00 |
Max Neunhoeffer
|
3413eec1b7
|
Fix a merge mistake.
|
2014-08-22 17:03:45 +02:00 |
Max Neunhoeffer
|
4b229c5873
|
Merge branch 'aql2' of ssh://github.com/triAGENS/ArangoDB into aql2
Conflicts:
lib/Basics/JsonHelper.h
|
2014-08-22 17:02:06 +02:00 |
James
|
931aaee618
|
Merge branch 'aql2' of ssh://github.com/triAGENS/ArangoDB into aql2
Conflicts:
arangod/Aql/OptimizerRules.cpp
|
2014-08-22 16:19:01 +02:00 |
James
|
4c49a3be5e
|
deserialising of IndexRangeNode almost completed.
|
2014-08-22 16:17:10 +02:00 |
James
|
0c4f8c1466
|
adding some more helper functions to get json array entries.
|
2014-08-22 15:05:08 +02:00 |
Max Neunhoeffer
|
e5f09bfd87
|
Fix an invalid throw() by removing it.
|
2014-08-22 13:46:33 +02:00 |
Jan Steemann
|
0f03ca0a2b
|
cppcheck
|
2014-08-22 12:50:06 +02:00 |
Willi Goesgens
|
37a636d929
|
Add deleted constructor to avoid the compiler falling through to the bool constructor in case of missuse.
|
2014-08-20 16:56:52 +02:00 |
Jan Steemann
|
99ce138c12
|
fixed creation of subqueries from JSON input
|
2014-08-19 18:51:11 +02:00 |
Willi Goesgens
|
49126ea6c1
|
empty change
|
2014-08-19 16:10:38 +02:00 |
Frank Celler
|
9fa3d22d6c
|
towards new dispatcher interface
|
2014-08-18 23:37:32 +02:00 |
Max Neunhoeffer
|
1e592cebb9
|
Delete const copy constructor for better error messages.
|
2014-08-15 16:38:34 +02:00 |
Max Neunhoeffer
|
86055a7773
|
Further cleanup of Json wrapper class.
|
2014-08-15 14:38:10 +02:00 |
Max Neunhoeffer
|
21eda8a212
|
Withdraw some operator magic for Json wrapper class.
|
2014-08-15 13:29:01 +02:00 |
Max Neunhoeffer
|
28f0d7be05
|
Sort out TRI_CompareValuesJson to use UTF8 on demand.
|
2014-08-13 14:22:05 +02:00 |
Jan Steemann
|
a2061f66a3
|
Merge branch 'aql2' of https://github.com/triAGENS/ArangoDB into aql2
|
2014-08-11 14:54:25 +02:00 |
Jan Steemann
|
24f1f979d0
|
fixed jsonification of values
|
2014-08-11 14:54:14 +02:00 |
Max Neunhoeffer
|
e065c1e507
|
Fix a bug in JsonHelper about autofree.
|
2014-08-11 14:28:34 +02:00 |
James
|
a4f357c15e
|
EnumerateListBlock now working for JSON lists and prepended "explicit" to Json constructors..
|
2014-08-08 09:43:54 +02:00 |
Max Neunhoeffer
|
87a36596b1
|
Change Json format of ExecutionPlans.
|
2014-07-30 15:20:09 +02:00 |
Jan Steemann
|
f4e8775ddc
|
nicer parser error messages
|
2014-07-30 12:30:06 +02:00 |
Jan Steemann
|
641d35b906
|
added static v8-basic optimizations
|
2014-07-29 12:52:37 +02:00 |
Max Neunhoeffer
|
f3a5aefffb
|
Forgot one.
|
2014-07-28 16:26:50 +02:00 |
Jan Steemann
|
765e44e80b
|
execution v0.0000001
|
2014-07-28 15:51:38 +02:00 |
Max Neunhoeffer
|
aa7e24495f
|
Take out debugging output.
|
2014-07-25 15:16:34 +02:00 |
Max Neunhoeffer
|
7c983d0f7b
|
Fix memory allocation issues in Json class.
|
2014-07-25 15:09:13 +02:00 |
Max Neunhoeffer
|
b6122ad3dc
|
Snapshot, this version has memcheck problems.
|
2014-07-25 14:25:22 +02:00 |
Max Neunhoeffer
|
067b740146
|
Comment and finalise Json wrapper class.
|
2014-07-25 10:33:54 +02:00 |
Max Neunhoeffer
|
fc83eed330
|
Add an explicit steal() method to Json.
|
2014-07-25 00:31:50 +02:00 |
Max Neunhoeffer
|
f1bcf6e264
|
Fix operator= for Json objects.
|
2014-07-25 00:07:20 +02:00 |
Max Neunhoeffer
|
6a1203405f
|
Add Json wrapper class to JsonHelpers.
|
2014-07-24 23:41:06 +02:00 |
Jan Steemann
|
0e5679693c
|
fixed compile warnings
|
2014-07-01 13:17:46 +02:00 |
Jan Steemann
|
f2ed881227
|
upgrade error message
|
2014-06-29 00:18:42 +02:00 |
Jan Steemann
|
76de1ae762
|
cppcheck
|
2014-06-27 22:20:17 +02:00 |
Jan Steemann
|
067dbf63b2
|
WAL recovery
|
2014-06-27 19:11:41 +02:00 |
Frank Celler
|
28f4433bff
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
arangod/Wal/LogfileManager.cpp
|
2014-06-20 16:43:28 +02:00 |
Jan Steemann
|
5556cd8dad
|
fixed startup on Windows
|
2014-06-20 16:42:21 +02:00 |
Frank Celler
|
6936972d08
|
updated disclaimer
|
2014-06-20 16:41:35 +02:00 |
Jan Steemann
|
7e52ebbc3b
|
fixes for Visual Studio
|
2014-06-20 15:46:33 +02:00 |
Jan Steemann
|
a6bb3985bd
|
removed doxygen comments
|
2014-06-18 22:15:10 +02:00 |
Jan Steemann
|
5fb901d713
|
cppcheck
|
2014-06-18 21:27:53 +02:00 |
Jan Steemann
|
9fc03ec85f
|
cppcheck
|
2014-06-18 21:13:20 +02:00 |
Jan Steemann
|
51cb9257e5
|
speed up string-buffer reusage by simplehttpclient
|
2014-06-14 01:24:43 +02:00 |
Jan Steemann
|
dae5a5151d
|
call (still empty) WAL recovery procedure at startup
|
2014-06-12 11:28:48 +02:00 |
Jan Steemann
|
362838ae69
|
TRI_ASSERT
|
2014-06-06 11:25:19 +02:00 |
Jan Steemann
|
edd97f9bf3
|
removed doxygen comments
|
2014-06-03 17:35:44 +02:00 |
Jan Steemann
|
b7b6dafce9
|
removed libraryloader
|
2014-06-02 15:46:54 +02:00 |
Jan Steemann
|
2c934cf1aa
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into mjmh
Conflicts:
arangod/RestServer/ArangoServer.cpp
arangod/V8Server/ApplicationV8.cpp
|
2014-06-02 09:52:05 +02:00 |
Jan Steemann
|
5962e9dfc4
|
added std::19337
|
2014-05-31 02:56:18 +02:00 |
Max Neunhoeffer
|
ff1dfdd55f
|
Header cleanup: use #include "Basics/Common.h" in all C++ files.
|
2014-05-21 15:50:30 +02:00 |
Max Neunhoeffer
|
0af211c1e5
|
More header cleanups.
|
2014-05-21 13:42:41 +02:00 |
Jan Steemann
|
36567df644
|
removed libbson
|
2014-05-16 20:32:05 +02:00 |
Jan Steemann
|
2bc4aa90af
|
fixed issues found by scan-build
|
2014-05-15 10:09:06 +02:00 |
Jan Steemann
|
9f7923ace3
|
fixed VS warnings
|
2014-05-13 13:39:42 +02:00 |
Jan Steemann
|
3f6d28de8d
|
fixed VS warnings
|
2014-05-13 12:44:00 +02:00 |
Jan Steemann
|
6011994329
|
added atomic header
|
2014-05-12 18:05:25 +02:00 |
Jan Steemann
|
14813638dd
|
removed boost
|
2014-05-12 17:22:42 +02:00 |
Jan Steemann
|
ed50f3656d
|
added unordered_map and unordered_set
|
2014-05-12 17:09:26 +02:00 |
Esteban Lombeyda
|
9c1d39c1f4
|
Some Windows Warnings are avoided
|
2014-05-12 16:48:05 +02:00 |
Jan Steemann
|
2e17f4bcd7
|
cppcheck
|
2014-05-09 00:21:17 +02:00 |
Max Neunhoeffer
|
df68f47338
|
Use StringBuffer in SimpleHttpResult rather than stringstream.
|
2014-05-07 16:35:40 +02:00 |
Frank Celler
|
990a041bbd
|
added local directory to search path
|
2014-05-04 21:24:52 +02:00 |
Jan Steemann
|
eb7a94a861
|
fixed compile warning
|
2014-04-08 13:21:25 +02:00 |
Max Neunhoeffer
|
5dc976ad45
|
Improve BsonHelper interface.
|
2014-04-07 15:07:22 +02:00 |
Max Neunhoeffer
|
ac20acbda3
|
Draft of BsonHelper done.
|
2014-04-07 10:27:04 +02:00 |
Max Neunhoeffer
|
7410545842
|
First version of C++ frontend for libbson.
Appending and setup OK.
Read access not yet done.
|
2014-04-04 16:56:49 +02:00 |
Max Neunhoeffer
|
41befb9d85
|
Move BSON to C++.
|
2014-04-04 12:51:45 +02:00 |
Jan Steemann
|
50f2ffaaaf
|
fixed misbehaving memory barriers for Visual Studio 2013
seems we are affected by the issue described here:
http://lists.schmorp.de/pipermail/libev/2014q1/002318.html
|
2014-04-02 14:19:40 +02:00 |
Max Neunhoeffer
|
dde446fb28
|
Optimise hash tables by no longer using % for wraparound.
|
2014-03-24 14:04:24 +01:00 |
Jan Steemann
|
79defc2ef1
|
-Wunreachable-code reverted. Visual Studio doesn't like it
|
2014-03-06 11:36:58 +01:00 |
Jan Steemann
|
c5c294aa6b
|
-Wunreachable-code
|
2014-03-06 11:30:38 +01:00 |
Jan Steemann
|
3451c8a03e
|
fixed createNonce call
|
2014-03-05 10:46:52 +01:00 |
Frank Celler
|
b01d9d77e7
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into sharding
Conflicts:
arangod/RestServer/ArangoServer.cpp
arangod/V8Server/ApplicationV8.cpp
arangod/V8Server/ApplicationV8.h
arangod/V8Server/v8-actions.cpp
js/apps/system/aardvark/frontend/js/bootstrap/module-internal.js
js/apps/system/aardvark/frontend/scss/generated.css
js/server/version-check.js
lib/Dispatcher/Job.h
lib/GeneralServer/GeneralServerJob.h
|
2014-02-20 21:02:07 +01:00 |
Frank Celler
|
730da7623a
|
added periodic tasks and statistics historian
|
2014-02-20 20:29:55 +01:00 |
Jan Steemann
|
79408d479a
|
removed unused functions
|
2014-02-19 11:44:51 +01:00 |
Frank Celler
|
739900fc2f
|
try to force abort
|
2014-02-13 12:06:52 +01:00 |
Jan Steemann
|
1b08bc6582
|
start up the HTTP server when starting ArangoDB in console mode
|
2014-01-27 09:45:26 +01:00 |
Max Neunhoeffer
|
0b2ff098f3
|
Start to use shared_ptr from boost.
|
2014-01-22 16:20:34 +01:00 |
Max Neunhoeffer
|
6b4bbe5d04
|
Fix a description of two methods.
|
2014-01-17 10:59:23 +01:00 |
Jan Steemann
|
4a805062bb
|
changed internal APIs
|
2014-01-15 13:36:38 +01:00 |
Michael Hackstein
|
9f3479f5b6
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
Conflicts:
utils/Makefile.files
|
2014-01-10 17:41:52 +01:00 |
Jan Steemann
|
3309743c1a
|
moved some collection parameters around
|
2014-01-07 11:02:49 +01:00 |