Indent code to Tinyproxy coding style
[obnox/tinyproxy.git] / src / utils.c
2009-09-14 Mukund SivaramanIndent code to Tinyproxy coding style
2009-08-06 Mukund SivaramanRename tinyproxy.[ch] to main.[ch]
2009-08-04 Michael Adamutils: make headers constant in send_http_message(...
2008-12-08 Mukund SivaramanConvert tabs to spaces
2008-12-08 Mukund SivaramanBreak at 80 columns
2008-12-01 Mukund SivaramanReformat code to GNU coding style
2008-05-24 Mukund SivaramanUpdated copyright, license notices in source code
2008-03-13 Mukund SivaramanRenamed file to replace underscores in it with dashes
2005-08-15 Robert James Kaes* [Indent] Ran Source Through indent
2005-07-12 Robert James Kaes* Updated Copyright Email Addresses
2003-03-14 Robert James Kaes(send_http_message): Changed the function to use the...
2003-03-13 Robert James KaesMoved the send_http_error_message() and indicate_http_e...
2002-12-04 Robert James KaesRemoved the "bool_t" type since it conflicts with the...
2002-11-21 Robert James Kaes(create_file_safely): Rather than exiting the program...
2002-07-09 Robert James Kaes(create_file_safely):
2002-06-15 Robert James KaesRemoved the rotate_log_files() function since I'm movin...
2002-05-31 Robert James Kaes(create_file_safely): Added the "truncate_file" boolean...
2002-05-24 Robert James KaesFixed a tonne of spelling mistakes.
2002-05-23 Robert James KaesMoved most of the function into separate files: the...
2002-04-28 Robert James KaesCheck the return value of the write_message() function.
2002-04-18 Robert James KaesChanged all calls to strdup to safestrdup. This should...
2002-04-18 Robert James KaesAdded the debuggin_strdup() function and the associated...
2002-04-18 Robert James KaesMoved the log rotation code out of the signal handler...
2002-04-16 Robert James KaesRemoved the duplicate calls to strlen().
2002-04-15 Robert James KaesAdded an assert() call to detect design errors.
2002-04-15 Robert James KaesChanged the error boolean flag into a pointer to an...
2002-04-07 Robert James KaesJust a variable name change to make it easier to read.
2001-12-24 Robert James KaesChanged send_http_message() to use the write_message...
2001-12-20 Robert James KaesUpdated the copyright notice.
2001-11-25 Robert James Kaessend_message changed to send_response_message in the...
2001-11-23 Robert James KaesAdded the chomp() function (to replace the trim() funct...
2001-11-22 Robert James KaesReformated text.
2001-10-25 Robert James KaesHeader reorganization. Basically all system headers...
2001-10-25 Robert James KaesSome code clean up due to the creation of the conns...
2001-10-24 Robert James KaesError message cleanup to make the information more...
2001-09-16 Robert James Kaessend_http_message() doesn't create a memory block and...
2001-09-15 Robert James KaesAdded the send_http_message() function to handle sendin...
2001-09-11 Robert James KaesAdded the debugging realloc() function.
2001-09-08 Robert James KaesAdded the debugging_(malloc|calloc|free) functions...
2001-09-07 Robert James KaesError message cleanup.
2001-08-30 Robert James KaesRemoved the xstrstr() function since it is no longer...
2001-08-28 Robert James KaesAdded an extra CRNL to the end of the HTML body.
2001-08-27 Robert James KaesChanged the MIME type to text/html rather than the...
2001-08-27 Robert James KaesSplit the headers from the message body. Also now inclu...
2001-05-27 Robert James KaesChanged all references to log() to log_message().
2001-01-15 Robert James KaesFixed a potential security bug in http_err. There was...
2000-09-12 Robert James KaesRemoved the xmalloc() and xstrdup() functions.
2000-02-16 Steven YoungThis commit was generated by cvs2svn to compensate...