aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
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
2015-05-08makeSSLServerSocketFactory method that accepts a KeyManager arrayDaniel McCarney
2015-05-08makeSSLSocketFactory method that accepts preloaded KeyStore/KeyManagerFactoryDaniel McCarney
2015-05-08Switch makeSSLSocketFactory() to use default system KeyStore type.Daniel McCarney
2015-05-08Allow hostname binding for SSLAaron Davidson
2015-05-08Add support for HTTPSAaron Davidson
2015-05-08do not print stacktrace on SocketTimeoutExceptionHans-Christoph Steiner
2015-05-08checkstyle issues and imports reorganizedritchie
2015-05-08Merge pull request #171 from vorburger/FixedSomeAllWarningsShownInEclipseelonen
2015-05-08moved to nanohttpd.orgritchie
2015-05-08site configuration addedritchie