Max Neunhoeffer
|
183cd3eb40
|
Sort out temporary directory creation with individual names.
|
2014-10-16 20:08:21 +02:00 |
Jan Steemann
|
766faddaf1
|
changed copyright from triAGENS GmbH to ArangoDB in ArangoShell
|
2014-10-14 13:54:38 +02:00 |
Jan Steemann
|
dbf964e204
|
small optimizations
|
2014-09-24 12:09:13 +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 |
Max Neunhoeffer
|
2820afdcc2
|
Remove many extern "C" declarations that are no longer needed.
|
2014-05-22 10:19:03 +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
|
2857f4619c
|
removed v8 dependency from the build
|
2014-05-16 21:52:50 +02:00 |
Jan Steemann
|
47314d9af6
|
fixed wrong usage of stringbuffer
|
2014-05-08 08:42:56 +02:00 |
Jan Steemann
|
587c2aef64
|
issue #744
Conflicts:
lib/ApplicationServer/ApplicationServer.cpp
|
2014-01-23 09:58:18 +01:00 |
Jan Steemann
|
7c4944de83
|
added --server.ssl-protocol option for client tools
Conflicts:
arangosh/Benchmark/BenchmarkThread.h
lib/GeneralServer/SslAsyncCommTask.h
|
2013-12-13 17:58:24 +01:00 |
Jan Steemann
|
4f50b98c45
|
removed second logger implementation
|
2013-10-30 00:38:25 +01:00 |
Frank Celler
|
5afa8ceeb1
|
fixed typo in ifdef
|
2013-10-18 15:10:22 +02:00 |
Jan Steemann
|
860ed964c3
|
simplify build.h
|
2013-08-28 22:20:06 +02:00 |
Jan Steemann
|
7cb6b7d922
|
simplified build.h stuff
|
2013-08-28 19:57:07 +02:00 |
Jan Steemann
|
ca6b184286
|
added TRI_JSON_STRING_REFERENCE
|
2013-07-10 17:00:29 +02:00 |
Jan Steemann
|
9770eeeb87
|
removed duplicate declaration of HTTP status codes
|
2013-07-01 12:52:20 +02:00 |
Frank Celler
|
e98a22a31c
|
added suffix .history to history files
|
2013-05-10 10:59:53 +02:00 |
Frank Celler
|
f810711a79
|
FreeBSD port
|
2013-04-02 18:43:10 +02:00 |
Frank Celler
|
1aa5109fa3
|
updated disclaimer
|
2013-03-13 17:03:18 +01:00 |
Frank Celler
|
1345a1c08c
|
updated examples, VERSION, removed uneeded include
|
2013-03-03 22:59:39 +01:00 |
Frank Celler
|
45c815b7eb
|
fixed issue #403: Usage of exit() etc.
|
2013-02-15 12:19:09 +01:00 |
Jan Steemann
|
7d99d900c6
|
unified history file locations
|
2013-01-31 10:58:59 +01:00 |
Jan Steemann
|
ca4d6f87db
|
fixed file inclusion
|
2012-11-23 13:49:09 +01:00 |
Jan Steemann
|
bc94851026
|
fixed compile warnings
|
2012-11-23 13:18:00 +01:00 |
Frank Celler
|
4804f2b324
|
fixed arangoirb compile error
|
2012-11-13 15:57:38 +01:00 |
Jan Steemann
|
f78dae4634
|
replaced new/delete with stack objects
|
2012-10-16 00:29:00 +02:00 |
Jan Steemann
|
9ad301a044
|
fixed mruby
|
2012-09-25 16:38:01 +02:00 |
Frank Celler
|
352c093f81
|
merged with 1.0
|
2012-09-21 10:10:34 +02:00 |
Frank Celler
|
e9b1e1c58f
|
Merge branch '1.0' of github.com:triAGENS/ArangoDB into devel
Conflicts:
3rdParty/mruby/include/mrbconf.h
3rdParty/mruby/include/mruby.h
3rdParty/mruby/include/mruby/array.h
3rdParty/mruby/include/mruby/khash.h
3rdParty/mruby/include/mruby/object.h
3rdParty/mruby/include/mruby/variable.h
3rdParty/mruby/mrblib/error.rb
3rdParty/mruby/mrblib/print.rb
3rdParty/mruby/src/array.c
3rdParty/mruby/src/cdump.c
3rdParty/mruby/src/class.c
3rdParty/mruby/src/codegen.c
3rdParty/mruby/src/error.c
3rdParty/mruby/src/gc.c
3rdParty/mruby/src/init.c
3rdParty/mruby/src/kernel.c
3rdParty/mruby/src/math.c
3rdParty/mruby/src/numeric.c
3rdParty/mruby/src/object.c
3rdParty/mruby/src/parse.y
3rdParty/mruby/src/pool.c
3rdParty/mruby/src/proc.c
3rdParty/mruby/src/range.c
3rdParty/mruby/src/sprintf.c
3rdParty/mruby/src/state.c
3rdParty/mruby/src/string.c
3rdParty/mruby/src/struct.c
3rdParty/mruby/src/symbol.c
3rdParty/mruby/src/time.c
3rdParty/mruby/src/variable.c
3rdParty/mruby/src/vm.c
3rdParty/mruby/src/y.tab.c
3rdParty/mruby/test/assert.rb
3rdParty/mruby/test/t/array.rb
3rdParty/mruby/test/t/exception.rb
3rdParty/mruby/test/t/kernel.rb
3rdParty/mruby/test/t/math.rb
3rdParty/mruby/test/t/module.rb
3rdParty/mruby/test/t/string.rb
3rdParty/mruby/test/t/struct.rb
3rdParty/mruby/test/t/time.rb
3rdParty/mruby/tools/mirb/mirb.c
3rdParty/mruby/tools/mruby/mruby.c
Doxygen/arango-html.doxy
Doxygen/arango.template
Makefile.am
Makefile.in
UnitTests/HttpInterface/api-http-spec.rb
aclocal.m4
arangod/RestHandler/RestDocumentHandler.cpp
arangod/RestServer/ArangoServer.cpp
arangod/V8Server/ApplicationV8.cpp
arangod/V8Server/ApplicationV8.h
arangod/V8Server/v8-actions.cpp
arangod/V8Server/v8-query.cpp
arangod/V8Server/v8-vocbase.cpp
arangod/V8Server/v8-vocbase.h
arangod/VocBase/compactor.c
arangod/VocBase/compactor.h
arangod/VocBase/shadow-data.c
arangod/VocBase/simple-collection.c
arangod/VocBase/simple-collection.h
arangod/VocBase/synchroniser.c
arangod/VocBase/vocbase.c
arangoirb/MRClient/arangoirb.cpp
config/compile
config/depcomp
config/install-sh
config/missing
configure
js/actions/demo/geo.js
js/actions/demo/hallo-world.js
js/actions/system/api-collection.js
js/actions/system/api-edges.js
js/actions/system/api-system.js
js/actions/system/documents.js
lib/BasicsC/locks-posix.c
lib/BasicsC/operating-system.h
lib/HttpServer/HttpCommTask.cpp
lib/HttpServer/HttpCommTask.h
lib/MRuby/MRLineEditor.cpp
lib/MRuby/mr-utils.c
m4/Makefile.doxygen
m4/all-in-one.mruby
|
2012-09-20 16:39:59 +02:00 |
Frank Celler
|
c57ffb7e8f
|
updated mruby to 15cf8fdea4a6598aa470e698e8cbc9b9b492319d
|
2012-09-20 12:41:25 +02:00 |
Frank Celler
|
f0161a539b
|
removed JsonParserX
|
2012-09-13 09:46:10 +02:00 |
Frank Celler
|
516cfea36b
|
moved to ArangoClient
|
2012-08-31 08:54:40 +02:00 |
Frank Celler
|
2ab77278d9
|
changes to allow SUBDIR build
|
2012-08-30 18:06:23 +02:00 |
Frank Celler
|
bb6f099b24
|
changes to allow SUBDIR build
|
2012-08-30 17:40:03 +02:00 |
Frank Celler
|
39f4a8f833
|
cleanup directory structure and init file handling
moved common functions to ArangoClient
|
2012-08-30 16:54:42 +02:00 |
Jan Steemann
|
b540dc0a45
|
fixed arangoirb
|
2012-08-01 11:42:14 +02:00 |
Frank Celler
|
041eb53b10
|
Merge branch '1.0' of github.com:triAGENS/ArangoDB into 1.1
Conflicts:
Makefile.in
arangod/RestServer/ArangoServer.cpp
arangoirb/MRClient/arangoirb.cpp
lib/GeneralServer/GeneralServer.h
lib/HttpServer/ApplicationHttpServer.cpp
lib/HttpServer/HttpCommTask.cpp
lib/HttpServer/HttpHandler.cpp
lib/HttpServer/HttpHandlerFactory.cpp
lib/HttpServer/HttpHandlerFactory.h
lib/HttpsServer/ApplicationHttpsServer.cpp
|
2012-07-24 22:19:46 +02:00 |
Frank Celler
|
b1aac93853
|
fixed warnings
|
2012-07-14 23:18:33 +02:00 |
Frank Celler
|
5ffff9edc4
|
added process title for supervisor
|
2012-07-11 10:46:04 +02:00 |
Frank Celler
|
9e1acf7a75
|
yesterday
|
2012-07-02 18:47:12 +02:00 |
Frank Celler
|
fff2a9d656
|
cleanup mruby
|
2012-07-02 14:26:51 +02:00 |
Frank Celler
|
d2c758d663
|
the great rename
|
2012-06-08 15:01:25 +02:00 |