doc: Fixed formatting error.
[ashd.git] / lib /
2012-06-04 Fredrik Tolflib: Made simpleerror callable with stdio handles as...
2011-10-01 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-09-20 Fredrik Tolflib: Added missing required headers to mtio-select.
2011-09-20 Fredrik Tolflib: Error out on too many FDs in mtio-select.
2011-09-20 Fredrik Tolflib: Fixed epoll error message.
2011-06-26 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-05-13 Fredrik Tolflib: Moved parseresponse from htparser into lib for...
2011-04-30 Fredrik TolfImposed some limits on request parts.
2011-03-09 Fredrik TolfMerge branch 'master' into sslres
2011-03-09 Fredrik Tolflib: Added some more missing headers.
2011-03-09 Fredrik Tolflib: Added some missing headers to mtio-epoll.
2011-03-09 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-03-08 Fredrik TolfTry to use FD_CLOEXEC instead of mass-closing everywhere.
2011-03-08 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-03-08 Fredrik Tolflib: Split epoll and select loops into separate files.
2011-03-04 Fredrik Tolflib: Fixed header usability out of tree.
2011-03-02 Fredrik TolfInstall the library and its headers.
2011-02-27 Fredrik Tolflib: Imported B-tree functions.
2011-01-29 Fredrik Tolflib: Fixed epoll loop timeout bug.
2011-01-28 Fredrik Tolflib: Clear the epoll event descriptor before use.
2011-01-28 Fredrik Tolflib: Added support for epoll.
2011-01-28 Fredrik Tolflib: Added more indirection for child handling.
2011-01-03 Fredrik Tolflib: Fixed obvious memory leak in simpleerror.
2010-10-23 Fredrik Tolflib: Check for ECONNRESET as well to detect crashed...
2010-10-19 Fredrik TolfMerge branch 'sni'
2010-10-10 Fredrik Tolflib: Make valgrind support optional.
2010-10-08 Fredrik TolfEnsure that message are logged to syslog when appropria...
2010-10-07 Fredrik Tolflib: Added base64 codec.
2010-09-05 Fredrik TolfAdded callbacks to handle child process initialization.
2010-09-05 Fredrik TolfMerge branch 'recurse'
2010-09-05 Fredrik TolfFixed stdredir to handle querystrings properly.
2010-09-04 Fredrik TolfFixed mtio memory leak.
2010-09-03 Fredrik Tolflibht: Fixed headrmheader bug.
2010-09-02 Fredrik TolfAdded an initial version of callscgi for doing requests...
2010-08-31 Fredrik Tolflibht: Fixed the trim bug again. :P
2010-08-31 Fredrik Tolflibht: Fixed a bug in trim.
2010-08-31 Fredrik TolfAdded a proper SIGHUP handler to patplex.
2010-08-30 Fredrik Tolfdirplex: Made it easier to include configuration "modules".
2010-08-29 Fredrik TolfBeautified the directory listings.
2010-08-29 Fredrik TolfAdded a htls program for directory listings.
2010-08-28 Fredrik TolfUnquote URL escapes in dirplex elements.
2010-08-25 Fredrik TolfAdded the library header files to SOURCES.
2010-08-25 Fredrik TolfAdded global config files to dirplex and patplex.
2010-08-25 Fredrik TolfFixed config parsing bug.
2010-08-24 Fredrik TolfMade non-absolute included filenames relative to the...
2010-08-24 Fredrik TolfFixed a bug in stdredir.
2010-08-24 Fredrik TolfDon't close the filedescriptors passed to simpleerror...
2010-08-24 Fredrik TolfAdded a response function for standard redirection.
2010-08-24 Fredrik TolfFixed return bug in childhandle.
2010-08-24 Fredrik TolfInclude sys/types in utils.h
2010-08-24 Fredrik TolfAdded a generic config parser/child handler and used...
2010-08-21 Fredrik TolfMade htparser listening much more flexible.
2010-08-20 Fredrik TolfAlways send the entire buffer in mtwrite.
2010-08-20 Fredrik TolfUse new-style (CR-less) headers in responses.
2009-01-07 Fredrik TolfMerge branch 'master' of /srv/git/r/ashd
2009-01-07 Fredrik TolfFixed a couple of small bugs.
2009-01-07 Fredrik TolfRewrote htparser to handle both HTTP/1.0 and HTTP/1.1.
2009-01-07 Fredrik TolfUsed glibc to provide mt-blocking stdio for fds.
2009-01-01 Fredrik TolfFixed a bug in the MT ioloop.
2008-12-23 Fredrik TolfAdded some caching capabilities to sendfile.
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.