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