| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- Snowlog now loads a different default logfile.
First /usr/local/share/snowlog/default.log, then
~/.snowlog/default.log. These can (=should) be symlinks to the
logfiles to load. Command line option -f overrides everything.
Notes:
svn path=/head/; revision=161340
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154303
|
|
|
|
| |
Notes:
svn path=/head/; revision=149654
|
|
|
|
|
|
|
| |
Noticed by: kris(bot)
Notes:
svn path=/head/; revision=123429
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- from ChangeLog
2004-11-23 - Version 1.0.3
- Make DisplayItemsFromHosts() return NULL if nothing was added.
2004-11-22
- Added display of authenticated user
2004-08-15
- Hm, unsigned long long needs %llu format string it seems and not
%lld.
2004-08-13
- Snowlog now knows Terabytes, Petabytes and Exabytes for _really_
high volume servers.
- Single requests with content lengths > int (2 GB), are now loaded
correctly. I hope that was the last integer overflow/invocation
of atoi().
Notes:
svn path=/head/; revision=123363
|
|
|
|
|
|
|
| |
Approved by: vanilla (co-mentor)
Notes:
svn path=/head/; revision=116729
|
|
|
|
|
|
|
|
| |
PR: ports/70363
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=116083
|
|
|
|
|
|
|
|
|
|
|
| |
- Changed overall byte count data type from int to unsigned long long so it
doesn't wrap if loaded requests total >2GB.
PR: 70040
Submitted by: Cheng-Lung Sung <clsung@freebsd.csie.nctu.edu.tw>
Notes:
svn path=/head/; revision=115488
|
|
PR: ports/69783
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes:
svn path=/head/; revision=115103
|