summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/HTTPConnection.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily commented out override directives."Tycho2014-09-051-4/+4
| | | | | | | | | | | | | | | This reverts commit 6db727c60c01264dc9a9c209c5b335da8f53cd64. Conflicts: src/Bindings/PluginLua.h src/Blocks/BlockFire.h src/Generating/ChunkGenerator.h src/LoggerListeners.cpp src/Mobs/Components/AIAggressiveComponent.h src/Mobs/Monster.h src/OSSupport/IsThread.h src/Protocol/Authenticator.h src/UI/SlotArea.h
* Temporarily commented out override directives.Samuel Barney2014-08-211-4/+4
|
* Fixed crashes in the SSL HTTP connection.madmaxoft2014-05-011-3/+9
|
* Fixed All signedness warnings in HTTPServer.cppTycho2014-04-021-1/+1
|
* Rewritten HTTPServer to use size_t for data lengths.madmaxoft2014-04-011-2/+2
|
* HTTP connections aren't kept alive unless explicitly enabled.madmaxoft2014-01-181-14/+17
| | | | | Only the client can decide that the connection can be kept alive, we must close the socket if the client doesn't indicate keepalive support. This will provide a fix for #390 when #560 is fixed; until then the issue remains, just it's no longer HTTPServer's fault.
* Fixed warnings in HTTP parser.madmaxoft2013-12-201-1/+1
|
* Moved source to srcAlexander Harkness2013-11-241-0/+101