Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-08 | Convert tabs to spaces | Mukund Sivaraman | 1 | -2/+2 | |
2008-12-01 | Reformat code to GNU coding style | Mukund Sivaraman | 1 | -4/+5 | |
This is a commit which simply ran all C source code files through GNU indent. No other modifications were made. | |||||
2008-05-24 | Updated copyright, license notices in source code | Mukund Sivaraman | 1 | -13/+16 | |
The notices have been changed to a more GNU look. Documentation comments have been separated from the copyright header. I've tried to keep all copyright notices intact. Some author contact details have been updated. | |||||
2005-08-15 | * [Indent] Ran Source Through indent | Robert James Kaes | 1 | -2/+2 | |
I re-indented the source code using indent with the following options: indent -kr -bad -bap -nut -i8 -l80 -psl -sob -ss -ncs There are now _no_ tabs in the source files, and all indentation is eight spaces. Lines are 80 characters long, and the procedure type is on it's own line. Read the indent manual for more information about what each option means. | |||||
2005-07-12 | * Updated Copyright Email Addresses | Robert James Kaes | 1 | -2/+2 | |
Updated the copyright email addresses for Robert James Kaes. The users.sourceforge.net address should always exist. | |||||
2003-03-13 | Moved the send_http_error_message() and indicate_http_error() | Robert James Kaes | 1 | -4/+1 | |
functions into the htmlerror.c file, and recoded them to use the new variable substitution system. [Steven Young] | |||||
2002-12-04 | Removed the "bool_t" type since it conflicts with the newer C standards. | Robert James Kaes | 1 | -3/+4 | |
The type was just replaced by "unsigned int" types. | |||||
2002-11-21 | # Changed the return type for pidfile_create() to int from void. | Robert James Kaes | 1 | -2/+2 | |
2002-06-15 | Removed the rotate_log_files() function since I'm moving to an Apache style ↵ | Robert James Kaes | 1 | -3/+1 | |
where the _user_ needs to move the log file themselves, and tinyproxy will continue to write to the original name. This allows more flexibility for users to determine their own log rotation scheme. | |||||
2002-05-31 | Added a boolean "truncate_file" flag for the create_file_safely() function. | Robert James Kaes | 1 | -2/+2 | |
2002-05-23 | Moved most of the function into separate files: the heap debugging | Robert James Kaes | 1 | -50/+5 | |
functions are in "heap.c"; the daemon functions are in "daemon.c"; and, the string/text functions are in "text.c". | |||||
2002-05-17 | Set the pointer to NULL after it's been freed() | Robert James Kaes | 1 | -3/+3 | |
2002-04-18 | Added the debuggin_strdup() function and the associated safestrdup() | Robert James Kaes | 1 | -1/+5 | |
macro. Also, added asserts to the other debugging_* functions. | |||||
2002-04-18 | Moved the log rotation code out of the signal handler and into it's own | Robert James Kaes | 1 | -1/+2 | |
function. The signal handler now simply sets a flag which is monitored inside the thread_main_loop() function. The log rotation code has also been tightened to handle any error conditions better. Credit to Petr Lampa for suggesting that system functions inside of a signal handler is bad magic. | |||||
2002-04-15 | Changed the error boolean flag into a pointer to an error string and an | Robert James Kaes | 1 | -2/+3 | |
error code. We're storing this information because tinyproxy doesn't output the error information until _after_ the client has sent it's information. | |||||
2001-11-25 | Added a new error code. | Robert James Kaes | 1 | -1/+2 | |
2001-11-23 | Added the chomp() function (to replace the trim() function reqs.c) | Robert James Kaes | 1 | -1/+9 | |
2001-11-22 | Reformated text. | Robert James Kaes | 1 | -7/+10 | |
2001-10-25 | Some code clean up due to the creation of the conns.{c,h} files which now | Robert James Kaes | 1 | -1/+3 | |
store the creation/destruction and definition of the connection structure. | |||||
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. |