Jan Steemann
|
13d240384f
|
less namespace pollution
|
2014-10-28 00:24:37 +01:00 |
Jan Steemann
|
0d075dca3f
|
pass queryRegistry into the AQL functions
|
2014-09-29 09:30:32 +02:00 |
Jan Steemann
|
38fdaa4066
|
removed unused function parameter
|
2014-09-19 20:28:41 +02:00 |
Frank Celler
|
7b3cdf0bd0
|
fixed gc
|
2014-08-19 08:03:58 +02:00 |
Frank Celler
|
9fa3d22d6c
|
towards new dispatcher interface
|
2014-08-18 23:37:32 +02:00 |
Frank Celler
|
986bf7d0e8
|
added dispatcherThreads
|
2014-08-18 12:08:33 +02:00 |
Frank Celler
|
be06ef7f25
|
new upgrade-database (formely known as version-check) and new startup procedure
|
2014-08-07 14:12:19 +02:00 |
Frank Celler
|
e436ecfa40
|
if a cancelation has occured, flush the module cache
|
2014-07-08 11:54:53 +02:00 |
Thomas Schmidts
|
1a78807a67
|
Fixed a few @startDocuBlock errors
|
2014-07-07 16:15:50 +02:00 |
Thomas Schmidts
|
e46d87f23c
|
Changed documentation code in configure chapter
|
2014-07-02 14:08:41 +02:00 |
Jan Steemann
|
abf273d453
|
wait until gc thread is fully done
|
2014-06-29 00:20:22 +02:00 |
Frank Celler
|
4dcf5dc817
|
updated disclaimer
|
2014-06-20 16:40:35 +02:00 |
Jan Steemann
|
ad1feb0ed4
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into mjmh
|
2014-06-04 14:30:28 +02:00 |
Frank Celler
|
eda4b0cde4
|
fixed dfdb
|
2014-06-04 11:02:42 +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 |
Frank Celler
|
8db4667755
|
cleanup of version-check, added option check-version
|
2014-06-01 13:37:21 +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
|
e7560357d2
|
Further cleanup with #include "Basics/Common.h"
|
2014-05-21 16:59:54 +02:00 |
Jan Steemann
|
fa391e0636
|
slight GC improvements
|
2014-03-24 16:12:59 +01:00 |
Jan Steemann
|
9b0bb25cc5
|
don't requeue identical global context methods
|
2014-03-13 21:48:27 +01:00 |
Frank Celler
|
3afa2214f7
|
added disable-cluster-dispatcher
|
2014-02-27 11:47:26 +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 |
Frank Celler
|
726144ce39
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into sharding
Conflicts:
arangod/V8Server/ApplicationV8.cpp
|
2014-02-19 14:30:46 +01:00 |
Frank Celler
|
c779325b5d
|
added frontend-development switch
|
2014-02-19 14:28:51 +01:00 |
Michael Hackstein
|
bc16cfae86
|
Merge remote-tracking branch 'origin/devel' into sharding
Conflicts:
Documentation/InstallationManual/Installing.md
arangosh/CMakeLists.txt
|
2014-02-11 15:52:49 +01:00 |
Frank Celler
|
c6ce5c7406
|
made module loader more node compatible, added coffee script support
|
2014-02-11 13:26:11 +01:00 |
Jan Steemann
|
5b965b2a21
|
added initialised() method
|
2014-01-07 17:50:52 +01:00 |
Jan Steemann
|
920d08d855
|
removed redundant startup options
|
2013-11-20 01:50:27 +01:00 |
Jan Steemann
|
4f30db9eda
|
remove database-specific directories underneath app-path and dev-app-path when dropping databases
|
2013-10-14 10:35:32 +02:00 |
Jan Steemann
|
6bbfb65f7c
|
prevent usage of db._useDatabase() in HTTP requests
|
2013-09-12 11:13:47 +02:00 |
Jan Steemann
|
42441b208f
|
refactoring of multiple databases, intermediate commit
|
2013-09-11 11:42:34 +02:00 |
Jan Steemann
|
0aca109a89
|
removed html/admin, / now redirects to /_admin/aardvark by default
|
2013-08-29 12:59:56 +02:00 |
Jan Steemann
|
d9c0d588f9
|
added internal.adminDirectory
|
2013-06-20 15:47:48 +02:00 |
a-brandt
|
1c0578c2b5
|
Merge branch 'devel' into multiple_databases
Conflicts:
arangod/RestServer/ArangoServer.cpp
arangod/VocBase/vocbase.c
lib/HttpServer/ApplicationEndpointServer.cpp
lib/HttpServer/ApplicationEndpointServer.h
lib/HttpServer/HttpCommTask.h
lib/HttpServer/HttpHandlerFactory.cpp
lib/HttpServer/HttpHandlerFactory.h
lib/Rest/HttpRequest.cpp
lib/Rest/HttpRequest.h
|
2013-06-03 17:05:01 +02:00 |
Jan Steemann
|
c59f00efa8
|
fixed handling of --temp-path
|
2013-05-15 15:55:48 +02:00 |
a-brandt
|
fcae2b2961
|
added RequestContext
|
2013-04-17 16:56:48 +02:00 |
a-brandt
|
aa216c2edb
|
changes for multiple databases
|
2013-04-12 14:15:06 +02:00 |
Jan Steemann
|
ed10d9b6aa
|
AQL user functions
|
2013-04-05 12:50:44 +02:00 |
Frank Celler
|
7a6cdcf9b1
|
changing to app-id
|
2013-03-27 15:05:08 +01:00 |
Jan Steemann
|
071144ecc0
|
temporary file functons
|
2013-03-24 14:32:09 +01:00 |
Frank Celler
|
a8d5a06f57
|
added resetEngine
|
2013-03-22 18:09:01 +01:00 |
Frank Celler
|
38a5cf6a2d
|
added development-mode
|
2013-03-22 17:33:25 +01:00 |
Frank Celler
|
1aa5109fa3
|
updated disclaimer
|
2013-03-13 17:03:18 +01:00 |
Frank Celler
|
85d2e87154
|
added new package option
|
2013-02-25 18:15:32 +01:00 |
Frank Celler
|
f188357f83
|
added padding for 32bit
|
2013-01-02 17:07:44 +01:00 |
Jan Steemann
|
285533ab4c
|
added documentation for --upgrade option
|
2012-12-04 11:55:04 +01:00 |
Jan Steemann
|
d60888e970
|
replaced arango-upgrade script with server startup option --upgrade
|
2012-12-03 13:45:58 +01:00 |
Frank Celler
|
cccb3511c5
|
fixed documentation again
|
2012-11-21 17:42:13 +01:00 |
Frank Celler
|
18bfd048ef
|
fixed documentation
|
2012-11-21 10:58:29 +01:00 |