1. 8d6a978 Added TEMPORARY_REDIRECT status by Christopher Lane · 10 years ago fp2-sibon fp2-sibon-2.0.1 fp2-sibon-2.0.2 FP2-open-16.05.0 FP2-open-16.06.0 FP2-open-16.07.1 FP2-open-16.08.0 FP2-open-16.09.0 FP2-open-16.10.0 FP2-open-16.11.0 FP2-open-16.12.0 FP2-open-17.01.0 FP2-open-17.04.0
  2. 6f31d65 Android makefile for minimum library by Christopher Lane · 10 years ago
  3. ab6feae initial start on a gradle build. by Paul Hawke · 10 years ago
  4. 711762a Merge branch 'master' of https://github.com/NanoHttpd/nanohttpd by Paul Hawke · 10 years ago
  5. fe8be79 Fix to only send content-length header if not already sent by Paul Hawke · 10 years ago
  6. 38888ee Merge pull request #110 from rnveach/rv_expand_webserver by Paul Hawke · 10 years ago
  7. 72a344b modified class so it could be overriden with user speicifc changes by rnveach · 10 years ago
  8. 4c51937 Fixed plugin argument signature for markdown plugin by Paul Hawke · 10 years ago
  9. f6c4cd0 expanded plugins to also recieve IHTTPSession so it has more access to by rnveach · 10 years ago
  10. 84a1ab4 Simplified the test using Mockito, and expanded what was being tested along with some other minor cleanup by Paul Hawke · 10 years ago
  11. 44f52c7 Added basic test for websockets by yankee · 10 years ago
  12. 6aa9777 moved code from NanoWebSocketServer to WebSocketResponseHandler, so that requests can be handled without the presence of NanoHTTPD by yankee · 10 years ago
  13. 42ff2a9 Added WebSocketFactory as alternative to deriving from NanoWebSocketServer by yankee · 10 years ago
  14. b436055 Merge pull request #106 from fabecc/master by Paul Hawke · 10 years ago
  15. 79cd900 Merge pull request #100 from gazazello/master by Paul Hawke · 10 years ago
  16. 9168877 Merge pull request by Paul Hawke · 10 years ago
  17. fe2c4a9 Merge pull request #104 from yankee42/master by Paul Hawke · 10 years ago
  18. 3c24d71 Slimmed down the Readme & added wiki docs by Paul Hawke · 10 years ago
  19. b891f27 Release 2.1.0 by Paul Hawke · 10 years ago
  20. ad505ef Merge branch 'websockets' by Paul Hawke · 10 years ago
  21. c6c080a websockets: final polish before release. Tested on IE, Chrome and Firefox by Paul Hawke · 10 years ago
  22. e9a1b53 Improve POST method management in case of no parameter entry in the post data (no 'form-data' or 'x-www-form-urlencoded' contentType) but raw data like this kind of request: by unknown · 10 years ago
  23. 67e24e4 Extracted interface from Status enum, so that people can use custom status codes by yankee · 10 years ago
  24. ad3ccf0 Prefer to throw an Error rather than returning a null value which _will_ eventually lead to a NullPointerException by yankee · 10 years ago
  25. a42baa1 Merge branch 'filename_fix' by Gaziz Tazhenov · 10 years ago
  26. 6bed463 Fixed issue with spaces in filenames and added tests by Gaziz Tazhenov · 10 years ago
  27. 6d3737c Initial commit of NanoWSD by Niko Fink · 10 years ago
  28. 8523184 Merge pull request #96 from steventebrinke/master by Paul Hawke · 10 years ago
  29. d48c437 Merge pull request #93 from timwr/master by Paul Hawke · 10 years ago
  30. c7fd739 At JDK 1.6 Socket+ServerSocket need a distinct close method - not implementors of Closeable by Paul Hawke · 10 years ago
  31. 82a5f5c Merge pull request #89 from BjoernAkAManf/patch-1 by Paul Hawke · 10 years ago
  32. a61c636 Merge pull request #90 from BjoernAkAManf/patch-3 by Paul Hawke · 10 years ago
  33. da2a813 Avoid stack overflow on long-living connections. by Steven te Brinke · 10 years ago
  34. 0214b83 Adds test for long-living keep-alive connections. by Steven te Brinke · 10 years ago
  35. 35b077b more efficient decoding of post parameters by Tim Wright · 10 years ago
  36. 0ad8e8a Fixed typo by Björn Heinrichs · 10 years ago
  37. 864df37 Code Cleanup by Björn Heinrichs · 10 years ago
  38. 07c7eba Remove redundant methods by Björn Heinrichs · 10 years ago
  39. 0bf521d Release version 2.0.5 by Paul Hawke · 10 years ago
  40. ef3be58 Tests and documentation cleanup. by Paul Hawke · 10 years ago
  41. 68394ef Little bit of resource cleanup. by Paul Hawke · 10 years ago
  42. 939e8d5 Updated samples to use the non-deprecated serve() API. by Paul Hawke · 10 years ago
  43. fbe92e0 Dont add the (workaround) query string to the parameters map when using the non-deprecated serve() method. by Paul Hawke · 10 years ago
  44. 13736e1 Fixed missing import statement. by Paul Hawke · 10 years ago
  45. f81ed13 Merge pull request #81 from Worxfr/master by Paul Hawke · 10 years ago
  46. d2c498e Merge pull request #82 from sherifmoursi/removeStackTrace by Paul Hawke · 10 years ago
  47. b01d2c9 removed stack trace caused by a closed socket from client side by Sherif Moursi · 10 years ago
  48. 895b2e6 Fix an issue with ERROR 503 after SOCKET_READ_TIMEOUT, and connection is not closed by Server by WorxFR · 10 years ago
  49. 13aa468 Merge pull request #76 from AlbinTheander/albin_theander by Paul Hawke · 11 years ago
  50. 0a35219 Closes all existing connections at shotdown. by Albin Theander · 11 years ago
  51. 12e45c1 Merge pull request #72 from synapticloop/master by Paul Hawke · 11 years ago
  52. 067912c Merge pull request #73 from masover/master by Paul Hawke · 11 years ago
  53. eb71c89 Use an explicit locale. by David Masover · 11 years ago
  54. 7e4e4ae Issue 69 added remote ip to session headers by synapticloop · 11 years ago
  55. ef698c8 Added "OPTIONS" to the Method enum by Paul Hawke · 11 years ago
  56. c7de8ba Merge pull request #71 from synapticloop/master by Paul Hawke · 11 years ago
  57. 866241d Issue #70 added 405 HTTP status code by synapticloop · 11 years ago
  58. b8bcf01 Merge pull request #64 from hflicka/master by Paul Hawke · 11 years ago
  59. 293e046 Added constant socket read timeout. by hflicka · 11 years ago
  60. 66f2f34 Merge pull request #61 from sleekweasel/test-interfaces by Paul Hawke · 11 years ago
  61. 249def0 Restore class name, rename interface by SleekWeasel · 11 years ago
  62. bc0de3e Add interface to allow fakes by SleekWeasel · 11 years ago
  63. 12b4973 Merge pull request #58 from sleekweasel/chunking-support by Paul Hawke · 11 years ago
  64. 517987f Explicit chunk request replaces checking for pipeinputstream by SleekWeasel · 11 years ago
  65. 34bcf83 Updated build to 2.0.4 version. by Paul Hawke · 11 years ago
  66. 8359473 Update README.md by Paul Hawke · 11 years ago
  67. 900eecd Merge pull request #60 from NanoHttpd/internal-rewrites by Paul Hawke · 11 years ago
  68. 6ac6c5a Created capability for server-side URL rewriting and switched directory index file processing to use the new capability. @psh by Paul Hawke · 11 years ago
  69. 220e1a2 Fixed code issue - repeating 'startsWith' when it meant to have a startsWith and an endsWith. Closes issue #52. @psh by Paul Hawke · 11 years ago
  70. ab9c6a7 Merge pull request #59 from NanoHttpd/serve-files-by-mime-type by Paul Hawke · 11 years ago
  71. 51deb63 Serving files by mime type, with plugin support so external plugins can register to handle different file types. Example plugin writted to support markdown (.md) files. @psh by Paul Hawke · 11 years ago
  72. fe1961e Add chunked support from PipeInputStreams by SleekWeasel · 11 years ago
  73. bf93f36 Update README.md by Paul Hawke · 11 years ago
  74. 70c7c01 Merge pull request #56 from waffleio/master by Paul Hawke · 11 years ago
  75. e25c170 add waffle.io badge by waffle.io · 11 years ago
  76. 399229d Refactoring to serve files by mime type. @psh by Paul Hawke · 11 years ago
  77. 1404795 Manually merging pull request #49. @psh by Paul Hawke · 11 years ago
  78. d06fedb Merge pull request #55 from McFoggy/master by Paul Hawke · 11 years ago
  79. e313a7d Merge pull request #53 from digitalrounin/master by Paul Hawke · 11 years ago
  80. a347cdc add jar-with-dependency assembly so that an fully executable jar becomes available. by Matthieu Brouillard · 11 years ago
  81. 79f7c96 Ignore Vim/Vi backup & swap files by Digital Rounin · 11 years ago
  82. 868d807 Expanded tabs to spaces by Digital Rounin · 11 years ago
  83. 1792cf9 Moved httpclient and httpmime to test scope by Digital Rounin · 11 years ago
  84. 5820f30 Added basic test to verify cookies are sent and received. @psh by Paul Hawke · 11 years ago
  85. 8dd1835 Deprecated the serve() method taking multiple parameters, as the one taking a session now offers more functionality. Updated the readme to reflect basic cookie support now added. @psh by Paul Hawke · 11 years ago
  86. 00e0b05 Merge pull request #47 from LordFokas/master by Paul Hawke · 11 years ago
  87. da4518b Added comment about "ssl-support" branch. by Paul Hawke · 11 years ago
  88. a7a9272 Add a Content-Length header even if the response has no content data. by Éric ALBER · 11 years ago
  89. 6a28d48 Added rudimentary support for cookies. by lordfokas · 11 years ago
  90. 8195cac Cleaning up broken test code, and making the NanoHttpd shutdown a little quieter by swalling a PrintStackTrace of an expected exception by Paul Hawke · 11 years ago
  91. 41b4b6d Update README.md by Paul Hawke · 11 years ago
  92. 06a09d7 http://nanohttpd.com - went live July 1st, 2013. by Paul Hawke · 11 years ago
  93. 28705dd Merge pull request #40 from douzifly/master by Paul Hawke · 11 years ago
  94. 67708a7 fix infinity loop when client close the socket by douzifly · 11 years ago
  95. d8cc726 Update README.md by Paul Hawke · 11 years ago
  96. fd6fd65 Merge pull request #39 from NanoHttpd/keep-alive-support by Paul Hawke · 11 years ago
  97. 2cbbb4d Updated tests for new HTTP 1.1 header, shifted test server to a port that doesnt automatically fail on a machine running Jetty/Tomcat and rolled the version number. by Paul Hawke · 11 years ago
  98. 6b018ce Added keep-alive support. by Paul Hawke · 11 years ago
  99. 6f89f6a Merge pull request #36 from MartinMReed/master by Paul Hawke · 11 years ago
  100. 745614b Adding integration test for serve(HTTPSession) reading directly from InputStream by Martin M Reed · 11 years ago