icinga2/lib/remote
Michael Friedrich a8b5d8e64a
Merge pull request #6205 from Icinga/feature/api-verbose-errors
API: Unify verbose error messages
2018-04-17 16:40:11 +02:00
..
CMakeLists.txt Fix whitespaces in CMakeLists files 2018-01-19 09:19:40 +01:00
actionshandler.cpp Merge pull request #6205 from Icinga/feature/api-verbose-errors 2018-04-17 16:40:11 +02:00
actionshandler.hpp Apply clang-tidy fix 'modernize-use-override' 2018-01-04 12:24:57 +01:00
apiaction.cpp Apply clang-tidy fix 'modernize-pass-by-value' 2018-01-04 12:24:57 +01:00
apiaction.hpp Remove unused includes 2018-01-22 09:52:29 +01:00
apiclient.cpp Remove duplicate semicolons 2018-01-24 12:07:52 +01:00
apiclient.hpp Apply clang-tidy fix 'modernize-pass-by-value' 2018-01-04 12:24:57 +01:00
apifunction.cpp Apply clang-tidy fix 'modernize-pass-by-value' 2018-01-04 12:24:57 +01:00
apifunction.hpp Apply clang-tidy fix 'modernize-pass-by-value' 2018-01-04 12:24:57 +01:00
apilistener-configsync.cpp Add diagnostic_information as verbose error to config object handlers 2018-04-06 12:26:49 +02:00
apilistener-filesync.cpp Use initializer lists for arrays and dictionaries 2018-01-16 12:27:44 +01:00
apilistener.cpp Limit anonymous connections to 25 2018-03-05 13:22:43 +01:00
apilistener.hpp Limit anonymous connections to 25 2018-03-05 13:22:43 +01:00
apilistener.ti Clean up CORS implementation 2018-03-01 14:04:56 +01:00
apiuser.cpp Merge branch 'feature/security-features' 2018-02-21 16:19:54 +01:00
apiuser.hpp Merge branch 'feature/security-features' 2018-02-21 16:19:54 +01:00
apiuser.ti Hash API password and comparison 2018-02-15 13:09:22 +01:00
authority.cpp Apply clang-tidy fix 'modernize-use-auto' 2018-01-04 12:24:57 +01:00
configfileshandler.cpp Fix verbose errors in config files handler 2018-04-06 12:55:03 +02:00
configfileshandler.hpp Apply clang-tidy fix 'modernize-use-override' 2018-01-04 12:24:57 +01:00
configobjectutility.cpp Merge pull request #6205 from Icinga/feature/api-verbose-errors 2018-04-17 16:40:11 +02:00
configobjectutility.hpp Add diagnostic_information as verbose error to config object handlers 2018-04-06 12:26:49 +02:00
configpackageshandler.cpp Fix error handling on config package delete 2018-04-12 19:24:08 +02:00
configpackageshandler.hpp API: Add 'pretty' parameter for beautified JSON response bodies 2018-01-08 20:55:36 +01:00
configpackageutility.cpp Improve error handling for empty packages in /v1/config/packages 2018-03-07 13:35:09 +01:00
configpackageutility.hpp Apply clang-tidy fix 'modernize-redundant-void-arg' 2018-01-04 12:24:57 +01:00
configstageshandler.cpp More config stages refactoring 2018-04-06 10:13:08 +02:00
configstageshandler.hpp Apply clang-tidy fix 'modernize-use-override' 2018-01-04 12:24:57 +01:00
consolehandler.cpp Fix crash in remote api console 2018-04-04 12:23:45 +02:00
consolehandler.hpp API: Add 'pretty' parameter for beautified JSON response bodies 2018-01-08 20:55:36 +01:00
createobjecthandler.cpp Add diagnostic_information as verbose error to config object handlers 2018-04-06 12:26:49 +02:00
createobjecthandler.hpp Apply clang-tidy fix 'modernize-use-override' 2018-01-04 12:24:57 +01:00
deleteobjecthandler.cpp Add diagnostic_information as verbose error to config object handlers 2018-04-06 12:26:49 +02:00
deleteobjecthandler.hpp Apply clang-tidy fix 'modernize-use-override' 2018-01-04 12:24:57 +01:00
endpoint.cpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
endpoint.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
endpoint.ti Change copyright header for 2018 2018-01-02 12:08:55 +01:00
eventqueue.cpp Explicitly use long with boost::posix_time 2018-04-15 04:06:11 +00:00
eventqueue.hpp Apply clang-tidy fix 'modernize-pass-by-value' 2018-01-04 12:24:57 +01:00
eventshandler.cpp API: Add 'pretty' parameter for beautified JSON response bodies 2018-01-08 20:55:36 +01:00
eventshandler.hpp Apply clang-tidy fix 'modernize-use-override' 2018-01-04 12:24:57 +01:00
filterutility.cpp Remove unused includes 2018-01-22 09:52:29 +01:00
filterutility.hpp Apply clang-tidy fix 'modernize-use-override' 2018-01-04 12:24:57 +01:00
httpchunkedencoding.cpp Add validation for HTTP connection sizes 2018-02-20 13:32:04 +01:00
httpchunkedencoding.hpp Build libraries as static libraries 2018-01-02 23:29:48 +01:00
httpclientconnection.cpp Apply clang-tidy fix 'modernize-pass-by-value' 2018-01-04 12:24:57 +01:00
httpclientconnection.hpp Apply clang-tidy fix 'modernize-pass-by-value' 2018-01-04 12:24:57 +01:00
httphandler.cpp API: Add 'pretty' parameter for beautified JSON response bodies 2018-01-08 20:55:36 +01:00
httphandler.hpp Build libraries as static libraries 2018-01-02 23:29:48 +01:00
httprequest.cpp Fix incorrect return value 2018-02-28 10:50:33 +01:00
httprequest.hpp Minor codestyle and doc changes 2018-02-21 14:52:44 +01:00
httpresponse.cpp Fix null ptr dereference in HttpServerConnection::ProcessMessageAsync 2018-02-28 11:07:19 +01:00
httpresponse.hpp Fix null ptr dereference in HttpServerConnection::ProcessMessageAsync 2018-02-28 11:07:19 +01:00
httpserverconnection.cpp Fix crash without CORS config settings 2018-03-21 20:42:31 +01:00
httpserverconnection.hpp Minor codestyle and doc changes 2018-02-21 14:52:44 +01:00
httputility.cpp Check for verbose error handling in SendJsonError() 2018-04-05 17:17:06 +02:00
httputility.hpp API: Add 'pretty' parameter for beautified JSON response bodies 2018-01-08 20:55:36 +01:00
i2-remote.hpp Build libraries as static libraries 2018-01-02 23:29:48 +01:00
infohandler.cpp Use initializer lists for arrays and dictionaries 2018-01-16 12:27:44 +01:00
infohandler.hpp Apply clang-tidy fix 'modernize-use-override' 2018-01-04 12:24:57 +01:00
jsonrpc.cpp Fix incorrect argument type for JsonRpc::SendMessage 2018-03-06 08:58:19 +01:00
jsonrpc.hpp Fix incorrect argument type for JsonRpc::SendMessage 2018-03-06 08:58:19 +01:00
jsonrpcconnection-heartbeat.cpp Use initializer lists for arrays and dictionaries 2018-01-16 12:27:44 +01:00
jsonrpcconnection-pki.cpp Log which ticket was invalid on the master 2018-02-28 10:18:29 +01:00
jsonrpcconnection.cpp Ensure that SetCorked() works properly 2018-03-06 09:03:35 +01:00
jsonrpcconnection.hpp Remove unused includes 2018-01-22 09:52:29 +01:00
messageorigin.cpp Apply clang-tidy fix 'modernize-redundant-void-arg' 2018-01-04 12:24:57 +01:00
messageorigin.hpp Apply clang-tidy fix 'modernize-redundant-void-arg' 2018-01-04 12:24:57 +01:00
modifyobjecthandler.cpp Fix verbose error message in modify object handler 2018-04-06 12:52:17 +02:00
modifyobjecthandler.hpp Apply clang-tidy fix 'modernize-use-override' 2018-01-04 12:24:57 +01:00
objectqueryhandler.cpp Fix object and status query verbose errors 2018-04-06 12:47:20 +02:00
objectqueryhandler.hpp Apply clang-tidy fix 'modernize-use-override' 2018-01-04 12:24:57 +01:00
pkiutility.cpp Add timeout for TLS handshakes 2018-02-20 13:32:04 +01:00
pkiutility.hpp Apply clang-tidy fix 'modernize-redundant-void-arg' 2018-01-04 12:24:57 +01:00
statushandler.cpp Fix object and status query verbose errors 2018-04-06 12:47:20 +02:00
statushandler.hpp Apply clang-tidy fix 'modernize-use-override' 2018-01-04 12:24:57 +01:00
templatequeryhandler.cpp Fix verbose error handling in variable and template query handlers 2018-04-06 12:50:06 +02:00
templatequeryhandler.hpp Apply clang-tidy fix 'modernize-use-override' 2018-01-04 12:24:57 +01:00
typequeryhandler.cpp Enhance error handling in type query handler 2018-04-05 17:23:26 +02:00
typequeryhandler.hpp Apply clang-tidy fix 'modernize-use-override' 2018-01-04 12:24:57 +01:00
url-characters.hpp Change copyright header for 2018 2018-01-02 12:08:55 +01:00
url.cpp Allow to disable brackets for the Url class and Format() 2018-04-06 15:22:17 +02:00
url.hpp Allow to disable brackets for the Url class and Format() 2018-04-06 15:22:17 +02:00
variablequeryhandler.cpp Fix verbose error handling in variable and template query handlers 2018-04-06 12:50:06 +02:00
variablequeryhandler.hpp Apply clang-tidy fix 'modernize-use-override' 2018-01-04 12:24:57 +01:00
zone.cpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
zone.hpp Fix compatibility with CMake < 3.1 2018-01-18 15:12:46 +01:00
zone.ti Change copyright header for 2018 2018-01-02 12:08:55 +01:00