.. |
RestAdminLogHandler.cpp
|
Removed cast for size_t in VPack. It is different in Mac and Linux but now VPack supports both natively
|
2015-11-07 18:51:31 +01:00 |
RestAdminLogHandler.h
|
removed useless RestAdminBaseHandler layer
|
2015-11-06 12:42:02 +01:00 |
RestBaseHandler.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-11-23 12:06:29 +01:00 |
RestBaseHandler.h
|
velocypack update
|
2015-11-19 13:28:40 +01:00 |
RestBatchHandler.cpp
|
Migrate sub-structured replies to swagger2 preproc docu style
|
2015-09-18 17:02:53 +02:00 |
RestBatchHandler.h
|
removed triagens::rest::Handler
|
2015-08-20 01:26:50 +02:00 |
RestCursorHandler.cpp
|
fixed test
|
2015-11-23 12:41:17 +01:00 |
RestCursorHandler.h
|
velocypack update
|
2015-11-19 13:28:40 +01:00 |
RestDebugHelperHandler.cpp
|
AdminLogHandler and DebugHelperHandler now use generateResult for VelocyPack insted of TRI_json_t
|
2015-11-06 14:10:59 +01:00 |
RestDebugHelperHandler.h
|
moved some handlers around
|
2015-08-20 01:26:52 +02:00 |
RestDocumentHandler.cpp
|
Fixed a bug in RestDocumentHandler. One VelocyPack did result in an illegal representation
|
2015-11-07 19:06:38 +01:00 |
RestDocumentHandler.h
|
explicit
|
2015-09-16 17:15:37 +02:00 |
RestEdgeHandler.cpp
|
Upgrade the REST-API documentation to to swagger V2.0
|
2015-09-09 15:21:18 +02:00 |
RestEdgeHandler.h
|
use unique_ptr
|
2015-08-05 21:03:52 +02:00 |
RestExportHandler.cpp
|
velocypack update
|
2015-11-19 13:28:40 +01:00 |
RestExportHandler.h
|
Replaced TRI_Json_t in RestExportHandler by VelocyPack
|
2015-11-10 14:12:40 +01:00 |
RestHandlerCreator.h
|
removed useless RestAdminBaseHandler layer
|
2015-11-06 12:42:02 +01:00 |
RestImportHandler.cpp
|
Removed cast for size_t in VPack. It is different in Mac and Linux but now VPack supports both natively
|
2015-11-07 18:51:31 +01:00 |
RestImportHandler.h
|
issue #1298: Bulk import if data already exists
|
2015-04-14 11:44:33 +02:00 |
RestJobHandler.cpp
|
Removed cast for size_t in VPack. It is different in Mac and Linux but now VPack supports both natively
|
2015-11-07 18:51:31 +01:00 |
RestJobHandler.h
|
moved some handlers around
|
2015-08-20 01:26:52 +02:00 |
RestPleaseUpgradeHandler.cpp
|
new HttpServer & HttpCommTask
|
2015-03-31 09:12:01 +02:00 |
RestPleaseUpgradeHandler.h
|
Add some overrides to silence a clang compiler warning.
|
2015-08-19 14:46:06 +02:00 |
RestQueryCacheHandler.cpp
|
Use VPackSlice::copyString in favor of rebuilding the string ourselfes
|
2015-11-10 10:49:59 +01:00 |
RestQueryCacheHandler.h
|
query cache, now with result limitations, HTTP and JavaScript APIs
|
2015-06-27 01:12:32 +02:00 |
RestQueryHandler.cpp
|
RestQueryHandler now uses VelocyPack input as well
|
2015-11-09 16:02:26 +01:00 |
RestQueryHandler.h
|
cleanup of some static const variables
|
2015-03-30 21:43:55 +02:00 |
RestReplicationHandler.cpp
|
added transaction to all signatures
|
2015-11-24 17:34:23 +01:00 |
RestReplicationHandler.h
|
added transaction to all signatures
|
2015-11-24 17:34:23 +01:00 |
RestShutdownHandler.cpp
|
The ShutdownHandler now uses VelocityPack instead of TRI_json_t
|
2015-11-06 14:39:50 +01:00 |
RestShutdownHandler.h
|
moved some handlers around
|
2015-08-20 01:26:52 +02:00 |
RestSimpleHandler.cpp
|
velocypack update
|
2015-11-19 13:28:40 +01:00 |
RestSimpleHandler.h
|
Removed references to TRI_json_t in RestSimpleHandler
|
2015-11-10 09:56:14 +01:00 |
RestSimpleQueryHandler.cpp
|
Removed some TRI_json_t parts from the RestCursorHandler. But now it does not state anymore that it used the query cache
|
2015-11-10 17:18:47 +01:00 |
RestSimpleQueryHandler.h
|
moved PUT /_api/simple/all to C++
|
2015-06-18 15:34:45 +02:00 |
RestUploadHandler.cpp
|
The UploadHandler now uses VelocyPack instead of TRI_json_t
|
2015-11-09 11:20:32 +01:00 |
RestUploadHandler.h
|
removed triagens::rest::Handler
|
2015-08-20 01:26:50 +02:00 |
RestVersionHandler.cpp
|
The RestVersionHandler now uses VPack instead of TRI_json_t
|
2015-11-06 15:02:13 +01:00 |
RestVersionHandler.h
|
moved some handlers around
|
2015-08-20 01:26:52 +02:00 |
RestVocbaseBaseHandler.cpp
|
velocypack update
|
2015-11-19 13:28:40 +01:00 |
RestVocbaseBaseHandler.h
|
Added a option to VelocyPackify HTTP request bodies
|
2015-11-09 14:40:19 +01:00 |