summaryrefslogtreecommitdiff
path: root/src/sbuf.c
AgeCommit message (Expand)Author
2010-01-12sbuf: track exact wait state to avoid double event_del()Marko Kreen
2009-06-25sbuf.c: Fix connection hang if sbuf_loopcnt is set.Marko Kreen
2009-01-28Apply ISC license clarification, bump copyright years.Marko Kreen
2009-01-16sbuf_close: dont retry event_del() if it fails, just proceed with cleanup.Marko Kreen
2008-11-19New tunable 'sbuf_loopcnt' to limit time spent on one socket.Marko Kreen
2008-07-08remove extra argument for SBuf callbackMarko Kreen
2008-07-03decrease noise from bad connectionsMarko Kreen
2008-03-04sbuf.c: fix typo, lower priorityMarko Kreen
2008-02-14convert SBuf api also to unsigned intMarko Kreen
2008-02-14make IOBuf use unsigned intsMarko Kreen
2008-01-23draft lazy iobuf handlingMarko Kreen
2008-01-22abstract i/o-buffer out from SBufMarko Kreen
2008-01-11make failure from event_del() non-fatalMarko Kreen
2008-01-07safe_accept, safe_connect, safe_evtimer_addMarko Kreen
2008-01-04handle EINTR from connect()Marko Kreen
2008-01-04proper usage of flexible arrayMarko Kreen
2008-01-03pkt_action conversion broke assertMarko Kreen
2008-01-02error checks for all libevent callsMarko Kreen
2007-12-06new features to SBufMarko Kreen
2007-11-01use standard int typesMarko Kreen
2007-09-12larger SMALL_PKTMarko Kreen
2007-08-11comment out the recv() avoidance logicMarko Kreen
2007-08-02avoid recv() if buffer has dataMarko Kreen
2007-08-01small stuffMarko Kreen
2007-08-01When suspending, try to hit packet boundary ASAPMarko Kreen
2007-08-01remove if() before Assert(), some comment tuningMarko Kreen
2007-07-23Fix sloppy english in the comments.Marko Kreen
2007-06-29connstr enhanchementsMarko Kreen
2007-04-19Remove concept of 'flushing' from code as bouncer does not actively buffer an...Marko Kreen
2007-04-18src/sbuf.cMarko Kreen
2007-04-18dont call proto if must-flush packet is pendingMarko Kreen
2007-04-11version 1.0.3pgbouncer_1_0_3Marko Kreen
2007-03-28Rename sbuf_has_no_state() to sbuf_is_empty()Marko Kreen
2007-03-28ver 1.0.2 - fix 2 corner-case bugsMarko Kreen
2007-03-15couple more bugs survivedMarko Kreen
2007-03-14fix bug where socket could stallMarko Kreen
2007-03-13Initial revisionMarko Kreen