Max Neunhoeffer
340549624b
Redirect on 307 as well if requested.
2014-02-06 09:14:27 +01:00
Jan Steemann
58b3e0f99d
splitted a few tests
2014-02-05 15:15:51 +01:00
Jan Steemann
0087a5a877
issue #756 : white-listed `server` header
2014-02-05 09:12:03 +01:00
Jan Steemann
79190570ba
issue #756 : set access-control-expose-headers on CORS response
...
the following HTTP headers are now whitelisted by ArangoDB in CORS responses:
- etag
- content-encoding
- content-length
- location
- x-arango-errors
- x-arango-async-id
2014-02-04 18:09:58 +01:00
Max Neunhoeffer
e42ac23b0f
Remove debugging code.
2014-02-04 16:21:18 +01:00
Max Neunhoeffer
56a629b795
Startup agents seems to work.
2014-02-04 14:44:56 +01:00
Max Neunhoeffer
73b4222089
Fix a bug in StartExternalProcess.
2014-02-04 14:05:31 +01:00
Max Neunhoeffer
6e08a96795
Fix bug with empty argument in makeAbsolute.
2014-02-04 11:50:21 +01:00
Max Neunhoeffer
0c8de8a3ae
Add fs.makeAbsolute needed by kickstarter.
2014-02-04 11:36:28 +01:00
Jan Steemann
545742a5fd
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.
2014-02-02 00:22:07 +01:00
Max Neunhoeffer
c2e6c16395
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into sharding
2014-01-31 19:34:55 +01:00
Max Neunhoeffer
b6c3600ecc
Add an include needed to please the compiler on Linux.
2014-01-31 19:31:36 +01:00
Max Neunhoeffer
73f3dbc328
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into sharding
2014-01-31 18:56:47 +01:00
Frank Celler
988bd0b891
added port test
2014-01-31 18:38:02 +01:00
Frank Celler
29f075cfce
added external processes
2014-01-31 15:55:51 +01:00
Jan Steemann
9643469631
do not allow changing shard key attributes
2014-01-31 13:19:03 +01:00
Max Neunhoeffer
6f71c60b0c
Merge branch 'sharding' of ssh://github.com/triAGENS/ArangoDB into sharding
2014-01-30 20:47:34 +01:00
Max Neunhoeffer
ca2c4cdf52
Exorcise closing of connections in SimpleHttpClient.
2014-01-30 20:46:26 +01:00
Jan Steemann
e9c5af7895
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
...
Conflicts:
CHANGELOG
js/apps/system/aardvark/frontend/css/collectionsView.css
js/apps/system/aardvark/frontend/css/layout.css
js/apps/system/aardvark/frontend/js/routers/router.js
2014-01-30 19:40:21 +01:00
Frank Celler
973f9aa2fb
added linenoise
2014-01-30 17:23:24 +01:00
Jan Steemann
5f8a59d696
all() sharded
2014-01-29 13:51:12 +01:00
Jan Steemann
e2a7e2dfb3
windows
2014-01-28 17:32:32 +01:00
Max Neunhoeffer
c3f01237b0
Implement replace and update on cluster.
...
This still has a freeing too early bug with TRI_json_t.
2014-01-28 16:49:44 +01:00
Jan Steemann
e906f68235
windows fixes
2014-01-27 17:46:15 +01:00
Jan Steemann
894ea527a6
testing readline...
2014-01-27 17:06:27 +01:00
Jan Steemann
bae529c4e4
testing readline...
2014-01-27 17:04:27 +01:00
Jan Steemann
2ced0f6a21
fixed terminal reset
2014-01-27 16:54:48 +01:00
Jan Steemann
f232becd2e
Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding
2014-01-27 09:45:52 +01:00
Jan Steemann
1b08bc6582
start up the HTTP server when starting ArangoDB in console mode
2014-01-27 09:45:26 +01:00
Frank Celler
b5905a293b
Merge remote-tracking branch 'origin/1.4' into devel
...
Conflicts:
CHANGELOG
Documentation/RefManual/Actions.md
Documentation/UserManual/Foxx.md
Documentation/UserManual/UserManual.md
lib/ProgramOptions/program-options.c
2014-01-25 22:30:04 +01:00
Frank Celler
116873c041
check for null pointer for ROOTDIR
2014-01-25 21:09:16 +01:00
Max Neunhoeffer
7d5723756f
Implement DELETE REST method on the coordinator.
2014-01-24 21:31:58 +01:00
Jan Steemann
ea2af50683
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
...
Conflicts:
Documentation/ImplementorManual/HttpSystem.md
js/apps/system/aardvark/aardvark.js
js/apps/system/aardvark/frontend/css/buttons.css
js/server/version-check.js
2014-01-24 14:50:09 +01:00
Jan Steemann
d8b5c60351
fixed segfault
2014-01-24 13:08:33 +01:00
Max Neunhoeffer
f5c274e8c0
Fix error handling and another bug in create document for cluster.
2014-01-24 10:35:37 +01:00
Jan Steemann
8283b61c7b
Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding
2014-01-23 16:42:55 +01:00
Jan Steemann
b1fccd1bb0
added tests for JSON hashing
2014-01-23 16:42:42 +01:00
Max Neunhoeffer
9230f5020c
First case of create document is working on cluster.
2014-01-23 16:16:06 +01:00
Max Neunhoeffer
165d98578a
First hack at create document via REST on cluster.
2014-01-23 13:00:44 +01:00
Jan Steemann
587c2aef64
issue #744
...
Conflicts:
lib/ApplicationServer/ApplicationServer.cpp
2014-01-23 09:58:18 +01:00
Jan Steemann
a9b579f1b1
issue #744
2014-01-23 09:47:22 +01:00
Max Neunhoeffer
0b2ff098f3
Start to use shared_ptr from boost.
2014-01-22 16:20:34 +01:00
Max Neunhoeffer
2d44e85f6d
Add hashing of TRI_json_t to uint64_t.
2014-01-22 16:20:05 +01:00
Jan Steemann
80e8250d54
fixed segfault
2014-01-21 12:50:35 +01:00
Jan Steemann
64417d4423
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
...
Conflicts:
arangod/V8Server/v8-vocbase.cpp
2014-01-21 09:29:45 +01:00
Jan Steemann
a2e11e606b
added graph-specific error code
2014-01-18 01:08:24 +01:00
Jan Steemann
c7457ff8f5
updated documentation
2014-01-17 17:10:53 +01:00
Jan Steemann
622edb0fee
updated documentation
2014-01-17 17:10:06 +01:00
Max Neunhoeffer
6b4bbe5d04
Fix a description of two methods.
2014-01-17 10:59:23 +01:00
Max Neunhoeffer
92e52c33f8
Add a note about a possible bug.
2014-01-17 09:06:35 +01:00
Jan Steemann
d7c3ac13c9
fixed compile warning
2014-01-16 17:17:59 +01:00
Jan Steemann
8ef247eae5
fixed compile warning
2014-01-16 15:05:08 +01:00
Jan Steemann
bfbf7de9d3
fixed compile warning
2014-01-16 15:04:42 +01:00
Jan Steemann
c9dabaca86
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
2014-01-16 15:02:44 +01:00
Max Neunhoeffer
5b4a0bf3c2
Merge branch 'sharding' of ssh://github.com/triAGENS/ArangoDB into sharding
2014-01-16 15:01:53 +01:00
Max Neunhoeffer
5960c103bc
Create/drop Database/Collection compiles.
2014-01-16 15:01:36 +01:00
Jan Steemann
4a731a0c9e
removed unused file
2014-01-16 14:53:35 +01:00
Jan Steemann
481cd2d1be
added collection._dbName
2014-01-16 11:10:37 +01:00
Frank Celler
f56ac27dc9
Merge remote-tracking branch 'origin/1.4' into devel
...
Conflicts:
CHANGELOG
CMakeLists.txt
GNUmakefile
Makefile.in
VERSION
arangod/V8Server/ApplicationV8.cpp
build.h
configure
configure.ac
js/actions/api-foxx.js
js/apps/system/aardvark/api-docs.json
js/apps/system/aardvark/api-docs/batch.json
js/apps/system/aardvark/api-docs/collection.json
js/apps/system/aardvark/api-docs/cursor.json
js/apps/system/aardvark/api-docs/database.json
js/apps/system/aardvark/api-docs/document.json
js/apps/system/aardvark/api-docs/edge.json
js/apps/system/aardvark/api-docs/edges.json
js/apps/system/aardvark/api-docs/endpoint.json
js/apps/system/aardvark/api-docs/graph.json
js/apps/system/aardvark/api-docs/index.json
js/apps/system/aardvark/api-docs/job.json
js/apps/system/aardvark/api-docs/replication.json
js/apps/system/aardvark/api-docs/simple.json
js/apps/system/aardvark/api-docs/system.json
js/apps/system/aardvark/api-docs/traversal.json
lib/BasicsC/locks-win32.c
2014-01-16 08:53:31 +01:00
Frank Celler
c890caf260
fixed typos in windows parts
2014-01-16 08:40:36 +01:00
Jan Steemann
69a6e6449e
fixed Doxygen errors
2014-01-15 18:06:07 +01:00
Frank Celler
c0bf43d641
added ARANGODB_CONFIG_PATH
2014-01-15 14:27:01 +01:00
Jan Steemann
4a805062bb
changed internal APIs
2014-01-15 13:36:38 +01:00
Max Neunhoeffer
ea3d3c0baa
Add ConnectionManager.
2014-01-14 16:23:05 +01:00
Max Neunhoeffer
f7a9acf592
Merge branch 'sharding' of ssh://github.com/triAGENS/ArangoDB into sharding
2014-01-14 15:05:41 +01:00
Max Neunhoeffer
fc96df2244
Separate out ConnectionManager from ClusterComm.
2014-01-14 15:04:55 +01:00
Jan Steemann
9c63246d1c
added TRI_SHARDING_COLLECTION_NOT_IMPLEMENTED macro
2014-01-14 14:04:29 +01:00
Jan Steemann
b1c4f75e50
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
2014-01-14 13:29:07 +01:00
Jan Steemann
2cc44ba58e
upgraded client version number
2014-01-14 13:27:35 +01:00
Max Neunhoeffer
f50452259e
Allow SimpleHttpClient to keep the connection open on destruction.
2014-01-14 12:52:03 +01:00
Max Neunhoeffer
f7f8543fea
Revert "Add stealConnection to SimpleHttpClient."
...
This reverts commit 3cf68a58526925d09556eaba2a3f4386563ffb31.
2014-01-14 12:44:21 +01:00
Max Neunhoeffer
ebdc06c8b2
Revert "Fix bug in stealConnection."
...
This reverts commit f6fbcfcff07ebfe21364809d347fdc786689d57e.
2014-01-14 12:44:19 +01:00
Max Neunhoeffer
2e3f2132c3
Revert "One more change to SimpleHttpClient."
...
This reverts commit b8662d870e924de6d9a1ec0293937976b30701b2.
2014-01-14 12:44:12 +01:00
Max Neunhoeffer
2021240bc6
One more change to SimpleHttpClient.
2014-01-14 12:42:45 +01:00
Max Neunhoeffer
06999a5d25
Fix bug in stealConnection.
2014-01-14 09:44:27 +01:00
Max Neunhoeffer
4a66d69ad5
Add stealConnection to SimpleHttpClient.
2014-01-14 09:42:50 +01:00
Michael Hackstein
9f3479f5b6
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
...
Conflicts:
utils/Makefile.files
2014-01-10 17:41:52 +01:00
Jan Steemann
5b965b2a21
added initialised() method
2014-01-07 17:50:52 +01:00
Jan Steemann
bb7f550f7a
for Michael...
2014-01-07 16:46:18 +01:00
Jan Steemann
9ce78430ac
create collections, v0.0.0
2014-01-07 16:28:12 +01:00
Max Neunhoeffer
11e018e6b2
Make global ArangoClusterComm object in each thread.
2014-01-07 11:50:05 +01:00
Max Neunhoeffer
bbf28e3501
Merge branch 'sharding' of ssh://github.com/triAGENS/ArangoDB into sharding
...
Conflicts:
arangod/Cluster/v8-cluster.cpp
2014-01-07 11:45:43 +01:00
Jan Steemann
3183e6d402
created global cluster object variables
2014-01-07 11:34:42 +01:00
Jan Steemann
3309743c1a
moved some collection parameters around
2014-01-07 11:02:49 +01:00
Max Neunhoeffer
33d063d6d6
Start to move ClusterComm to JavaScript.
2014-01-06 16:18:24 +01:00
Jan Steemann
5571698555
serialize/unserialize collection data from agency
2014-01-03 19:04:50 +01:00
Max Neunhoeffer
eb2afb2f04
Implement case distinction for create collection between cluster and not.
2014-01-03 16:17:34 +01:00
Max Neunhoeffer
6c36c268f0
Improve debugging output of ClusterComm asynchronous requests.
2014-01-03 09:36:37 +01:00
Jan Steemann
d1bee4cf58
added functions to query the server state
2014-01-02 15:13:44 +01:00
Frank Celler
8dbdf55165
Merge remote-tracking branch 'origin/1.4' into devel
...
Conflicts:
CHANGELOG
arangosh/ArangoShell/ArangoClient.cpp
2013-12-30 17:27:17 +01:00
Frank Celler
9928cd645f
added local config
2013-12-30 17:20:39 +01:00
Max Neunhoeffer
5d51d7b3ba
Get rid of many debugging messages.
2013-12-30 14:49:14 +01:00
Max Neunhoeffer
3415e3c0c8
Some cleanup in asyncRequest setup.
2013-12-30 10:22:21 +01:00
Frank Celler
84507cfc44
merged changes from 1.4 back to devel
2013-12-27 14:59:23 +01:00
Max Neunhoeffer
fec0c20012
Sort out one more allocation/deallocation issue.
2013-12-27 14:29:25 +01:00
Max Neunhoeffer
62976629f0
Various memory leaks and callback improvements.
2013-12-27 13:15:52 +01:00
Frank Celler
995a3b06da
work-around for program-suffix
2013-12-23 18:02:06 +01:00
Max Neunhoeffer
c9b2884def
Full round trip implemented but not yet working.
2013-12-23 16:19:59 +01:00
Frank Celler
a3ecc7cd5b
fixed wrong type
2013-12-23 16:03:30 +01:00
Frank Celler
f5759fa1b6
Merge branch '1.4' of github.com:triAGENS/ArangoDB into 1.4
2013-12-23 12:56:06 +01:00
Frank Celler
0a47caa535
fixed open mode for files
2013-12-23 12:12:13 +01:00
Frank Celler
36f29a573c
fixed TRI_Basename
2013-12-22 23:57:42 +01:00
Frank Celler
2f28530bcc
wrong prototype, wrong destroy
2013-12-22 15:41:15 +01:00
Frank Celler
9ac2e751c6
fixed wrong ifdefs and missing constructor for Logger
2013-12-22 14:58:51 +01:00
Frank Celler
e30725e22d
more file path normalisation
2013-12-22 13:27:33 +01:00
Frank Celler
9b49d60b0a
fixed concatenate files
2013-12-22 12:45:54 +01:00
Frank Celler
2d5a8eb5ca
added service functions
2013-12-22 00:48:31 +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
12fcc9a025
added TRI_LocateInstallDirectory
2013-12-21 13:09:44 +01:00
Frank Celler
1ef596733d
arangosh now uses config file name corresponding to binary name
2013-12-20 23:49:16 +01:00
Jan Steemann
16e16f705c
some bugfixes for asyncRequest etc
2013-12-20 18:03:55 +01:00
Jan Steemann
b903d9080d
Merge remote-tracking branch 'origin/devel' into sharding
...
Conflicts:
js/apps/system/aardvark/test/karma/karma.conf.js
2013-12-20 15:35:50 +01:00
Jan Steemann
8bc1692d54
fixed issue #711 , #687
2013-12-20 15:13:23 +01:00
Jan Steemann
55deb10126
fixed issue #711 , #687
2013-12-20 15:12:21 +01:00
Frank Celler
2651f7bae5
added TRI_LocateInstallDirectory and TRI_LocateConfigDirectory
2013-12-20 10:39:50 +01:00
Frank Celler
b2d60817dd
added NL and CH
2013-12-19 17:18:29 +01:00
Frank Celler
56a8f0277f
use home directory function
2013-12-19 16:32:08 +01:00
Frank Celler
b0a43ea575
added move constructor
2013-12-19 16:27:02 +01:00
Max Neunhoeffer
a79c5801d8
Fix documentation of timeout unit.
2013-12-19 12:16:30 +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
8fa172f03c
added callbacks for async requests
2013-12-17 13:51:07 +01:00
Jan Steemann
7c4944de83
added --server.ssl-protocol option for client tools
...
Conflicts:
arangosh/Benchmark/BenchmarkThread.h
lib/GeneralServer/SslAsyncCommTask.h
2013-12-13 17:58:24 +01:00
Jan Steemann
e7ba403998
added --server.ssl-protocol option for client tools
2013-12-13 17:53:51 +01:00
Jan Steemann
67f72b26fa
split big group of statistics into 2 separate groups
...
Conflicts:
CHANGELOG
2013-12-13 16:08:58 +01:00
Jan Steemann
1010d515bb
added detailed HTTP request statistics
...
Conflicts:
CHANGELOG
2013-12-13 16:00:02 +01:00
Jan Steemann
ed927d26c8
split big group of statistics into 2 separate groups
2013-12-13 15:58:59 +01:00
Jan Steemann
f0184d2786
not sure about the restshardhandler yet
2013-12-12 17:51:45 +01:00
Jan Steemann
8eccb0a35f
added dispatcher to shardhandler
2013-12-12 16:42:25 +01:00
Jan Steemann
13bcc2bf7a
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
2013-12-11 18:39:10 +01:00
Jan Steemann
5e5a5fb32b
added JS bindings for agency
2013-12-11 09:56:54 +01:00
Jan Steemann
9e21cf9b7e
added configure option --enable-cluster
2013-12-10 14:46:16 +01:00
Frank Celler
ef7e85053c
added missing file
2013-12-07 19:16:38 +01:00
Frank Celler
86b7fea992
Vs2013
2013-12-07 18:55:55 +01:00
Frank Celler
f6b40b3395
added memchr and timezone for windows
2013-12-07 18:55:51 +01:00
Jan Steemann
2965accb05
add current state to agency
2013-12-06 14:23:02 +01:00
Jan Steemann
d3acf530da
re-added stuff that got lost yesterday
2013-12-05 10:26:21 +01:00
Jan Steemann
1306e0e651
committed generated file
2013-12-04 23:10:22 +01:00
Jan Steemann
44b3237882
moved server-only tests to js/server/tests
...
this hopefully removes some future confusion about the tests
also moved some graph stuff into js/common as client-side graphs did not fully work
make logfile path accessible
2013-12-04 22:05:00 +01:00
Jan Steemann
52f514b163
fixed doxygen error
2013-12-02 13:16:06 +01:00
Jan Steemann
3edd6a0251
issue #694 : added tests for configuration files
2013-12-02 09:39:27 +01:00
Frank Celler
64bf0088b4
hopefully fixing wrong include ordering
2013-11-27 20:55:29 +01:00
Frank Celler
533a33d344
va_copy and inline are defined in 2013
2013-11-25 18:30:03 +01:00
Max Neunhoeffer
317304542a
Remove index garbage collector.
2013-11-25 10:57:23 +01:00
Jan Steemann
9a1aa7a4cc
removed superfluous error codes
2013-11-22 13:49:05 +01:00
Jan Steemann
0eeac02a91
removed unused error codes
2013-11-22 13:23:23 +01:00
Jan Steemann
ff648799fe
Fix a forgotten malloc and replace it with TRI_Allocate.
2013-11-22 12:28:07 +01:00
Max Neunhoeffer
3aa1b12a45
Merge branch 'skiplist-cleanup' into devel
...
This implements a considerable cleanup of the skip list index code:
- Replace implementation of skip lists by a generic one using
callbacks for comparisons
- The new implementation resides in lib/BasicsC/skip-list.*
- It uses a singly linked list (unidirectional) as opposed to the
previous implementation which used a doubly linked list
- Adjust skip list index code in arangod/SkipLists/skiplistIndex.* to
use the generic skip list implementation
- Unify unique skip lists and non-unique ones into one code base
- Cleanup in skip list index code, in particular with respect to
iterators
- Prepare the scene for sparse skip list indices
2013-11-22 10:47:04 +01:00
Jan Steemann
e79134799c
mini optimisations for shaping
2013-11-22 02:41:39 +01:00
Jan Steemann
edb356f403
print warning message w/ reason
2013-11-21 23:57:51 +01:00
Jan Steemann
999fbaee23
added newline to log message
2013-11-21 16:42:16 +01:00
Jan Steemann
610f9a3cd7
added newline to log message
2013-11-21 16:16:09 +01:00
Jan Steemann
cbd2bbf2b1
fixed some multi-thread issues
2013-11-21 15:14:46 +01:00
Jan Steemann
1bdf666da2
fixed multi-threading issues found during commando
2013-11-21 15:12:49 +01:00
Frank Celler
01532b024e
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-11-20 13:50:14 +01:00
Frank Celler
6e293d9dce
fixed wrong error message on parse error
2013-11-20 13:50:08 +01:00
Jan Steemann
cf219d92d3
added debugSegfault
2013-11-20 13:15:45 +01:00
Max Neunhoeffer
822f9d37bd
Rename method name to TRI_SkipListGetNrUsed.
2013-11-20 11:09:28 +01:00
Max Neunhoeffer
1c56e87222
Export entry count for generic skip lists.
2013-11-20 11:07:31 +01:00
Frank Celler
914bd38cfc
added check-sever
2013-11-20 09:21:22 +01:00
Frank Celler
f35347098b
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-11-20 09:20:51 +01:00
Frank Celler
7738a5b35d
cosmetics
2013-11-20 09:20:26 +01:00
Jan Steemann
4e1028d791
fixed doxygen error
2013-11-20 01:50:53 +01:00
Jan Steemann
920d08d855
removed redundant startup options
2013-11-20 01:50:27 +01:00
Jan Steemann
95c341e910
issue #662 : ArangoDB on Windows hanging
2013-11-19 16:35:14 +01:00
Jan Steemann
af6da9a652
issue #662 : ArangoDB on Windows hanging
2013-11-19 16:27:26 +01:00
Max Neunhoeffer
971ab55cdd
Add keys to the generic skip list implementation.
2013-11-19 15:02:20 +01:00
Max Neunhoeffer
95e6ebc3ac
Add a cmpdata entry for comparisons.
2013-11-19 11:54:45 +01:00
Frank Celler
9f8f4cd4fd
destroy can only be called if initialised
2013-11-18 18:40:13 +01:00
Frank Celler
b58347138f
destroy can only be called if initialised
2013-11-18 18:39:18 +01:00
Max Neunhoeffer
c8b8af36b2
Follow coding style guidelines a bit more. Add nrUsed count.
2013-11-18 16:46:56 +01:00
Max Neunhoeffer
8955b0fda0
Fix compilation of new skip-list.c
2013-11-18 15:09:24 +01:00
Max Neunhoeffer
3464f31bf1
Add generic skip list functionality.
2013-11-18 14:55:52 +01:00
Max Neunhoeffer
e9b583e6c2
Remove old and unused skip-list.* from lib.
2013-11-18 13:59:33 +01:00
Jan Steemann
bfbc96d3e8
don't complain upon usage of obsolete --database.force-sync-shapes option
2013-11-14 01:25:55 +01:00
Jan Steemann
c5e9538547
Merge remote-tracking branch 'origin/devel' into inline-shapes
...
Conflicts:
arangod/VocBase/document-collection.c
2013-11-14 01:01:24 +01:00
Jan Steemann
d6c0fb36a6
windows condition variables
2013-11-13 21:01:53 +01:00
Jan Steemann
6d14b841b5
windows condition variables
2013-11-13 20:59:44 +01:00
Jan Steemann
06f6670288
simplified condition variables
2013-11-13 19:03:16 +01:00
Jan Steemann
ccb4f19db2
simplified condition variables
2013-11-13 19:02:22 +01:00
Jan Steemann
8f33346b65
fixed Windows file handling
2013-11-11 20:31:19 +01:00
Jan Steemann
54abc6bd1d
fix Windows path name comparison
2013-11-11 20:30:51 +01:00
Jan Steemann
042b805ce4
fixed Windows file handling
2013-11-11 20:30:23 +01:00
Jan Steemann
60526230ab
fix Windows path name comparison
2013-11-11 20:06:50 +01:00
Jan Steemann
3bc6b42003
fixed comment
2013-11-11 20:06:41 +01:00
Jan Steemann
4de873d3e3
indent
2013-11-08 16:54:20 +01:00
Jan Steemann
f69ae8f2a9
do not access shaper but use memory zone variable
2013-11-08 13:42:16 +01:00
Jan Steemann
7055299a6e
removed shape collections
2013-11-06 17:05:16 +01:00
Jan Steemann
fabf66d77c
changed return codes
2013-11-06 11:24:13 +01:00
Jan Steemann
d30ca7b658
added `/_api/database/user` method
2013-11-06 09:34:44 +01:00
Jan Steemann
978c12815a
share basic shape types
2013-11-05 20:21:48 +01:00
Jan Steemann
90e7ea3f97
typecasts
2013-11-05 10:19:21 +01:00
Jan Steemann
670393f660
updated CHANGELOG
2013-11-04 17:33:50 +01:00
Jan Steemann
7924f657d4
added `/_api/database/user` method
2013-11-04 14:22:00 +01:00
Frank Celler
9e61d39424
fixed compiler warnings and freebsd problem
2013-11-01 23:05:43 +01:00
Frank Celler
3c14cddec5
fixed compiler warnings and freebsd problem
2013-11-01 23:04:58 +01:00
Jan Steemann
e1382dd255
added detailed HTTP request statistics
2013-10-31 16:39:59 +01:00
Jan Steemann
2f4499bae1
windows fixes
2013-10-31 11:53:11 +01:00
Jan Steemann
bcf6eabce7
fixed --javascript.check option for arangosh
2013-10-30 18:35:08 +01:00
Jan Steemann
bc57a0c468
fixed --javascript.check option for arangosh
2013-10-30 18:33:42 +01:00
Jan Steemann
5af6c84349
improve error message
2013-10-30 14:40:22 +01:00
Jan Steemann
0014777746
improve error message
2013-10-30 14:38:20 +01:00
Jan Steemann
b720b49a8c
issue #642 : renamed macro from TRI_WARN_UNUSED to TRI_WARN_UNUSED_RESULT
2013-10-30 12:19:26 +01:00
Jan Steemann
4533b6feaa
removed some old example files
2013-10-30 01:27:15 +01:00
Jan Steemann
2a9205527f
simplify logging
2013-10-30 01:07:02 +01:00
Jan Steemann
4f50b98c45
removed second logger implementation
2013-10-30 00:38:25 +01:00
Jan Steemann
9f312e6680
fixed thread shutdown (double detach)
2013-10-29 22:29:25 +01:00
Jan Steemann
c751cc80fc
issue #642
2013-10-29 21:15:46 +01:00
Frank Celler
ebca4c601e
Merge remote-tracking branch 'origin/devel' into 1.4
2013-10-29 11:18:27 +01:00
Jan Steemann
723785b5b6
Windows warnings
2013-10-29 10:09:12 +01:00
Jan Steemann
071aa64e15
fixed syntax error on Win
2013-10-29 09:56:24 +01:00
Jan Steemann
057fd91646
lol self
2013-10-29 09:39:36 +01:00
Jan Steemann
0131735f30
issue #621 : always print fatal error at the end
2013-10-29 03:01:33 +01:00
Jan Steemann
0fddad4f2e
remove unused method
2013-10-28 23:05:12 +01:00
Jan Steemann
43b4f78b62
issue #620
2013-10-28 19:38:19 +01:00
Frank Celler
d33bcdc623
rc1
2013-10-28 17:54:24 +01:00
Jan Steemann
74926b1c7b
issue #621 : Standard Config needs to be fixed
2013-10-28 15:07:08 +01:00
Jan Steemann
72a2a487d3
some fixes for issue #642
2013-10-28 14:34:37 +01:00
Frank Celler
eed8ceebd1
added variables
2013-10-27 12:26:10 +01:00
Frank Celler
c6993c681b
added variables
2013-10-27 12:20:09 +01:00
Frank Celler
b72e4c16ca
added variables
2013-10-27 11:58:11 +01:00
Frank Celler
e40083b2e9
added variables
2013-10-27 10:33:14 +01:00
Jan Steemann
d89a1de20a
fetch time outside of lock
2013-10-20 23:08:47 +02:00
Frank Celler
b6b381c663
moved TRI_ENABLE_MRUBY to command line
2013-10-20 18:46:31 +02:00
Frank Celler
9ced80a889
mruby and output
2013-10-20 14:08:26 +02:00
Frank Celler
d82b95d028
added arangod
2013-10-20 13:12:48 +02:00
Frank Celler
28b711a53b
added mruby
2013-10-20 12:51:54 +02:00
Frank Celler
0a0bb534c3
added first attempt for cmake
2013-10-18 17:29:33 +02:00
Frank Celler
5ded180525
added zlib version
2013-10-18 17:28:45 +02:00
Jan Steemann
f498f8f03c
faster server shutdown
2013-10-18 10:18:46 +02:00
Jan Steemann
7dc8ed7c47
issue #617 : Swagger API is missing '/_api/version'
2013-10-17 11:55:39 +02:00
Jan Steemann
21d25d0ccc
removed resourceholder
2013-10-17 10:43:07 +02:00
Jan Steemann
0a6148f2d6
fixed some VS complaints
2013-10-16 17:27:35 +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
c0dd3aba28
adjusted message
2013-10-15 11:49:36 +02:00
Jan Steemann
29e3c83927
updated comment
2013-10-14 14:55:28 +02:00
Frank Celler
be162a1e35
Merge branch 'devel' of github.com:triAGENS/ArangoDB into 1.4
...
Conflicts:
CHANGELOG
Documentation/Manual/NewFeatures14.md
Documentation/Manual/NewFeatures14TOC.md
Documentation/Manual/Upgrading14.md
js/apps/system/aardvark/api-docs/collection.json
js/apps/system/aardvark/api-docs/cursor.json
js/apps/system/aardvark/api-docs/database.json
js/apps/system/aardvark/api-docs/document.json
js/apps/system/aardvark/api-docs/edge.json
js/apps/system/aardvark/api-docs/edges.json
js/apps/system/aardvark/api-docs/endpoint.json
js/apps/system/aardvark/api-docs/graph.json
js/apps/system/aardvark/api-docs/index.json
js/apps/system/aardvark/api-docs/job.json
js/apps/system/aardvark/api-docs/replication.json
js/apps/system/aardvark/api-docs/simple.json
js/apps/system/aardvark/api-docs/system.json
js/apps/system/aardvark/api-docs/traversal.json
2013-10-14 14:00:29 +02:00
Jan Steemann
b8318609e2
updated arangorestore
2013-10-10 16:58:21 +02:00
Jan Steemann
a3b35c613c
config file handling
2013-10-09 17:00:06 +02:00
Jan Steemann
af07091d1c
Windows fixes
2013-10-09 15:33:38 +02:00
Jan Steemann
e3df92d929
fix Windows file handling
2013-10-09 14:07:21 +02:00
Jan Steemann
cc14fb039a
fix some VS warnings
2013-10-09 14:05:36 +02:00
Jan Steemann
857c69d5a6
added `--server.allow-method-override` startup option
2013-10-08 17:06:42 +02:00
Jan Steemann
939b42da24
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-10-08 13:12:17 +02:00
Jan Steemann
46a295ba43
fixed some Windows warnings
2013-10-08 12:39:47 +02:00
Jan Steemann
63f6cb91f4
added `details` URL parameter for `/_api/import`
2013-10-08 01:34:16 +02:00
Jan Steemann
d47aab1950
allow /_api/logs only for the `_system` database
2013-10-07 14:23:48 +02:00
Frank Celler
8fef253413
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-10-04 18:55:42 +02:00
Frank Celler
b06d50ac03
fixed prototype for newer libev
2013-10-02 20:12:29 +02:00
Jan Steemann
d6149c9a9a
added documentation for /_api/import
2013-10-02 14:22:25 +02:00