1
0
Fork 0
arangodb/lib/SimpleHttpClient
Jan 5165155ed1 Bug fix/fixes 0609 (#3227)
* do not use V8 variant of AQL functions in early optimization stage when a C++ variant is available

* additionally, simplify AQL function definitions and aliases

* warn when more than 90% of max mappings are in use

* added C++ variant of replication catchup

* added `--log.role` option

* updated CHANGELOG

* removed non-existing scheduler.threads option from config

* removed useless __FILE__, __LINE__ invocations

* updated CHANGELOG

* allow a priority V8 context

* remove TRI_CORE_MEM_ZONE

* try to fix Windows errors & warnings

* cleanup

* removed memory zones altogether

* exclude system collections from collection tests
2017-09-13 16:28:21 +02:00
..
Callbacks.h Implement cURL based inter server communication 2016-10-10 14:56:04 +02:00
ClientConnection.cpp RocksDB WAL entries for transactions 2017-04-26 18:54:55 +02:00
ClientConnection.h updated cleanupCFiles 2016-04-23 16:34:57 -07:00
Communicator.cpp Wow...wrong type for httpstatuscode...it would zero out parts of the mutex on the stack (#2800) 2017-07-14 11:36:30 +02:00
Communicator.h Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
ConnectionManager.cpp Merge branch 'devel' of github.com:arangodb/arangodb into spdvpk 2016-03-31 13:41:09 +02:00
ConnectionManager.h remove alignas 2017-03-28 10:04:51 +02:00
Destination.h make ctor explicit 2017-03-02 13:28:11 +01:00
GeneralClientConnection.cpp fixed some issues detected by coverity build tool 2016-12-12 15:41:54 +01:00
GeneralClientConnection.h preparations for issue #1974 2016-11-17 14:42:18 +01:00
Options.h Implement cURL based inter server communication 2016-10-10 14:56:04 +02:00
SimpleHttpClient.cpp Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
SimpleHttpClient.h Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
SimpleHttpCommunicatorResult.h fix compile warning 2016-10-10 17:10:55 +02:00
SimpleHttpResult.cpp Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
SimpleHttpResult.h Add haveSentRequestFully() to SimpleHttpResult. 2017-01-23 15:23:30 +01:00
SslClientConnection.cpp fixed openssl issue with 1.1 (#3095) 2017-08-22 15:50:25 +02:00
SslClientConnection.h fixed issue #1974 2017-04-07 17:29:34 +02:00