aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2015-09-11Merge branch 'vnnv-Nanolets_Condensed_in_a_single_file'ritchie
2015-09-11first refactorings for own module nanolets #223ritchie
2015-09-04Fixed a potential CPU cache issue. Closes #229.Jarno Elonen
2015-08-24Issue #214 - NanoHTTPD uri router. Fix pom versionsVictor Nikiforov
2015-08-21Work towards static newXXResponse()sJarno Elonen
2015-08-14Added some HTTP status codes. Closes #220elonen
2015-08-08Added option to start server in non-deamon thread. Closes #212Jarno Elonen
2015-08-08Added filename_hint to temp file manager interaface. Closes #111Jarno Elonen
2015-08-08Moved body length calculation to separate function. Related to issue #217.Jarno Elonen
2015-07-15Added some HTTP methods. Closes #208Jarno Elonen
2015-06-30Added 408 Request Timeout to Status enumluctrudeau
2015-06-27Close user provided Response data InputStream even in case of errorMeteorite
2015-06-26Compress mime type text/* by default. Closes #196Jarno Elonen
2015-06-14default of gzip compression set to false, #196ritchie
2015-06-14use ascii encoding to parse the headers, fixes #192ritchie
2015-06-05set transfer encoding to chunked when response is gzip.kira1928
2015-06-04gzip now configuarble and websocket servers turn it default off ritchie
2015-05-25Decouple mem vs. file decision from read buffer sizeJarno Elonen
2015-05-25Use memory buffer instead of file for small requestsJarno Elonen
2015-05-25use regex for content dispositionritchie
2015-05-25Better naming for multipart header bufferJarno Elonen
2015-05-25Actually remove the extra inputstreamsJarno Elonen
2015-05-25Improved security and simplicity for decodeMultipartFormData(). Closes #23.Jarno Elonen
2015-05-24Make 'Connection: Close' handling HTTP 1.1 compliant. Closes #133Jarno Elonen
2015-05-23Fix working on Android < 4.4 and Java < 7Philipp Wiesemann
2015-05-23Merge pull request #184 from AlbinTheander/gzipRichard van Nieuwenhoven
2015-05-23try for #159 to allow the start method be called in the android uiritchie
2015-05-23fix jdk to 1.6ritchie
2015-05-19Added support for gzipAlbin Theander
2015-05-17Rebase faster-boundary-findJarno Elonen
2015-05-17Require HTTP version 1.1, throw an exception otherwise. Closes #46Elonen
2015-05-16Windowed/buffered getBoundaryPositions() for faster uploads of big filesJarno Elonen
2015-05-15Fix no warning in log if temp file was not deletedPhilipp Wiesemann
2015-05-14some cleanup and mergig for #122 also long as resquest size addedritchie
2015-05-14give access to the async runner #128ritchie
2015-05-14timeout now optionalritchie
2015-05-14reponces now created by factorymethods that can be overwritten, solvesritchie
2015-05-14Merge branch 'local' into response-constructor-fixritchie
2015-05-14Merge branch 'master' of https://github.com/NanoHttpd/nanohttpd.git into localritchie
2015-05-14anonymous classes to named classes #57ritchie
2015-05-12Exposed new protected Response constructor to allow inheritanceJarno Elonen
2015-05-12Splitting Response() constructor into NewFixedLengthResponse() and NewChunked...Jarno Elonen
2015-05-10Fix potential truncating of POST body. Closes #153Jarno Elonen
2015-05-10#131 socket timeout configurableritchie
2015-05-10config and jacoco instead of cubertura ritchie
2015-05-10letting eclipse cleanup the coderitchie
2015-05-10after the last pull request in this series the formatter is now activeritchie
2015-05-10logging improved and all print stacktraces moved to loggingritchie
2015-05-10#175 missinh header version fixedritchie
2015-05-08use older IOException() to support Android < 9 (i.e. 2.3)Hans-Christoph Steiner