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. ab6feae initial start on a gradle build. by Paul Hawke · 10 years ago
  3. fe8be79 Fix to only send content-length header if not already sent by Paul Hawke · 10 years ago
  4. 44f52c7 Added basic test for websockets by yankee · 10 years ago
  5. b436055 Merge pull request #106 from fabecc/master by Paul Hawke · 10 years ago
  6. 79cd900 Merge pull request #100 from gazazello/master by Paul Hawke · 10 years ago
  7. 9168877 Merge pull request by Paul Hawke · 10 years ago
  8. fe2c4a9 Merge pull request #104 from yankee42/master by Paul Hawke · 10 years ago
  9. b891f27 Release 2.1.0 by Paul Hawke · 10 years ago
  10. c6c080a websockets: final polish before release. Tested on IE, Chrome and Firefox by Paul Hawke · 10 years ago
  11. 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
  12. 67e24e4 Extracted interface from Status enum, so that people can use custom status codes by yankee · 10 years ago
  13. ad3ccf0 Prefer to throw an Error rather than returning a null value which _will_ eventually lead to a NullPointerException by yankee · 10 years ago
  14. 6bed463 Fixed issue with spaces in filenames and added tests by Gaziz Tazhenov · 10 years ago
  15. 6d3737c Initial commit of NanoWSD by Niko Fink · 10 years ago
  16. 8523184 Merge pull request #96 from steventebrinke/master by Paul Hawke · 10 years ago
  17. d48c437 Merge pull request #93 from timwr/master by Paul Hawke · 10 years ago
  18. c7fd739 At JDK 1.6 Socket+ServerSocket need a distinct close method - not implementors of Closeable by Paul Hawke · 10 years ago
  19. 82a5f5c Merge pull request #89 from BjoernAkAManf/patch-1 by Paul Hawke · 10 years ago
  20. da2a813 Avoid stack overflow on long-living connections. by Steven te Brinke · 10 years ago
  21. 0214b83 Adds test for long-living keep-alive connections. by Steven te Brinke · 10 years ago
  22. 35b077b more efficient decoding of post parameters by Tim Wright · 10 years ago
  23. 0ad8e8a Fixed typo by Björn Heinrichs · 10 years ago
  24. 864df37 Code Cleanup by Björn Heinrichs · 10 years ago
  25. 07c7eba Remove redundant methods by Björn Heinrichs · 10 years ago
  26. 0bf521d Release version 2.0.5 by Paul Hawke · 10 years ago
  27. ef3be58 Tests and documentation cleanup. by Paul Hawke · 10 years ago
  28. 68394ef Little bit of resource cleanup. by Paul Hawke · 10 years ago
  29. fbe92e0 Dont add the (workaround) query string to the parameters map when using the non-deprecated serve() method. by Paul Hawke · 10 years ago
  30. 13736e1 Fixed missing import statement. by Paul Hawke · 10 years ago
  31. f81ed13 Merge pull request #81 from Worxfr/master by Paul Hawke · 10 years ago
  32. b01d2c9 removed stack trace caused by a closed socket from client side by Sherif Moursi · 11 years ago
  33. 895b2e6 Fix an issue with ERROR 503 after SOCKET_READ_TIMEOUT, and connection is not closed by Server by WorxFR · 11 years ago
  34. 0a35219 Closes all existing connections at shotdown. by Albin Theander · 11 years ago
  35. 12e45c1 Merge pull request #72 from synapticloop/master by Paul Hawke · 11 years ago
  36. eb71c89 Use an explicit locale. by David Masover · 11 years ago
  37. 7e4e4ae Issue 69 added remote ip to session headers by synapticloop · 11 years ago
  38. ef698c8 Added "OPTIONS" to the Method enum by Paul Hawke · 11 years ago
  39. 866241d Issue #70 added 405 HTTP status code by synapticloop · 11 years ago
  40. 293e046 Added constant socket read timeout. by hflicka · 11 years ago
  41. 249def0 Restore class name, rename interface by SleekWeasel · 11 years ago
  42. bc0de3e Add interface to allow fakes by SleekWeasel · 11 years ago
  43. 12b4973 Merge pull request #58 from sleekweasel/chunking-support by Paul Hawke · 11 years ago
  44. 517987f Explicit chunk request replaces checking for pipeinputstream by SleekWeasel · 11 years ago
  45. 34bcf83 Updated build to 2.0.4 version. by Paul Hawke · 11 years ago
  46. 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
  47. fe1961e Add chunked support from PipeInputStreams by SleekWeasel · 11 years ago
  48. 399229d Refactoring to serve files by mime type. @psh by Paul Hawke · 11 years ago
  49. 1404795 Manually merging pull request #49. @psh by Paul Hawke · 11 years ago
  50. 868d807 Expanded tabs to spaces by Digital Rounin · 11 years ago
  51. 1792cf9 Moved httpclient and httpmime to test scope by Digital Rounin · 11 years ago
  52. 5820f30 Added basic test to verify cookies are sent and received. @psh by Paul Hawke · 11 years ago
  53. 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
  54. a7a9272 Add a Content-Length header even if the response has no content data. by Éric ALBER · 11 years ago
  55. 6a28d48 Added rudimentary support for cookies. by lordfokas · 11 years ago
  56. 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
  57. 67708a7 fix infinity loop when client close the socket by douzifly · 11 years ago
  58. 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
  59. 6b018ce Added keep-alive support. by Paul Hawke · 11 years ago
  60. 745614b Adding integration test for serve(HTTPSession) reading directly from InputStream by Martin M Reed · 11 years ago
  61. ac42f7c Moving temp file clearing back to HTTPSession.execute() by Martin M Reed · 11 years ago
  62. c36a1c5 Fixing broken tests because of temp files being cleared before used in assertions by Martin M Reed · 11 years ago
  63. 8cdc631 Adding getter to access the raw body from the request by Martin M Reed · 11 years ago
  64. 93441a0 Adding a serve() override method to handle requests without forcing the body to be written into a temp file by Martin M Reed · 11 years ago
  65. 062b50e Closing tempFile OutputStream by Martin M Reed · 11 years ago
  66. 8af508e Pluralizing the header argument by Martin M Reed · 11 years ago
  67. 964393f Replacing InterruptedException with ResponseException so Response.send() is not used in multiple locations. by Martin M Reed · 11 years ago
  68. 6e41965 Skipping creating/executing an HTTPSession when there is no InputStream by Martin M Reed · 11 years ago
  69. 9cd5d3b Adding safeClose() methods to cleanup stream/socket closing by Martin M Reed · 11 years ago
  70. 7e423dd Adding methods to check server availability by Martin M Reed · 11 years ago
  71. 9d23138 2.0.2 Release by Paul Hawke · 11 years ago
  72. 412e2e1 Fixing issue #26 - RandomAccessFile renamed and closed appropriately. by james.mcclure · 11 years ago
  73. d4a5ed1 Update pom.xml by Paul Hawke · 11 years ago
  74. 49f777c Issue 30: submitted fix for UTF-8 non-English filenames. by Paul Hawke · 11 years ago
  75. 84dcf74 Tidied up copyright statements, making them consistent, and updated version numbers to 2.0.0 throughout. by Paul Hawke · 11 years ago
  76. 6964c6f Improved testing - integration style! Woop Woop! by Paul Hawke · 11 years ago
  77. c6f3f15 Added getter/setter for Response fields per emailed request. by Paul Hawke · 11 years ago
  78. 7d7cd1f Increasing test coverage, into the final push for all HTTP verbs! by Paul Hawke · 11 years ago
  79. 7162954 Added tests for DELETE requests by Paul Hawke · 11 years ago
  80. d4b1267 Resolved merge conflict (I hope!) by Paul Hawke · 11 years ago
  81. 5b4919a Moved code around a little, and improved the Javadoc by Paul Hawke · 11 years ago
  82. 9d9bd98 Fixed a couple of static code analysis suggestions. by Paul Hawke · 11 years ago
  83. b814145 Added HEAD request handling per HTTP spec - basically GET without returning a response body. by Paul Hawke · 11 years ago
  84. 50b70cd Update NanoHTTPD.java by Paul Hawke · 11 years ago
  85. 2dc83f9 Fixing Server does not close properly by Björn Heinrichs · 11 years ago
  86. 1ca7710 Named the threads created by the server to reflect their use - to aid in profiling performance/memory usage. by Paul Hawke · 11 years ago
  87. dfea30a Manual merge of random-access-storage pull request from @nonexpectation by Paul Hawke · 11 years ago
  88. f639f20 Manual merge of pull request submitted by @gitgrimbo, allowing hostname to be bound for NanoHttpd server. by Paul Hawke · 11 years ago
  89. 342152f Test for parsing by Paul Hawke · 11 years ago
  90. bcb535e Slowly increasing test coverage by Paul Hawke · 11 years ago
  91. f29e141 Create test suite for GET requests, and in the process fixed the issue of parameters having multiple values. by Paul Hawke · 11 years ago
  92. 7f07277 Refactoring by Paul Hawke · 11 years ago
  93. 6200253 Refactoring of HTTPSession to make it testable, prior to starting to write unit tests for everything. TEST ALL THE THINGS!!!!! by Paul Hawke · 11 years ago
  94. 1d08f5f Example showing temp file management by Paul Hawke · 11 years ago
  95. 4e1ae19 Created strategy for temp file and thread execution. by Paul Hawke · 11 years ago
  96. 2c48103 Fixes NPE when content-type header is missing by Paul Hawke · 11 years ago
  97. 9788c5b Implemented fix for missing equals in get parameters. by Paul Hawke · 11 years ago
  98. 47b3e36 Project cleanup - broke out "samples" and "core" maven modules to reduce the production JAR file footprint and remove clutter. by Paul Hawke · 11 years ago