]> git.ipfire.org Git - thirdparty/squid.git/history - src/errorpage.cc
SSL->HTTP gatewaying support by Benno Rice
[thirdparty/squid.git] / src / errorpage.cc
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
1997-12-03  wesselsremove storeAbort() calls after storeAppendEntry()...
1997-12-03  wesselshave errorAppendEntry() call storeComplete()
1997-12-03  wesselsAvoid errorSend() in client_side.c. We must use errorA...
1997-12-02  wesselsgindent
1997-11-30  wesselsUse the errorpage codes to generate a special URL with...
1997-11-25  wesselsHenrik's massive FTP fixes and other minor changes
1997-11-23  wesselsAdd 'R' tag for full HTTP request
1997-11-21  wesselsadd assertion
1997-11-20  wesselsOkumoto suggested changes. perl script to generate...
1997-11-12  wessels- Change all BIT_{SET,CLR,TEST} to EBIT_ versions with...
1997-11-05  wesselsLINT
1997-11-05  wesselssupport '%%' -> '%'
1997-10-31  wesselsadd missing BIT_SET ERR_FLAG_CBDATA
1997-10-30  wesselsFUM bugs
1997-10-30  wesselsgindent and formatting
1997-10-30  wesselsmax okumoto errorpage and other mods
1997-10-30  wesselsgindent
1997-10-30  wesselsFix FTP errors. Now we actually send back an error...
1997-10-29  wesselsfix assertions when sizeof (char *) != 4
1997-10-29  wesselscompiler
1997-10-29  wesselsMLK fix
1997-10-29  wesselsNeed a flag to know when to use cbdataFree() or safe_fr...
1997-10-29  wesselsvarious MLK fixes
1997-10-26  wessels- Removed 'was assert' commengs
1997-10-25  wesselsget rid of ansiproto.h and _PARAMS macro
1997-10-25  wessels/* If there is a callback, the callback is responsible...
1997-10-25  wesselserr->errno --> err->xerrno
1997-10-21  kostasfinished custom string subs
1997-10-21  kostasadded %i, %I %L messages
1997-10-21  kostasadded local time output option
1997-10-21  wesselsABR read bug. Not allocating a big enough buffer for...
1997-10-21  wesselsgindent
1997-10-21  wesselsNeed to comm_close() in errorSendComplete!
1997-10-18  kostas*** empty log message ***
1997-10-17  wessels- removed ERR_NO_CLIENTS because its not needed any...
1997-10-17  wesselsgindent
1997-10-17  wesselsReamped objects being held in memory during transit...
1997-10-17  kostasFix for small bug.
1997-10-17  kostasError page triggering. ip cache documentation.
1997-10-15  wesselsremove unused error codes
1997-10-14  kostasChanged most of sprintf() to snprintf().
1997-08-26  wesselsMisc fixes to eliminate problems at exit (and other...
1997-08-25  wesselsFUM fix
1997-08-25  wesselsgindent
1997-08-24  wesselsFixed not setting HTTP status code for errors. Still...
1997-08-24  wesselsFixed NULL termination bug with error text buffers...
next