]> granicus.if.org Git - pgbouncer/history - src/sbuf.c
sbuf.c: Fix connection hang if sbuf_loopcnt is set.
[pgbouncer] / src / sbuf.c
2009-06-25 Marko Kreensbuf.c: Fix connection hang if sbuf_loopcnt is set.
2009-01-28 Marko KreenApply ISC license clarification, bump copyright years.
2009-01-16 Marko Kreensbuf_close: dont retry event_del() if it fails, just...
2008-11-19 Marko KreenNew tunable 'sbuf_loopcnt' to limit time spent on one...
2008-07-08 Marko Kreenremove extra argument for SBuf callback
2008-07-03 Marko Kreendecrease noise from bad connections
2008-03-04 Marko Kreensbuf.c: fix typo, lower priority
2008-02-14 Marko Kreenconvert SBuf api also to unsigned int
2008-02-14 Marko Kreenmake IOBuf use unsigned ints
2008-01-23 Marko Kreendraft lazy iobuf handling
2008-01-22 Marko Kreenabstract i/o-buffer out from SBuf
2008-01-11 Marko Kreenmake failure from event_del() non-fatal
2008-01-07 Marko Kreensafe_accept, safe_connect, safe_evtimer_add
2008-01-04 Marko Kreenhandle EINTR from connect()
2008-01-04 Marko Kreenproper usage of flexible array
2008-01-03 Marko Kreenpkt_action conversion broke assert
2008-01-02 Marko Kreenerror checks for all libevent calls
2007-12-06 Marko Kreennew features to SBuf
2007-11-01 Marko Kreenuse standard int types
2007-09-12 Marko Kreenlarger SMALL_PKT
2007-08-11 Marko Kreencomment out the recv() avoidance logic
2007-08-02 Marko Kreenavoid recv() if buffer has data
2007-08-01 Marko Kreensmall stuff
2007-08-01 Marko KreenWhen suspending, try to hit packet boundary ASAP
2007-08-01 Marko Kreenremove if() before Assert(), some comment tuning
2007-07-23 Marko KreenFix sloppy english in the comments.
2007-06-29 Marko Kreenconnstr enhanchements
2007-04-19 Marko KreenRemove concept of 'flushing' from code as bouncer does...
2007-04-18 Marko Kreensrc/sbuf.c
2007-04-18 Marko Kreendont call proto if must-flush packet is pending
2007-04-11 Marko Kreenversion 1.0.3 pgbouncer_1_0_3
2007-03-28 Marko KreenRename sbuf_has_no_state() to sbuf_is_empty()
2007-03-28 Marko Kreenver 1.0.2 - fix 2 corner-case bugs
2007-03-15 Marko Kreencouple more bugs survived
2007-03-14 Marko Kreenfix bug where socket could stall
2007-03-13 Marko KreenInitial revision