Frank Celler
9477af198b
big reformat
2018-12-26 00:57:05 +01:00
Wilfried Goesgens
fbd2ca2e79
Feature 3.4/windows utf16 fileaccess ( #6600 )
2018-10-01 17:19:01 +02:00
Heiko
cf07af9b1b
Fix the recovery tests under mac os x ( #6593 )
...
* this pr will fix the recovery tests under mac os x
* removed unused define
2018-09-26 21:57:10 +02:00
Jan
c8ff719665
Bug fix/always remove lock file ( #6314 )
...
* always remove LOCK file
* disable useless messages about environment for upgrade check and password reset
2018-09-01 12:09:23 +02:00
Jan
dc2a6d3066
always look in etc/relative first for config files ( #6049 )
2018-08-03 09:38:08 +02:00
Jan
e6dcff8360
Bug fix/cleanup 2805 ( #5477 )
2018-05-29 10:16:48 +02:00
Jan
8e6d5df129
fixed minor several compiler complaints ( #5406 )
2018-05-23 11:50:00 +02:00
Jan
0e9fa1a08f
make file locking a bit more sensible ( #5012 )
2018-04-13 11:06:47 +02:00
Jan Christoph Uhde
a54c581111
try to fix permission issues of "/var/tmp/arangod" ( #4457 )
2018-02-06 23:17:08 +01:00
Jan
4ce91ac16d
fix platform-dependent behavior of TRI_CopyFile ( #3988 )
2017-12-11 17:51:56 +01:00
Jan Christoph Uhde
e6cda07a2a
fix windows build ( #3958 )
2017-12-07 12:06:06 +01:00
Jan
29ca87bb0c
fix an unnecessary downcast ( #3774 )
2017-12-06 16:36:10 +01:00
Wilfried Goesgens
bd8d61c1fa
use the c++11 way of sleeping ( #3429 )
...
* use the c++11 way of sleeping
* fix unit.
2017-10-16 17:40:51 +02:00
Jan
56fab56ff5
Bug fix/issues 2709 ( #3333 )
...
* logging improvements
* fixed copy&paste error
* enable assertions in non-release mode
* updated CHANGELOG
* fix --temp.path (was dysfunctional), fix creation of temporary directories and races
2017-10-01 09:43:03 +02:00
Wilfried Goesgens
83f7903713
Fix temporary directory handling ( #3259 )
...
* Fix temporary directory handling
On linux we create a sub directory under the temp directory with our own name and a unique id.
On windows we would only return the configured system temporary directory and not create a subdirectory.
This PR makes windows behave similar to linux.
* Cleanup windows implementation of locating the base temp path
- don't try to create a temporary file. The calling function will try anyways and fail then.
- properly check for unsupported characters and bail out.
* changelog
* fix c++ string handling
* remove double directory separators, so later on JS_RemoveRecursiveDirectory() won't trip over them
2017-09-21 10:59:43 +02:00
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
Jan
ec5dde49ec
remove memset parameter from TRI_Allocate signature ( #2993 )
2017-08-08 16:07:32 +02:00
Jan
33a7b8b853
Bug fix/mini issues ( #2878 )
...
* ignore some return codes when closing zip files and do not report them
* hide mostly useless debug message
* clear basic authentication cache after deletion of users and after updating them
otherwise deleted/changed users can still access the database!
* adjust wording
* added notes about mmfiles-specific parameters
* updated CHANGELOG and documentation
2017-07-27 11:37:34 +02:00
Jan
9fabcafe0e
do not terminate the entire server process if a temp file cannot be c… ( #2563 )
...
* do not terminate the entire server process if a temp file cannot be created
* various bugfixes
2017-06-28 23:29:36 +02:00
Jan
9d10c76e3e
fix lockfile-related messages ( #2639 )
2017-06-22 12:33:46 +02:00
jsteemann
ad9fa2bd78
cleanup error codes a bit
2017-06-09 14:50:05 +02:00
jsteemann
520a315c23
removed wrong assertion
2017-06-06 15:36:47 +02:00
Wilfried Goesgens
48505fba63
fix calculation of windows paths
2017-05-23 14:04:57 +02:00
Wilfried Goesgens
e08c09cbdb
fix calculation of windows paths
2017-05-23 13:33:22 +02:00
Wilfried Goesgens
c8b6d831ed
fix calculation of windows paths
2017-05-23 13:31:20 +02:00
Simon Grätzer
f101e21328
Geo index update, renaming
2017-05-11 13:19:51 +02:00
jsteemann
e3ca787992
warn before we run out of file descriptors
2017-03-29 02:35:46 +02:00
jsteemann
d024a6d00a
remove logging for non-topics
2017-02-10 09:32:50 +01:00
Wilfried Goesgens
d8cd84872f
fix windows compile
2017-02-08 17:21:31 +01:00
Wilfried Goesgens
a3ac94d3b2
fix locating of relative ICU files
2017-02-08 15:18:16 +01:00
jsteemann
0156c5aec7
make database deletion more deterministic
2017-02-01 16:44:41 +01:00
jsteemann
fc1b913791
fixed some issues found by coverity build tool
2017-01-09 12:39:04 +01:00
jsteemann
31375b25b9
removed debug output
2017-01-06 14:32:12 +01:00
jsteemann
213cda0462
more diagnostics
2017-01-06 13:27:45 +01:00
jsteemann
d7246c1fdf
more diagnostic output
2017-01-05 12:16:45 +01:00
jsteemann
7359ac44b2
more style cleanup
2017-01-05 10:52:03 +01:00
jsteemann
b96897e296
fixed some issues detected by coverity build tool
2016-12-12 15:41:54 +01:00
jsteemann
6920bb65f1
added IndexBucket.h
2016-12-08 17:31:54 +01:00
jsteemann
ddd0c0877b
cosmetics
2016-11-29 10:41:41 +01:00
Wilfried Goesgens
26566183a4
its nullptr on windows too.
2016-10-12 12:45:12 +02:00
Wilfried Goesgens
54ae758c7c
We also need to know the binary directory when looking up the config
...
file; else we may miscalculate file locations.
2016-10-12 12:03:37 +02:00
Frank Celler
eed90fc588
fixed cppcheck warnings
2016-09-09 15:08:48 +02:00
jsteemann
be820ac927
fix freeing of nullptr
2016-09-01 08:42:17 +02:00
jsteemann
2d1e0bd3ae
fixed some leaks
2016-08-31 15:30:47 +02:00
jsteemann
50d4d5493c
Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types
2016-08-26 15:32:24 +02:00
jsteemann
4f994f70b5
fix compile warning
2016-08-26 15:31:57 +02:00
jsteemann
598990eb5c
Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types
2016-08-26 15:27:37 +02:00
Wilfried Goesgens
1de83c020d
fix windows compile problems.
2016-08-26 14:17:28 +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
07055384b8
Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache
2016-08-24 17:34:59 +02:00