]> git.ipfire.org Git - thirdparty/squid.git/shortlog
thirdparty/squid.git
2001-02-08  hnoCleaned up the "null" FS by removing all unused "junk...
2001-02-02  hnoUppered the metadata swapin element length from 1<...
2001-02-02  hnoRemoved unused "retries" variable
2001-02-02  hnosleep() needs unistd.h
2001-02-02  hnoran autoconf
2001-02-02  hnoUse strcasecmp, not stricmp
2001-02-02  hnoRemoved duplicate entry for ACL_REQ_MIME_TYPE
2001-02-01  hnoMajor update from auth_rewrite
2001-02-01  hnoacl req_mime_type destroy patch from Robert.
2001-02-01  hnooops.. forgot /g in the substitution.
2001-02-01  hnos/unlock_func/free_func/ in cbdata.c to more closely...
2001-01-31  hnoOops.. the coredump_dir patch was incomplete, with...
2001-01-31  hnomaximum_icp_query_timeout comment fix. Found by Toby...
2001-01-30  hnoCleanup of coredump_dir. No longer automatically uses...
2001-01-30  hnoMinor cleanup of parse_eol to get rid of leading whitespace
2001-01-28  hnoFrom Robert Collins:
2001-01-28  hnoAllow for URL escapes in the login:password string...
2001-01-26  hnoOops.. an extra d slipped in in the commit.
2001-01-26  hnoFrom Kevin Littlejohn:
2001-01-25  wesselscacheCurrentResFileDescrCnt was reporting "Number_FD...
2001-01-24  wesselsFix storeDirDiskdCheckObj. The loadav calculation...
2001-01-23  hnoKilled some extra \"
2001-01-23  hnoOops.. don't do the translation in non-HTML files.
2001-01-23  hnoTranslated from 8-bit to use HTML entity names for...
2001-01-19  wesselsdrees@spoke.nols.com found some typos.
2001-01-17  hnoUse "mkdir -p" to create directories
2001-01-16  wesselsMake sure they sign bit of 'ikey' is never set so the...
2001-01-16  wesselsChanged
2001-01-14  hnoOnly include sys/mount.h if found by configure
2001-01-13  wesselsForgot to run configure after changing nlanr.net -...
2001-01-12  wesselsUpdated copyright
2001-01-12  wesselsconsistent formatting
2001-01-12  wesselsChange the default libexecdir location to $prefix/libex...
2001-01-12  adrianCall aclChecklistFree() once we've done with the ACL...
2001-01-11  hnoUse find to quickly find all the src/auth Makefiles...
2001-01-11  wesselsASState cbdata type must be initialized before calling...
2001-01-11  hnoauth_rewrite merge:
2001-01-11  hnoauth_rewrite merge:
2001-01-11  hnoauth_rewrite merge:
2001-01-11  hnoauth_rewrite merge
2001-01-11  hnoYet another #if 0 which sneaked in from auth_rewrite
2001-01-11  hnoran autoconf
2001-01-11  hnoGive a warning if a netmasks masks away bits of a speci...
2001-01-11  hnoAlways generate all auth scheme/helpres Makefiles.
2001-01-11  hnomatch squid.h's varargs include logic to that in includ...
2001-01-11  hnoUse #error instead of a syntax error when the compile
2001-01-11  hnoRemoved yet another #if 0 which sneaked in from auth_re...
2001-01-10  wesselsrun autoconf
2001-01-10  hnoKilled lots of #if 0 or // commented code from the...
2001-01-10  hnorewrote the splaytree_auth config dump fix according...
2001-01-10  wesselsRobert Collins: patch for splaytree_auth config dump...
2001-01-10  hnoMade overloaded dnsserver queues a soft error unless...
2001-01-09  hnologin=*:password cache_peer option to pass the authenti...
2001-01-09  hnoMore adjustments of sfileno/sdirno.
2001-01-09  hnoAdjusted the sizes of swap_filen and swap_dirn to the...
2001-01-09  wesselsDon't need 'float version' any more.
2001-01-09  wesselsUse statfs(2) for cachemgr 'storedir' output when statv...
2001-01-09  wesselsassertion failed: forward.c:607: "e->store_status ...
2001-01-09  adrianAdd swell technology as a sponsor.
2001-01-09  hnoVarious auth_rewrite/splay_userauth fixes by Robert...
2001-01-08  hnoMajor rewrite of proxy authentication to support other...
2001-01-08  hnos/MEM_ACL_PROXY_AUTH_DATA/MEM_ACL_USER_DATA/
2001-01-08  hnoRenamed generic user list functions/structures to ...
2001-01-08  hnothe splay_userauth patch was only partially complete...
2001-01-07  hnoproxy_auth and ident ACL's optimized by Francesco Chemolli
2001-01-07  hnoproxy_auth and ident ACL types converted to use splay...
2001-01-07  hnoProtect splay.h from multiple inclusion
2001-01-07  hnoVarious indent cleanups where indent got a bit confused..
2001-01-07  hnoindent
2001-01-06  hnoForgot to remove some variables
2001-01-06  hnoAdded CBDATA_UNDEF, and moved the custom cbdata type...
2001-01-06  hnoOops.. optimized CBDATA_INIT_TYPE but I got the logics...
2001-01-06  hnoCBDATA_GLOBAL_TYPE can be used in globals.h to declare...
2001-01-06  hnoCREATE_CBDATA moved back to cbdata.c. It is and should...
2001-01-06  hnoHow to add global cbdata types, and clarified that...
2001-01-06  hnoAdded CBDATA_TYPE and CBDATA_INIT_TYPE
2001-01-06  wesselsCollins: incorrect #ifdef for windows and sys/vfs.h.
2001-01-06  hnoRemoved an old cache cleanup which is no longer needed...
2001-01-05  adrianA modified / unified cbdata and mempool implementation...
2001-01-05  wesselsI think it was a really bad idea to have both 'fs.blksi...
2001-01-05  wesselsArgh, the FS blocksize code assumed that blocksize...
2001-01-05  hnoBacked out the change for including sys/vfs.h as Duane...
2001-01-05  hnoFrom Robert Collins:
2001-01-05  wesselsRobert Collins: storeDirGetBlkSize needs to include...
2001-01-05  hnoRemoved extranous check for sys/vfs.h
2001-01-05  wesselsIan Turner contributed header_access patch
2001-01-05  wesselsIan Turner (vectro@pipeline.com) sent in this patch...
2001-01-05  wesselsWith statvfs, f_bsize means something different. The...
2001-01-05  wesselsA hack to support array types in Squid's Config structu...
2001-01-04  wesselsNeed to include <sys/statvfs> for statvfs().
2001-01-04  wesselsproxy_auth usernames with leading whitespace were handl...
2001-01-04  wesselsadding SPONSORS file
2001-01-04  wesselsRobert Collins' Cygwin file mode support and ufs writec...
2001-01-04  wesselsadded leakfinder description
2001-01-03  hnoThe previous commit for extracting icons and parallell...
2001-01-03  hnoExtract icons in the source directory, and tunnel it...
2001-01-03  wesselsSergio Rabellino <rabellino@di.unito.it> contributed...
2001-01-03  wesselsAdded debugging statement for anonymize_headers filtering.
2001-01-02  wesselsswap space accounting used to assume 1K block size...
2001-01-02  wesselsindent -br -ce -i4 -ci4 -l80 -nlp -npcs -npsl -d0 ...
next