]> git.ipfire.org Git - thirdparty/squid.git/history - src/url.cc
LINT
[thirdparty/squid.git] / src / url.cc
1997-11-05  wesselsLINT
1997-10-17  wesselsgindent
1997-10-14  kostasChanged most of sprintf() to snprintf().
1997-08-24  wesselsProtocolStr[] needs to be global for errorpage.c
1997-08-10  wesselsMore work on persistent connections
1997-08-10  wesselsSERVER-SIDE PERSISTENT CONNECTIONS:
1997-07-17  wesselssuccessful compile after merging 1.1.10 thru 1.1.14
1997-06-21  wesselsclean up access logging, remove lots of Cacheinfo garbage
1997-06-04  wesselsnew debug() macro; David Luyer
1997-06-02  wessels- finish moving mem_obj->req_hdr to request->headers.
1997-05-26  wesselsmostly done inlining all FTP requsts
1997-04-28  wesselsmerge 1.1.8->1.1.10; just get it to compile
1997-02-20  wesselsMove append_domain operation to urlParse(). Use Config...
1997-02-19  wessels - Fixed urlParse to leave trailing slashes...
1997-02-04  wesselssupport for PURGE method
1996-12-17  wesselsTRACE support
1996-12-06  wesselsremove async_io stuff
1996-11-28  wesselsABR fix
1996-11-27  wesselsgindent
1996-11-26  wesselsdont remove slashes for *all* requests!
1996-11-26  wesselsremove trailing slashes from FTP urls
1996-11-22  wesselschange port to u_short
1996-11-19  wesselsallow all FTP requests, not just GET
1996-11-16  wesselsRemove store_status == STORE_PENDING checks everywhere...
1996-11-15  wesselsuse xstrncpy
1996-11-15  wesselsmore const stuff
1996-11-13  wessels - Fixed expiresMoreThan() bug causing all UDP_M...
1996-11-07  wesselschange to squid.nlanr.net
1996-11-06  wesselsgindent
1996-11-05  wesselsmassive const patch from Markus Gyger
1996-10-25  wesselss/""/null_string/
1996-10-09  wesselsmondo proto patch from ed knowles
1996-09-17  wesselss/()/(void)/
1996-09-14  wesselsANSIFY
1996-09-04  wesselssquid-1.0.12 merge
1996-08-31  wesselsmerge 1.0.11 changes
1996-08-27  wesselstruncate long URLs
1996-08-13  wesselsmerge with SQUID_1_0_6
1996-08-13  wesselsgindent
1996-07-27  wessels- Removed all references to hierarchy.log.
1996-07-26  wesselsput hierarchy stuff into request structure
1996-07-19  wesselsgindent
1996-07-19  wesselsuse LOCAL_ARRAY macro
1996-07-16  wesselsadd init debugging
1996-07-09  wesselscleanup after big merge
1996-05-04  wesselsmerging changes from SQUID_1_0 branch
1996-05-02  wesselsmerging all changes up to squid-1.0.beta5
1996-04-17  wesselsadd missing "gopher" from list of protocol strings
1996-04-16  wesselsgindent
1996-04-16  wesselsdevelop urlParse() and request_t structure to avoid...
1996-04-16  wesselsmake SSL work without connect:// hack
1996-04-16  wesselstrim out code sections #ifdef'd out
1996-04-16  wessels-fixed SSL/CONNECT
1996-04-15  wesselsmake code an array; SunOS segv'd
1996-04-12  wesselschange type_id to method everywhere
1996-04-12  wesselsgindent
1996-04-12  wesselsfinish up ACL implementation
1996-04-10  wesselspreemptive checks in url_hex_convert
1996-04-10  wesselsgindent
1996-04-10  wesselsmake url_convert_hex not have to xstrdup the buffer
1996-04-04  wesselsmajor code cleanup/unification/rewrite
1996-03-30  wesselsassign various debug sections
1996-03-28  wesselsnew debug section,level stuff
1996-03-27  wesselsMAJOR #include REWRITE; ack!
1996-02-29  wesselschange HARVEST to SQUID; remove rcsid and copyright
1996-02-22  wesselsInitial revision