Frank Celler
|
2e92c4db90
|
do compaction only every X round
|
2014-10-22 15:33:51 +02:00 |
Jan Steemann
|
e28ad821b0
|
fixed spuriously occurring "database not found" error
|
2014-10-02 15:34:38 +02:00 |
Jan Steemann
|
f09122959c
|
tried to fix SSL shutdown memleak
|
2014-09-29 14:41:21 +02:00 |
Jan Steemann
|
8f27ef531c
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
scripts/run
|
2014-09-15 09:51:04 +02:00 |
Frank Celler
|
e1b9e343bb
|
added maintenance mode
|
2014-09-14 21:44:42 +02:00 |
Jan Steemann
|
506936dcdb
|
rename orgy
|
2014-09-13 02:35:13 +02:00 |
Jan Steemann
|
87afcf5e8d
|
the great rename
|
2014-09-13 00:10:11 +02:00 |
Frank Celler
|
6936972d08
|
updated disclaimer
|
2014-06-20 16:41:35 +02:00 |
Jan Steemann
|
362838ae69
|
TRI_ASSERT
|
2014-06-06 11:25:19 +02:00 |
Jan Steemann
|
4f50b98c45
|
removed second logger implementation
|
2013-10-30 00:38:25 +01:00 |
Jan Steemann
|
43b4f78b62
|
issue #620
|
2013-10-28 19:38:19 +01:00 |
Jan Steemann
|
857c69d5a6
|
added `--server.allow-method-override` startup option
|
2013-10-08 17:06:42 +02:00 |
Jan Steemann
|
0bdae05b96
|
changed reference counting for cursors
|
2013-09-16 13:51:33 +02:00 |
Jan Steemann
|
3a6cabfe44
|
creating/dropping
|
2013-09-11 17:16:43 +02:00 |
Jan Steemann
|
1c4581c525
|
fixed batch handler
|
2013-09-11 13:58:39 +02:00 |
Jan Steemann
|
5bc1e5ecea
|
dropping databases, unfinished
|
2013-09-11 12:47:27 +02:00 |
Jan Steemann
|
42b8dfca49
|
added --server.database option for client tools
|
2013-09-02 13:02:53 +02:00 |
Jan Steemann
|
a53c1e493b
|
multiple database, becoming standard
|
2013-09-02 09:52:52 +02:00 |
Jan Steemann
|
9b8b030a8a
|
added several tests for authentication
|
2013-08-22 11:18:11 +02:00 |
Jan Steemann
|
14422986e0
|
added option --server.authenticate-system-only
|
2013-06-26 23:23:37 +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
|
2c381d5d6a
|
issue #498
|
2013-05-02 12:27:06 +02:00 |
a-brandt
|
8f52b8916b
|
vocbase handling
|
2013-04-22 14:52:46 +02:00 |
a-brandt
|
fcae2b2961
|
added RequestContext
|
2013-04-17 16:56:48 +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
|
069dcdfc94
|
changed logging of fatal errors
|
2013-02-14 16:47:35 +01:00 |
Oreste Panaia
|
83ded3fc1f
|
windows fixes
|
2012-12-20 17:17:30 +08:00 |
Oreste Panaia
|
857b66c490
|
windows version
|
2012-12-06 20:44:01 +08:00 |
Jan Steemann
|
d23555cfe1
|
issue #231: handle some obviously invalid requests
|
2012-10-15 19:09:01 +02:00 |
Jan Steemann
|
bcd521f44f
|
removed unused subclass HttpRequestPlain. we only have HttpRequest from now on
|
2012-09-27 11:24:20 +02:00 |
Jan Steemann
|
5a4a1b5fce
|
added test cases, removed class HttpResponsePart
|
2012-09-27 11:04:15 +02:00 |
Jan Steemann
|
68b3d7e4f9
|
some multipart fixes
|
2012-09-24 17:35:07 +02:00 |
Jan Steemann
|
4ad85e7037
|
added HttpResponsePart class
|
2012-09-24 16:59:19 +02:00 |
Jan Steemann
|
3deebd06de
|
fixed authentication
|
2012-09-13 14:19:26 +02:00 |
Frank Celler
|
e8089d86a7
|
removed user manager
|
2012-09-12 23:37:39 +02:00 |
Jan Steemann
|
3b7b14454c
|
added abstract EndpointServer, starting to combine ApplicationHttpServer and ApplicationHttpsServer
|
2012-07-27 15:38:27 +02:00 |
Frank Celler
|
4605fbba9a
|
Merge branch '1.1' of github.com:triAGENS/ArangoDB into 1.1
Conflicts:
CHANGELOG
Doxygen/Examples.ArangoDB/startup1
Makefile.in
arangod/Documentation/command-line-options.dox
arangod/Documentation/install-manual.dox
arangod/Makefile.files
arangod/RestServer/ArangoServer.cpp
arangod/VocBase/auth.h
arangosh/V8Client/arangosh.cpp
html/admin/css/layout.css
lib/Basics/ssl-helper.h
lib/HttpServer/ApplicationHttpServer.cpp
lib/HttpServer/ApplicationHttpServer.h
lib/HttpServer/HttpServer.cpp
lib/HttpsServer/ApplicationHttpsServer.cpp
lib/HttpsServer/ApplicationHttpsServer.h
|
2012-07-24 22:56:03 +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 |
Jan Steemann
|
83f018e9ad
|
batch job code can now be compiled without errors but still does not work
|
2012-07-16 13:23:39 +02:00 |
Frank Celler
|
f7e1388e93
|
updated documentation
|
2012-07-15 17:31:59 +02:00 |
Frank Celler
|
a02faec3a3
|
added basic authentication
|
2012-07-15 17:06:59 +02:00 |
Frank Celler
|
d0459a0851
|
new HttpServer & co implementation
|
2012-07-01 11:17:16 +02:00 |
Frank Celler
|
fb4a7618e4
|
the great Scheduler & Dispatcher refactoring
|
2012-06-30 23:52:49 +02:00 |
Frank Celler
|
f99409f146
|
fixed unregistering of handlers
|
2012-06-22 17:08:52 +02:00 |
Jan Steemann
|
f100e2ad82
|
changed async task handling
|
2012-06-21 16:32:54 +02:00 |
Frank Celler
|
704f921d0f
|
new HttpRequest
|
2012-06-14 15:03:17 +02:00 |
Frank Celler
|
d2c758d663
|
the great rename
|
2012-06-08 15:01:25 +02:00 |