a-brandt
|
c90d7f5f27
|
Added option --default-language to arangod
|
2012-09-19 16:57:34 +02:00 |
Jan Steemann
|
9bc99b7c9d
|
renamed document collection to primary collection
|
2012-09-14 10:19:41 +02:00 |
Frank Celler
|
5075e1f764
|
removed JsonParserX
|
2012-09-12 23:50:22 +02:00 |
Frank Celler
|
49b19e4657
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB
Conflicts:
lib/BasicsC/terminal-utils-posix.c
lib/BasicsC/terminal-utils.c
lib/SimpleHttpClient/SimpleHttpResult.cpp
|
2012-09-12 23:49:14 +02:00 |
Frank Celler
|
e8089d86a7
|
removed user manager
|
2012-09-12 23:37:39 +02:00 |
Jan Steemann
|
6e6db55258
|
issue #195
|
2012-09-12 21:56:24 +02:00 |
Jan Steemann
|
650261faed
|
issue #195: make arango-upgrade write VERSION file, add global Javascript variable DATABASEPATH
|
2012-09-12 21:53:01 +02:00 |
Jan Steemann
|
442c033122
|
start statistics thread even in supervisor mode
|
2012-09-07 15:29:30 +02:00 |
Jan Steemann
|
7c50dc7dca
|
clear existing sessions on shutdown. this prevents a valgrind warning
|
2012-09-04 16:52:15 +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
|
b8e7d5634d
|
issue #153: edge collection should be a flag for a collection
|
2012-08-28 10:48:24 +02:00 |
Jan Steemann
|
4b16882b44
|
issue #131: make keep alive timeout configurable
|
2012-08-20 15:42:11 +02:00 |
Jan Steemann
|
fc624d464c
|
fixed "reference error: VALGRIND is not defined"
|
2012-08-20 13:01:55 +02:00 |
Jan Steemann
|
b29d303488
|
fixed sporadically failing test
|
2012-08-15 12:43:20 +02:00 |
Jan Steemann
|
0d9cd02577
|
added test for journal size on startup
|
2012-08-14 11:53:06 +02:00 |
Jan Steemann
|
43b7ea951a
|
issue #147: added --database.force-sync-shapes option
|
2012-08-09 19:25:39 +02:00 |
Frank Celler
|
69a8e64f9b
|
Merge branch 'master' of github.com:triAGENS/ArangoDB into devel
Conflicts:
.gitignore
Makefile.in
Makefile.local
Makefile.unittests
|
2012-08-09 15:25:29 +02:00 |
Frank Celler
|
302339ce09
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2012-08-08 15:43:28 +02:00 |
Frank Celler
|
5e84fb02e8
|
added reference to caller
|
2012-08-08 15:32:54 +02:00 |
Jan Steemann
|
61ddc95a56
|
fixed memleak when wrong options were specified on command-line
|
2012-08-06 16:56:09 +02:00 |
Frank Celler
|
aef20e2887
|
Merge branch 'master' of github.com:triAGENS/ArangoDB into devel
Conflicts:
Makefile.local
arangod/Documentation/command-line-options.dox
arangod/RestServer/ArangoServer.cpp
build.sh
html/admin/js/master.js
|
2012-08-05 22:46:55 +02:00 |
Frank Celler
|
6ea7a4e626
|
added shutdown message in ps
|
2012-08-03 15:37:18 +02:00 |
Frank Celler
|
1ccd0677c5
|
fixed version number, added arangosh chapter
|
2012-08-03 10:22:09 +02:00 |
Frank Celler
|
d7b2617348
|
fixed disable-admin-interface switch
|
2012-08-03 09:05:11 +02:00 |
Jan Steemann
|
853d8fca8e
|
fixed compile error with --enable-zeromq
|
2012-08-01 11:01:58 +02:00 |
Jan Steemann
|
590855f633
|
made BatchJob and BatchSubjob template classes, fixed unittests
|
2012-07-31 11:00:05 +02:00 |
Jan Steemann
|
5c24872306
|
moved endpoint option parsing into ApplicationEndpointServer class
|
2012-07-30 15:50:34 +02:00 |
Jan Steemann
|
9d87988bf5
|
renamed ApplicationHttpServer to ApplicationEndpointServer
|
2012-07-30 08:26:16 +02:00 |
Jan Steemann
|
243aa0242c
|
removed ApplicationHttpsServer
|
2012-07-27 15:59:58 +02:00 |
Jan Steemann
|
3b7b14454c
|
added abstract EndpointServer, starting to combine ApplicationHttpServer and ApplicationHttpsServer
|
2012-07-27 15:38:27 +02:00 |
Jan Steemann
|
c602be9ad2
|
added tests for ssl and unix socket endpoints
|
2012-07-27 10:47:03 +02:00 |
Jan Steemann
|
eeeb78c2e7
|
Merge branch '1.1' of https://github.com/triAGENS/ArangoDB into devel
Conflicts:
CHANGELOG
Installation/arangod.conf.in
Makefile.in
arangod/Makefile.files
arangod/RestHandler/RestBatchHandler.cpp
arangod/RestHandler/RestBatchHandler.h
arangod/RestServer/ArangoServer.cpp
bin/arango-password.in
|
2012-07-26 12:03:03 +02:00 |
Jan Steemann
|
4f2229124f
|
added --server.disable-authentication option
|
2012-07-26 08:49:56 +02:00 |
Jan Steemann
|
8d8044ba47
|
added proper SSL support for arangosh and arangoimp
|
2012-07-25 17:47:54 +02:00 |
Frank Celler
|
97ff940736
|
fixed merge
|
2012-07-24 23:07:31 +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
|
537fb48aff
|
allow admin interface via HTTPS
|
2012-07-24 09:48:13 +02:00 |
Jan Steemann
|
a8cf75b245
|
minor cleanup
|
2012-07-24 08:43:38 +02:00 |
Jan Steemann
|
33839809ab
|
ssl
|
2012-07-23 18:17:45 +02:00 |
Jan Steemann
|
9a72ea4496
|
added https@ and http@ endpoints, https still unfinished
|
2012-07-23 17:32:59 +02:00 |
Jan Steemann
|
abc516f429
|
removed dead member variable
|
2012-07-23 16:00:12 +02:00 |
Jan Steemann
|
4e6c8024f6
|
added support for unix sockets, switched connection strings to endpoint syntax
|
2012-07-23 13:54:35 +02:00 |
Jan Steemann
|
8cfba96f28
|
removed option --server.admin-port
|
2012-07-20 15:05:18 +02:00 |
Lucas Dohmen
|
17fd5f6afe
|
Merge branch 'graph_algorithms' into devel
|
2012-07-18 16:41:27 +02:00 |
Jan Steemann
|
0b7ae1d728
|
moved options
|
2012-07-18 16:40:47 +02:00 |
Jan Steemann
|
73778300f1
|
moved options from help-admin to help-devel
|
2012-07-18 16:35:10 +02:00 |
Lucas Dohmen
|
83bd2af811
|
Merge branch 'devel' into graph_algorithms
|
2012-07-18 16:12:21 +02:00 |
Frank Celler
|
16407018d7
|
fixed relative paths
|
2012-07-16 13:45:13 +02:00 |
Jan Steemann
|
20ee770a91
|
removed batch handler in devel version
|
2012-07-16 09:44:16 +02:00 |