Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-09-15 | Added the send_http_message() function to handle sending messages back to | Robert James Kaes | 1 | -1/+5 | |
the client. It's used by httperr() and showstats(). | |||||
2001-09-11 | Added the debugging realloc() function. | Robert James Kaes | 1 | -1/+4 | |
2001-09-08 | Added the debugging_(malloc|calloc|free) functions to help track memory | Robert James Kaes | 1 | -1/+19 | |
usage. There are also now defines for safe(malloc|calloc|free) which allow for debugging code to be enabled or not. | |||||
2001-08-30 | Removed the xstrstr() function since it is no longer used. reqs.c was the | Robert James Kaes | 1 | -4/+1 | |
only place it was called from, and strstr() will do the same work. | |||||
2001-08-27 | Split the headers from the message body. Also now include proper headers | Robert James Kaes | 1 | -2/+2 | |
like Date, Server, Content-Length, etc. Also, fixed the type for an error message to be const char*. | |||||
2001-05-27 | Changed all references to log() to log_message(). | Robert James Kaes | 1 | -1/+6 | |
2000-09-26 | Moved the safefree() macro to the tinyproxy.h header. | Robert James Kaes | 1 | -3/+1 | |
2000-09-12 | Removed the xmalloc() and xstrdup() functions. | Robert James Kaes | 1 | -11/+10 | |
Added the pidfile_create() function. Added the OpenBSD style strlcat() and strlcpy() functions. | |||||
2000-02-16 | This commit was generated by cvs2svn to compensate for changes in r2, | Steven Young | 1 | -0/+38 | |
which included commits to RCS files with non-trunk default branches. |