Wilfried Goesgens
6d1ac26a77
Merge branch 'devel' of github.com:arangodb/ArangoDB into feature/gssapi
2019-09-26 15:22:05 +02:00
Dan Larkin-York
a83c2323c9
Refactor ApplicationServer stack ( #9965 )
2019-09-25 17:31:59 +02:00
Wilfried Goesgens
7c34f93e15
add support for detecting allowed auth methods
2019-09-20 16:45:10 +02:00
Wilfried Goesgens
adf80fa326
no windows kerberos
2019-09-17 16:38:03 +02:00
Wilfried Goesgens
b908d4f18c
fix realm guessing algorithm
2019-09-17 16:32:33 +02:00
Wilfried Goesgens
c550fb1745
more windows excludes
2019-09-17 10:15:58 +02:00
Wilfried Goesgens
bc0e2c5fa5
disable gssapi client on windows
2019-09-17 10:05:37 +02:00
Wilfried Goesgens
6fdae1bc38
move client gssapi functionality to lib/
2019-09-16 11:47:17 +02:00
Wilfried Goesgens
f528df473f
Merge branch 'devel' of github.com:arangodb/ArangoDB into feature/gssapi
2019-09-13 11:03:00 +02:00
Jan
84ad504a6c
corrected several wrong macro names ( #9971 )
2019-09-11 16:45:32 +02:00
Wilfried Goesgens
295b4eb1aa
add spnego support to simple http client
2019-09-10 18:12:46 +02:00
Jan
7e500f5597
drop views on test teardown ( #9919 )
2019-09-05 15:03:02 +02:00
Jan
30b36a2a42
fix return value checks ( #9852 )
2019-08-29 20:38:53 +02:00
Jan
8e4c386086
Feature/enable tlsv13 ( #9817 )
2019-08-27 14:58:07 +02:00
Frank Celler
aa3d3f8e40
Feature/cleanup ccpcheck ( #9665 )
2019-08-12 11:11:49 +02:00
Dan Larkin-York
3d0246cb18
Decentralize includes ( #9623 )
2019-08-06 15:32:09 +02:00
Wilfried Goesgens
ca0f2b8b86
All hail to the SI ( #9445 )
2019-07-19 13:52:12 +02:00
Simon
e5507d840f
Feature/comm task refactor ( #9426 )
2019-07-16 09:43:25 +02:00
Jan
11f5f33659
make sure all error code names are prefixed with ERROR_ @fceller @kvs85 ( #9384 )
2019-07-02 18:07:33 +02:00
Dan Larkin-York
d5ecdd143a
Convert unit tests to googletest framework ( #9034 )
2019-05-21 09:17:46 +02:00
Wilfried Goesgens
1907a7211b
Bug fix/cleanup system includes ( #8962 )
2019-05-15 15:12:59 +02:00
Wilfried Goesgens
aa885c978c
as curls multihandle.h defines lets use long here. ( #8950 )
2019-05-13 16:44:56 +02:00
Simon
5625b56edc
Do not store ptr to local options ( #8884 )
2019-05-02 09:42:47 +02:00
Jan
80a6e621ee
don't allocate memory so often in ClusterComm requests ( #8550 )
2019-03-26 00:31:56 +01:00
Jan Christoph Uhde
c3f7961b88
apply unique log ids ( #8561 )
2019-03-25 20:26:51 +01:00
jsteemann
63f5379115
fix OpenSSL warnings about deprecated functions
2019-01-11 09:37:48 +01:00
Jan Christoph Uhde
aabb307295
fix openssl 1.3 usage
2019-01-10 15:27:27 +01:00
Jan
fa7de56cf8
upgrade to boost 1.69.0 ( #7910 )
2019-01-09 17:17:33 +01:00
Frank Celler
ac9f375fb5
big reformat
2018-12-26 00:54:03 +01:00
Wilfried Goesgens
c30947961f
Fix Cluster shutdown handling of http connections ( #7809 )
2018-12-19 19:22:11 +01:00
Wilfried Goesgens
c0f9e8125a
Bug fix/allow tcp connection to finish ( #7635 )
2018-12-10 10:38:34 +01:00
Matthew Von-Maszewski
0d39ff66f5
Bugfix: backport defensive Communicator change and revert constant change in Scheduler ( #7214 )
...
* revert accidental change to MIN_SECONDS
* from bugfix-3.4/mv-communicator-defensive: simplify lambda usage to static functions.
2018-11-05 15:18:31 -06:00
Jan
c7d76c5da4
fix some issues reported by codescan ( #7195 )
2018-11-02 19:04:39 +01:00
Matthew Von-Maszewski
a054e31f73
port 3.4 changes that give libcurl time to retry a failed DNS query. Also add changes to vocbase.cpp that were missed in previous PR. ( #7132 )
2018-10-30 21:00:13 +01:00
Tobias Gödderz
c7c838ed30
Stop curl from trying to POST stdin ( #7098 )
...
* Stop libcurl from trying to POST stdin
* Stop relocking every iteration in wait
* Restrict setting of empty POSTFIELDS to POST requests
* Revert locking change
2018-10-29 14:41:28 +01:00
Matthew Von-Maszewski
97ba8ca2be
Bugfix: More 3.4 scheduler changes backported ( #7091 )
2018-10-26 17:09:20 +02:00
Simon
63cfdad52e
Fix SimpleHttpClient assertions ( #6914 )
...
(cherry picked from commit 0d36790cbaaf8b9f7492534e3c9e5318da909e0f)
2018-10-16 20:31:59 +02:00
Simon
6628a4e55a
Refactor stuff, add async batch extension task ( #6875 ) ( #6880 )
2018-10-15 13:18:24 +02:00
Simon
fd81f52ab4
Allow WAL logger to split up transactions ( #6800 ) ( #6866 )
2018-10-12 17:50:58 +02:00
Matthew Von-Maszewski
e2bc7e10e3
port of 3.4 libcurl connection management to devel ( #6775 )
2018-10-10 09:10:34 +02:00
Lars Maier
090024daed
Reset retry counter only when previously connected in order to not disable the retry check. ( #6737 )
...
Abort the doRequest loop when in shutdown.
2018-10-05 17:10:44 +02:00
Jan
abb2ffd98f
centralize some redundant SSL options handling ( #6576 )
2018-09-24 13:03:48 +02:00
Max Neunhöffer
84735955ea
Add advertised endpoints. ( #6104 )
2018-09-13 16:30:55 +02:00
Jan
07abfca588
Bug fix/cleanup 020918 ( #6338 )
2018-09-03 12:56:41 +02:00
jsteemann
ac94de2e96
fix some replication issues
2018-07-27 19:03:43 +02:00
Jan
e4d7f1c5f0
Bug fix/wenn der shard mann 2mal klingelt ( #5890 )
2018-07-26 15:37:40 +02:00
jsteemann
44c7b1b476
remove tabstops
2018-07-16 15:00:12 +02:00
Simran
34ec56d421
Feature/misc spelling corrections ( #5164 )
2018-07-13 13:06:20 +02:00
jsteemann
2d6dc9b8bc
make performance great again
2018-07-10 14:54:41 +02:00
Jan
208f1297e1
Bug fix/fixes 1007 ( #5815 )
2018-07-10 13:47:04 +02:00