Fixed a couple of bugs in dirplex.
[ashd.git] / lib /
2008-12-22 Fredrik TolfFixed a couple of bugs in dirplex.
2008-12-21 Fredrik TolfSend error reports from dirplex.
2008-12-18 Fredrik TolfAdded a first version of the directory multiplexer.
2008-12-18 Fredrik TolfCreate the passed socket explicitly in htparser rather...
2008-12-17 Fredrik TolfAdded a `calen' utility function.
2008-12-17 Fredrik TolfMoved htparser's ioloop to the library.
2008-12-17 Fredrik TolfAdded a tokenizer util function.
2008-12-17 Fredrik TolfStrip the leading slash of the rest string.
2008-12-17 Fredrik TolfUse SOCK_SEQPACKET between processes to ensure EOF...
2008-12-17 Fredrik TolfAdded max and min macros.
2008-12-17 Fredrik TolfAdded atoo function.
2008-12-17 Fredrik TolfFixed socktype bug in sendreq.
2008-12-16 Fredrik TolfAdded some string utility functions.
2008-12-16 Fredrik TolfRenamed htreq to hthead and added functions for transfe...
2008-12-16 Fredrik TolfAdded some process control functions to libht.
2008-11-27 Fredrik TolfAdded basic support for parsing requests.
2008-11-27 Fredrik TolfAdded a request library component.
2008-11-27 Fredrik TolfAdded muthread and logging library components.
2008-11-26 Fredrik TolfInitial skeleton.