These changesets represents the changes on the squid/s26_logfile_daemon development branch of Squid. If there is any questions please contact squid-dev@squid-cache.org.
Date | Author | Size | Description |
---|---|---|---|
2007/05/18 19:15:28 | serassio | +5 -5 | Fix build error when using referer, useragent and netdb |
2007/05/18 19:13:12 | serassio | +7 -2 | Allow build on systems without syslog facility |
2007/05/15 01:38:31 | hno | +118 -7 | Updated to build in current HEAD |
2007/05/18 19:15:28 | serassio | +5 -5 | Fix build error when using referer, useragent and netdb |
2007/05/18 19:13:12 | serassio | +7 -2 | Allow build on systems without syslog facility |
2007/05/15 01:38:31 | hno | +118 -7 | Updated to build in current HEAD |
2007/05/18 19:15:28 | serassio | +5 -5 | Fix build error when using referer, useragent and netdb |
2007/05/18 19:13:12 | serassio | +7 -2 | Allow build on systems without syslog facility |
2007/05/15 01:38:31 | hno | +118 -7 | Updated to build in current HEAD |
2006/09/06 09:58:16 | adri | +48 -1 | Add in the logfile rotation code |
2006/09/06 09:52:15 | adri | +198 -5 | * restore the stdio logging code, warts and all |
2006/09/06 09:12:58 | adri | +185 -4 | Bring over the syslog code |
2006/09/06 09:01:28 | adri | +100 -61 | * bootstrap |
2006/09/04 15:50:45 | adri | +359 -338 | Warning: this stuff doesn't compile yet |
2006/09/02 14:12:19 | hno | +17 -22 | Bug #1741: Squid crashes on logwrite |
2006/09/02 14:04:47 | hno | +24 -24 | Indented |
2006/09/02 14:04:18 | hno | +47 -5 | Various portability and bugfixes from squid-2.6 |
2006/09/02 13:56:29 | hno | +211 -214 | Indented |
2006/08/18 22:55:42 | adri | +2 -0 | Log the line just in case it doesn't have a command prefix. |
2006/08/18 01:39:40 | adri | +1 -0 | Actually set the rotate count.. |
2006/08/16 08:18:05 | adri | +0 -30 | Disable the large buffering for now and go with stdio-supplied |
2006/08/16 04:44:41 | adri | +44 -27 | * remove unused entry in the logfile struct |
2006/08/16 03:39:30 | adri | +18 -3 | Similarly provide a larger buffer for logfile writing; cutting down on this: |
2006/08/16 03:34:31 | adri | +16 -7 | Cut down further on the number of syscalls by using a larger buffer for |
2006/08/16 03:26:38 | adri | +33 -6 | * Don't try writing until the first logfile buffer is full. This cuts down |
2006/08/16 03:03:59 | adri | +8 -2 | Twiddle the buffer size to match what is going on with logfile-daemon. |
2006/08/16 03:00:14 | adri | +2 -1 | Buffer stdin! |
2006/08/10 06:44:21 | adri | +3 -4 | * Delete calls to logfileFlush() - logfileFlush() does something different |
2006/08/08 09:25:18 | adri | +5 -4 | Track the PID of the logfile helper so it can be killed (cleanly!) |
2006/08/08 09:15:46 | adri | +24 -5 | * replace a couple of hard-coded constants with defines |
2006/08/08 08:07:50 | adri | +19 -4 | Implement a configuration file option which defines the logfile |
2006/08/08 07:43:59 | adri | +1 -0 | Add signal-related header. |
2006/08/07 09:30:54 | adri | +343 -111 | This is the initial cut of my work to move logfile writing (specifically |
Author | Changesets | Changes |
---|---|---|
adri | 20 | +1409 -613 |
hno | 7 | +653 -286 |
serassio | 6 | +36 -21 |
total | 33 | +2098 -920 |