]> git.ipfire.org Git - thirdparty/squid.git/history - src/url.cc
Import IPv6 support from squid3-ipv6 branch to 3-HEAD.
[thirdparty/squid.git] / src / url.cc
2007-12-15  amosjeffriesImport IPv6 support from squid3-ipv6 branch to 3-HEAD.
2007-05-29  amosjeffriesRollback String API changes. Delayed to 3.1.
2007-05-24  hnoKill the redundant url_convert_hex function. Equivalent...
2007-05-24  hnoBack out unintentional commit of unrelated url.cc changes
2007-05-24  hnoFix the cppunit tests to use setUp() rather than an...
2007-05-18  amosjeffriesAdd string API layer for better string handling.
2007-04-29  hnoAuthor: Tsantilas Christos <chtsanti@users.sourceforge...
2007-04-07  serassioBug #1931: allow_underscore directive not available...
2006-05-30  robertcMove clientCachable logic onto HttpRequest, as all...
2006-05-09  robertcMore decoupling work:
2006-05-03  robertcAdd a StoreEntryStream class for use with store entries...
2006-04-23  robertcBUGFIX: max_user_ip was broken: initialising to -1...
2006-04-23  serassioBug #1434: Fails to process long host names
2006-01-20  wesselsRename previsouly private HttpRequest:initXX() to initH...
2006-01-20  wesselsMaking HttpRequest more class-like. Removed some non...
2005-11-12  wesselsAdded WebDAV REPORT method to know HTTP methods list
2005-09-15  wesselsSome changes related to URL-parsing for upcoming ICAP...
2003-08-10  robertcSummary: Final MSVC fixups.
2003-06-09  robertcSummary: Refactor urlHostname.
2003-03-09  robertcSummary: Merge in 6th set of windows changes from Guido
2003-02-22  robertcSummary: Ran astyle over src subtree.
2003-01-23  robertcImport of fix-ranges branch
2003-01-18  hnoCleanup of last nights changes for dots in hostnames...
2003-01-18  hno--disable-hostname-checks configure option
2002-10-25  robertcencapsulate tcp_reset flag
2002-10-14  robertcC++ conversion
2002-09-12  wesselsWe weren't checking valid range on TCP port numbers...
2002-08-24  hnoNew squid.conf directive to disable hostname verificati...
2002-08-20  hnoBugzilla 403: url_convert_hex buffer overrun
2002-07-21  hnoFrom Joe:
2001-11-17  hnoAdded BPROPPATCH metchod
2001-11-16  hnoWebDAV SEARCH method
2001-09-29  wesselsBugzilla #241: assignment instead of equality in src...
2001-04-14  hnoSSL->HTTP gatewaying support by Benno Rice
2001-01-12  wesselsUpdated copyright
2000-09-07  wesselsDW:
2000-07-18  wesselsDW:
2000-06-26  wesselsDW:
2000-05-16  wesselsDW:
2000-05-12  wesselsDW:
2000-05-03  adrianMODIO_1 commit. This change (including documentation...
2000-05-03  hnohno squid-2.3.DEVEL3.aclDomainCompare-2.patch
2000-03-06  wesselsMerge changes from 2.3 branch. Mostly this is copyrigh...
1999-12-31  wesselsmerge changes from SQUID_2_3 branch
1999-10-04  wessels2.3 branch merge
1999-08-02  wessels2.3 branch merge
1999-06-18  wesselsRFC 2518 WEBDAV request methods
1999-05-05  wessels2.2 branch merge
1999-04-23  wesselsbranch 2.2 merge
1999-04-15  wesselsSQUID_2_2 branch merge
1999-01-19  wessels2.1 branch merge and gindent
1999-01-13  wesselsgindent
1998-12-16  wesselsstrip_query_terms option
1998-12-09  wesselschange URI has whitespace debug level
1998-10-15  wesselsallow whitespace in request URI's.
1998-08-27  wesselsHTCP progress
1998-08-21  wesselsTrade request_t->flags enums (REQ_*) request_flags...
1998-08-19  wesselsdebug levels
1998-08-18  wesselswrong default port for https
1998-08-11  wesselsdebugging level adjustment for pagers
1998-07-23  wesselsCHANGED COPYRIGHT STUFF
1998-07-21  wesselsremoved OLD_CODE
1998-07-20  wesselschange FSF address
1998-07-17  wesselsconst goop
1998-07-17  wesselscall urlCanonical() in refreshCheck() if entry->mem_obj...
1998-07-16  wesselsreplaced url.c::url_escape() with rfc1738_escape()
1998-06-25  wesselsstrip arguments AFTER a question-mark, but leave the...
1998-06-06  rousskov- fixed HTTP header statistics that was broken after...
1998-06-05  wesselsadd https protocol to enum list, fix protocol parsing...
1998-05-23  wesselsgindent
1998-05-21  wesselsFixed matchDomainName array bounds bug -- potentially...
1998-05-12  rousskov - Added binary http headers to requests
1998-05-09  wesselsremoved old, unused code
1998-05-08  wesselsURN changes -- sorting the output by RTT
1998-05-05  wesselsreworking squid-internal namespace and functions
1998-04-24  wesselsfix urlInternal; no port number if its the default...
1998-04-09  wesselsminor squid-internal URL cleanup, but no bug fixes
1998-04-06  rousskov- Bug fix: added missing "squid-internal" to urlInternal.
1998-04-05  rousskov- added routines to create "internal" urls
1998-03-31  wesselsgindent
1998-03-08  rousskov- Added memory pools for variable size objects (strings).
1998-03-03  rousskov- Added "mem_pools_limit" configuration option. Semanti...
1998-02-27  wesselsgindent
1998-02-25  wesselsDon't unescape URL-path and check for % characters...
1998-02-25  wesselsneed to unescape URNs too
1998-02-24  rousskov- Removed unused urlClean() function from url.c.
1998-02-21  wessels- Unescape URL-path in urlParse() so jokers can't bypas...
1998-02-14  wesselsallow GET whois
1998-02-03  wesselslint
1998-01-12  wesselsnew memory allocation for fixed-size blocks
1998-01-02  wesselsmemory leaks
1997-12-28  kostasSquid now caches whois replies for efficiency in retrie...
1997-12-07  wesselsurn tweaks
1997-12-07  wesselsMoved URN->URL resolution over to "server-side"
1997-12-06  wesselsINITIAL URN SUPPORT by Kostas
1997-11-28  wesselsexpand the combination of protcols and methods squid...
1997-11-25  wesselsHenrik's massive FTP fixes and other minor changes
1997-11-05  wesselsLINT
1997-10-17  wesselsgindent
1997-10-14  kostasChanged most of sprintf() to snprintf().
next