Andrey Abramov
a1cfb3d72b
Feature iresearch ( #4105 )
2018-01-19 14:23:58 +01:00
Jan
1e116a9f6d
slight cleanup of replication-related code ( #4286 )
2018-01-17 16:56:40 +01:00
Jan
c60f870bca
fixed issue #4308 : Crash when getter for error.name throws an error ( #4346 )
2018-01-17 12:14:44 +01:00
Jan
380112447a
remove unused parameters from signatures ( #4329 )
2018-01-17 09:00:02 +01:00
Max Neunhöffer
876cf47202
Changes for libmusl compilation. ( #4294 )
2018-01-16 09:22:45 +01:00
Jan
b851cceb5f
potential fix for issue #4272 ( #4309 )
2018-01-16 09:07:03 +01:00
Max Neunhöffer
666a025b59
Fix a buffer overflow in vst authentication. ( #4182 )
2018-01-16 00:29:03 +01:00
Jan
247f60bf1e
недоёб ( #4298 )
...
make the default value of `--rocksdb.block-cache-shard-bits` use the RocksDB
default value. This will mostly mean the default number block cache shard
bits is lower than before, allowing each shard to store more data and cause
less evictions from block cache
2018-01-16 00:26:30 +01:00
Jan Christoph Uhde
687a83d810
fix issue #4284 - exception in scheduler loop ( #4287 )
2018-01-16 00:24:33 +01:00
Jan Christoph Uhde
9c2ebb7bfc
remove code that potentially throws from ~WBReader ( #4282 )
2018-01-15 15:14:55 +01:00
jsteemann
4f57a1c29e
fix double-increment
2018-01-11 21:56:56 +01:00
jsteemann
f7e34b2d7c
fix crashes
2018-01-08 17:02:34 +01:00
Jan
7f860153ba
Bug fix/msvc fixes ( #4243 )
2018-01-08 11:20:53 +01:00
Jan
92c8d558d1
undefine DEBUG to prevent compile errors in MSVC debug mode ( #4237 )
2018-01-05 17:27:06 +01:00
Jan
b2b6c06cbf
Feature/efficiency ( #3736 )
2018-01-05 16:51:31 +01:00
Jan
8d809251ff
adjust some HTTP response codes for our internal errors ( #4219 )
2018-01-05 14:53:07 +01:00
Jan
d113b755a0
fixed issue #4199 : Internal failure: JavaScript exception in file 'arangosh.js' at 98,7: ArangoError 4: Expecting type String ( #4202 )
2018-01-05 14:51:26 +01:00
Jan
6cb79b164e
change message from "no leader" to "not a leader" ( #4134 )
2018-01-05 14:50:15 +01:00
Jan
bbfb8238b1
clean up generator code ( #4191 )
2018-01-02 15:26:06 +01:00
Jan
2744d52691
added tests for file descriptors ( #4130 )
...
* added tests for file descriptors
* properly clean up generated test files
2017-12-22 11:00:00 +01:00
Jan
3b5e31252d
fix file descriptor issue in LogAppenderFile::reopenAll ( #4116 )
2017-12-21 14:11:29 +01:00
Jan
2a96df5ca5
Feature iresearch ( #4071 )
2017-12-18 15:04:59 +01:00
Jan
a3d169eb5f
fixed issue #4045 : fix misleading error message in arangorestore ( #4049 )
2017-12-16 15:18:35 +01:00
Dan Larkin
9cd8c47eb7
Renamed arangoimp to arangoimport (with alias for compatibility.) ( #4040 )
2017-12-14 21:31:21 +01:00
Jan
73bce34174
potentially fix send request timeout ( #4026 )
2017-12-13 17:54:12 +01:00
Jan
9bcf3c7978
make SimpleHttpClient's SSL connections abortable too ( #4023 )
2017-12-13 14:03:33 +01:00
Jan
9c76613e63
fix premature unlock ( #3802 )
...
* fix some deadlocks found by evil lock manager (tm)
* fix duplicate lock
* fix indentation
* ensure proper lock dependencies
* fix lock acquisition
* removed useless comment
* do not lock twice
* create either a V8 transaction context or a standalone transaction context, depending on if we are called from within V8 or not
* AQL micro optimizations
* use explicit constructor
* only use V8DealerFeature's ConditionLocker for acquiring a free V8 context
entering and exiting the selected context is then done later on without having to hold the ConditionLocker
* remove some recursive locks
* Disable custom deadlock detection when Thread Sanitizer is enabled
* Changing ifdef's
* grr
* broke gcc
* Using atomic for ApplicationServer::_server
* fix premature unlock
* add some asserts
* honor collection locking in cluster
* yet one more lock fix
* removed assertion
* some more bugfixes
* Fixing assert
(cherry picked from commit 1155df173bfb67303077fbe04ee8d909517bfd21)
2017-12-13 13:27:42 +01:00
Jan
3143805c6f
make replication abortable ( #4016 )
2017-12-13 12:32:04 +01:00
Jan
4ce91ac16d
fix platform-dependent behavior of TRI_CopyFile ( #3988 )
2017-12-11 17:51:56 +01:00
Jan
74347827bf
allow specification of log topics with whitespace in the argument ( #3980 )
...
For example, the following log level now does not cause a warning anymore
v8 = trace
previously the log levels had to be specified without any whitespace around
2017-12-11 10:33:38 +01:00
Simran
6d1f238afb
Fix for missing constant in older Windows versions (issue 3742) ( #3963 )
2017-12-08 15:38:16 +01:00
Matthew Von-Maszewski
7e3dc8afb8
connection timeout treated as "send complete" ( #3866 )
2017-12-08 11:36:43 +01:00
Jan Christoph Uhde
e6cda07a2a
fix windows build ( #3958 )
2017-12-07 12:06:06 +01:00
Jan
282be208cc
remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … ( #3817 )
2017-12-06 18:43:49 +01:00
Jan
6bdc26e5c9
remove now obsolete remainders of memory management functions ( #3820 )
2017-12-06 18:43:34 +01:00
Jan
9f8c5488c2
fix Windows ifdefs ( #3824 )
2017-12-06 18:43:12 +01:00
Manuel B
857c64c0d9
Move Statistics into c++ ( #3184 )
2017-12-06 16:36:52 +01:00
Jan
29ca87bb0c
fix an unnecessary downcast ( #3774 )
2017-12-06 16:36:10 +01:00
Jan
79ea9d8291
issue #3741 : attempt to fix terminal color output in Windows ( #3753 )
2017-12-06 16:23:54 +01:00
Jan
9434ed55a1
attempt to properly capitalize header names in VST responses ( #3823 )
2017-12-06 11:02:49 +01:00
Max Neunhöffer
74458d9d34
Add security check in AgencyComm::sendWithFailover. ( #3838 )
2017-12-06 10:50:40 +01:00
Jan
ec7da71287
do not swallow error messages when transactions fail ( #3836 )
2017-12-06 10:49:28 +01:00
Jan
7db5da625c
fix typo in description ( #3749 )
2017-11-20 21:34:49 +01:00
Jan
86ef7d4018
Bug fix/fixes 1711 obi ( #3730 )
2017-11-17 16:34:33 +01:00
Jan Christoph Uhde
f47057088a
Feature/helper code ( #3577 )
2017-11-17 09:51:32 +01:00
Jan
b4f6ee9273
Feature/improved index api for unique constraints and replication ( #3715 )
2017-11-16 21:02:01 +01:00
Jan
5abf0c1185
Bug fix/fixes 1511 ( #3711 )
2017-11-16 14:18:51 +01:00
Jan Christoph Uhde
b603ea5f3d
add meta (equivalent of http headers) to VST ( #3687 )
2017-11-15 13:32:05 +01:00
Jan
ba9bc41457
fix some typos in code and docs ( #3671 )
2017-11-13 17:33:36 +01:00
Matthew Von-Maszewski
bbce4caefa
Feature/mv basho smoothing1 ( #3384 )
2017-11-13 15:43:44 +01:00