index
:
Balau
master
Unnamed repository; edit this file 'description' to name the repository.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
includes
/
HttpServer.h
Age
Commit message (
Expand
)
Author
2013-12-21
Preliminary WebSocket protocol support.
Nicolas "Pixel" Noble
2013-12-18
Removing Atomic.h and all volatiles.
Nicolas Noble
2013-01-22
Removing some more cruft.
Pixel
2012-08-30
Adding a few virtual destructors.
Nicolas "Pixel" Noble
2012-02-28
Having a slightly better approach for writing Http responses.
Nicolas "Pixel" Noble
2011-12-05
Adding read-write locks, and applying them immediately to the http server.
Pixel
2011-12-04
Adding at least one TAssert into test-Threads, and fixing a typo.
Pixel
2011-12-04
Reworked some things in the architecture, mainly exceptions and asserts.
Pixel
2011-11-29
Getting rid of the std::pair; they are ugly as hell.
Pixel
2011-11-25
Consts are good.
Pixel
2011-11-21
GeneralException() will now trace the callstack and store this, for debugging...
Pixel
2011-11-18
Starting to re-organize the HTTP code a bit. Sharing code between the server ...
Pixel
2011-11-18
Got this one wrong; one need to get the refcount to 0 to delete itself.
Pixel
2011-11-17
HTTP server's first real test, alongside multiple taskmanager threads.
Pixel
2011-11-14
Some more basic work on the HTTP server. Some of the main ideas are not flesh...
Pixel
2011-11-13
Adding the skeleton of an HTTP server; still work in progress though: it stil...
Pixel