Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-31 | Added appropriate casts from (void*) so that the code will compile | Robert James Kaes | 1 | -4/+4 | |
cleanly with a C++ compiler. (Tested using GCC 3.3) | |||||
2003-05-31 | # Changed all the for calls to use the != test rather than < test. | Robert James Kaes | 1 | -2/+2 | |
The change was recommended in the C/C++ User Journal magazine. | |||||
2003-05-30 | # Changed the calls to vector_getentry() to use the new calling | Robert James Kaes | 1 | -2/+2 | |
convention. | |||||
2003-05-29 | # Renamed the vector_insert() calls to vector_append() | Robert James Kaes | 1 | -2/+2 | |
2002-10-03 | The internal log structure now uses a vector rather than a hash. This | Robert James Kaes | 1 | -40/+71 | |
change was required to actually display all the logs in the correct order. Also, all log lines are stored internally while tinyproxy is starting. At the appropriate point all the logs are written to the log file. | |||||
2002-06-15 | (log_message): Changed the code so that the log is opened, written, and ↵ | Robert James Kaes | 1 | -9/+13 | |
closed whenever a message is submitted. This allows the log file to be moved away, for example a rotating the log, and yet still have the information written to the correct file name by all the children. | |||||
2002-06-06 | (send_stored_logs): Actually included the code to output the stored logs. ↵ | Robert James Kaes | 1 | -5/+20 | |
Plus, there was a bug with how I was calling the hashmap_is_end() function. This has now been fixed. | |||||
2002-05-23 | Changed the header includes around to reflect the new source layout. | Robert James Kaes | 1 | -1/+2 | |
2002-04-26 | Check the return value of hashmap_first() | Robert James Kaes | 1 | -8/+9 | |
2002-04-25 | The hashmap API changed, so this function needs to be changed as well. | Robert James Kaes | 1 | -11/+11 | |
2002-04-22 | The log_message() function now stores the messages if the configuration | Robert James Kaes | 1 | -4/+60 | |
file has not been read yet. The reason for this is that we don't know where to log the messgaes until _after_ the config file has been processed. | |||||
2001-11-22 | Reformated text. | Robert James Kaes | 1 | -7/+8 | |
2001-10-25 | Header reorganization. Basically all system headers are now included in | Robert James Kaes | 1 | -3/+1 | |
tinyproxy.h and all the other files include the tinyproxy.h header. This moves all the dependancy issues into one file. | |||||
2001-09-04 | Fixed a format string bug with the syslog function. | Robert James Kaes | 1 | -2/+2 | |
2001-08-29 | Changed how we handle when compiled with debug code. | Robert James Kaes | 1 | -11/+4 | |
2001-08-28 | The logging levels _now_ output the correct information depending on where | Robert James Kaes | 1 | -4/+10 | |
the config file sets it. | |||||
2001-08-27 | Fixed a problem where the connect messages were not getting logged if the | Robert James Kaes | 1 | -3/+2 | |
log level was set to INFO. | |||||
2001-08-26 | Fixed a problem with the new LOG_CONN log level. | Robert James Kaes | 1 | -8/+6 | |
2001-08-26 | Added the Connect log level. | Robert James Kaes | 1 | -4/+23 | |
2001-06-06 | Explictly cast getpid() to a long int to remove the compiler warnings on | Robert James Kaes | 1 | -3/+3 | |
various machines. | |||||
2001-06-05 | Changed the format type in the printf() to remove the compiler error (I | Robert James Kaes | 1 | -2/+2 | |
hope.) | |||||
2001-06-02 | Fixed a type problem with fprintf in log_message() when logging the PID. | Robert James Kaes | 1 | -2/+2 | |
2001-06-02 | Added the code for handling selective logging. | Robert James Kaes | 1 | -1/+20 | |
2001-05-27 | Changed the log() function to log_message(). | Robert James Kaes | 1 | -2/+2 | |
2000-09-21 | Added the LOG_NOTICE level. | Robert James Kaes | 1 | -2/+2 | |
2000-09-11 | Cleaned up the logging format, and also included logging levels (which are | Robert James Kaes | 1 | -35/+29 | |
similar to the syslogd format.) | |||||
2000-02-16 | This commit was generated by cvs2svn to compensate for changes in r2, | Steven Young | 1 | -0/+90 | |
which included commits to RCS files with non-trunk default branches. |