]> git.ipfire.org Git - thirdparty/squid.git/shortlog
thirdparty/squid.git
2011-04-14  Alex RousskovCheck that we do not overflow mmap(2) size argument.
2011-04-14  Alex RousskovPolished desired total memory size calculation.
2011-04-14  Alex RousskovAdded TODO to deal with page alignment.
2011-04-14  Alex RousskovUse off_t instead of int and size_t for segment sizes
2011-04-14  Alex RousskovUse size_t instead of unsigned int for the page size...
2011-04-14  Alex RousskovMerged from parent (trunk r11379, v3.2.0.6+).
2011-04-14  Alex RousskovPolished shared memory initialization sequence, using...
2011-04-14  Alex RousskovAdded RunnersRegistry, an API to register and, later...
2011-04-14  Amos JeffriesSourceLayout: namesapce for Auth::User children
2011-04-13  Alex RousskovCheck the limit early in hope to catch cases when it...
2011-04-13  Alex RousskovIncreased page size to 32KB so that most typical respon...
2011-04-13  Alex RousskovUse size_t for cumulative shared pages limits instead...
2011-04-13  Alex RousskovFixed comment typo.
2011-04-13  Alex RousskovFixed shared memory cleanup code -- we were not returni...
2011-04-13  Alex RousskovExplain why we do not implement Icp::StoreMapCleaner...
2011-04-13  Alex RousskovFixed how storeSwapOutStart() prevents repeated calls...
2011-04-13  Automatic source... SourceFormat Enforcement
2011-04-12  Alex RousskovFixed storeDirSelectSwapDirRoundRobin iteration for...
2011-04-12  Alex RousskovAdded basic stats reporting.
2011-04-12  Alex RousskovFixed Ipc::Mem::PageStack::theSize type to be signed.
2011-04-12  Alex RousskovPolished debugging.
2011-04-12  Alex RousskovFixed Ipc::Mem::Segment::reserve().
2011-04-12  Alex RousskovFixed signed-with-unsigned compiler warnings.
2011-04-12  Amos JeffriesManager: send User-Agent header from cachemgr.cgi
2011-04-12  Amos JeffriesSourceLayout: add missing CredentialState.h
2011-04-12  Alex RousskovAdded initial shared memory cache implementation (MemSt...
2011-04-12  Automatic source... SourceFormat Enforcement
2011-04-11  Alex RousskovAvoid creating unlocked store_table entries when handli...
2011-04-11  Alex RousskovAdded TODOs to avoid creating unlocked store_table...
2011-04-11  Amos JeffriesSourceLayout: namespace for Auth::User
2011-04-11  Amos JeffriesImport SN.png correctly as binary.
2011-04-11  Amos JeffriesRe-fix icons/ FHS compliance
2011-04-11  Amos JeffriesSourceLayout: Shuffle InitAuthSchemes() to Auth::Init()
2011-04-11  Automatic source... SourceFormat Enforcement
2011-04-10  Amos JeffriesBug 3183: Invalid URL accepted with url host part of...
2011-04-10  Amos JeffriesSourceLayout: namespace for Auth::Config children
2011-04-09  Amos JeffriesPortability: allow GnuRegex to use libcompat min()...
2011-04-09  Amos JeffriesPortability: aio.h suffers from GCC-specific hacks...
2011-04-09  Amos JeffriesSourceLayout: namespace for Auth::Config
2011-04-09  Alex RousskovSplit Rock-only Rock::DirMap into Rock::DirMap and...
2011-04-09  Alex RousskovAdded reserve() method to allow nested classes or simil...
2011-04-09  Alex RousskovBug 3192: comm.cc:216: "fd_table[fd].halfClosedReader...
2011-04-09  Amos JeffriesPortability: a bit more dirent_t in squidpurge tool
2011-04-09  David HillBug 3194: selinux may prevent ntlm_smb_lm_auth from...
2011-04-08  Amos JeffriesBug 3185: 3.1.11 fails to compile on OpenBSD 4.8 and 4.9
2011-04-08  Amos JeffriesPortability: and dirent_t also only matters for non...
2011-04-08  Amos JeffriesPortability: dirent_t cannot be a typedef
2011-04-08  Automatic source... SourceFormat Enforcement
2011-04-08  Alex RousskovUsed one-for-all constant page size for now; need to...
2011-04-08  Alex RousskovFixed raw page buffer type.
2011-04-07  Amos JeffriesPortability Fix: getrlimit() / setrlimit() incompatible...
2011-04-07  Amos JeffriesPortability: glob.h requires GCC to compile on Linux.
2011-04-07  Francesco ChemolliEnable MemBlob to use the services of MemPools.
2011-04-07  Amos JeffriesICC: size_t is guaranteed to be >=0
2011-04-07  Amos JeffriesICC: support 64-bit environments dirent definitions
2011-04-07  Amos JeffriesFix ModPoll signedness checks
2011-04-07  Automatic source... SourceFormat Enforcement
2011-04-06  Francesco ChemolliExtend the number and size of String MemPools
2011-04-06  Alex RousskovFixed chunked request forwarding in ICAP REQMOD presence.
2011-04-06  Francesco ChemolliPortability: Provide stdio wrappers for 64-bit in cstdi...
2011-04-06  Dmitry KurochkinInitial shared memory pages implementation.
2011-04-06  Francesco ChemolliEnable string mempools to work correctly during initial...
2011-04-05  Alex RousskovFixed %dt logging in the presence of REQMOD.
2011-04-05  Alex RousskovPolished adaptation_send_client_ip and adaptation_uses_...
2011-04-05  Amos JeffriesDisplay ERROR in cache.log for invalid configured paths
2011-04-04  Amos JeffriesDocs: clarify delay_parameters
2011-04-04  Amos JeffriesPropagate pre-processor directives from enum definition...
2011-04-03  Amos JeffriesTypos in 3.1 release notes
2011-04-03  Amos JeffriesPrep for 3.1.12 and 3.2.0.6
2011-04-03  Amos JeffriesSimulate DIRECT tunnel to origin peers on CONNECT
2011-04-01  Alex RousskovProvided a better description for the stack index updat...
2011-04-01  Alex RousskovOptimization (performance regression fix): Use bigger...
2011-04-01  Alex RousskovLog all transactions including those with uncertain...
2011-04-01  Amos JeffriesRelease Notes: add missing text about changes to range_...
2011-04-01  Amos JeffriesBug 3007 (extra): Set 500 status on peer proxy connecti...
2011-03-31  Alex RousskovAdded initial API for managing shared memory cache...
2011-03-31  Amos JeffriesDefault constructor for HttpParser
2011-03-31  Alex RousskovMoved ipc/SharedMemory to ipc/mem/ and renamed it to...
2011-03-31  Alex RousskovInitial implementation of atomic container for free...
2011-03-31  Alex RousskovAdded initial __sync_fetch_and_and support.
2011-03-31  Automatic source... SourceFormat Enforcement
2011-03-30  Alex RousskovOptimization: Do not create adaptation history to check...
2011-03-30  Dmitry KurochkinDo not send signals from the master process to parent...
2011-03-30  Dmitry KurochkinIf a worker process crashes during shutdown, dump core...
2011-03-30  Alex RousskovBetter reporting of REQMOD failures during body processing.
2011-03-30  Alex RousskovInstead of exiting, disable optional eCAP services...
2011-03-30  Alex RousskovSupport dynamic adaptation plans that cover multiple...
2011-03-30  Francesco ChemolliUse prefix increment in place of postfix where appropri...
2011-03-30  Francesco ChemolliInclude iosfwd instead of ostream in Mem.h
2011-03-30  Amos JeffriesPort 2.7: logformat tag for logging the outgoing IP...
2011-03-29  Automatic source... SourceFormat Enforcement
2011-03-28  Chad Naugleext_edirectory_userip_acl: Update to version 2.1
2011-03-28  Amos JeffriesSourceLayout: namespace for Auth::Scheme top layer
2011-03-28  Amos JeffriesBug 3170: "Unsupported or unconfigured/inactive proxy...
2011-03-28  Amos JeffriesSourceLayout: (Bug 3170) namespace for Auth::Scheme...
2011-03-28  Christos TsantilasCleanup: global/static function or methods should start...
2011-03-28  Christos Tsantilas%D details for documented OpenSSL errors
2011-03-28  Amos JeffriesSourceLayout: build auth sub-libraries in abstraction
2011-03-27  Amos JeffriesCleanup: rename auth Config::authenticate to Config...
2011-03-26  Amos JeffriesCleanup: make clientParseRequest() a member of ConnStat...
next