]> git.ipfire.org Git - thirdparty/squid.git/history - src/urn.cc
Author: Alexey Veselovsky <alexey.veselovsky@eykontech.com>
[thirdparty/squid.git] / src / urn.cc
2008-01-20  amosjeffriesAuthor: Alexey Veselovsky <alexey.veselovsky@eykontech...
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-18  amosjeffriesAdd string API layer for better string handling.
2007-04-29  hnoAuthor: Tsantilas Christos <chtsanti@users.sourceforge...
2007-04-21  wesselsConverted a more StoreEntry functions to class methods:
2006-08-25  serassioBug #212: variable %i always 0.0.0.0
2006-08-21  robertcSplit out cbdata fully, it now is an optional include...
2006-05-19  wesselsFully deprecated storeLockObject(). Everything now...
2006-05-19  wesselsFully deprecated storeUnlockObject(). Now everything...
2006-05-09  robertcMore decoupling work:
2006-05-07  wesselsConverted most other httpHeader*() functions to HttpHea...
2006-05-03  robertcAdd a StoreEntryStream class for use with store entries...
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...
2006-01-04  wesselsConverted FwdState to a C++ class to take advantage...
2005-11-08  wesselsMy recent HttpReply changes created an awkward situatio...
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-10  serassioBug #1342: Odd URLs in error messages on forwarded...
2005-09-01  wesselsSome changes and new features for MemBuf to make it...
2003-09-01  robertcSummary: Class cleanup - resulting from addressing...
2003-08-10  robertcSummary: Final MSVC fixups.
2003-03-09  robertcSummary: Merge in 6th set of windows changes from Guido
2003-03-06  robertcSummary: Merge cleanup code from comms branch.
2003-02-22  robertcSummary: Ran astyle over src subtree.
2003-01-23  robertcImport of fix-ranges branch
2003-01-17  robertcmake StoreEntry the type for _StoreEntry throughout
2002-10-25  robertcencapsulate tcp_reset flag
2002-10-14  adriannew(unsigned int) -> new(size_t)
2002-10-14  robertccommloops from Adrian, C++ courtesy Rob
2002-10-14  robertcC++ conversion
2002-09-24  robertcClient side refactoring - no functionality changes
2002-09-01  hnoMore HTML cleanups by Clemens. This time PRE is restore...
2002-08-27  robertcHTML Cleanup from C.L.
2002-07-21  hnoHTML bugfixes in the new STYLE tag
2002-07-19  hnoHTML cleanups by 'C.L' / PsychoTekk
2002-04-14  hnoNew improved reference based cbdata API, avoiding the...
2002-02-26  adrianBring across my first phase of commloops development.
2001-10-24  hnoformat fixes
2001-03-03  hnocbdata now have a per-type free function rather than...
2001-02-24  hnoFixed numerous compiler warnings found by IRIX MIPS...
2001-02-08  hnoCleaned up the namespace (local functions made static)
2001-01-12  wesselsUpdated copyright
2001-01-05  adrianA modified / unified cbdata and mempool implementation...
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-06-07  hnoMinor corrections of the formatting of the boilerplate...
2000-05-07  adrianKilling the abuse of storeClientListSearch() in the...
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-05-05  wessels2.2 branch merge
1999-04-23  wesselsbranch 2.2 merge
1999-04-15  wesselsSQUID_2_2 branch merge
1999-01-30  wesselsluyer's mega delay pools rewrite -- without ugly delayP...
1999-01-30  wesselsadded myip ACL type (luyer)
1999-01-11  wesselschanged store_status STORE_ABORTED to entry->flags...
1998-12-05  wesselsmega patch to implement request re-forwarding after...
1998-09-29  wesselsdebug levels
1998-09-21  wesselsAdded storeGetPublic() mostly so that we can check...
1998-09-15  wesselsmore EBIT replacements
1998-09-15  wesselsmore EBIT replacements
1998-09-02  wesselsInternal HTTP requests bypass miss_access rules. Inter...
1998-08-21  wesselsTrade request_t->flags enums (REQ_*) request_flags...
1998-08-14  wesselsLuyers finished delay pools patch
1998-07-31  wesselsLuyers new DELAY_POOLS code
1998-07-23  wesselsCHANGED COPYRIGHT STUFF
1998-07-21  wesselsremoved OLD_CODE
1998-07-20  wesselschange FSF address
1998-07-14  wesselsMoved 'miss_access' ACL check to fwdStart()
1998-06-06  rousskov- changed internal structure of HttpBody to use MemBuf;
1998-06-05  wessels- Renamed proto.c to forward.c
1998-05-28  rousskov- removed ascii headers from reply and request structures
1998-05-12  rousskov - Added binary http headers to requests
1998-05-09  wesselsmem_obj->fd fixes; set it in protoDispatch()
1998-05-09  wesselsremoved old, unused code
1998-05-09  wesselscleanup
1998-05-08  wesselsURN changes -- sorting the output by RTT
1998-05-02  wesselsFrom: Andy Powell <lisap@ukoln.ac.uk>
1998-04-09  wesselsneed to requestLink and requestUnlink the 'urlres_r...
1998-04-07  wesselsadd id keyword
1998-03-31  wesselsgindent
1998-03-31  wesselsnew headersEnd() replaces mime_headers_end and eliminat...
1998-03-21  rousskov- Separated raw HTTP headers from their "compiled"...
1998-03-17  wesselsremoved unused code; updated comments; formatting
1998-03-08  rousskov- Added memory pools for variable size objects (strings).
1998-03-07  wesselsremoved lots of #if 0 code
1998-03-03  rousskov- Added "mem_pools_limit" configuration option. Semanti...
1998-02-27  wesselsgindent
1998-02-21  rousskovDirty and buggy alex_2.
1998-02-20  wesselscheck urlParse() return value and generate error if...
1998-02-19  wesselsavoid storeClientCopy loops for too-long URI-RES replies
1998-02-11  wesselsdebug section cleanup
1998-01-12  wesselsnew memory allocation for fixed-size blocks
1997-12-30  wesselsgindent
1997-12-11  kostasAesthetically improved urn:menu.* using tables
1997-12-11  kostasAdded menu with rtt plus [cached] indication
next