Codebase list squidview / upstream/0.85
New upstream version 0.85 Willi Mann 7 years ago
4 changed file(s) with 8 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 >> Squidview history:
1
2 0.85 Janurary 2017
3 - another result code, thanks Yuri Voinov
14
25 0.84 December 2016
36 - INM result code as 'U' - unmodified
26612661 # Define the identity of the package.
26622662
26632663 PACKAGE=squidview
2664 VERSION=0.84
2664 VERSION=0.85
26652665
26662666
26672667 cat >>confdefs.h <<_ACEOF
1414
1515 AC_INIT(squidview.cpp)
1616 AM_CONFIG_HEADER(config.h)
17 AM_INIT_AUTOMAKE(squidview,0.84)
17 AM_INIT_AUTOMAKE(squidview,0.85)
1818 AC_PROG_CXX
1919 AC_PROG_INSTALL
2020
1616
1717 A program to nicely browse your squid log
1818
19 (c) 2001 - 2016 Graeme Sheppard
19 (c) 2001 - 2017 Graeme Sheppard
2020
2121 This program is not how it would be if I had to rewrite it from scratch.
2222 It started off very simple (quick and nasty) and needed to be fast because
13671367
13681368 if (sLeft == "TCP_DENIED") cHit = 'd'; else
13691369 if (sLeft == "TAG_NONE") cHit = '0'; else
1370 if (sLeft == "NONE") cHit = '0'; else
13701371 cHit = '?';
13711372
13721373 iHitNumber = atoi (sRight.c_str());
53205321 void Help()
53215322 {
53225323 MyCls();
5323 con << PACKAGE << " " << VERSION << ": (c) " << "2001-2016"
5324 con << PACKAGE << " " << VERSION << ": (c) " << "2001-2017"
53245325 << " Graeme Sheppard - GPL software\n"
53255326 << "www.rillion.net/squidview\n\n" <<
53265327 "Keystrokes:-\n\n"