summaryrefslogtreecommitdiffhomepage
path: root/src/utils.c
AgeCommit message (Expand)Author
2009-09-27Use correct format string for POSIX pid_t in pidfile_create()Mukund Sivaraman
2009-09-27Don't ignore retval of ftruncate() in utils.cMukund Sivaraman
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman
2009-08-07Rename tinyproxy.[ch] to main.[ch]Mukund Sivaraman
2009-08-05utils: make headers constant in send_http_message() to reduce compiler warningsMichael Adam
2008-12-08Convert tabs to spacesMukund Sivaraman
2008-12-08Break at 80 columnsMukund Sivaraman
2008-12-01Reformat code to GNU coding styleMukund Sivaraman
2008-05-24Updated copyright, license notices in source codeMukund Sivaraman
2008-03-13Renamed file to replace underscores in it with dashesMukund Sivaraman
2005-08-15* [Indent] Ran Source Through indentRobert James Kaes
2005-07-12* Updated Copyright Email AddressesRobert James Kaes
2003-03-14(send_http_message): Changed the function to use the new http_messageRobert James Kaes
2003-03-13Moved the send_http_error_message() and indicate_http_error()Robert James Kaes
2002-12-04Removed the "bool_t" type since it conflicts with the newer C standards.Robert James Kaes
2002-11-21(create_file_safely): Rather than exiting the program if there is anRobert James Kaes
2002-07-09(create_file_safely):Robert James Kaes
2002-06-15Removed the rotate_log_files() function since I'm moving to an Apache style w...Robert James Kaes
2002-05-31(create_file_safely): Added the "truncate_file" boolean flag. This is needed...Robert James Kaes
2002-05-24Fixed a tonne of spelling mistakes.Robert James Kaes
2002-05-23Moved most of the function into separate files: the heap debuggingRobert James Kaes
2002-04-28Check the return value of the write_message() function.Robert James Kaes
2002-04-18Changed all calls to strdup to safestrdup. This should provide betterRobert James Kaes
2002-04-18Added the debuggin_strdup() function and the associated safestrdup()Robert James Kaes
2002-04-18Moved the log rotation code out of the signal handler and into it's ownRobert James Kaes
2002-04-16Removed the duplicate calls to strlen().Robert James Kaes
2002-04-15Added an assert() call to detect design errors.Robert James Kaes
2002-04-15Changed the error boolean flag into a pointer to an error string and anRobert James Kaes
2002-04-07Just a variable name change to make it easier to read.Robert James Kaes
2001-12-24Changed send_http_message() to use the write_message() function.Robert James Kaes
2001-12-20Updated the copyright notice.Robert James Kaes
2001-11-25send_message changed to send_response_message in the conn_s structure.Robert James Kaes
2001-11-23Added the chomp() function (to replace the trim() function reqs.c)Robert James Kaes
2001-11-22Reformated text.Robert James Kaes
2001-10-25Header reorganization. Basically all system headers are now included inRobert James Kaes
2001-10-25Some code clean up due to the creation of the conns.{c,h} files which nowRobert James Kaes
2001-10-24Error message cleanup to make the information more informative.Robert James Kaes
2001-09-16send_http_message() doesn't create a memory block and store it in theRobert James Kaes
2001-09-15Added the send_http_message() function to handle sending messages back toRobert James Kaes
2001-09-11Added the debugging realloc() function.Robert James Kaes
2001-09-08Added the debugging_(malloc|calloc|free) functions to help track memoryRobert James Kaes
2001-09-07Error message cleanup.Robert James Kaes
2001-08-30Removed the xstrstr() function since it is no longer used. reqs.c was theRobert James Kaes
2001-08-28Added an extra CRNL to the end of the HTML body.Robert James Kaes
2001-08-27Changed the MIME type to text/html rather than the incorrect text/mime.Robert James Kaes
2001-08-27Split the headers from the message body. Also now include proper headersRobert James Kaes
2001-05-27Changed all references to log() to log_message().Robert James Kaes
2001-01-15Fixed a potential security bug in http_err. There was a possibility of aRobert James Kaes
2000-09-12Removed the xmalloc() and xstrdup() functions.Robert James Kaes
2000-02-16This commit was generated by cvs2svn to compensate for changes in r2,Steven Young