]> git.ipfire.org Git - thirdparty/squid.git/shortlog
thirdparty/squid.git
1998-04-04  wesselsinitial CACHE_DIGEST code
1998-04-04  wessels"MemBuf" leak fix and initial CACHE_DIGEST code
1998-04-04  wesselscommenting
1998-04-04  rousskov- added httpHeaderGetLastStr() to find last X-Cache
1998-04-04  rousskov- default SQUID_MAINTAIN_CACHE_DIGEST to 1
1998-04-04  rousskov- added code to create/rebuild/rewrite store_digest
1998-04-04  wesselsmissing newline in cachemgr output
1998-04-03  wesselsnew dns cachemgr output
1998-04-03  wesselsChanged squid/dnsserver communication to single-line...
1998-04-03  wesselsFix DnsStats.replies to count full replies, not just...
1998-04-03  rousskov- Added internal support for cache digest (store_digest...
1998-04-02  wesselsMake 'cache_host_domain' AND'ed with 'cache_host_acl'
1998-04-02  wesselsOnly call comm_write() (et al) from clientSendMoreData...
1998-04-02  wesselsFixed clientSendIMSComplete() to NOT just comm_close...
1998-04-02  rousskov- Removed calls to httpHeaderTestParser()
1998-04-02  rousskov- Added support for only-if-cached cache-control directive.
1998-04-02  rousskov- added mime_get_header_field() to support multiple...
1998-04-02  rousskov- Increased debugging level in "left dirty" pools report.
1998-04-02  wesselshandle NULL bytes in HTTP replies which could throw...
1998-04-02  wesselsFixed off_t/int malloc bug!!
1998-04-02  rousskov- bug fixes
1998-04-02  rousskov- tmp modified icp detection algorithm: access log...
1998-04-02  wesselsrequire both start and stop to be non-zero for ICP...
1998-04-01  rousskov- trying new algorithm to detect end-of-clean swap...
1998-04-01  rousskov- Added assertion to double check the end of clean...
1998-04-01  rousskov- removed paranoid Test() assertion to CacheDigest...
1998-04-01  rousskov- fixed digest size report
1998-04-01  rousskov- better stats
1998-04-01  wessels- Add median service times to cachemgr 'info' page.
1998-04-01  rousskov- access.log start time is now synced with swap.state...
1998-04-01  wesselsdlinkAddTail
1998-04-01  wesselsmove RELEASE_REQUEST entries to the LRU list TAIL so...
1998-04-01  rousskov- Added cacheDigestClone() method.
1998-04-01  wesselsremove special SYSLOG case for debug() macro. MOST...
1998-04-01  wesselstolower() hostnames in icon URLs
1998-04-01  wesselssingle request line (no headers) fix
1998-04-01  wesselspurify UMR fix
1998-04-01  wesselspotential alignment fix
1998-04-01  wesselsupdate
1998-04-01  wesselsAdded --enable-forw-via-db --> #define FORW_VIA_DB
1998-04-01  wesselsturn debug(0,0) into real debugs (33,3)
1998-04-01  rousskov- Added a temporary hack to avoid coredumps when invali...
1998-03-31  rousskov- Adding stuff.
1998-03-31  rousskov- HttpHeader now uses case-insensitive string cmp in...
1998-03-31  wesselsdebugging
1998-03-31  wesselsneed to fully free and recreate FV hash_tables
1998-03-31  wesselsfix end-of-header detection
1998-03-31  wesselsgindent
1998-03-31  wesselsnew headersEnd() replaces mime_headers_end and eliminat...
1998-03-31  wesselsonly show the 'preparing for shutdown' message once
1998-03-31  wesselsAdded HTCP socket close functions
1998-03-31  wesselsuse a #define for pinger payload size
1998-03-31  wesselsclean up reconfigure/rotate/shutdown flags and stuff
1998-03-31  wesselsuse assert instead of fatal_dump
1998-03-31  wesselsadded x-forwarded-for and via header database
1998-03-31  wesselsFix cache hits (swapins) during reloading
1998-03-31  rousskov- commented out printf()s on bad log entries.
1998-03-31  rousskov- Adding more stuff to test_cache_digest
1998-03-31  wesselswhy did we close open swap logs if its not okay to...
1998-03-31  wesselsDon't queue squid<->pinger messages, just send() them
1998-03-31  wesselsFixed probable memory accounting leak. We were calling...
1998-03-31  rousskov- Added a timer for a no-load hash scan
1998-03-31  rousskovInitial revision.
1998-03-31  rousskovAdded test_cache_digest.c: a test-suite for playing...
1998-03-30  rousskovComment regarding STRICT_HTTP_PARSER
1998-03-30  rousskov- Added STRICT_HTTP_PARSER pp directive to control...
1998-03-30  wesselsadd bogus NEIGHBOR_END enum to avoid comma-ending-list...
1998-03-30  wesselsupdate
1998-03-30  wesselsTry httpRestart of httpReadReply read() returns < 0...
1998-03-30  rousskovReduced the size of CacheEntry
1998-03-30  rousskov- Report polishing
1998-03-30  rousskov- bug fixes
1998-03-30  rousskovMore detailed report
1998-03-30  rousskov- Updated dependent list for cache_diff
1998-03-30  rousskov- Replaced calls to hash_delete_link() with hash_remove...
1998-03-30  rousskov- Added cache_diff.c, a stand alone program that
1998-03-29  wessels- fixed hash memory leaks from Proxy Auth ACL stuff
1998-03-29  wesselscompiler
1998-03-29  wesselsprintf errors/warnings
1998-03-29  wesselscall clientWriteComplete so the client socket gets...
1998-03-29  wesselscheck for port == 0 in PASV reply
1998-03-29  wesselsprintf fixes
1998-03-29  wesselsmore places we need to switch the timeout from the...
1998-03-29  wesselsupdate
1998-03-29  wesselsprotect htcp features with USE_HTCP
1998-03-28  wesselsprogress
1998-03-28  wesselschange HTCP vs ICP configuration to be a cache_peer...
1998-03-28  wesselsdebugs and misc cleanup
1998-03-28  wesselsHTCP prototypes
1998-03-28  wesselssend HTCP instead of ICP if HTCP port set
1998-03-28  wesselsparse HTCP port on cache_peer line as '4287/htcp'
1998-03-28  wesselsrearrange
1998-03-28  wesselsadd </BODY></HTML> to the end of our error pages
1998-03-28  wesselspeer->ip_lookup_pending should not be needed any more
1998-03-28  wesselsadd configure setting of HTCP_OBJS for src/Makefile
1998-03-28  wesselsadded HTCP
1998-03-28  wesselswriting --enable-htcp
1998-03-28  wesselsChanged comm connect routines so that the timeout value...
1998-03-28  wesselsClear any FD timeouts before making the commConnect...
1998-03-28  wesselsdebugging
next