summaryrefslogtreecommitdiff
path: root/includes/BRegex.h
AgeCommit message (Collapse)Author
2013-01-22Cleaning up some cruft.Pixel
2011-11-25Consts are good.Pixel
2011-11-17HTTP server's first real test, alongside multiple taskmanager threads.Pixel
I'm not really sure I fully like the way I'm designing this, but I guess it could be solved with an HTTP/HTML helper class around the Action class. However, the HTTP server awfully need reference counting, so it doesn't go away before all of the workers disappear, which means a bit of a redesign of the Listener template.
2011-11-16Adding the Regex class.Pixel