jsteemann
6b376fe3e1
a bit less locking
2016-09-01 15:25:19 +02:00
Jan Steemann
d57c3ef792
removed unused method
2016-09-01 12:02:24 +02:00
Jan Steemann
a2f0b0a49f
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-09-01 11:20:15 +02:00
Jan Steemann
e03d550985
removed unused methods
2016-09-01 11:19:55 +02:00
jsteemann
149ef4ab8b
fix freeing of nullptr
2016-09-01 08:39:44 +02:00
jsteemann
89ac2dfba5
don't leak on help
2016-08-31 14:28:23 +02:00
Andreas Streichardt
a14935aca3
Handle 503 answer from dbservers properly
2016-08-31 11:24:23 +02:00
Simran Brucherseifer
dc8ced3a9b
Fix comments
2016-08-29 11:52:09 +02:00
Kaveh Vahedipour
0b8b56a54a
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-08-26 16:25:17 +02:00
Kaveh Vahedipour
e07543c2e2
Adding Foxx access to agency
2016-08-26 16:25:03 +02:00
jsteemann
4f994f70b5
fix compile warning
2016-08-26 15:31:57 +02:00
Wilfried Goesgens
1a4675865e
Merge branch 'devel' of github.com:arangodb/ArangoDB into pipeline
2016-08-26 14:55:48 +02:00
Wilfried Goesgens
1de83c020d
fix windows compile problems.
2016-08-26 14:17:28 +02:00
Kaveh Vahedipour
b409a1ff25
Adding Foxx access to agenc
2016-08-26 13:35:39 +02:00
Wilfried Goesgens
3d6810ecfe
If we have relative paths that are working, make them absolute so they still work after CWD's of arangod
2016-08-26 12:50:48 +02:00
jsteemann
08f1fa3a22
added assertions to prevent buffer overruns
2016-08-26 12:04:28 +02:00
Wilfried Goesgens
d37c9a751f
fix syntax :-(
2016-08-25 17:50:08 +02:00
Wilfried Goesgens
f39ec1c591
Windows install: no backslash strings in cmake.
2016-08-25 17:35:29 +02:00
Wilfried Goesgens
4939e02fb2
Make the existance of the database directory non-mandatory again.
2016-08-25 10:07:37 +02:00
jsteemann
04f5fbbdb2
fixed issue #2018
2016-08-24 17:33:49 +02:00
Wilfried Goesgens
1688655509
Merge branch 'devel' of github.com:arangodb/ArangoDB into pipeline
2016-08-24 14:46:48 +02:00
Wilfried Goesgens
1f162ac882
Implement scheme to more clever pass the directories from the build process to the run-time
...
We will now try to evaluate the toplevel install directory from the configured binary dir.
We will use this toplever directory when searching for other directories.
2016-08-24 14:45:08 +02:00
jsteemann
85cb227a4f
fixed wrong default values for _sslOptions
2016-08-23 14:34:05 +02:00
jsteemann
50ced553b8
validate default value for DiscreteValuesParameter
2016-08-23 14:33:48 +02:00
Jan Steemann
5dd8c8feee
throw exception in StringBuffer ctor when no memory is available
2016-08-22 17:36:12 +02:00
Kaveh Vahedipour
d8cb8a33ac
pushing corrected unittest script and cluster startup scripts
2016-08-19 09:49:44 +02:00
Wilfried Goesgens
dadd9833d1
Implement detection whether we are in a git repo and use the toplevel source dir.
2016-08-18 17:53:47 +02:00
Wilfried Goesgens
7250db8830
Merge branch 'devel' of github.com:arangodb/ArangoDB into pipeline
2016-08-18 15:59:12 +02:00
Wilfried Goesgens
976b25b745
We nowadays install to /usr/share/arangodb3/
2016-08-18 15:57:33 +02:00
servusoft
7315777bc2
Adjustment for Repository Version
2016-08-09 14:05:34 +02:00
servusoft
1a13206b65
Adjustment for Repository Version
2016-08-09 14:00:03 +02:00
servusoft
3b5c9a73d5
Update build-repository.h.in
2016-08-09 13:39:46 +02:00
servusoft
48da84a323
Create build-repository.h.in
...
Adjustment for Repository Version
2016-08-09 13:23:59 +02:00
Wilfried Goesgens
2f3c03f126
Simplify
2016-08-08 10:16:34 +02:00
Wilfried Goesgens
cfcacc2b06
Merge pull request #1984 from servusoft/patch-8
...
Adaptation heap memory for ARM architecture (over global TRI_V8_MAXHEAP)
2016-08-08 10:15:44 +02:00
servusoft
cfe65305ad
Adaptation minimum memory for ARM architecture (over global TRI_V8_MAXHEAP)
2016-08-05 18:54:34 +02:00
servusoft
4a1eb6c8da
Global definition heap memory (TRI_V8_MAXHEAP) and adoptation for ARM
2016-08-05 18:50:53 +02:00
Jan Steemann
0de5561659
moved mostly unused functions
2016-08-05 16:14:39 +02:00
Jan Steemann
e69e49f145
fix Buffer array access
2016-08-05 14:50:06 +02:00
jsteemann
752015ddb2
added functions V8_TO_VPACK and VPACK_TO_V8
2016-08-04 16:02:46 +02:00
Jan Steemann
8e591c16c2
fixed random number generator initialization
2016-08-02 12:25:46 +02:00
Jan Steemann
2870a9f10f
visual studio
2016-08-02 11:46:44 +02:00
Frank Celler
4d81c4c733
just in case someone changes the epoch
2016-08-01 13:43:30 +02:00
Frank Celler
da85dc2adc
added a panic interrupt of memory gets low
2016-08-01 13:43:30 +02:00
Frank Celler
af6cbe272a
fixed epoch computation
2016-08-01 13:43:30 +02:00
Frank Celler
24db83573a
added thread affinity for MacOSX
2016-07-27 22:29:59 +02:00
servusoft
44c9fb824e
Adapting to 64 bit ARM architecture (aarch64) at the exceptions for TRI_PADDING_32
2016-07-26 18:56:53 +02:00
Jan Steemann
ee8a8e2504
issue #1962
2016-07-25 11:37:29 +02:00
Jan Christoph Uhde
5edaf0043a
preparations for velocystream completed
2016-07-21 09:32:00 +02:00
Max Neunhoeffer
6f4b48cfcf
Try to fix performance issue with single documents in cluster.
...
This creates a fast path in performRequests for the case that only
one request is given. We use syncRequest instead of asyncRequest
to save a network roundtrip. Furthermore, all queues and locks
in ClusterComm are circumvented.
2016-07-20 15:15:41 -07:00