599 Commits

Author SHA1 Message Date
LordFokas efb2ebf85a Merge pull request #546 from wing9405/master
removed remoteHostName from HTTPSession: it can take too long time to…
2019-07-03 19:16:33 +01:00
hyunik.na cd37235110 removed remoteHostName from HTTPSession: it can take too long time to figure out via DNS 2019-07-02 23:40:13 +09:00
LordFokas b04a342a4b Merge pull request #525 from evgk/patch-1
Proper exception handling
2018-11-23 20:13:58 +00:00
root 0e74d0329f Proper exception handling 2018-11-22 07:29:04 -05:00
LordFokas fd80618e93 Merge pull request #487 from gramstrong/master
Updated README.md example code to align with the example Maven depend…
2018-04-06 15:30:44 +01:00
Graham Armstrong c28fa4c8e6 Updated README.md example code to align with the example Maven dependency. 2018-04-04 10:41:02 -05:00
LordFokas 1b6450ee68 Merge pull request #479 from arjunmenon/patch-1
Support more HTTP verbs
2018-01-31 15:23:39 +00:00
Arjun Menon 6af572b667 Support more HTTP verbs 2018-01-31 18:46:23 +05:30
LordFokas 8118aec004 Merge pull request #475 from Josh-Larson/feature/added-gradle
Added gradle build support
2018-01-24 14:39:55 +00:00
Josh Larson f9cd157711 Fixed test compile error 2018-01-21 13:07:50 -06:00
Josh Larson 952481eaee Added gradle build support 2018-01-21 12:56:40 -06:00
LordFokas e33c73a96f Merge pull request #469 from jh3141/master
Fix travis build setup
2018-01-03 17:50:29 +00:00
jh3141 adb49fc76a "oraclejdk7" -> "openjdk7"
Oracle JDK 7 is no longer supported on Travis's default build environment, so switch to OpenJDK instead.
2017-11-25 03:55:13 +00:00
LordFokas f1cb85c38e Merge pull request #434 from MikeBruns/master
Corrected SimpleWebServer execution path
2017-03-25 16:51:28 +00:00
Michael Bruns 6fd730a9fa fixed SimpleWebServer execution path 2017-03-25 00:03:32 -04:00
LordFokas dc83d5b66b Merge pull request #416 from dunmatt/master
added a note in README.md to alert newcommers to the namespace change
2017-01-21 20:07:36 +00:00
M@ bf7525d9df tweaked the language to reflect that it's a version difference as opposed to a hosting location difference 2017-01-21 14:47:31 -05:00
M@ ebb03254c0 added a note in README.md to alert newcommers to the namespace change 2017-01-21 11:46:02 -05:00
LordFokas 711b93aa3b Forgot to edit some fields to use JDK 7 2017-01-20 23:43:22 +00:00
LordFokas 4329816aab Merge pull request #414 from twhitbeck/server-runner-typo
Fix minor typos in ServerRunner.java
2017-01-20 23:40:54 +00:00
Timothy Whitbeck ab2d6426a8 Fix minor typos in ServerRunner.java 2017-01-20 10:27:25 -05:00
LordFokas 0c24a80b87 Merge pull request #411 from LordFokas/development
Bumped JDK versions to 1.7 in POM.xml, closes #383
2017-01-04 17:55:52 +00:00
LordFokas d0978f5827 Bumped JDK versions to 1.7 in POM.xml 2017-01-04 13:42:28 +00:00
LordFokas e175fd08e0 Merge pull request #410 from LordFokas/development
Fix my bugs. Also fix your bugs. Come here and love me!
2017-01-04 13:23:11 +00:00
LordFokas 9cd340f188 Should fix #395 2017-01-04 12:39:46 +00:00
LordFokas 1de83fe8f6 Fix GZip usage control being very poorly written. 2017-01-04 12:32:56 +00:00
LordFokas 63815b9a19 Merge pull request #405 from LordFokas/development
Enhance the way GZip is handled
2016-12-25 00:09:03 +00:00
elonen 9ba26a5efe Search-replace fi.iki.elonen -> org.nanohttpd 2016-12-21 12:40:43 +02:00
LordFokas d2af06753b Merge pull request #384 from LordFokas/development
3rd Phase of v3.0.0 - Pluginization
2016-12-13 13:35:44 +00:00
LordFokas b49e60862d Merge pull request #401 from cypressious/patch-1
Use constant for magic string "postData"
2016-12-13 13:33:57 +00:00
Kirill Rakhman f75268b927 Add missing quote 2016-12-13 10:49:08 +01:00
LordFokas fe4feb600c Change the way Gzip is handled. This enables interceptors to painlessly define new Gzip settings for their own responses. 2016-12-12 23:39:57 +00:00
Kirill Rakhman 35ba70383f Use constant for magic string "postData" 2016-12-09 13:36:23 +01:00
LordFokas cc8785ec45 Merge pull request #394 from evliya/master
Added exception handling to the sendBody method.
2016-11-11 22:26:05 +00:00
Eren Yilmaz 6a807057f9 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. 2016-11-11 19:43:52 +03:00
LordFokas 79f98440a4 Merge pull request #385 from tatsuyafw/fix-broken-link
Fix a broken link in README
2016-09-29 15:38:14 +01:00
Tatsuya Hoshino 27aacd9716 Fix a broken link in README 2016-09-29 21:41:35 +09:00
LordFokas 060d6d2292 Child protocol interceptors. Also fuck Mockito! 2016-09-29 03:25:23 +01:00
LordFokas f57064fc37 HTTP handling is now delegated to an IHandler 2016-09-29 01:24:35 +01:00
LordFokas 1f31f551dd Remove deprecated NanoHTTPD.serve(uri, method, headers, parms, files) 2016-09-29 00:47:36 +01:00
LordFokas c4474df6a4 Started work on the pluggable request-answering strategy. (reverted from commit 0f6271c9be) 2016-09-26 01:56:45 +01:00
LordFokas 0f6271c9be Started work on the pluggable request-answering strategy. 2016-09-12 05:43:16 +01:00
LordFokas d757ade973 Merge pull request #374 from LordFokas/development
Fix multiple cookie issues.
2016-09-12 01:26:02 +01:00
LordFokas 068a9bc6cd Fix broken cookie tests. 2016-09-12 01:20:36 +01:00
LordFokas cf18465e4e I'm getting seriously pissed at you, Travis. 2016-09-12 01:07:51 +01:00
LordFokas ed515e3c37 Whoopsie :p 2016-09-12 00:56:57 +01:00
LordFokas 67513a302b ... then fix it. 2016-09-12 00:51:10 +01:00
LordFokas bdf45500cb First create a test that fails... 2016-09-12 00:41:50 +01:00
LordFokas f4b9f3025c Merge pull request #371 from LordFokas/development
Closes #332
2016-09-10 03:20:55 +01:00
LordFokas 151cdb046a My bad :( 2016-09-10 03:12:10 +01:00