]> git.ipfire.org Git - thirdparty/squid.git/shortlog
thirdparty/squid.git
2002-10-24  robertccbdata debug history cbdatahistory
2002-10-23  adrianFormatting/tidyups
2002-10-23  adrianwhen cancelling read events, also cancel the actual...
2002-10-23  adrianMake comm_listen/comm_accept .. optimistic.
2002-10-23  adriancomm_write() should operate on a const char *buf, not...
2002-10-23  adriantypo? rbuf[] -> buf[]
2002-10-23  hnoMalformed author header comment fix by Guido
2002-10-23  hnoicmp debug section cleanups by Guido
2002-10-22  hnoBugfix: strwordtok parsing of quoted strings failed...
2002-10-22  hnoAdded a level 9 debug statement dumping the helper...
2002-10-22  hnoBootstrapped
2002-10-22  hnoEven more pthreads fixes. We have too much magics in...
2002-10-22  hnoMinor fix of the _REENTRANT issue on --enable-async...
2002-10-22  hnoFix asyncio queue management when there is blocked...
2002-10-22  robertcbootstrap
2002-10-22  robertcset REENTRANT for pthreads, and do so for CXXFLAGS...
2002-10-22  hnoDebug section fixes by Guido
2002-10-21  hnos/comm_send/comm_udp_send/
2002-10-21  adrianconvert over a single (easy!) comm_old_write() call.
2002-10-21  adrian* convert to new comm_write()
2002-10-21  adriancomm_write() conversion
2002-10-21  adrianconvert to use new comm_write().
2002-10-21  adrianMissed conversion.
2002-10-21  adrianConvert to using the new comm_write()
2002-10-21  adrianFix typo which caused comm_write() to use the fill...
2002-10-21  adrianChange some types. Damn C++.
2002-10-21  adrianconvert comm_old_write() -> comm_write();
2002-10-21  adrianImplement a new comm_write().
2002-10-21  adrian* rename comm_write() -> comm_old_write()
2002-10-21  hnoNeeds #include "comm.h" for comm_udp_recvfrom()
2002-10-21  adrianrenaming.
2002-10-21  adrianmove the udp functions to comm_udp_*, to be consistent...
2002-10-21  adriansendto() -> comm_udp_sendto()
2002-10-21  adriansend() - > comm_send()
2002-10-21  adrianadd a send(0 wrapper.
2002-10-21  adrianrecv -> comm_recv().
2002-10-21  adrianAdd in a recv() wrapper - comm_recv().
2002-10-21  adrianrecvfrom() -> comm_recvfrom()
2002-10-21  adrianAdd in function decl.
2002-10-21  adrianAdd in a recvfrom() wrapper - its still non-callback...
2002-10-21  hnoMake temporary backup have .bak extension
2002-10-21  hnoBootstrapped
2002-10-21  hnoOnly invoke the automake workaround if needed
2002-10-20  hnoBootstrapped
2002-10-20  hnoFix a small keyboard typo / vi ghost..
2002-10-19  hnoSquid releasenotes snapshots (merged from SQUID2)
2002-10-19  robertcadd more non listed files
2002-10-19  robertcsupport --removal-policies again, and add Store.h to...
2002-10-19  robertcremove repl makefiles again, dist check works fine now
2002-10-19  hnoIndent (merged from Squid-2)
2002-10-19  hnodate: 2002/10/17 04:54:30; author: wessels; state...
2002-10-19  hnoClose referer log on shutdown (merged from Squid-2)
2002-10-19  hnoIndent (merged from SQUID2)
2002-10-19  hnoBootstrapped
2002-10-19  hno"make dist" needs src/repl/*/Makefile
2002-10-19  hnoMake use of TMPDIR if defined
2002-10-19  hnoWorkaround for minor automake 1.5 conflict with autocon...
2002-10-19  hnoBootstrapped
2002-10-19  hnoAdjust for squid3 module
2002-10-19  hnomake addlang bugfix from Andres Kroonmaa
2002-10-17  hnoFix a misunderstanding in how delay pools are allocated...
2002-10-17  robertcbootstrap
2002-10-17  robertcThis is the -3 tree
2002-10-16  adrianDon't cheat and schedule immediate callbacks w/ NULL...
2002-10-15  robertctidyup some local scope vars
2002-10-15  robertcuse http->entry consistently in refactored clientReplyC...
2002-10-15  robertcreally fix squid3 for c++ compilers with prefixed vtables
2002-10-15  robertcbootstrap with correct versions (squid-cache.org
2002-10-15  robertcfix c++ compilers that put the vtable at the beginning...
2002-10-15  adrianhandle COMM_ERR_CLOSING in the comm_accept() callbacks...
2002-10-15  adrianCall the scheduled but not completed IO callbacks on...
2002-10-15  adriancall io completion handlers with COMM_ERR_CLOSING when...
2002-10-14  adriannew(unsigned int) -> new(size_t)
2002-10-14  adrianprintf typedef.
2002-10-14  adrianprintf forced typedefs.
2002-10-14  adriannew(unsigned int) -> new(size_t)
2002-10-14  adrianfix printf of a size_t
2002-10-14  adrianprintf typedef : %d, size_t -> %lu, (unsigned long...
2002-10-14  adrianFix a type issue under MacOS 10.2.1. For some reason...
2002-10-14  adriannew(unsigned int) -> new(size_t)
2002-10-14  adrianTypecast to print out size_t .
2002-10-14  adriannew(unsigned int) -> new(size_t)
2002-10-14  adrianUnder MacOS 10.2.1;
2002-10-14  robertcprevent segfault
2002-10-14  hnoFix a printf type warning about long int vs int
2002-10-14  robertccommloops delay pools updates
2002-10-14  robertcdeal with commloops for delay pools
2002-10-14  hnoOne more xmalloc typecast for --enable-x-accelerator...
2002-10-14  hnoMany delay_pools variable name cleanups
2002-10-14  hnoFix a typecast warning on radix_treesearch
2002-10-14  robertcbootstrap and fix unlinkd build issue on MacOsX
2002-10-14  robertctypecast needed for CBDATA_DEBUG
2002-10-14  robertccommloops from Adrian, C++ courtesy Rob
2002-10-14  hnoget rid of "storage class specified for field `rm_b'"
2002-10-14  hnos/delay_id/delayId/g on members and local variables...
2002-10-14  hnos/delay_id/delayId/g on members and local variables...
2002-10-14  adrianunsigned int != size_t on macos.
2002-10-14  hnoBlunt search/replace and typecasting to get rid of...
2002-10-14  robertcC++ conversion
2002-10-13  robertcfix some of the header detection issues on FreeBSD
next