Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added UserData to cHTTPRequest. | madmaxoft | 2013-09-27 | 2 | -1/+12 |
| | | | | Callbacks may store one pointer of per-request data in the cHTTPRequest object. The object doesn't touch this data (doesn't own it). | ||||
* | Added cHTTPServer callbacks; fixed keep-alives. | madmaxoft | 2013-09-27 | 4 | -13/+132 |
| | | | | The HTTP server now calls callbacks specified in its start function (debugified atm.) and it processes multiple requests on a single connection. | ||||
* | Fixed leaking HTTPRequest objects | madmaxoft | 2013-09-27 | 1 | -0/+2 |
| | |||||
* | Fixed parsing and implemented write nofitication. | madmaxoft | 2013-09-27 | 6 | -13/+51 |
| | | | | The web connection finally works with a browser. | ||||
* | Split cHTTPConnection implementation into a separate file. | madmaxoft | 2013-09-27 | 4 | -205/+238 |
| | |||||
* | Rewritten HTTPServer to split into cHTTPConnection, cHTTPRequest and cHTTPResponse classes. | madmaxoft | 2013-09-27 | 4 | -0/+808 |