]> git.ipfire.org Git - thirdparty/squid.git/history - src/protos.h
2.1 branch merge
[thirdparty/squid.git] / src / protos.h
1998-11-12  wessels2.1 branch merge
1998-11-12  glennSquid SNMP code rewrite
1998-10-24  glennclientdbUpdate fix, request flag parameter deleted
1998-10-21  wesselsmemory leaks
1998-10-17  rousskov- eliminated refreshWhen() which was out-of-sync with...
1998-10-17  wesselsfixed helper restart bugs
1998-10-16  wesselssupport 301: 302: redirector hacks
1998-10-15  wesselsallow whitespace in request URI's.
1998-10-13  wesselsgetAnyParent -- last resort for when all parents down
1998-10-10  wesselsMoved many common dns/redirect/authenticate functions...
1998-10-02  wesselsavoid scanning loops in comm_select(); from Jeff Mogul...
1998-09-30  wesselsmake delayPoolsUpdate() an event
1998-09-29  wesselsneighborType() needs to be global
1998-09-25  rousskov- added httpHdrRangeWillBeComplex
1998-09-24  wesselsadd hash_last()
1998-09-21  wesselsAdded storeGetPublic() mostly so that we can check...
1998-09-21  wesselsstatHistMedian can go back to static
1998-09-20  wesselstighten store_client->type assignments. Its probably...
1998-09-16  wesselsgindent
1998-09-15  wesselscompiler
1998-09-15  wesselsremoved redirectUnregister
1998-09-15  wesselsmore EBIT replacements
1998-09-15  wesselsremoved EBIT macros for StoreEntry->flag
1998-09-11  wesselsRemoved 'method bits' hack from ICP query/reply. This...
1998-09-11  wesselsIf we are over the FD limit, and we can read more on...
1998-09-03  wesselscomm_select # ready fd's histogram
1998-09-03  wesselsmore select stats to debug poor performance
1998-08-27  wesselsrenamed icp_ping_data to just ping_data (for HTCP)
1998-08-27  wesselsHTCP progress
1998-08-26  wesselsHTCP progress
1998-08-26  wesselsupdate
1998-08-25  wesselsHenrik's fixes for DW adding FD to AIOCB bugs
1998-08-21  wesselsTrade request_t->flags enums (REQ_*) request_flags...
1998-08-20  wesselswhen write fails because a disk is full, only lower...
1998-08-19  wesselsvery preliminary PPNR_WIP code
1998-08-18  wesselsmoved hash.c to ../lib
1998-08-18  wesselsexternal proxy_auth code from Arjan
1998-08-17  wesselsfurther DELAY_POOLS patches from Luyer
1998-08-15  wesselscompiler
1998-08-14  wesselsLuyers finished delay pools patch
1998-08-12  wesselsFree statCounters memory under PURIFY
1998-07-31  wesselsLuyers new DELAY_POOLS code
1998-07-25  wesselsChanged storeExpireNow to move expired objects to the...
1998-07-25  wesselsrewrote shutdown code. Using FD timeouts suck{s,ed...
1998-07-24  wesselsreplaced urlcmp with straight strcmp
1998-07-23  wesselsAdded 5min CPU usage and total memory account to cachem...
1998-07-23  wesselsnitpick
1998-07-23  wesselsadd total memory accounted to info page
1998-07-23  wesselsadded copyright header to files which didnt already...
1998-07-21  wesselsgindent
1998-07-21  wesselsforked comm_select.c from comm.c
1998-07-21  wesselsNew refresh algorithm. No longer set entry->lastmod...
1998-07-21  wesselsFrom: Henrik Nordstrom <hno@hem.passagen.se>
1998-07-21  wesselsFixed cachemgr 'objects' implementation. dump one...
1998-07-21  wesselsremoved OLD_CODE
1998-07-17  rousskov- added a label param to debugObj to avoid mess in...
1998-07-17  rousskov- fixed type-casting warning for debugObj()
1998-07-17  rousskov- added debugObj(); same as debug() put prints "objects...
1998-07-17  wesselsadded initial CARP code
1998-07-17  wesselsmore const goop
1998-07-17  wesselsconst goop
1998-07-17  wesselscall urlCanonical() in refreshCheck() if entry->mem_obj...
1998-07-15  wesselsFixed select-spin bug when an ICP reply actually gets...
1998-07-15  wesselsAdded time_t StoreEntry->refresh for cache digests.
1998-07-14  wesselsMoved 'miss_access' ACL check to fwdStart()
1998-07-14  wesselsminor HTCP progress
1998-06-28  wesselswhoisStart
1998-06-10  wesselsupdate
1998-06-10  wesselsMoved server-side storeAbort callback from each module...
1998-06-09  wesselsMoving new fwdState structures further into the code
1998-06-08  wessels- Copied more robust TCP UP/DOWN patch from 1.1 code
1998-06-06  rousskov- changed internal structure of HttpBody to use MemBuf;
1998-06-05  wessels- made icp query timeout configurable. if non-zero...
1998-06-05  rousskov- canonization process for ranges will now merge overla...
1998-06-05  wessels- Renamed proto.c to forward.c
1998-06-04  rousskov- added ETag.c
1998-06-04  wesselsmissing colon; gindent
1998-06-03  rousskov- Added basic support for Range requests.
1998-06-02  wesselsgindent
1998-05-31  rousskov- Replaced "complex" (offset accounting) calls to snpri...
1998-05-29  wesselscomm_init should return void
1998-05-29  wesselsFixed cache_peer_acl selection algorithm. We were...
1998-05-28  rousskov- removed ascii headers from reply and request structures
1998-05-28  wesselsChanges to comm_*_incoming()
1998-05-24  wesselsChanges to hash_first, hash_next. The **Current idea...
1998-05-23  wesselsgindent
1998-05-23  wesselsFrom: Henrik Nordstrom <hno@hem.passagen.se>
1998-05-22  wesselsHandle "squid-internal-static" URLs for any host
1998-05-22  wesselsSSL proxy requests need full HTTP request headers....
1998-05-21  wesselsremove const from netdbClosestParent()
1998-05-21  wesselsskip peerRefreshDNS if there is no recent traffic
1998-05-21  rousskov- added strListIsSubstr()
1998-05-21  wesselsPrevent forwarding loops from netdbClosestParent()
1998-05-15  wesselsMillisecond timing patch for events, comm_select/comm_p...
1998-05-15  wesselsAdded weights to event structure. We need to run ALL
1998-05-14  wesselsTransitioning Cache Digests from "experimental" to...
1998-05-14  wesselscleanup -- add ^extern
1998-05-14  wesselschange hash_remove_link() to return void and fatal...
1998-05-12  wesselsexperimental comm_lingering_close()
1998-05-12  rousskov - Added binary http headers to requests
next