1
0
Fork 0
arangodb/lib/Logger
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
..
LogAppender.cpp Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
LogAppender.h Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
LogAppenderFile.cpp Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
LogAppenderFile.h Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
LogAppenderSyslog.cpp
LogAppenderSyslog.h
LogBuffer.cpp Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
LogBuffer.h
LogLevel.cpp
LogLevel.h
LogMacros.h
LogThread.cpp Bug fix/scheduler delete (#3077) 2017-08-25 12:00:17 +02:00
LogThread.h always flush logs when the server is about to shut down (#2585) 2017-06-18 01:09:22 +02:00
LogTopic.cpp Feature/auth context (#2704) 2017-07-02 23:15:57 +02:00
LogTopic.h
Logger.cpp Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Logger.h Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
LoggerBufferFeature.cpp
LoggerBufferFeature.h
LoggerFeature.cpp Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
LoggerFeature.h Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
LoggerStream.cpp Bug fix/issues 1806 (#3069) 2017-08-18 22:58:09 +02:00
LoggerStream.h Bug fix/issues 1806 (#3069) 2017-08-18 22:58:09 +02:00
syslog_names.h