summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/rest/RestController.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-07-19Fix handling of invalid error trace parameterJason Tedor
2017-07-07Improve REST error handling when endpoint does not support HTTP verb, add OPT...Lee Hinman
2017-07-05Refactor PathTrie and RestController to use a single trie for all methods (#2...Lee Hinman
2017-06-02Adds nodes usage API to monitor usages of actions (#24169)Colin Goodheart-Smithe
2017-04-14Closing a ReleasableBytesStreamOutput closes the underlying BigArray (#23941)Jay Modi
2017-04-04Revert "Closing a ReleasableBytesStreamOutput closes the underlying BigArray ...Jason Tedor
2017-04-04Closing a ReleasableBytesStreamOutput closes the underlying BigArray (#23572)Jay Modi
2017-03-02HTTP transport stashes the ThreadContext instead of the RestController (#23456)Jay Modi
2017-02-17Enforce Content-Type requirement on the rest layer and remove deprecated meth...Jay Modi
2017-02-13Handle bad HTTP requestsJason Tedor
2017-02-08Remove ldjson support and document ndjson for bulk/msearch (#23049)Jay Modi
2017-02-07Add support for newline delimited JSON Content-Type (#22947)Jay Modi
2017-02-03Upgrade checkstyle to version 7.5Jason Tedor
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2017-01-16Remove HttpServer and HttpServerAdapter in favor of a simple dispatch method ...Simon Willnauer
2016-12-02Plugins: Replace Rest filters with RestHandler wrapper (#21905)Ryan Ernst
2016-10-12Remove empty javadoc (#20871)Tanguy Leroux
2016-10-04Remove lenient URL parameter parsingJason Tedor
2016-08-30Avoid allocating log parameterized messagesJason Tedor
2016-08-30Introduce Log4j 2Jason Tedor
2016-07-29Squash o.e.rest.action.admin.clusterNik Everett
2016-07-22Introduce Netty 4Jason Tedor
2016-07-14Plugins: Make rest headers registration pull basedRyan Ernst
2016-07-13Add RestController method for deprecating in one stepChris Earle
2016-07-06Add DeprecationRestHandler to automatically log deprecated REST callsChris Earle
2016-07-04Do not catch throwableJason Tedor
2016-07-01Internal: Remove generics from LifecycleComponentRyan Ernst
2016-06-29Internal: Changed rest handler interface to take NodeClientRyan Ernst
2016-06-29Move RestHandler registration to ActionModule and ActionPluginNik Everett
2016-06-15Exclude admin / diagnostic requests from HTTP request limitingDaniel Mitterdorfer
2016-05-09Free bytes reserved on request breakerDaniel Mitterdorfer
2016-04-13Limit request size on HTTP levelDaniel Mitterdorfer
2016-03-11Make logging message String constant to allow static checksYannick Welsch
2016-01-13Replace ContextAndHeaders with a ThreadPool based ThreadLocal implementationSimon Willnauer
2015-09-24Remove methods from code reviewNik Everett
2015-09-23Remove and ban ImmutableSet#ofNik Everett
2015-09-21Fix all javadocs issues, re-enable compiler warnings (but disable on java9 wh...Robert Muir
2015-06-05create core moduleSimon Willnauer