https://github.com/NanoHttpd/nanohttpd

sort by:
Revision Author Date Message Commit Date
efb2ebf Merge pull request #546 from wing9405/master removed remoteHostName from HTTPSession: it can take too long time to… 03 July 2019, 18:16:33 UTC
cd37235 removed remoteHostName from HTTPSession: it can take too long time to figure out via DNS 02 July 2019, 14:40:13 UTC
b04a342 Merge pull request #525 from evgk/patch-1 Proper exception handling 23 November 2018, 20:13:58 UTC
0e74d03 Proper exception handling 22 November 2018, 12:29:04 UTC
fd80618 Merge pull request #487 from gramstrong/master Updated README.md example code to align with the example Maven depend… 06 April 2018, 14:30:44 UTC
c28fa4c Updated README.md example code to align with the example Maven dependency. 04 April 2018, 15:41:02 UTC
1b6450e Merge pull request #479 from arjunmenon/patch-1 Support more HTTP verbs 31 January 2018, 15:23:39 UTC
6af572b Support more HTTP verbs 31 January 2018, 13:16:23 UTC
8118aec Merge pull request #475 from Josh-Larson/feature/added-gradle Added gradle build support 24 January 2018, 14:39:55 UTC
f9cd157 Fixed test compile error 21 January 2018, 19:07:50 UTC
952481e Added gradle build support 21 January 2018, 18:56:40 UTC
e33c73a Merge pull request #469 from jh3141/master Fix travis build setup 03 January 2018, 17:50:29 UTC
adb49fc "oraclejdk7" -> "openjdk7" Oracle JDK 7 is no longer supported on Travis's default build environment, so switch to OpenJDK instead. 25 November 2017, 03:55:13 UTC
f1cb85c Merge pull request #434 from MikeBruns/master Corrected SimpleWebServer execution path 25 March 2017, 16:51:28 UTC
6fd730a fixed SimpleWebServer execution path 25 March 2017, 04:03:32 UTC
dc83d5b Merge pull request #416 from dunmatt/master added a note in README.md to alert newcommers to the namespace change 21 January 2017, 20:07:36 UTC
bf7525d tweaked the language to reflect that it's a version difference as opposed to a hosting location difference 21 January 2017, 19:47:31 UTC
ebb0325 added a note in README.md to alert newcommers to the namespace change 21 January 2017, 16:46:02 UTC
711b93a Forgot to edit some fields to use JDK 7 20 January 2017, 23:43:22 UTC
4329816 Merge pull request #414 from twhitbeck/server-runner-typo Fix minor typos in ServerRunner.java 20 January 2017, 23:40:54 UTC
ab2d642 Fix minor typos in ServerRunner.java 20 January 2017, 15:27:25 UTC
0c24a80 Merge pull request #411 from LordFokas/development Bumped JDK versions to 1.7 in POM.xml, closes #383 04 January 2017, 17:55:52 UTC
d0978f5 Bumped JDK versions to 1.7 in POM.xml 04 January 2017, 13:42:28 UTC
e175fd0 Merge pull request #410 from LordFokas/development Fix my bugs. Also fix your bugs. Come here and love me! 04 January 2017, 13:23:11 UTC
9cd340f Should fix #395 04 January 2017, 12:39:46 UTC
1de83fe Fix GZip usage control being very poorly written. 04 January 2017, 12:32:56 UTC
63815b9 Merge pull request #405 from LordFokas/development Enhance the way GZip is handled 25 December 2016, 00:09:03 UTC
9ba26a5 Search-replace fi.iki.elonen -> org.nanohttpd 21 December 2016, 10:40:43 UTC
d2af067 Merge pull request #384 from LordFokas/development 3rd Phase of v3.0.0 - Pluginization 13 December 2016, 13:35:44 UTC
b49e608 Merge pull request #401 from cypressious/patch-1 Use constant for magic string "postData" 13 December 2016, 13:33:57 UTC
f75268b Add missing quote 13 December 2016, 09:49:08 UTC
fe4feb6 Change the way Gzip is handled. This enables interceptors to painlessly define new Gzip settings for their own responses. 12 December 2016, 23:39:57 UTC
35ba703 Use constant for magic string "postData" 09 December 2016, 12:36:23 UTC
cc8785e Merge pull request #394 from evliya/master Added exception handling to the sendBody method. 11 November 2016, 22:26:05 UTC
6a80705 Added exception handling to the sendBody method. If the outputStream is closed by the client, all the loop gets broken pipe exception. Just closing the input stream if exception is caught. 11 November 2016, 16:43:52 UTC
79f9844 Merge pull request #385 from tatsuyafw/fix-broken-link Fix a broken link in README 29 September 2016, 14:38:14 UTC
27aacd9 Fix a broken link in README 29 September 2016, 12:41:35 UTC
060d6d2 Child protocol interceptors. Also fuck Mockito! 29 September 2016, 02:25:23 UTC
f57064f HTTP handling is now delegated to an IHandler 29 September 2016, 00:24:35 UTC
1f31f55 Remove deprecated NanoHTTPD.serve(uri, method, headers, parms, files) 28 September 2016, 23:47:36 UTC
c4474df Started work on the pluggable request-answering strategy. (reverted from commit 0f6271c9bee064fbb269f845543da0d1dceb114c) 26 September 2016, 00:56:45 UTC
0f6271c Started work on the pluggable request-answering strategy. 12 September 2016, 04:43:16 UTC
d757ade Merge pull request #374 from LordFokas/development Fix multiple cookie issues. 12 September 2016, 00:26:02 UTC
068a9bc Fix broken cookie tests. 12 September 2016, 00:20:36 UTC
cf18465 I'm getting seriously pissed at you, Travis. 12 September 2016, 00:07:51 UTC
ed515e3 Whoopsie :p 11 September 2016, 23:56:57 UTC
67513a3 ... then fix it. 11 September 2016, 23:51:10 UTC
bdf4550 First create a test that fails... 11 September 2016, 23:41:50 UTC
f4b9f30 Merge pull request #371 from LordFokas/development Closes #332 10 September 2016, 02:20:55 UTC
151cdb0 My bad :( 10 September 2016, 02:12:10 UTC
cac70b7 Closes #332 09 September 2016, 23:06:01 UTC
29c5416 Merge pull request #370 from LordFokas/development Enable DefaultAsyncRunner to be overriden in a more flexible way 09 September 2016, 22:07:14 UTC
22fe0ab Closes #316 09 September 2016, 21:45:38 UTC
94dd976 Merge pull request #18 from LordFokas/upstream Update development from upstream 09 September 2016, 18:54:00 UTC
a883722 Merge pull request #17 from NanoHttpd/master Update Upstream from Master 09 September 2016, 18:53:26 UTC
a49f9ae Merge pull request #369 from NanoHttpd/LordFokas-development 2nd phase of v3.0.0 - Break Files Apart 09 September 2016, 18:38:30 UTC
f5c2ec1 get v3.0 build test clean #357 09 September 2016, 13:53:02 UTC
0563f1f Moved the WebSockets samples back to the websocket module, see if that's what's breaking the tests on Travis. 31 August 2016, 17:22:58 UTC
3d31497 LordFocas added to the travis builds 25 August 2016, 17:00:18 UTC
02ace10 Added my data to pom.xml 25 August 2016, 15:40:03 UTC
7680d43 Added e-mail to travis.yml 25 August 2016, 15:35:54 UTC
1b9e7e0 Moved everything to a org.nanohttpd.* base package, for consistency :) 25 August 2016, 07:13:07 UTC
f4d5a58 Broke WEBSOCKETS module into pieces too. 25 August 2016, 07:00:58 UTC
5961be4 whoops 25 August 2016, 06:47:47 UTC
2a4b473 Moved WSD samples into the SAMPLES module. 25 August 2016, 06:39:59 UTC
974616f Fixed NANOLETS, MARKDOWN and SAMPLES. No errors. 25 August 2016, 06:36:50 UTC
a2205bf fixed WEBSERVER, 49 errors to go. 25 August 2016, 06:29:09 UTC
c094b48 fixed FILEUPLOAD and WEBSOCKETS 25 August 2016, 06:23:13 UTC
4e47a5f Broke CORE into pieces. Updated CORE tests. Introduced 150 errors in all other modules. 25 August 2016, 06:13:07 UTC
d72d29e Merge pull request #16 from LordFokas/upstream Update development from upstream 25 August 2016, 04:13:22 UTC
3ce326f Merge pull request #15 from NanoHttpd/master Update from Upstream 25 August 2016, 04:12:38 UTC
da134bd [maven-release-plugin] prepare for next development iteration 12 August 2016, 18:14:12 UTC
16ed41b [maven-release-plugin] prepare release nanohttpd-project-2.3.1 12 August 2016, 18:14:02 UTC
cbfa3cc lauches adapted to better names 12 August 2016, 17:53:20 UTC
ac0522b lowerd coverage requirement and some file formattings 12 August 2016, 17:50:19 UTC
a4d62f0 Merge pull request #351 from praserocking/master If ContentType header has 'json' in it, then the response will be GZIPed 10 August 2016, 23:16:10 UTC
d2c6a64 If ContentType header has 'json' in it, then the response will be GZIPPED 10 August 2016, 07:18:12 UTC
73b093c Merge pull request #330 from dwatling/master Closes #329, #286 25 June 2016, 16:43:38 UTC
1627958 Closes #329, #286 IHTTPSesssion.parms is now a map to a list of values for a given key. The old getParms() interface still exists, but moving forward one should use getParameters() 24 June 2016, 16:06:51 UTC
52af4d8 Merge pull request #327 from philippwiesemann/fix-core-mime-stream Fix opening mimetypes twice and only closing first 18 June 2016, 22:56:56 UTC
467524f Fix opening mimetypes twice and only closing first Found by FindBugs. 18 June 2016, 20:20:40 UTC
b974b8d Merge pull request #326 from philippwiesemann/fix-readme-typos Fix typos in README.md 15 June 2016, 10:15:40 UTC
abe46d5 Fix typos in README.md 14 June 2016, 21:05:09 UTC
d595821 Merge pull request #324 from sebokmarton/master Enable extension of ClientHandler and ServerRunnable 12 June 2016, 19:53:00 UTC
9467101 Merge pull request #325 from philippwiesemann/fix-webserver-html Fix webserver directory listing being wrong HTML 12 June 2016, 19:51:29 UTC
2260799 Fix webserver directory listing being wrong HTML The HTML created for the directory listing was not well-formed. 11 June 2016, 21:00:07 UTC
a47eefc Enable extension of ClientHandler and ServerRunnable Comments of createClientHandler and createServerRunnable talk about extending ClientHandler and ServerRunnable, but this also needs accessible constructors. 09 June 2016, 14:43:09 UTC
1866496 Merge pull request #320 from sgallese/patch-1 Typo 01 June 2016, 00:28:26 UTC
f9280bb Typo 01 June 2016, 00:12:36 UTC
8985d84 Merge pull request #313 from brettlounsbury/master Fix prioritization of Nanolets to be entirely based on insertion order 22 May 2016, 19:22:54 UTC
014d9f5 Merge pull request #315 from rherrmann/patch-1 Fix typo in example code 21 May 2016, 10:17:03 UTC
4928b78 Fix typo in example code 21 May 2016, 10:08:58 UTC
b577795 Add a RoutePrioritizer interface and some implementations of that interface. There is a Default implementation that mimics the existing code, an InsertionOrder implementation that uses the order that routes are inserted, and a ProvidedPriority implementation that uses the priority that was provided instead of the one that UriResource calculates for itself. By default routing works the same, but this allows us to extend how routing works. If you have the following routes: /general/:param1 /general/:param1/:param2 and you hit /general/abc/123, you would expect the second route to be executed with param1=abc and param2=123, but what actually happens is that the second route is executed with param1=abc/123. While this could be fixed by inverting priorities so that things with more parameters will end up first in the list. This ultimately fails, however, for cases like /user/help vs /user/:param1 where the second would then always execute with param1=help. This fixes it to go entirely based on insertion order. 19 May 2016, 21:24:34 UTC
a3bf2af Merge pull request #310 from brettlounsbury/master Add several missing HTTP Status codes 13 May 2016, 18:46:48 UTC
e1994d7 Add 302 and 307 redirects. 13 May 2016, 17:27:24 UTC
785843e Add several missing HTTP Status codes, and add tests to ensure the Status code messages match the name of the enum. 10 May 2016, 17:12:21 UTC
12a868e Merge pull request #308 from brettlounsbury/master Add ability to be able to set NotFound and NotImplemented handlers 08 May 2016, 07:07:26 UTC
0d14299 Add ability to be able to set NotFound and NotImplemented handlers since there is currently no ability to overwrite the ones that are set by addMapping(). 06 May 2016, 21:38:43 UTC
00868fc Merge pull request #303 from wildsmith/master Tom - Nanohttpd - adding lookup for status 01 May 2016, 13:50:52 UTC
64f1dd7 Tom - Nanohttpd - trying something different 27 April 2016, 15:28:44 UTC
back to top