]> git.ipfire.org Git - thirdparty/squid.git/history - src/errorpage.cc
BUGFIX: max_user_ip was broken: initialising to -1 meant that the ACL appeared
[thirdparty/squid.git] / src / errorpage.cc
2006-04-23  robertcBUGFIX: max_user_ip was broken: initialising to -1...
2006-04-02  serassioBug #1504: misleading error message message for bad...
2006-02-18  wesselsReplaced the single-line wrapper function storeEntryRep...
2006-02-18  wesselsRemoved static requestLink() and requestUnlink() method...
2006-01-24  wesselsMoved HttpRequest lock/link counter to the base HttpMsg...
2005-11-05  wesselsConverted HttpReply to a proper C++ class. Removed...
2005-09-17  wesselsFinish turning MemBuf into a full-fledged class. Almos...
2005-09-17  wesselsInstead of including MemBuf.h in squid.h, use a forward...
2005-09-01  wesselsSome changes and new features for MemBuf to make it...
2005-05-01  serassioThis patch adds the capability to suppress the version...
2005-04-23  serassioBug #798: username format addition into errorpage.c
2004-12-20  robertcMerge in second phase Disk IO refactoring, separating...
2004-12-20  robertcFix Stack which was broken in HEAD. Also update bootstr...
2004-09-04  hnoBug #947: deny_info redirection with requested URL...
2004-08-30  robertc/tmp/cvsZKn66v
2004-08-06  hnoBug #1030: Unknown %X errorpage codes incorrectly quoted
2004-01-06  hnoDoc update
2003-09-07  hnoFrom Pawel Worach:
2003-09-06  robertcSummary: Allow -DPURIFY to build.
2003-09-01  robertcSummary: Class cleanup - resulting from addressing...
2003-08-10  robertcSummary: Final MSVC fixups.
2003-07-09  hnoSome missing external acl pieces
2003-03-10  robertcSummary: Merge ESI to HEAD.
2003-03-09  robertcSummary: Merge in 6th set of windows changes from Guido
2003-02-25  hnoDon't segfault if failing to load error pages
2003-02-22  robertcSummary: Ran astyle over src subtree.
2003-02-10  hnoRewrite error page loading to remove assumptions about...
2003-01-28  robertcSummary: Fix high optimisation with err_type enum subtr...
2003-01-23  robertcImport of fix-ranges branch
2003-01-22  robertcConvert Stack to template based code, to allow typesafe...
2002-10-25  robertcencapsulate tcp_reset flag
2002-10-21  adrian* rename comm_write() -> comm_old_write()
2002-10-14  robertcC++ conversion
2002-09-15  robertcfix headers to allow inclusion into C++ source
2002-09-15  adrianTidy up the COMM_OK and COMM_ERR_* magical #define...
2002-09-10  hnothe mailto links on Squid's ERR pages now contain data...
2002-07-19  hnoHTML cleanups by 'C.L' / PsychoTekk
2002-04-18  hnoOops.. deny_info_url introduces a completely wild array...
2002-04-13  hnoOops.. need to test even trivial changes..
2002-04-13  hnoDeal with '%c' in custom deny_info error pages
2002-04-02  hnoNew deny_info capabilities to redirect to another server
2002-04-01  wesselsThis patch was posted to squid-users some time ago...
2002-01-02  hno%L (err_html_text) should not be HTML quoted.
2001-10-24  hnoformat fixes
2001-08-29  robertclatest rollup from ntlm.
2001-05-21  hnoauth_rewrite update from Robert Collins
2001-04-14  hnoSSL->HTTP gatewaying support by Benno Rice
2001-03-03  hnocbdata now have a per-type free function rather than...
2001-01-12  wesselsUpdated copyright
2001-01-08  hnoMajor rewrite of proxy authentication to support other...
2001-01-05  adrianA modified / unified cbdata and mempool implementation...
2001-01-04  wesselsRobert Collins' Cygwin file mode support and ufs writec...
2000-12-09  wesselsPatch from Marcos Barreto de Castro <mbdecastro@yahoo...
2000-12-05  wesselsindent -br -ce -i4 -ci4 -l80 -nlp -npcs -npsl -d0 ...
2000-11-13  adrianConvert http_ver from a float to http_version_t which...
2000-11-05  hnoCross-site scripting fixes by Robert Collins and Henrik...
2000-07-18  wesselsDW:
2000-03-06  wesselsMerge changes from 2.3 branch. Mostly this is copyrigh...
1999-10-04  wessels2.3 branch merge
1999-06-19  wesselsfixed leak in 2.2 branch
1999-05-26  wesselsfile_open() is entirely blocking now -- there is no...
1999-04-23  wesselsbranch 2.2 merge
1999-01-30  wesselswe need to lock entry in errorAppend(). our storeAppen...
1999-01-19  wesselserrorpage.c: clear ENTRY_FWD_HDR_WAIT after creating...
1999-01-12  wesselsin errorAppendEntry:
1999-01-12  wesselsThis patch fully transforms proxy_auth into a ACL type...
1998-12-05  wesselsmega patch to implement request re-forwarding after...
1998-11-12  wessels2.1 branch merge
1998-09-15  wesselsmore EBIT replacements
1998-08-15  wesselsIRIX compiler warnings
1998-07-23  wesselsCHANGED COPYRIGHT STUFF
1998-07-20  wesselschange FSF address
1998-06-06  rousskov- changed internal structure of HttpBody to use MemBuf;
1998-06-03  rousskov- replaced "<none>" with "nothing" for FTP history...
1998-06-02  wesselsgindent
1998-05-31  rousskov- Replaced "complex" (offset accounting) calls to snpri...
1998-05-28  rousskov- removed ascii headers from reply and request structures
1998-05-27  wesselsGenerate error for 'squid-internal-*' MISSes
1998-05-21  wesselsadded X-Squid-Error: reply header
1998-05-09  wesselsremoved old, unused code
1998-05-09  wesselsFrom: Henrik Nordstrom <hno@hem.passagen.se>
1998-05-02  wesselsbuffer error pages
1998-04-24  wesselscomment
1998-04-24  wesselsFixed buffer overruns from FTP server messages in error...
1998-04-22  wesselsChanged error message to 'generated TIME by HOST (SQUID...
1998-04-22  wesselsFixed ftpParseListing loop
1998-03-31  wesselsgindent
1998-03-28  wesselsadd </BODY></HTML> to the end of our error pages
1998-03-17  wesselsremoved unused code; updated comments; formatting
1998-03-08  rousskov- Added memory pools for variable size objects (strings).
1998-03-06  kostasA generic client-to-server "pump" was added to handle...
1998-02-27  wesselsgindent
1998-02-26  rousskov- Fixed(?) time-tick bug in stat.c. StatCounters where...
1998-02-21  rousskovDirty and buggy alex_2.
1998-02-03  wesselsStewart Forster Jumbo Patch
1998-01-12  wesselsnew memory allocation for fixed-size blocks
1998-01-06  wesselsmake checkFailureRatio() work again. Also make 'reques...
1997-12-28  kostasSquid now caches whois replies for efficiency in retrie...
1997-12-08  wesselsfix errno == 0 output
1997-12-06  wesselsINITIAL URN SUPPORT by Kostas
next