Jan Steemann
cb6c8c8e7e
added bidirectional edges, fixup edges index
2012-10-25 17:18:54 +02:00
Jan Steemann
1359d93924
fixed uninitialised bytes in call to write
2012-10-25 16:04:57 +02:00
a-brandt
b1e24ca6bd
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2012-10-25 11:52:32 +02:00
a-brandt
26b7f4a996
added datafile upgrade
2012-10-25 11:51:45 +02:00
Jan Steemann
a701d2b784
updated CHANGELOG
2012-10-25 11:05:37 +02:00
Jan Steemann
bbd3dc8e23
issue #262
2012-10-25 10:57:26 +02:00
Jan Steemann
d5223968e4
removed some non-used code
2012-10-24 18:39:11 +02:00
Jan Steemann
c53cd0b408
added TRI_SizeFile() plus test
2012-10-24 18:37:40 +02:00
Jan Steemann
1151ef2481
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2012-10-24 12:57:16 +02:00
Jan Steemann
ac95cc7ff9
documentation for #265
2012-10-24 12:56:52 +02:00
a-brandt
8256985a87
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2012-10-24 12:43:19 +02:00
Jan Steemann
23647b7b04
updated CHANGELOG
2012-10-24 12:42:23 +02:00
Jan Steemann
5e89667d4a
issue #265
2012-10-24 12:41:29 +02:00
a-brandt
71f1b7c5bd
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2012-10-24 12:36:39 +02:00
a-brandt
e66daf3f43
bugfix unit tests
2012-10-24 12:36:11 +02:00
Jan Steemann
09b14c7e1b
updated documentation
2012-10-24 12:29:16 +02:00
Jan Steemann
e28a6625ef
more verbose action debugging
2012-10-24 11:54:14 +02:00
a-brandt
ba5a98e613
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2012-10-24 10:47:21 +02:00
a-brandt
c2d0749178
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
...
Conflicts:
arangod/RestHandler/RestDocumentHandler.cpp
arangod/RestHandler/RestEdgeHandler.cpp
arangod/RestHandler/RestImportHandler.cpp
arangod/V8Server/v8-vocbase.cpp
arangod/VocBase/document-collection.c
arangod/VocBase/document-collection.h
arangod/VocBase/primary-collection.c
arangod/VocBase/primary-collection.h
2012-10-24 10:46:38 +02:00
Jan Steemann
b95831c906
another bugfix
2012-10-24 10:10:41 +02:00
Jan Steemann
95c9c85608
documentation update
2012-10-24 09:39:39 +02:00
Jan Steemann
c3f84cb2a6
initialise variable
2012-10-23 18:50:34 +02:00
Jan Steemann
d4a116525b
some documentation and error message updates
2012-10-23 17:02:31 +02:00
a-brandt
9a599e468a
added "_key" attribute
2012-10-23 15:58:09 +02:00
Jan Steemann
6d2861ec5e
fixed arango-upgrade
2012-10-23 15:54:52 +02:00
Jan Steemann
57c19312ec
only execute specific tests in travis
2012-10-23 14:27:03 +02:00
Jan Steemann
994a53b0b4
ifdef'd statistics
2012-10-23 11:55:24 +02:00
Jan Steemann
349316afeb
updates docs
2012-10-23 10:25:07 +02:00
Jan Steemann
75c5a660ed
made target revision handling more clear
2012-10-23 10:11:06 +02:00
Jan Steemann
4a25b5984c
fixed wrong ref target
2012-10-23 10:10:45 +02:00
Jan Steemann
a8baadae9e
issue #256
2012-10-22 17:27:49 +02:00
Jan Steemann
f64bfd9240
also add other system collection
2012-10-22 16:46:28 +02:00
Jan Steemann
d4cb1b5399
issue #262 : more verbose error messages when loading broken modules
2012-10-22 16:21:04 +02:00
Oreste Panaia
56cd3327a6
merge problems
2012-10-22 21:51:23 +08:00
Oreste Panaia
a5796c8c66
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2012-10-22 21:04:46 +08:00
Oreste Panaia
4d8d78e880
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
...
Conflicts:
VisualStudio/Arango Front End Library/Arango Front End Library.vcxproj
arangod/Actions/RestActionHandler.cpp
arangod/RestServer/ArangoServer.cpp
lib/ApplicationServer/ApplicationServer.cpp
2012-10-22 21:04:12 +08:00
Oreste Panaia
aad73db128
various changes for windows
2012-10-22 20:51:31 +08:00
Jan Steemann
9b93fec78d
issue #252 : add _modules collection by default
2012-10-22 14:00:29 +02:00
Frank Celler
20cf93a125
Merge branch '1.1' of github.com:triAGENS/ArangoDB into devel
2012-10-22 11:34:23 +02:00
Frank Celler
884917e0a0
fixed paths of repo
...
Conflicts:
CHANGELOG
2012-10-22 11:33:27 +02:00
Jan Steemann
edb332ed87
issue #251 : added --javascript.v8-options command line argument
2012-10-22 10:19:49 +02:00
Jan Steemann
8d6c2e38bd
issue #251 : added --javascript.v8-options command line argument
2012-10-22 10:17:57 +02:00
Jan Steemann
6d1201b2ec
issue #248 : allow AQL optimiser to pull out completely uncorrelated subqueries to the top level, resulting in less repeated evaluation of the subquery
2012-10-22 09:23:58 +02:00
Jan Steemann
d117f2916a
issue #248 : pull out some sort of subqueries
2012-10-22 09:14:38 +02:00
Frank Celler
d27ba1cf30
Merge branch '1.1' of github.com:triAGENS/ArangoDB into devel
2012-10-20 22:56:54 +02:00
Frank Celler
0499d8b4e2
ixed wrong attribute
...
Conflicts:
js/common/bootstrap/js-modules.h
2012-10-20 22:46:59 +02:00
Frank Celler
3b5a0967bc
Merge branch '1.1' of github.com:triAGENS/ArangoDB into devel
...
Conflicts:
CHANGELOG
Documentation/Makefile.files
Installation/build.sh
arangod/Documentation/communication.dox
arangod/HashIndex/hasharray.c
arangod/HashIndex/hashindex.c
lib/Rest/Endpoint.cpp
lib/Rest/Endpoint.h
lib/Rest/EndpointIp.h
lib/Rest/EndpointIpV4.h
lib/Rest/EndpointIpV6.h
lib/Rest/EndpointUnixDomain.cpp
2012-10-20 22:37:25 +02:00
Frank Celler
61856501ea
changed .module to .content for modules in collection _modules
...
Conflicts:
js/common/bootstrap/js-modules.h
2012-10-20 22:17:54 +02:00
Frank Celler
7e3e6ecfc7
Merge branch '1.1' of github.com:triAGENS/ArangoDB into 1.1
2012-10-20 22:17:22 +02:00
Frank Celler
7f33ac5519
added autoload for modules
...
Conflicts:
CHANGELOG
js/server/js-server.h
2012-10-20 22:07:50 +02:00