]> git.ipfire.org Git - thirdparty/squid.git/shortlog
thirdparty/squid.git
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
2002-10-13  robertcfix netfilter detection
2002-10-13  hnoBootstrapped
2002-10-12  robertcOutput occurs when data is sent, not body data sent
2002-10-12  robertcfix multi-part receipt of headers
2002-10-12  hnoRemoved offending copying of reply data, messing up...
2002-10-12  robertcMSWIN update from Guido
2002-10-12  robertcextract duplicate ufs code to ufscommon.c/h
2002-10-11  wesselsoops, only local passwd file auth requires root privs.
2002-10-11  wesselsprint a warning on stderr if pam_auth is not started...
2002-10-09  robertcbootstrapped
2002-10-09  robertctweaks for MacOSX
2002-10-09  hnoUse our default path to the Squid binary
2002-10-08  wesselsconfig.h probably should not be in .cvsignore
2002-10-08  wesselsupdate .cvsignore files
2002-10-08  wesselsIf urlParse() fails in mimeLoadIconFile() (e.g., becaus...
2002-10-08  wesselsauthenticateAuthUserRequestSetIp() is now static, doesn...
2002-10-08  wesselsauthenticate_ip_ttl description was out of date with...
2002-10-08  wesselsreformat some comments, make sure they fit in 80 cols
2002-10-08  wesselsreformat some long comments to fit in 80 cols
2002-10-08  wesselsnoticed that authenticateAuthUserRequestSetIp() could...
2002-10-08  wesselsfix typos and grammar
2002-10-07  hnoClarified the intended use of squid_types.h, and remove...
2002-10-07  robertchopefully fix FD_SETSIZE issue on *BSD
2002-10-07  hnoIf FD_SETSIZE has been defined it is not safe to redefi...
2002-10-07  hnoOops..
2002-10-07  hnoImroved autotool version detection.
2002-10-07  wesselschanged a reference to the old 'authenticate_ip_ttl_is_...
next