]> granicus.if.org Git - pgbouncer/shortlog
pgbouncer
2008-03-04 Marko KreenAdd instructions on how to build from CVS.
2008-03-04 Marko Kreensbuf.c: fix typo, lower priority
2008-03-04 Marko Kreendocument new -u/user= option
2008-03-04 Marko Kreenmove admin-setup after setuid, srandom() after fork()
2008-03-04 Marko KreenCmdline option and config param to support user switching.
2008-03-04 Marko Kreenadmin.c: add file comment
2008-03-04 Marko KreenMore descriptive usage screen.
2008-03-04 Marko Kreendetect basename() function, include small compat func...
2008-02-14 Marko Kreendisable attribute hacks on older gccs
2008-02-14 Marko Kreenconvert SBuf api also to unsigned int
2008-02-14 Marko Kreenadd Wstrict-overflow to warn options
2008-02-14 Marko Kreenmake IOBuf use unsigned ints
2008-02-14 Marko Kreensystem.h + types cleanup
2008-02-14 Marko Kreenfix getsockopt argument
2008-01-24 Marko KreenMark hash.c as public domain because Jenkins original...
2008-01-24 Marko Kreenlog string truncation by strlcpy
2008-01-23 Marko Kreendo memset in pgsocket init due to slab changes
2008-01-23 Marko Kreentest.sh: sleep after launching nc, fix syntax
2008-01-23 Marko Kreensimpler slab cache, with explicit init func
2008-01-23 Marko Kreendraft lazy iobuf handling
2008-01-23 Marko Kreendefer_accept: get_int needs reference too
2008-01-23 Marko Kreenforce list header on free
2008-01-22 Marko Kreenserver_lifetime=0 drop connection immidiately
2008-01-22 Marko Kreenmissing include file from last commit and Makefile...
2008-01-22 Marko Kreenabstract i/o-buffer out from SBuf
2008-01-22 Marko Kreentcp_defer_accept improvements.
2008-01-22 Marko Kreenfix inconsistent indenting
2008-01-18 Marko Kreenmove ->admin flag from pool to db
2008-01-18 Marko Kreenbetter comments on structs
2008-01-18 Marko Kreentag few functions with const
2008-01-18 Marko Kreenremove unnecessary warning
2008-01-12 Marko Kreenfscking type problems
2008-01-12 Marko Kreenskip manpage build if tools not availalbe
2008-01-11 Marko KreenSHOW MEM cmd to describe slab usage
2008-01-11 Marko Kreentodo update
2008-01-11 Marko Kreenshow active_sockets;
2008-01-11 Marko Kreenmove db/user/pool alloc also to slabs
2008-01-11 Marko Kreenslab: if constructor is not given, memset on alloc
2008-01-11 Marko Kreenadditional log server login failure
2008-01-11 Marko Kreenactively kill databases removed from config
2008-01-11 Marko Kreeniniparser: return whether file was found
2008-01-11 Marko Kreendisconnect_client: ignore notify=true if state=CL_CANCEL
2008-01-11 Marko KreenSHOW TOTALS command to give stats summary
2008-01-11 Marko Kreenif cannot login to target db at all, notify clients...
2008-01-11 Marko Kreenmore gcc warnings
2008-01-11 Marko Kreenmake failure from event_del() non-fatal
2008-01-09 Marko Kreensuspend_timeout, to force suspend
2008-01-09 Marko Kreentodo update
2008-01-09 Marko Kreenmove shutdown after fork(), detect old bouncer
2008-01-08 Marko Kreenremove unnecessary label
2008-01-08 Marko Kreenupdate scary-R todo
2008-01-08 Marko Kreenasynctest: small cleanup
2008-01-08 Marko Kreenless scary -R: move takever before fork
2008-01-08 Marko Kreenasynctest: more features
2008-01-08 Marko Kreenmove usec_t to system.h
2008-01-08 Marko Kreenreturn correct value
2008-01-07 Marko Kreendraft throttling implementation
2008-01-07 Marko Kreenmore debugging for asynctest
2008-01-07 Marko Kreenuse autoconfed settings for test code
2008-01-07 Marko Kreentodo update
2008-01-07 Marko Kreensafe_accept, safe_connect, safe_evtimer_add
2008-01-07 Marko Kreenfix some printf casts
2008-01-07 Marko Kreenmore universal asynctest
2008-01-04 Marko Kreendont avoid maint if event loop is interrupted
2008-01-04 Marko Kreenwith as-needed the lib order is important
2008-01-04 Marko Kreenhandle EINTR from connect()
2008-01-04 Marko Kreenhandle more errors from accept()
2008-01-04 Marko Kreenproper usage of flexible array
2008-01-03 Marko Kreenlooping accept() to drain backlog fully
2008-01-03 Marko Kreensuspend in finish_client_login wont work as current...
2008-01-03 Marko Kreenpkt_action conversion broke assert
2008-01-03 Marko Kreenallow autoconf 2.59
2008-01-02 Marko Kreenlet make clean work even if config.mak does not exist
2008-01-02 Marko Kreenerror checks for all libevent calls
2008-01-02 Marko Kreenuse gcc attributes to uncover few correctness bugs
2008-01-02 Marko Kreenexplicit strcmp result check
2007-12-20 Marko Kreentodo update: new states
2007-12-19 Marko Kreenpartial support for builddir != srcdir
2007-12-19 Marko Kreenremove direct sparse usage, rather use cgcc
2007-12-12 Marko Kreenverbose asm hack
2007-12-12 Marko Kreenremove generated manpages from cvs, they are annoying
2007-12-11 Marko Kreenfake some SHOW/SET parameters to let psycopg connect...
2007-12-11 Marko Kreenavoid duplicate error msg packet from console
2007-12-11 Marko Kreenhelper macro for notice pkt
2007-12-11 Marko Kreencheck if linker supports --as-needed
2007-12-10 Marko Kreenupdate todo list
2007-12-06 Marko Kreenint/ptr hash function
2007-12-06 Marko Kreennew features to SBuf
2007-12-06 Marko Kreendebug noise to show struct sizes
2007-12-06 Marko Kreensupport sending log to syslog
2007-12-06 Marko Kreenlog more details about fd usage
2007-12-05 Marko Kreenseems Wextra does not turn on all warnings
2007-12-04 Marko Kreenlog connection age on disconnect
2007-11-26 Marko Kreenallow strcmp() and memcpy() be macros
2007-11-24 Marko Kreenfix from -stable: if client has params but server not...
2007-11-23 Marko Kreenavoid use of strncpy()
2007-11-23 Marko Kreenhash.c: use system.h
2007-11-23 Marko Kreensystem.h improvements
2007-11-23 Marko Kreenadd !=0 to strcmp()
2007-11-21 Marko Kreenhash: remove the silly optimization, its better to...
next