]> git.ipfire.org Git - thirdparty/squid.git/shortlog
thirdparty/squid.git
2007-05-05  wesselsAdd HTTP status codes 416 and 417 to the list that...
2007-05-05  wesselsFTP will no longer send REST command if offset exceeds...
2007-05-05  wesselsFixed "spec->length >= 0" assertion for FTP request...
2007-05-05  wesselsAdd HTTP status codes 416 and 417 to the list that...
2007-05-05  wesselsRemoved repeated assertion from httpHdrRangeRespSpecPac...
2007-05-04  rousskovAvoid memory leaks when submitting a NULL helper.
2007-04-30  wesselsRemoved casts from numeric types in debugs() statements.
2007-04-30  wesselsFixed buffer overflow bug in whois.cc.
2007-04-29  hnoCompile error: the address of `void sigusr2_handle...
2007-04-29  hnoThe hex/dec I/O format operators is in the std namespace
2007-04-29  hnoAuthor: Tsantilas Christos <chtsanti@users.sourceforge...
2007-04-26  wesselsAdding a comment that tests/testUfs will fail when...
2007-04-25  wesselsChange diskd default DebugLevel to 0
2007-04-25  rousskovBug #1940: assertion failed: store.cc:850
2007-04-25  adrianAmos Jeffries' tidyup of the debugging sections.
2007-04-25  hnoBootstrapped
2007-04-25  wesselsunit testing fix for tests/testCoss.cc
2007-04-25  wesselsFix tests/testCoss; storeSwapOut is now StoreEntry...
2007-04-25  wesselsFix 'unknown http status code in reply' for status...
2007-04-24  wesselsbootstrapped after henrik modified src/Makefile.am
2007-04-24  hnoSQUID_HELPER define for including squid.h from helpers
2007-04-24  hnoReserver the oa and ot logformat tags for outgoing...
2007-04-24  wesselsbootstrapped after modifying lib/Makefile.am
2007-04-24  wesselsFix for compiling src/unlinkd.cc with kqueue and epoll.
2007-04-24  wesselsBootstrapped after fixing 'make check' for --disable...
2007-04-24  wesselsBootstrapped after fixing 'make check' for --disable...
2007-04-24  wesselsFix 'make check' for --disable-unlinkd
2007-04-23  wesselsFixed "ftpReadTransferDone: Got code 426 after reading...
2007-04-23  wesselsFix "store_status == STORE_PENDING" assertion in FTP...
2007-04-23  wesselsAuthor: Tsantilas Christos <chtsanti@users.sourceforge...
2007-04-23  wesselsFix coredump bug when auth header contains invalid...
2007-04-23  wessels*** empty log message ***
2007-04-21  adrianConvert most of the debug() to debugs()'s; just to...
2007-04-21  wesselsBugfix from StoreEntry method conversion: hashInsert...
2007-04-21  wesselsConverted a more StoreEntry functions to class methods:
2007-04-21  wesselsFix for --enable-cpu-profiling mode. Do not change...
2007-04-21  wesselsConverted a few more StoreEntry functions to class...
2007-04-21  wesselsChanged storeAbort() into StoreEntry::abort()
2007-04-21  wesselsRemoved some uses of RefCount::getRaw()
2007-04-21  wesselsRemoved some uses of RefCount::getRaw()
2007-04-21  wesselsRemoved some uses of RefCount::getRaw()
2007-04-20  wesselsRemoved a bunch of code marked UNUSED_CODE, OLD, and...
2007-04-20  wesselsRemoving storeLowestMemReaderOffset() as unused.
2007-04-20  wesselsfix tests/testNull after storeSwapOut() becaome StoreEn...
2007-04-20  wesselsFix Squid <-> pinger communication.
2007-04-20  wesselsFix NULL pointer bug when using netdb and test_reachabi...
2007-04-19  wesselsAuthor: Tsantilas Christos <chtsanti@users.sourceforge...
2007-04-19  wesselsConverted contentLen() to a StoreEntry class method.
2007-04-18  wesselsConverted three store_swapout.cc functions to StoreEntr...
2007-04-18  wesselsunit testing fix for tests/testUfs.cc
2007-04-18  wesselsunit testing fix for tests/testNull.cc
2007-04-17  hnoImported updated WCCP v2 draft from the authors
2007-04-17  wesselsConverted contentLen() to a StoreEntry class method.
2007-04-17  wesselsConverted objectLen() to a StoreEntry class method.
2007-04-17  hnoBootstrapped
2007-04-17  hnoBootstrapped
2007-04-17  hnoBootstrapped
2007-04-17  hnoRename cache_dir option read-only to no-store
2007-04-17  wesselsRemoved FtpStateData::rest_att because is not used...
2007-04-17  wesselsAdd source code comments for retry-related functions...
2007-04-16  rousskovBug #1935 fix: Do not retry a request after sending...
2007-04-16  hnoAuthor: Amos Jeffries <squid3@treenet.co.nz>
2007-04-16  hnoBootstrapped
2007-04-15  serassioConvert Czech/ERR_SHUTTING_DOWN error file from DOS...
2007-04-15  serassioConvert Traditional Chinese error files from DOS to...
2007-04-15  serassioBootstrapped
2007-04-15  serassioBug #1630: TPROXY needs porting from 2.6 to 3.x
2007-04-14  hnoBootstrapped
2007-04-14  wesselsAdded 'store_log_tags' cache manager page. It reports...
2007-04-14  wesselsAdded 'service_times' cachemgr page to report service...
2007-04-14  wesselsAdding a perl script that can send HTCP queries
2007-04-13  rousskov- Some test cases were missing AsyncCall.cc source...
2007-04-13  wesselsThe return value of comm_udp_recvfrom() must be stored...
2007-04-13  rousskovReverted revision 1.442 change that was supposed to fix
2007-04-13  hnoBootstrapped
2007-04-13  wesselsBootstrapped after removing --enable-truncate configure...
2007-04-13  wesselsThe --enable-truncate and USE_TRUNCATE code has been...
2007-04-13  hnoBug #1475: Filedescriptor limit does not need to be...
2007-04-13  wesselsfixed cbdata "cookie" assertion. peer_digest was unloc...
2007-04-13  wesselsminor debugging fix. There was newline in <<
2007-04-13  wesselsFixed SEGV during reconfigure due to NULL pointer bug...
2007-04-13  wesselsA fix for the !flags.write_draining assertion. Due...
2007-04-13  wesselsComment out some debugging messages that are printed...
2007-04-13  wesselssolve some strange negative integer to double conversio...
2007-04-13  wesselsFixed disk file leak. UFS-based disk files were not...
2007-04-12  rousskovThis change should fix bug #1829.
2007-04-12  wesselsAdded reporting of swap and memory usage (%used, %free...
2007-04-12  rousskovThis change should fix bug #1837: Segfault on configura...
2007-04-12  rousskovThis change should fix bug #1898: "assertion failed...
2007-04-12  rousskovThis change should fix bug #1637.
2007-04-12  wesselsFix some HttpMsg lock counting bugs in HTCP.
2007-04-12  wesselsbackout an assertion mistakenly added by last commit
2007-04-12  wesselscache.log was being created as root, then would later...
2007-04-12  wesselsFixed parsing diskd cache_dir Q1 and Q2 options
2007-04-11  wesselsSince I changed the semantics of store_dirs_rebuilding...
2007-04-10  rousskov- Bug #1356: Close open DNS sockets when doing idnsShut...
2007-04-10  wesselsstore_dirs_rebuilding should be initialized to 1
2007-04-08  hnoBootstrapped
2007-04-07  serassioForward port of 2.x changes from Duane:
2007-04-07  serassioCosmetic fix: added missing newline in WCCPv2 configura...
next