Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-10-06 | Fixed memory leaks in the HTTP framework | madmaxoft | 1 | -0/+25 | |
2013-10-05 | cHTTPConnection sends Content-Length with HTTP errors, too. | madmaxoft | 1 | -2/+2 | |
2013-10-04 | Added Basic auth support to cHTTPRequest. | madmaxoft | 1 | -0/+18 | |
2013-10-04 | HTTP Server can now parse multipart/form-data forms; better architecture. | madmaxoft | 1 | -19/+19 | |
2013-09-27 | Added cHTTPServer callbacks; fixed keep-alives. | madmaxoft | 1 | -1/+34 | |
The HTTP server now calls callbacks specified in its start function (debugified atm.) and it processes multiple requests on a single connection. | |||||
2013-09-27 | Fixed leaking HTTPRequest objects | madmaxoft | 1 | -0/+2 | |
2013-09-27 | Fixed parsing and implemented write nofitication. | madmaxoft | 1 | -2/+24 | |
The web connection finally works with a browser. | |||||
2013-09-27 | Split cHTTPConnection implementation into a separate file. | madmaxoft | 1 | -124/+4 | |
2013-09-27 | Rewritten HTTPServer to split into cHTTPConnection, cHTTPRequest and cHTTPResponse classes. | madmaxoft | 1 | -0/+267 | |