1. f47b11c Integrate upstream changes to 2.2.0. by Daniel Erat · 9 years ago n-iot-preview-2 nougat-mr1-wear-release android-n-iot-preview-2 android-n-preview-1 android-n-preview-2 android-n-preview-3 android-n-preview-4 android-n-preview-5 android-wear-7.1.1_r1 android-wear-n-preview-1 android-wear-n-preview-2
  2. 12973d7 Add newFixedLengthResponse() to the NanoHTTPD class. by Daniel Erat · 9 years ago
  3. a90fe20 [maven-release-plugin] prepare release nanohttpd-project-2.2.0 by ritchie · 9 years ago
  4. 0f5ae07 Decode headers before write remote-addr by Yibai Zhang · 9 years ago
  5. 6bb307d Merge pull request #238 from Hoeze/master by Richard van Nieuwenhoven · 9 years ago
  6. 4c3db14 Added more tests; all coverage checks are met now. by Hoeze · 9 years ago
  7. 1ea2389 Added SSLServerSocketFactoryTest; Fixed non-static classes and wrong return. by hoelzlwimmerf · 9 years ago
  8. 6b302d1 read the encode request header exact fix #240 by ritchie · 9 years ago
  9. b1397a1 Merge remote-tracking branch 'origin/master' by hoelzlwimmerf · 9 years ago
  10. e316510 Added ServerSocketFactory JUnit test by hoelzlwimmerf · 9 years ago
  11. a86bc4b encoded multipart requests #240 by ritchie · 9 years ago
  12. cd2779c little imp correction and more test coverage #243 by ritchie · 9 years ago
  13. 3993552 Fix: strange compilation error by Victor Nike · 9 years ago
  14. 4a8a74a Unit test - NanoHttpd throws an exception if temp directory doesn't exist #243 by Victor Nike · 9 years ago
  15. fbcdb13 Fix: Issue #243 : NanoHttpd throws an exception if temp directory doesn't exist #243 by Victor Nike · 9 years ago
  16. a44f729 Merge remote-tracking branch 'origin/master' by hoelzlwimmerf · 9 years ago
  17. e6b3d8f Fix content-length not being parsed as long by Philipp Wiesemann · 9 years ago
  18. 529d17d Added ServerSocketFactory to allow custom ServerSockets; by hoelzlwimmerf · 9 years ago
  19. 1aacdb2 adapt minimal test coverage after implementing #204 by ritchie · 9 years ago
  20. 14d6e72 easy way to add mime types fix #204 by ritchie · 9 years ago
  21. 8f5edfe enable all available protocols as a default #209 by ritchie · 9 years ago
  22. db16e41 add requested options to the ssl connection #209 by ritchie · 9 years ago
  23. eb15b33 Remove PushBackInputStream. by Eric Roth · 9 years ago
  24. ece85f5 parent version corrected by ritchie · 9 years ago
  25. 60b7e92 Merge branch 'master' into static-new-xx by Jarno Elonen · 10 years ago
  26. f3b51b6 Changed ServerRunner to daemon=false. Closes #224 by Jarno Elonen · 10 years ago
  27. 4cfc55d small code style correction by ritchie · 10 years ago
  28. 3ea79cf unit tests for ssl support #197 by ritchie · 10 years ago
  29. ffabe5f file upload refactorings and set minimal coverage per module #219 #216 by ritchie · 10 years ago
  30. 029d666 Merge branch 'vnnv-Nanolets_Condensed_in_a_single_file' by ritchie · 10 years ago
  31. 6c4d9f5 first refactorings for own module nanolets #223 by ritchie · 10 years ago
  32. 9f38ca2 correct all poms to same version by ritchie · 10 years ago
  33. d06acf2 Turned some more functions static, as per #226 by Jarno Elonen · 10 years ago
  34. 4344efd Fixed a potential CPU cache issue. Closes #229. by Jarno Elonen · 10 years ago
  35. c94ba3a Issue #214 - NanoHTTPD uri router. Fix pom versions by Victor Nikiforov · 10 years ago
  36. 504cf71 Work towards static newXXResponse()s by Jarno Elonen · 10 years ago
  37. c8aca9c Added some HTTP status codes. Closes #220 by elonen · 10 years ago
  38. 9e65919 Added option to start server in non-deamon thread. Closes #212 by Jarno Elonen · 10 years ago
  39. 1f2440c Added filename_hint to temp file manager interaface. Closes #111 by Jarno Elonen · 10 years ago
  40. 0760946 Moved body length calculation to separate function. Related to issue #217. by Jarno Elonen · 10 years ago
  41. 5fe20c6 Added some HTTP methods. Closes #208 by Jarno Elonen · 10 years ago
  42. 12e6c0c Added 408 Request Timeout to Status enum by luctrudeau · 10 years ago
  43. bfcedb5 Close user provided Response data InputStream even in case of error by Meteorite · 10 years ago
  44. ddb266b Compress mime type text/* by default. Closes #196 by Jarno Elonen · 10 years ago
  45. b62c42c default of gzip compression set to false, #196 by ritchie · 10 years ago
  46. 367e302 use ascii encoding to parse the headers, fixes #192 by ritchie · 10 years ago
  47. f713632 set transfer encoding to chunked when response is gzip. by kira1928 · 10 years ago
  48. 8c1502d gzip now configuarble and websocket servers turn it default off by ritchie · 10 years ago
  49. 770aaf0 Decouple mem vs. file decision from read buffer size by Jarno Elonen · 10 years ago
  50. 6625f70 Use memory buffer instead of file for small requests by Jarno Elonen · 10 years ago
  51. 731ecb0 use regex for content disposition by ritchie · 10 years ago
  52. 5e6d76f Better naming for multipart header buffer by Jarno Elonen · 10 years ago
  53. f1409a7 Actually remove the extra inputstreams by Jarno Elonen · 10 years ago
  54. 3cbc176 Improved security and simplicity for decodeMultipartFormData(). Closes #23. by Jarno Elonen · 10 years ago
  55. dde976d Make 'Connection: Close' handling HTTP 1.1 compliant. Closes #133 by Jarno Elonen · 10 years ago
  56. 882f385 Fix working on Android < 4.4 and Java < 7 by Philipp Wiesemann · 10 years ago
  57. 9628584 Merge pull request #184 from AlbinTheander/gzip by Richard van Nieuwenhoven · 10 years ago
  58. 284d648 try for #159 to allow the start method be called in the android ui thread. by ritchie · 10 years ago
  59. 29d1d19 fix jdk to 1.6 by ritchie · 10 years ago
  60. a45eb0e Added support for gzip by Albin Theander · 10 years ago
  61. 256ad3a Rebase faster-boundary-find by Jarno Elonen · 10 years ago
  62. de2bb1b Require HTTP version 1.1, throw an exception otherwise. Closes #46 by Elonen · 10 years ago
  63. af7a20b Windowed/buffered getBoundaryPositions() for faster uploads of big files by Jarno Elonen · 10 years ago
  64. 6034f34 Fix no warning in log if temp file was not deleted by Philipp Wiesemann · 10 years ago
  65. 9e1ec7b some cleanup and mergig for #122 also long as resquest size added by ritchie · 10 years ago
  66. d685218 give access to the async runner #128 by ritchie · 10 years ago
  67. 901af18 timeout now optional by ritchie · 10 years ago
  68. 5e2e2f1 reponces now created by factorymethods that can be overwritten, solves #94 by ritchie · 10 years ago
  69. 6a77bee Merge branch 'local' into response-constructor-fix by ritchie · 10 years ago
  70. 0e84bd4 Merge branch 'master' of https://github.com/NanoHttpd/nanohttpd.git into local by ritchie · 10 years ago
  71. abcf108 anonymous classes to named classes #57 by ritchie · 10 years ago
  72. dec6993 Exposed new protected Response constructor to allow inheritance by Jarno Elonen · 10 years ago
  73. 292a62a Splitting Response() constructor into NewFixedLengthResponse() and NewChunkedResponse() by Jarno Elonen · 10 years ago
  74. 9fbdbfa Fix potential truncating of POST body. Closes #153 by Jarno Elonen · 10 years ago
  75. c88ba6d #131 socket timeout configurable by ritchie · 10 years ago
  76. 9c4e5f6 config and jacoco instead of cubertura by ritchie · 10 years ago
  77. 30fb85f letting eclipse cleanup the code by ritchie · 10 years ago
  78. 9058464 after the last pull request in this series the formatter is now active by ritchie · 10 years ago
  79. a59803b logging improved and all print stacktraces moved to logging by ritchie · 10 years ago
  80. 34109aa #175 missinh header version fixed by ritchie · 10 years ago
  81. ea010c0 use older IOException() to support Android < 9 (i.e. 2.3) by Hans-Christoph Steiner · 11 years ago
  82. 58ff2b1 makeSSLServerSocketFactory method that accepts a KeyManager array by Daniel McCarney · 11 years ago
  83. a0b8acc makeSSLSocketFactory method that accepts preloaded KeyStore/KeyManagerFactory by Daniel McCarney · 11 years ago
  84. b7154d5 Switch makeSSLSocketFactory() to use default system KeyStore type. by Daniel McCarney · 11 years ago
  85. f39ce1d Allow hostname binding for SSL by Aaron Davidson · 12 years ago
  86. f7eb2ae Add support for HTTPS by Aaron Davidson · 12 years ago
  87. 5ab6cd8 do not print stacktrace on SocketTimeoutException by Hans-Christoph Steiner · 11 years ago
  88. 3526d93 checkstyle issues and imports reorganized by ritchie · 10 years ago
  89. 83e2055 Merge pull request #171 from vorburger/FixedSomeAllWarningsShownInEclipse by elonen · 10 years ago
  90. 0a750cb moved to nanohttpd.org by ritchie · 10 years ago
  91. f0842f4 site configuration added by ritchie · 10 years ago
  92. da69bf8 duplicate versions removed by ritchie · 10 years ago
  93. eb7ba3b temporary ignore by ritchie · 10 years ago
  94. f24cd76 Merge pull request #163 from ritchieGitHub/master by Richard van Nieuwenhoven · 10 years ago
  95. 1bb6a4b Fixed missing paren, Issue #172 by Jarno Elonen · 10 years ago
  96. c4c41cc Merge pull request #130 from yext/master by elonen · 10 years ago
  97. 53e21b8 Merge pull request #156 from hdznrrd/master by elonen · 10 years ago
  98. 0a25aeb Merged rnentjes/nanohttpd, with added preservation of remote-ip between header clears by Jarno Elonen · 10 years ago
  99. 5a6b61c Merge pull request #144 from LukeOwncloud/patch-1 by elonen · 10 years ago
  100. dde627f Merge pull request #116 from philippwiesemann/fix-javadoc by elonen · 10 years ago