summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2018-05-24Remove Throwable usage from transport modules (#30845)Tim Brooks
2018-05-21Remove logging from elasticsearch-nio jar (#30761)Tim Brooks
2018-05-15Add nio http server transport (#29587)Tim Brooks
2018-04-30HTML5ify Javadoc for core and test framework (#30234)Nik Everett
2018-04-17Fix dependency checks on libs when generating Eclipse configuration. (#29550)Adrien Grand
2018-04-16Build: Fail if any libs depend on non-core libs (#29336)Nik Everett
2018-04-12Move TimeValue into elasticsearch-core project (#29486)Lee Hinman
2018-04-06Move Streams.copy into elasticsearch-core and make a multi-release jar (#29322)Lee Hinman
2018-04-06Move ObjectParser into the x-content lib (#29373)Lee Hinman
2018-04-06Move Tuple into elasticsearch-core (#29375)Lee Hinman
2018-04-05ingest: Don't allow circular referencing of named patterns in the grok proces...Martijn van Groningen
2018-04-03Move Nullable into core (#29341)Lee Hinman
2018-04-03Fix Eclipse build.Adrien Grand
2018-04-02Begin moving XContent to a separate lib/artifact (#29300)Lee Hinman
2018-03-14Cleanup exception handling in IOUtils (#29069)Jason Tedor
2018-03-14Fix eclipse compile issues (#29056)Christoph Büscher
2018-03-13Copy Lucene IOUtils (#29012)Jason Tedor
2018-02-22Selectors operate on channel contexts (#28468)Tim Brooks
2018-02-21Moved Grok helper code to a separate Gradle module and let ingest-common modu...Martijn van Groningen
2018-02-20Remove log4j dependency from elasticsearch-core (#28705)Lee Hinman
2018-02-20Applied @colings86 changes to the build in order to make new module work in E...Martijn van Groningen
2018-02-20fixed codestyle violationMartijn van Groningen
2018-02-20made load method private and add another static getter that users of Grok can...Martijn van Groningen
2018-02-20renamed moduleMartijn van Groningen
2018-02-19Fix threading issue on listener notification (#28730)Tim Brooks
2018-02-19removed unneeded test dependenciesMartijn van Groningen
2018-02-19Moved Grok helper code to a separate Gradle module andMartijn van Groningen
2018-02-01Fixes Eclipse build after secure-sm project was added (#28480)Colin Goodheart-Smithe
2018-01-31Introduce secure security manager to projectJason Tedor
2018-01-18Implement socket and server ChannelContexts (#28275)Tim Brooks
2018-01-17Build: Automatically add projects under libs, qa, modules and plugins (#28279)Ryan Ernst
2018-01-17Unify nio read / write channel contexts (#28160)Tim Brooks
2018-01-16Fix eclipse build. (#28236)Adrien Grand
2018-01-15Introduce elasticsearch-core jar (#28191)Tim Brooks
2018-01-05Create nio-transport plugin for NioTransport (#27949)Tim Brooks
2018-01-03Plugins: Add plugin extension capabilities (#27881)Ryan Ernst
2017-12-21Splits nio project into two for eclipse build only (#27939)Colin Goodheart-Smithe
2017-12-20Add elasticsearch-nio jar for base nio classes (#27801)Tim Brooks