Commit Graph

32 Commits (3cb7b326781732b20f9bae927eade90fada924bf)

Author SHA1 Message Date
Jeroen Domburg 3cb7b32678 martonmiklos: Add GZIP compression for static files 9 years ago
Jeroen Domburg 48a017c029 Clarifications in comment, small fix 9 years ago
Jeroen Domburg 26767807ae Fixed authentication and general cgi fallthrough 9 years ago
Jeroen Domburg 6aa3cdedc1 Removed ifdeffed out code 9 years ago
Jeroen Domburg 5fb984e13b Added warning for abuse of CGI return code 9 years ago
Jeroen Domburg 49c7d310bc Some aesthetic cleanups 9 years ago
Jeroen Domburg cebc0aa65f Prefixed method consts to prevent clashes 9 years ago
prozac e8a7cab745 Moved POST vars to their own struct 9 years ago
Ben Pirt 4ee2d75977 Refactor to make all requests able to handle streaming as it makes the code much simpler 9 years ago
Ben Pirt 189eded1cc Add support for extracting the multipart form boundary for later use by cgi 9 years ago
Ben Pirt 6f80e55a61 Modify httpd to be able to use streaming post requests. 9 years ago
Ben Pirt 92b27fd615 Expose the request type to the CGI functions so we can act based on its value 9 years ago
Ben Pirt e80e1862a8 Set the content-length header along with the 404 response 9 years ago
Jeroen Domburg 65a409dd23 Add css mimetype 10 years ago
Jeroen Domburg db687e58d1 Fixed a bug causing httpdGetHeader to fail when POST data is present. Thanks to Damien Nicolet for reporting the bug and sending me a patch. 10 years ago
Jeroen Domburg 704d7ad463 Fixed array out of bounds when connection pool is full. Thanks Захар Кравцов! 10 years ago
Jeroen Domburg 876a68a67d Fixing the code to work under SDK 0.9.4. This commit should work. 10 years ago
Jeroen Domburg e56fdc4d6a Changed around everything to make use of sdk 0.9.4. CODE IS STILL BROKEN! 10 years ago
Jeroen Domburg e971868f21 Working around a stupid error in the esp code... mostly... I hope. 10 years ago
Jeroen Domburg 25a0984080 Added httpdGetHeader function 10 years ago
Jeroen Domburg a4d9c6fb0c Added more universal path matching function 10 years ago
Jeroen Domburg a8b0da04c5 Added comments 10 years ago
Jeroen Domburg c22ae3469f Added webcounter to initial page 10 years ago
Jeroen Domburg aef27aaa5b Getting ready for release... 10 years ago
Jeroen Domburg f977678e7f ..;.and now with the changed files too. 10 years ago
Jeroen Domburg 645b320558 Added redirect function to httpd 10 years ago
Jeroen Domburg a01c02245f Yaaaaaay, POST now works 100% :) 10 years ago
Jeroen Domburg 649dc26851 POST works now. Just not sure how to interpret the data that's sent... 10 years ago
Jeroen Domburg 5eb4c8bf22 First try at POST processing. Fails because the POST plus the data tend to arrive in a single packet... 10 years ago
Jeroen Domburg 2646aff1f3 Rework httpd into a multi-connection capable thing. Seems to work, yay! 10 years ago
Jeroen Domburg 2bba5c13ed Added embedded filesystem. Whee! 10 years ago
Jeroen Domburg b736d77abb Ting, a webserver example - first commit 10 years ago