Jan
563deebbee
use _exit instead of exit to prevent memory leaks ( #9716 )
2019-08-15 13:42:59 +02:00
Dan Larkin-York
3d0246cb18
Decentralize includes ( #9623 )
2019-08-06 15:32:09 +02:00
Wilfried Goesgens
0abf2be222
Feature/add js isolate mem statistics ( #9567 )
2019-07-26 17:48:24 +02:00
Matthew Von-Maszewski
91b56a50a3
Feature: Add gzip and encryption to import/export ( #9560 )
...
* port of feature-3.4/mv-gzip-export to devel branch
* add explicit namespaces so gcc 6.3.0 would successfully compile
* add conditional cleanup of ENCRYPTION file from another branch
* use _lseek() for Windows build to avoid deprecated warning.
* change from ifdef for lseek variants to TRI_LSEEK.
* force Windows lseek to return Linux expected type.
2019-07-26 07:53:39 -04:00
Simon
f7411627af
Bug fix/http comm tasks ( #9543 )
2019-07-24 14:38:11 +02:00
Simon
e5507d840f
Feature/comm task refactor ( #9426 )
2019-07-16 09:43:25 +02:00
jsteemann
e049344e15
remove debug output
2019-07-09 11:29:02 +02:00
Simon
241d5d19ef
Fuerte changes from comm-task-refactor branch ( #9422 )
2019-07-08 18:02:35 +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
Lars Maier
d07ee8f7cf
Added --server.jwt-secret-keyfile to arangosh. ( #9184 )
2019-06-05 11:43:43 +02:00
Jan Christoph Uhde
7ac857784f
add endpoint check to reconnect ( #9196 )
2019-06-05 10:53:57 +02:00
Simon
1402395f1c
Port fuerte changes from network pool branch ( #9125 )
2019-06-04 16:35:15 +02:00
Markus Pfeiffer
3323cdcc28
Fix some uses of atomics ( #9141 )
2019-05-30 15:50:36 +02:00
Wilfried Goesgens
1907a7211b
Bug fix/cleanup system includes ( #8962 )
2019-05-15 15:12:59 +02:00
Jan Christoph Uhde
f3a2eaf6d9
Bug fix/permission tests ( #8890 )
2019-05-07 15:07:59 +02:00
Simran
f33c7719c1
Doc - Arangosh: server.endpoint must start with http+ssl:// if server uses SSL ( #7329 )
2019-05-06 10:56:15 +02:00
jsteemann
9ec8570b6f
adjust startup message
2019-04-30 12:35:06 +02:00
Jan Christoph Uhde
677a79026c
Foxx Security ( #8845 )
2019-04-25 09:56:29 +02:00
Jan
207c978d1e
Bug fix/move a few actions from js to cpp ( #8549 )
2019-03-26 10:02:21 +01:00
Jan Christoph Uhde
c3f7961b88
apply unique log ids ( #8561 )
2019-03-25 20:26:51 +01:00
Jan
a841d472be
emit a warning when connecting with the client tools to a DBSERVER ( #8397 )
2019-03-13 13:08:41 +01:00
Jan
cf3f40ad69
fix connection shutdown in arangosh ( #8374 )
2019-03-12 12:22:26 +01:00
Jan
c82e0c2ca0
add option `--console.history` to arangosh ( #8327 )
2019-03-07 13:05:54 +01:00
Frank Celler
0bbde43d52
Bug fix 3.4/fix reconnect with jwt ( #8260 ) ( #8270 )
2019-02-26 15:47:35 +01:00
Jan
1798036ea0
Bug fix/optimizations 18022019 ( #8180 )
2019-02-19 19:24:04 +01:00
Wilfried Goesgens
492d05c1f1
Feature/upgrade v8 7.1.302.28 ( #8088 )
2019-02-19 11:15:34 +01:00
Jan
65dc15bc61
Bug fix/misc issues ( #8013 )
...
* added missing return statements
* only spend up to 10 seconds for initially fetching the list of collections in arangosh
fetching the list of collections is a blocking operation, and the default timeout for this is very high.
If the server is blocked by whatever reason, then the shell is unusable until the collections list request returns.
To avoid this, the initial request is limited to 10 seconds, so the shell can be used afterwards.
* if an index cannot be used for sorting, its sort
cost was previously returned as 0. this will in fact favor
indexes that can be used for filtering but not for sorting
over indexes that can be used for both.
this change is to report the sort cost for indexes that
cannot be used for sorting to n * log(n), where n is the
number of documents that optimizer expects to come out of the
index after filtering
2019-01-28 08:55:22 +01:00
Simon
f748aee240
Added collectAll, updated fuerte ( #7949 )
2019-01-16 11:31:08 +01:00
Frank Celler
ac9f375fb5
big reformat
2018-12-26 00:54:03 +01:00
Wilfried Goesgens
c0f9e8125a
Bug fix/allow tcp connection to finish ( #7635 )
2018-12-10 10:38:34 +01:00
Jan
5bae3742e5
Feature/internal 3306 ( #7683 )
2018-12-06 16:19:28 +01:00
Jan
5aa9f24916
fix JWT authentication in arangosh ( #7529 )
2018-11-29 15:29:51 +01:00
Jan
0dd1776467
Make recovery more reliable ( #7297 )
2018-11-19 13:59:18 +01:00
Jan
8e2b7e47bf
print "401 unauthorized" message again ( #7319 )
...
this should fix https://github.com/arangodb/planning/issues/3225
2018-11-15 13:02:46 +01:00
Jan
011d264e98
fix path to node_modules after copying files ( #7086 )
2018-10-30 13:50:50 +01:00
Simon
10dc287eb3
Silence Tsan warnings ( #7075 )
2018-10-25 15:50:39 +02:00
Simon
4cfff35cef
Use SSE42 for UTF-8 string validation ( #6991 )
2018-10-23 11:32:06 +02:00
Jan
360888c3ef
do not copy node_modules directory on startup ( #6945 )
2018-10-22 16:43:13 +02:00
Simon
1e65af28ef
Document --javascript.copy-installation ( #6702 )
2018-10-04 20:51:06 +02:00
Wilfried Goesgens
73ee5cb40e
Fix ICU path building, windows codepage correctness ( #6679 )
2018-10-02 12:38:24 +02:00
Wilfried Goesgens
a1e32118db
Bug fix/fix console codepage ( #6646 )
2018-10-01 17:25:07 +02:00
Wilfried Goesgens
a477df49cf
Feature/windows utf16 fileaccess ( #6534 )
2018-09-24 19:41:17 +02:00
Jan
abb2ffd98f
centralize some redundant SSL options handling ( #6576 )
2018-09-24 13:03:48 +02:00
Simon
b12a2a4f3c
fix possible illegal access ( #6556 )
2018-09-20 14:30:56 +02:00
Simon
82aa24ad7e
Copy installation files on startup ( #6491 )
2018-09-14 11:15:21 +02:00
Jan
3c638849bd
this fixes the "undefined" HTTP status codes in the generated documentation ( #6322 )
2018-08-31 20:15:17 +02:00
Jan
5022ccc24d
Bug fix/fixes 2508 ( #6254 )
2018-08-27 21:36:39 +02:00
Jan
34e6362e3e
append version string to js directory name ( #6262 )
...
* append version string to js directory name
* add version-directory support for arangosh
2018-08-27 18:23:30 +02:00
Simon Grätzer
73640d6b7c
Merge branch 'devel' of github.com:arangodb/arangodb into bug-fix/add-arangosearch-view-to-resilience-tests
...
# Conflicts:
# 3rdParty/fuerte/src/HttpConnection.cpp
2018-08-22 14:54:26 +02:00
Simon Grätzer
d7b773f2c3
Fixing a race in fuerte
2018-08-22 14:48:42 +02:00