1. aba41f0 next try by Richard van Nieuwenhoven · 9 years ago
  2. f53dafd try re resolve travis buid error by ritchie · 9 years ago
  3. d54deb0 Fixed TestNanoFileUpLoad for static-xx by Jarno Elonen · 9 years ago
  4. 60b7e92 Merge branch 'master' into static-new-xx by Jarno Elonen · 9 years ago
  5. f3b51b6 Changed ServerRunner to daemon=false. Closes #224 by Jarno Elonen · 9 years ago
  6. 4cfc55d small code style correction by ritchie · 9 years ago
  7. 3ea79cf unit tests for ssl support #197 by ritchie · 9 years ago
  8. b7c544c increase minimal coverage by ritchie · 9 years ago
  9. 4a3649d Merge pull request #207 from McFoggy/cors-support by Richard van Nieuwenhoven · 9 years ago
  10. 52e133e unit tests for all cases #219 #216 by ritchie · 9 years ago
  11. ffabe5f file upload refactorings and set minimal coverage per module #219 #216 by ritchie · 9 years ago
  12. cebdea5 apache file upload integration #216 #219 (unit test not acive yet) by ritchie · 9 years ago
  13. afdc49f Merge branch 'vnnv-originalMaster' by ritchie · 9 years ago
  14. 2ac451a Merge branch 'originalMaster' of https://github.com/vnnv/nanohttpd into vnnv-originalMaster by ritchie · 9 years ago
  15. 350ed42 unit tests for nanolets #214 by ritchie · 9 years ago
  16. d66d5b8 first test case for nanolets #214 by ritchie · 9 years ago
  17. 029d666 Merge branch 'vnnv-Nanolets_Condensed_in_a_single_file' by ritchie · 9 years ago
  18. 6c4d9f5 first refactorings for own module nanolets #223 by ritchie · 9 years ago
  19. 9f38ca2 correct all poms to same version by ritchie · 9 years ago
  20. d06acf2 Turned some more functions static, as per #226 by Jarno Elonen · 9 years ago
  21. 4344efd Fixed a potential CPU cache issue. Closes #229. by Jarno Elonen · 9 years ago
  22. c94ba3a Issue #214 - NanoHTTPD uri router. Fix pom versions by Victor Nikiforov · 9 years ago
  23. eaf89cc Issue #214 - NanoHTTPD uri router. Single file by Victor Nikiforov · 9 years ago
  24. e97508b Merge remote-tracking branch 'upstream/static-new-xx' by Victor Nikiforov · 9 years ago
  25. f019744 Fixed SimpleWebServer, bumped version by Jarno Elonen · 9 years ago
  26. 504cf71 Work towards static newXXResponse()s by Jarno Elonen · 9 years ago
  27. c8aca9c Added some HTTP status codes. Closes #220 by elonen · 9 years ago
  28. 4d2c4ad Issue #216 - Integration with apache.commons.fileupload enhancement - Condensing the classes into a single class by Victor Nikiforov · 9 years ago
  29. f22e738 Issue #216 - Integration with apache.commons.fileupload enhancement by Victor Nikiforov · 9 years ago
  30. ae91d0b Merge branch 'master' of https://github.com/NanoHttpd/nanohttpd by Victor Nikiforov · 9 years ago
  31. cbdd9d8 enhance CORS support to allow to define origin by Matthieu Brouillard · 9 years ago
  32. 9e65919 Added option to start server in non-deamon thread. Closes #212 by Jarno Elonen · 9 years ago
  33. 33cf28e Fixed build for TempFilesServer.java by Jarno Elonen · 9 years ago
  34. 1f2440c Added filename_hint to temp file manager interaface. Closes #111 by Jarno Elonen · 9 years ago
  35. 38c1eb8 Merge branch 'master' of https://github.com/NanoHttpd/nanohttpd by Jarno Elonen · 9 years ago
  36. 0760946 Moved body length calculation to separate function. Related to issue #217. by Jarno Elonen · 9 years ago
  37. 9d3564a Update README.md by elonen · 9 years ago
  38. 42c25b8 Add simple router example. Issue #214 - NanoHTTPD uri router by Victor Nikiforov · 9 years ago
  39. c5c77ab open visibility of SimpleWebServer#addCORSHeaders() method as requested in #207 comments by Matthieu Brouillard · 9 years ago
  40. 23529ea extra jar with echo server #210 by ritchie · 9 years ago
  41. e202df4 Update pom.xml by Richard van Nieuwenhoven · 9 years ago
  42. 5fe20c6 Added some HTTP methods. Closes #208 by Jarno Elonen · 9 years ago
  43. 5fa0219 lf as line separator #206 by ritchie · 9 years ago
  44. 709bd63 fixes #25 add basic CORS support by Matthieu Brouillard · 9 years ago
  45. 7247cca Copied README to site docs by Jarno Elonen · 9 years ago
  46. 582a893 Removed spurious indent. by Jarno Elonen · 9 years ago
  47. 7745b75 Merge branch 'master' of https://github.com/NanoHttpd/nanohttpd by Jarno Elonen · 9 years ago
  48. 6b1b0e8 Removed spurious indent. by Jarno Elonen · 9 years ago
  49. 854f43a Added syntax highlight to README by Jarno Elonen · 9 years ago
  50. 62d6807 Restructured readme and added a start-from-zero tutorial. by Jarno Elonen · 9 years ago
  51. 5ba1a0e fix for travis master branch condition by ritchie · 9 years ago
  52. 7c1f7f9 prevent pull request from deploying a version by ritchie · 9 years ago
  53. b341645 getting started added by ritchie · 9 years ago
  54. 0dbcfa4 auto deployment of the snapshot by ritchie · 9 years ago
  55. 5f71655 Merge pull request #200 from snostorm/adds-svg by elonen · 9 years ago
  56. 7cb7c97 Some work on README by Jarno Elonen · 9 years ago
  57. 1175113 Merge pull request #203 from luctrudeau/patch-1 by elonen · 9 years ago
  58. 29d077e Merge pull request #202 from luctrudeau/patch-2 by elonen · 9 years ago
  59. 12e6c0c Added 408 Request Timeout to Status enum by luctrudeau · 9 years ago
  60. 14aad74 Merge pull request #201 from Meteorite/master by elonen · 9 years ago
  61. bfcedb5 Close user provided Response data InputStream even in case of error by Meteorite · 9 years ago
  62. 9bf3b64 readme addapted to current state by ritchie · 9 years ago
  63. ddb266b Compress mime type text/* by default. Closes #196 by Jarno Elonen · 9 years ago
  64. 6243d68 Adds SimpleWebServer MIME of `image/svg+xml` by Sean Ouimet · 9 years ago
  65. b62c42c default of gzip compression set to false, #196 by ritchie · 9 years ago
  66. 367e302 use ascii encoding to parse the headers, fixes #192 by ritchie · 9 years ago
  67. a29211a Merge pull request #193 from kira1928/set-chunked-when-gzip by Richard van Nieuwenhoven · 9 years ago
  68. ec0932c Added Mime type for HLS by luctrudeau · 9 years ago
  69. f713632 set transfer encoding to chunked when response is gzip. by kira1928 · 9 years ago
  70. 8c1502d gzip now configuarble and websocket servers turn it default off by ritchie · 9 years ago
  71. 8242623 package version metadata for external/ by Damien Miller · 9 years ago
  72. 4752fb1 Merge pull request #188 from NanoHttpd/better-decode-multipart by elonen · 9 years ago
  73. 770aaf0 Decouple mem vs. file decision from read buffer size by Jarno Elonen · 9 years ago
  74. 6625f70 Use memory buffer instead of file for small requests by Jarno Elonen · 9 years ago
  75. 731ecb0 use regex for content disposition by ritchie · 9 years ago
  76. 5e6d76f Better naming for multipart header buffer by Jarno Elonen · 9 years ago
  77. f1409a7 Actually remove the extra inputstreams by Jarno Elonen · 9 years ago
  78. 3cbc176 Improved security and simplicity for decodeMultipartFormData(). Closes #23. by Jarno Elonen · 9 years ago
  79. a390515 Change default binding from localhost to all interfaces. Closes #137 by Jarno Elonen · 9 years ago
  80. dde976d Make 'Connection: Close' handling HTTP 1.1 compliant. Closes #133 by Jarno Elonen · 9 years ago
  81. a348198 Merge pull request #186 from philippwiesemann/fix-core-gzip by elonen · 9 years ago
  82. 882f385 Fix working on Android < 4.4 and Java < 7 by Philipp Wiesemann · 9 years ago
  83. 9628584 Merge pull request #184 from AlbinTheander/gzip by Richard van Nieuwenhoven · 9 years ago
  84. 284d648 try for #159 to allow the start method be called in the android ui thread. by ritchie · 9 years ago
  85. b9edc33 use jdk7 for maven and tests but real 1.6 to compile by ritchie · 9 years ago
  86. 0dbe916 next try to use a real jdk 1.6 by ritchie · 9 years ago
  87. e285ef9 use explicit email adresses by ritchie · 9 years ago
  88. 0e5b88a use openjdk6 because eol of oracle jdk6 by ritchie · 9 years ago
  89. 29d1d19 fix jdk to 1.6 by ritchie · 9 years ago
  90. 2ebd55e am 19f94dc0: Add MODULE_LICENSE and NOTICE by Bill Yi · 9 years ago
  91. 19f94dc Add MODULE_LICENSE and NOTICE by Bill Yi · 9 years ago
  92. a45eb0e Added support for gzip by Albin Theander · 9 years ago
  93. 2c298d9 Merge pull request #180 from NanoHttpd/faster-boundary-find by elonen · 9 years ago
  94. 256ad3a Rebase faster-boundary-find by Jarno Elonen · 9 years ago
  95. de2bb1b Require HTTP version 1.1, throw an exception otherwise. Closes #46 by Elonen · 9 years ago
  96. f5ba92b Removed non-generic hard-coded path test by elonen · 9 years ago
  97. ed47140 Merge branch 'philippwiesemann-fix-webserver-index-dirs' by Elonen · 9 years ago
  98. dd0a8cd Fix webserver serving folder named like index file by Philipp Wiesemann · 9 years ago
  99. af7a20b Windowed/buffered getBoundaryPositions() for faster uploads of big files by Jarno Elonen · 9 years ago
  100. e37bd6d Merge pull request #178 from philippwiesemann/fix-core-temp-delete by elonen · 9 years ago