These changesets represents the changes on the squid3/squid3_logdaemon development branch of Squid. If there is any questions please contact squid-dev@squid-cache.org.
Date | Author | Size | Description |
---|---|---|---|
2007/05/19 14:18:24 | serassio | +4 -3 | Fix build error using --enable-icmp |
2007/05/19 10:58:56 | adri | +2 -2 | The "old" system used buffering to combine log line entries together, |
2007/05/18 14:54:53 | adri | +76 -24 | Reintroduce a mostly-copy of the original buffering layer. |
2007/05/16 14:24:30 | adri | +24 -56 | After discussions on IRC, its probably best that I don't bother with namespaces |
2007/05/16 13:38:18 | adri | +13 -2 | Restore the conditional compilation directives, C style, for the SYSLOG code. |
2007/05/16 13:28:27 | adri | +16 -3 | Handle checking for syslog if HAVE_SYSLOG is defined; create |
2007/05/16 13:27:48 | adri | +3 -2 | Just a sanity fatalf().. |
2007/05/16 13:09:13 | adri | +11 -3 | * LogFileOpen() is expected to actually open the file.. |
2007/05/16 03:50:51 | adri | +84 -100 | Preparation for a 'layer' between open and actual assignment of a class |
2007/05/16 03:00:14 | adri | +3 -3 | Fix headers.log logfile generation. |
2007/05/15 15:27:53 | adri | +14 -2 | Document error semantics for me to look at later. |
2007/05/15 15:20:33 | adri | +152 -409 | * migrate over syslog code into LogFileSyslog.cc (untested atm) |
2007/05/15 14:32:43 | adri | +5 -1 | Do flushing if the buffered_writes option is set to no. |
2007/05/15 14:22:11 | adri | +24 -4 | * some stuff shouldn't be fatal()ed.. |
2007/05/15 13:37:47 | adri | +24 -22 | Attempt to shift the access log codebase over to using the new LogFile class. |
2007/05/15 13:10:33 | adri | +96 -48 | * remember that String is the Squid string thingy, not std::string; so be specific |
2007/05/15 12:22:45 | adri | +414 -1 | Start fleshing out the replacement modular logfile code, version 1. |
Author | Changesets | Changes |
---|---|---|
adri | 16 | +961 -682 |
serassio | 1 | +4 -3 |
total | 17 | +965 -685 |