]> git.ipfire.org Git - thirdparty/squid.git/history - src/comm.cc
Break out the comm code into a more "modular" format - poll code
[thirdparty/squid.git] / src / comm.cc
2001-12-24  adrianBreak out the comm code into a more "modular" format...
2001-10-24  hnoformat fixes
2001-10-20  hnoSSL update from the "ssl" branch at SourceForge
2001-10-18  hnoMany small compiler warning fixes, mainly const strings
2001-10-10  adrianCommit Roger Venning's TOS/source address ACL selection...
2001-08-27  hnoBUGFIX: Plug a large SSL memory leak. SSL connections...
2001-08-16  hnoWIN32/Cygwin fixes by Guido
2001-04-14  hnoSSL->HTTP gatewaying support by Benno Rice
2001-03-03  hnocbdata now have a per-type free function rather than...
2001-02-24  wesselsRemoving the "state == NULL" assertion in comm_write().
2001-01-12  wesselsUpdated copyright
2001-01-07  hnoVarious indent cleanups where indent got a bit confused..
2001-01-05  adrianA modified / unified cbdata and mempool implementation...
2000-11-01  wesselsgindent -br -ce -i4 -ci4 -l80 -nlp -npcs -npsl -d0...
2000-10-21  hnoCYGWIN port by Robert Collins
2000-10-17  adrianAndres Kroonmaa's MemPool tidyup, take 1. Take a whole...
2000-10-10  wesselsDW:
2000-10-05  adrianMemPools conversions for the connection state and the...
2000-10-04  wesselsDW:
2000-06-28  hnoRenamed Counter to statCounter to avoid a name space...
2000-03-06  wesselsMerge changes from 2.3 branch. Mostly this is copyrigh...
1999-12-31  wesselsmerge changes from SQUID_2_3 branch
1999-10-04  wessels2.3 branch merge
1999-05-04  wesselsAn initial implementation of new store API. Everything...
1999-05-04  wesselsremove OPTIMISTIC_IO crap
1999-04-23  wesselsbranch 2.2 merge
1999-01-19  wesselssigh. Okay, this might work better.
1999-01-13  wesselscheck _SQUID_NEWSOS6_ instead
1999-01-12  wesselschanged struct _fde->open to _fde->flags.open to save...
1999-01-12  wesselsmake commResetFD() more like comm_open(); set outgoing...
1999-01-12  wesselsportability problem for non-blocking connect() with...
1999-01-09  wesselsMoved storeAbort() call to store_client.c, where it...
1998-12-05  wesselsmega patch to implement request re-forwarding after...
1998-11-21  wesselseliminate unneeded tcp_rcv_bufsize
1998-11-13  wesselsMaking squid more a of a true daemon process
1998-10-14  wesselssome compilers cant grok variable names same as type...
1998-10-09  wessels2_0 branch merge
1998-10-08  wessels2.0 branch merge
1998-10-02  wesselsavoid scanning loops in comm_select(); from Jeff Mogul...
1998-09-15  wesselsnew, improved comm_connect_addr():
1998-09-05  wesselssyscall counters, mostly I/O
1998-08-19  wesselsexperimental OPTIMISTIC IO patch
1998-08-19  wesselslinux fixes, mostly socklen_t
1998-08-11  wesselsdont force closing of IPC sockets with commCloseAllSock...
1998-07-29  wesselswhen write returns an error on a half-closed socket...
1998-07-25  wesselsshutting_down check for commSetTimeout should not be...
1998-07-25  wesselsrewrote shutdown code. Using FD timeouts suck{s,ed...
1998-07-23  wesselsCHANGED COPYRIGHT STUFF
1998-07-21  wesselsexamine_select got duplicated
1998-07-21  wesselsforked comm_select.c from comm.c
1998-07-21  wesselsFixed cachemgr 'objects' implementation. dump one...
1998-07-20  wesselschange FSF address
1998-07-15  wesselsFixed select-spin bug when an ICP reply actually gets...
1998-06-26  wesselsadjust sensitivity of peer RTT calculations. Changed...
1998-06-10  wesselschange comm_add_close_handler assertion. It must be...
1998-06-10  wesselsdebugging
1998-06-10  wesselsassertions
1998-06-09  wesselsdebugging
1998-05-31  rousskov- Replaced "complex" (offset accounting) calls to snpri...
1998-05-29  wesselsauto-tuning incoming_interval for comm_incoming call...
1998-05-29  wesselsremoved unused timeout code
1998-05-29  wesselscomm_init should return void
1998-05-29  wesselsdont print sendto errors on linux
1998-05-28  wesselscompiler
1998-05-28  wesselslogic fix
1998-05-28  wesselsmissing newline on debug
1998-05-28  wesselsChanges to comm_*_incoming()
1998-05-21  wesselsChanged struct _fde->flags to int:1 list.
1998-05-21  wesselsFrom: Stewart Forster <slf@connect.com.au>
1998-05-16  wesselsStew Forster:
1998-05-15  wesselsMillisecond timing patch for events, comm_select/comm_p...
1998-05-12  wesselsexperimental comm_lingering_close()
1998-05-09  wesselsfast select() timeouts for ASYNC_IO
1998-04-24  wesselsgindent
1998-04-10  wesselscommSetConnectTimeout is UNUSED
1998-04-10  wesselscommSetConnectTimeout is UNUSED
1998-04-09  wesselscycle through every address on every use
1998-04-09  wesselsERESTART might not be defined
1998-04-09  wesselsadd EINPROGRESS to ignored errnos
1998-04-08  wesselsmake comm_select() and comm_poll() use ignoreErrno()
1998-04-08  wessels- make more places use ignoreErrno()
1998-04-08  wesselstypo
1998-04-04  wesselsCleaned up ICP sendto(). Now there is a single function
1998-03-31  wesselsgindent
1998-03-31  wesselsonly show the 'preparing for shutdown' message once
1998-03-31  wesselsclean up reconfigure/rotate/shutdown flags and stuff
1998-03-29  wesselsprintf errors/warnings
1998-03-28  wesselsClear any FD timeouts before making the commConnect...
1998-03-25  wesselsFrom: "Michael O'Reilly" <michael@metal.iinet.net.au>
1998-03-25  wesselsFrom: "Michael O'Reilly" <michael@metal.iinet.net.au>
1998-03-25  wesselsdynamically calculate some hash table sizes
1998-03-20  wesselsadded v1.1 test_reachability option
1998-03-07  wesselsadd debugging for comm_remove_close_handler
1998-03-07  wesselsRemoved 'meta_data' structure. Use mem.c routines...
1998-02-26  wesselsgindent
1998-02-21  rousskovDirty and buggy alex_2.
1998-02-18  wesselsFrom: Henrik Nordstrom <hno@hem.passagen.se>
1998-02-18  wesselsFrom Henrik
1998-02-11  wesselsMerged fdstat.c into fd.c
1998-02-07  wesselsrename do_reuse to opt_reuseaddr
next