1
0
Fork 0
arangodb/arangod/RestHandler
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
..
RestAdminLogHandler.cpp
RestAdminLogHandler.h
RestAdminRoutingHandler.cpp Converted a portion of the admin routing API from JS to C++ (#2919) 2017-08-01 17:14:08 +02:00
RestAdminRoutingHandler.h Converted a portion of the admin routing API from JS to C++ (#2919) 2017-08-01 17:14:08 +02:00
RestAqlFunctionsHandler.cpp
RestAqlFunctionsHandler.h
RestAuthHandler.cpp Feature/auth context (#2815) 2017-07-16 09:39:03 +02:00
RestAuthHandler.h
RestBaseHandler.cpp Feature/auth context (#2704) 2017-07-02 23:15:57 +02:00
RestBaseHandler.h Feature/auth context (#2704) 2017-07-02 23:15:57 +02:00
RestBatchHandler.cpp
RestBatchHandler.h
RestCursorHandler.cpp
RestCursorHandler.h
RestDatabaseHandler.cpp fix https://github.com/arangodb/planning/issues/388 (#2714) 2017-07-03 18:41:54 +02:00
RestDatabaseHandler.h Refactored /_api/index and /_api/database (#2582) 2017-06-19 23:47:40 +02:00
RestDebugHandler.cpp
RestDebugHandler.h
RestDemoHandler.cpp
RestDemoHandler.h
RestDocumentHandler.cpp Feature/move shard fix (#2626) 2017-06-26 16:55:01 +02:00
RestDocumentHandler.h
RestEchoHandler.cpp
RestEchoHandler.h
RestEdgesHandler.cpp Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
RestEdgesHandler.h
RestEndpointHandler.cpp Converted endpoint handler from JS to C++ (#2905) 2017-08-01 09:53:04 +02:00
RestEndpointHandler.h Converted endpoint handler from JS to C++ (#2905) 2017-08-01 09:53:04 +02:00
RestEngineHandler.cpp Adding `db._engineStats` for arangosh 2017-08-07 17:00:15 +02:00
RestEngineHandler.h Improved RocksDB engine statistics with docs and rest endpoint (#2598) 2017-06-18 22:55:25 +02:00
RestExplainHandler.cpp Converted rest handler for explain from JS to C++. (#2907) 2017-08-01 22:10:39 +02:00
RestExplainHandler.h Converted rest handler for explain from JS to C++. (#2907) 2017-08-01 22:10:39 +02:00
RestHandlerCreator.h
RestImportHandler.cpp fix issue #2524 - make import work for vst over http (#2555) 2017-06-12 17:26:19 +02:00
RestImportHandler.h some small optimizations 2017-06-02 17:34:03 +02:00
RestIndexHandler.cpp Feature/auth context (#2704) 2017-07-02 23:15:57 +02:00
RestIndexHandler.h Refactored /_api/index and /_api/database (#2582) 2017-06-19 23:47:40 +02:00
RestJobHandler.cpp Feature/js to cpp transaction handler (#2985) 2017-08-11 09:29:34 +02:00
RestJobHandler.h
RestPleaseUpgradeHandler.cpp
RestPleaseUpgradeHandler.h
RestPregelHandler.cpp Feature/auth context (#2704) 2017-07-02 23:15:57 +02:00
RestPregelHandler.h
RestQueryCacheHandler.cpp
RestQueryCacheHandler.h
RestQueryHandler.cpp Feature/slow queries log bind vars (#2954) 2017-08-04 20:45:12 +02:00
RestQueryHandler.h
RestReplicationHandler.cpp Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
RestReplicationHandler.h Bug fix/dump restore auth (#2917) 2017-08-09 12:59:51 +02:00
RestShutdownHandler.cpp
RestShutdownHandler.h
RestSimpleHandler.cpp Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
RestSimpleHandler.h
RestSimpleQueryHandler.cpp
RestSimpleQueryHandler.h
RestTransactionHandler.cpp No access collections (#3088) 2017-08-25 13:59:03 +02:00
RestTransactionHandler.h Feature/js to cpp transaction handler (#2985) 2017-08-11 09:29:34 +02:00
RestUploadHandler.cpp Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
RestUploadHandler.h
RestUsersHandler.cpp Handle non-existing user config in RestUserHandler (#3200) 2017-09-04 18:01:30 +02:00
RestUsersHandler.h Fix cases where the root user has access to excluded collections (#2856) 2017-08-03 21:16:08 +02:00
RestVersionHandler.cpp
RestVersionHandler.h
RestViewHandler.cpp
RestViewHandler.h
RestVocbaseBaseHandler.cpp Converted endpoint handler from JS to C++ (#2905) 2017-08-01 09:53:04 +02:00
RestVocbaseBaseHandler.h Converted endpoint handler from JS to C++ (#2905) 2017-08-01 09:53:04 +02:00
WorkMonitorHandler.cpp
WorkMonitorHandler.h