]> git.ipfire.org Git - thirdparty/squid.git/shortlog
thirdparty/squid.git
2002-11-23  hnoBootstrapped
2002-11-22  robertcbootstrap
2002-11-22  robertcdist ProfStats.cc
2002-11-21  robertcbootstrap
2002-11-21  robertcRefcount import
2002-11-16  hnoBootstrapped
2002-11-15  hnoC typecast of hash_lookup
2002-11-15  hnoMerge conflict, http->log_type -> http->logType
2002-11-15  hnoDon't abuse time_t for millisecond delta measurements...
2002-11-15  hnoBugzilla #471: Minor typo in src/dns.c returned to...
2002-11-15  hnoBugzilla #458: segmentation fault if external_acl helpe...
2002-11-15  hnoDeny forwarding of unproxyable authentication schemes
2002-11-15  hnoBugfix: The aufs corruption patch triggered another...
2002-11-15  hnoBugzilla #463: GET requests with request entity fail
2002-11-15  hnoUse POST when submitting the login to prevent the login...
2002-11-15  hnoSupport lines with spaces in them in included acl files
2002-11-15  hnoBugzilla #453: make uninstall should not remove squid...
2002-11-15  hnoCleanup of unused code warnings on --disable-memory...
2002-11-10  hnodebug section bugfix
2002-11-10  hnoRemoved extra comma
2002-11-10  hnoC++ typecast fixes in WCCP
2002-11-10  hnoIDENT C typecasts
2002-11-10  hnoMore IDENT C typecasts
2002-11-10  hnoC typecasts in CARP code
2002-11-10  hnoC typecasts in IDENT code
2002-11-10  hnoBootstrapped
2002-11-10  hnoFix --disable-... options to default to be enabled...
2002-11-10  hnoC++ requires type casting
2002-11-10  hnodate: 2002/11/09 10:42:01; author: hno; state: Exp...
2002-11-10  hnoGNUregex.h is a C header file. Needs to be wrapped...
2002-11-10  hnoGet rid of compiler warnings on hash_lookup
2002-11-09  hnoindent (from Squid-2)
2002-11-09  hnodate: 2002/10/24 18:49:56; author: wessels; state...
2002-10-28  robertcfix linux
2002-10-28  adrianWrap the memset() just before the msgrcv() in #ifdef...
2002-10-28  adrianmove the storeDirCallback() call out into main.cc where it
2002-10-28  adrianVarious modifications to make it work properly again.
2002-10-27  adrianDamnit, only drop accept()s into a period event if...
2002-10-27  adrianset a reasonable default for the accept checking.
2002-10-27  adriantypeo.
2002-10-27  adrianflesh out the accept defer processing magic.
2002-10-27  adrianCommit prototype
2002-10-27  adrian* whitespace
2002-10-27  adrian* remove the do {} while (1); crap - we don't need...
2002-10-27  adrians/\t/ /g
2002-10-26  adrianremove unused variable.
2002-10-26  robertcfix incorrect underrun detection
2002-10-26  robertcextract method and rename variable
2002-10-26  robertcsimplify conditional
2002-10-25  robertcencapsulate tcp_reset flag
2002-10-25  adrianRe-enable this assert, since I've fixed the pipe code.
2002-10-25  robertcfix mem leak if read fails
2002-10-25  robertcoops
2002-10-25  robertcbootstrap
2002-10-25  robertcfix a couple of mem leaks
2002-10-25  robertccbdata history for cbdata debug mode
2002-10-25  adrianmalloc_statistics() also needs to be defined with SQUID...
2002-10-25  adrianExplicit type conversation, ta C++.
2002-10-25  adrianAdd a cbdataReferenceDone() call to match the cbdataRef...
2002-10-25  adrianSet an upper limit on lock counts (65535) - I'm sure...
2002-10-25  adrianAdd some more debugging ouput, helpful for tracking...
2002-10-25  adrian* add in some more debugging statements
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.
next