Jan Steemann
|
21d25d0ccc
|
removed resourceholder
|
2013-10-17 10:43:07 +02:00 |
Jan Steemann
|
cd5d228e77
|
moved path checks from --upgrade to server start and database creation
|
2013-10-16 15:30:13 +02:00 |
Jan Steemann
|
46a295ba43
|
fixed some Windows warnings
|
2013-10-08 12:39:47 +02:00 |
Jan Steemann
|
106fedd615
|
several errors fixed
|
2013-09-26 09:44:50 +02:00 |
Jan Steemann
|
9155b16252
|
caching for db[...]
|
2013-09-21 00:12:35 +02:00 |
Jan Steemann
|
3e6daf63d2
|
fixed typos in comments
|
2013-09-20 23:12:22 +02:00 |
Jan Steemann
|
9f8de8fb4f
|
fixed shaped-json debugging
|
2013-09-19 10:57:11 +02:00 |
Jan Steemann
|
8a996c5b60
|
less dependency on regex.h, also fixes some speed problems for key validation
|
2013-09-19 08:20:35 +02:00 |
Jan Steemann
|
a9a746b676
|
less tasks run when initialising a new database
|
2013-09-17 08:38:11 +02:00 |
Jan Steemann
|
0bdae05b96
|
changed reference counting for cursors
|
2013-09-16 13:51:33 +02:00 |
Jan Steemann
|
9c95582703
|
fixed leak in completions generator
|
2013-09-16 10:33:42 +02:00 |
Jan Steemann
|
f99dde5f2e
|
reload routing after dropping database
|
2013-09-13 10:28:28 +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
|
435e949462
|
fixed redirections in web interface
|
2013-09-04 15:58:41 +02:00 |
Jan Steemann
|
2556b0714f
|
fixed issues reported by VS 2012
|
2013-08-29 16:43:56 +02:00 |
Jan Steemann
|
efcca7ab90
|
54 => 64
|
2013-08-29 13:53:20 +02:00 |
Jan Steemann
|
7cb6b7d922
|
simplified build.h stuff
|
2013-08-28 19:57:07 +02:00 |
Jan Steemann
|
3871fb7af3
|
improved error messages
|
2013-08-20 11:48:08 +02:00 |
Jan Steemann
|
78601319fb
|
updated replication API
|
2013-07-30 18:40:35 +02:00 |
Jan Steemann
|
cc5ae9d1bc
|
added purge()
|
2013-07-26 23:57:00 +02:00 |
Frank Celler
|
d4ead84f15
|
better error output
|
2013-07-26 14:42:31 +02:00 |
Jan Steemann
|
80362ec82f
|
fixed issues reported by cppcheck
|
2013-07-11 10:02:27 +02:00 |
Jan Steemann
|
fd2a83123c
|
renamed method
|
2013-07-11 09:23:13 +02:00 |
Jan Steemann
|
3f718ef0fa
|
fixed some issues in replication
|
2013-07-10 18:08:18 +02:00 |
Jan Steemann
|
ca6b184286
|
added TRI_JSON_STRING_REFERENCE
|
2013-07-10 17:00:29 +02:00 |
Jan Steemann
|
d2eae10fb2
|
check for invalid values
|
2013-07-02 17:08:10 +02:00 |
Jan Steemann
|
703edda54e
|
typos
|
2013-06-24 20:55:31 +02:00 |
Jan Steemann
|
191d389e8c
|
a few mallocs less
|
2013-06-24 20:55:12 +02:00 |
Jan Steemann
|
8063ade2be
|
fixed issues reported by cppcheck
|
2013-06-21 19:40:57 +02:00 |
Jan Steemann
|
2f8d8caf20
|
fixed a memleak in internal.download()
|
2013-06-21 10:58:36 +02:00 |
Jan Steemann
|
1691cf4036
|
fixed issues reported by Valgrind
|
2013-06-21 10:26:48 +02:00 |
Jan Steemann
|
b1f243d296
|
fixed segfault for too big shapes, make shape collection filesize adaptive
|
2013-06-20 19:14:14 +02:00 |
Jan Steemann
|
9dfb7483ff
|
"doCompact" attribute for collections
|
2013-06-19 16:51:16 +02:00 |
Jan Steemann
|
74d2a00737
|
test internal.download()
|
2013-06-13 15:05:08 +02:00 |
Jan Steemann
|
a76c9e0142
|
post body in internal.download()
|
2013-06-13 12:53:37 +02:00 |
a-brandt
|
d9fc2a6c60
|
Merge branch 'devel' into multiple_databases
Conflicts:
arangod/V8Server/v8-vocbase.cpp
arangod/VocBase/primary-collection.c
|
2013-06-11 11:17:41 +02:00 |
Jan Steemann
|
f5326828c6
|
added flag to force writing of body even in case of HTTP errors for internal.download()
|
2013-06-07 13:38:13 +02:00 |
a-brandt
|
793dc6077d
|
Merge branch 'devel' into multiple_databases
|
2013-06-05 17:29:34 +02:00 |
Jan Steemann
|
fb33638b91
|
documentation fixes
|
2013-06-05 00:31:08 +02:00 |
Jan Steemann
|
af7866f238
|
made internal.download() function more flexible
required by @mchacki
can now send custom headers and use non-GET method
|
2013-06-05 00:25:36 +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
|
ed77c19e16
|
added derived file
|
2013-05-17 15:59:58 +02:00 |
Jan Steemann
|
7ec9cb5eb6
|
fixed leak in fs.getTempPath()
|
2013-05-16 21:43:33 +02:00 |
Jan Steemann
|
c59f00efa8
|
fixed handling of --temp-path
|
2013-05-15 15:55:48 +02:00 |
Jan Steemann
|
c51f70de05
|
removed hard-coded groups from statistics web interface
now all statistics are dynamic
removed redundant code in statistics web interface
|
2013-05-14 02:36:01 +02:00 |
Jan Steemann
|
6740db7207
|
fix different resident set size report units
|
2013-05-08 19:10:49 +02:00 |
Frank Celler
|
49b5507b73
|
fixed issue #489: Bug in aal.install
Conflicts:
Makefile.in
|
2013-05-05 21:10:14 +02:00 |
Jan Steemann
|
911084a3ad
|
removed now superfluous comment
|
2013-05-03 16:57:42 +02:00 |
Jan Steemann
|
83b525c5d6
|
changed name of value in statistics
|
2013-05-03 12:09:57 +02:00 |