Jan Steemann
fe9464afec
added SKIPLIST AQL function
2014-02-03 16:37:07 +01:00
Jan Steemann
dc1d28fe5d
added option `--server.disable-authentication-unix-sockets`
...
with this option, authentication can be disabled for all requests coming
in via UNIX domain sockets, enabling clients located on the same host as
the ArangoDB server to connect without authentication.
Other connections (e.g. TCP/IP) are not affected by this option.
The default value for this option is `false`.
Note: this option is only supported on platforms that support Unix domain
sockets.
Conflicts:
CHANGELOG
arangod/RestServer/ArangoServer.cpp
arangod/VocBase/vocbase-defaults.c
2014-02-03 13:49:15 +01:00
Jan Steemann
d19f3fc7dd
call global instance destructor
2014-02-03 11:42:10 +01:00
Jan Steemann
d2abd8332c
updated documentation
2014-02-01 00:25:19 +01:00
Jan Steemann
dab81b1702
fixed wrong REST API parameter type in documentation
2014-01-31 13:54:47 +01:00
Jan Steemann
b7ad436d19
issue #755 : TRAVERSAL does not use strategy, order and itemOrder options
2014-01-31 01:52:07 +01:00
Jan Steemann
57ca73f463
fixed segfault in import API
2014-01-27 16:12:10 +01:00
Jan Steemann
471cf9a14f
updated documentation
2014-01-27 12:15:34 +01:00
Jan Steemann
5001709926
updated import manual
2014-01-21 09:15:45 +01:00
Jan Steemann
583878176b
issue #736 : AQL function to parse collection and key from document handle
...
Conflicts:
CHANGELOG
2014-01-17 23:13:06 +01:00
Jan Steemann
dc24a84a8b
don't throw in propertygetter
2014-01-13 17:23:57 +01:00
Jan Steemann
d52aaf8340
issue #732 : Rest API GET revision number
2014-01-13 17:23:39 +01:00
Jan Steemann
e0aea2c04d
updated documentation
2014-01-10 18:37:41 +01:00
Jan Steemann
6a19fbb18f
updated documentation
2014-01-10 18:34:31 +01:00
Jan Steemann
dc8fdf8ca0
defer evaluation of subqueries
2014-01-10 16:42:46 +01:00
Jan Steemann
d5383d2be8
fixed small typo in documentation
2014-01-10 11:00:05 +01:00
Jan Steemann
8277e7582c
defer evaluation of logical operators
2014-01-10 10:58:30 +01:00
Jan Steemann
6e066f4d8e
allow user functions as AQL function call parameters
2014-01-06 12:58:26 +01:00
Jan Steemann
02a84a4f92
allow functions results as parameters in all function calls
2014-01-06 11:15:48 +01:00
Jan Steemann
ef84ba6705
fixed potential deadlock in global context execution
2014-01-03 13:45:43 +01:00
Frank Celler
ad7385909e
removed foxx-manager and arango-dfdb shell scripts, removed uid config file
2013-12-23 17:11:10 +01:00
Frank Celler
7e30dc0b4e
MacOS bundle
2013-12-23 16:03:38 +01:00
Frank Celler
da8f9098a2
windows installer
2013-12-23 12:48:35 +01:00
Frank Celler
83d49223d5
added readme for windows
2013-12-22 11:34:05 +01:00
Frank Celler
2d5a8eb5ca
added service functions
2013-12-22 00:48:31 +01:00
Frank Celler
2d9f8e3986
removed --daemon and --supervisor for Windows
2013-12-21 13:29:55 +01:00
Frank Celler
87cc2c4104
Merge branch '1.4' of github.com:triAGENS/ArangoDB into 1.4
2013-12-21 13:10:15 +01:00
Frank Celler
4f0d9f5b71
install Windows binaries all in bin
2013-12-21 13:10:08 +01:00
Frank Celler
e57dceb42b
arangod used same config as binary name
2013-12-21 01:36:25 +01:00
Frank Celler
a82ef8b1ea
fixed lock files for Windows
2013-12-19 11:26:38 +01:00
Frank Celler
f7bf96846b
Merge branch '1.4' of github.com:triAGENS/ArangoDB into 1.4
2013-12-19 09:33:02 +01:00
Jan Steemann
e7ba403998
added --server.ssl-protocol option for client tools
2013-12-13 17:53:51 +01:00
Jan Steemann
69a462e785
some minor adjustments for arangodump and arangorestore
2013-12-13 11:52:52 +01:00
Frank Celler
35af9593a4
fixed wrong path in install script
2013-12-07 18:56:14 +01:00
Jan Steemann
993d857afe
allow references as function parameters
2013-12-07 18:56:04 +01:00
Frank Celler
86b7fea992
Vs2013
2013-12-07 18:55:55 +01:00
Frank Celler
30ed6ac8d0
fixed wrong path in install script
2013-12-06 14:52:27 +01:00
Jan Steemann
7da102506f
allow references as function parameters
2013-12-04 20:37:30 +01:00
Frank Celler
55c033ef93
install only system, do not create directory
2013-11-23 13:55:37 +01:00
Jan Steemann
7e8d73fe43
added assertion
2013-11-21 22:54:06 +01:00
Jan Steemann
6302003f06
fixed segfault in AQL optimiser when using IN on constant, non-list values
2013-11-21 22:53:32 +01:00
Jan Steemann
cbd2bbf2b1
fixed some multi-thread issues
2013-11-21 15:14:46 +01:00
Jan Steemann
95c341e910
issue #662 : ArangoDB on Windows hanging
2013-11-19 16:35:14 +01:00
Frank Celler
b58347138f
destroy can only be called if initialised
2013-11-18 18:39:18 +01:00
Jan Steemann
9a5a11c146
fixed a segfault in the AQL optimiser
2013-11-18 14:17:16 +01:00
Jan Steemann
5b39060b8a
improve error message on startup
2013-11-14 10:37:48 +01:00
Jan Steemann
9a70b418b0
don't wait long in compactor if compaction lock cannot be acquired instantly
2013-11-13 20:57:52 +01:00
Jan Steemann
a84fdacebf
issue #665 : Hash/skiplist combo madness bit my ass
2013-11-11 16:42:56 +01:00
Jan Steemann
b131dc5a25
issue #662 : ArangoDB on Windows hanging...
2013-11-11 14:29:53 +01:00
Frank Celler
3fef8ed585
fixed Mac build
2013-11-09 12:59:24 +01:00