]> granicus.if.org Git - pgbouncer/history - src
win32: make asynctest compile again
[pgbouncer] / src /
2008-12-07 Marko Kreenwin32: more fixes
2008-12-06 Marko Kreenlocatime weirdness wasnt windows specific...
2008-12-04 Marko Kreenwin32: rename support files
2008-12-04 Marko Kreenwin32: more cleanups
2008-12-04 Marko Kreenwin32: implement sendmsg, move cmdline handling away...
2008-12-03 Marko Kreenwin32: more fixes
2008-11-26 Marko KreenQuick win32 fixes.
2008-11-24 Marko Kreenwin32 support (wip)
2008-11-22 Marko KreenMake crypt authentication optional.
2008-11-19 Marko KreenDynamic database creation for non-defined databases.
2008-11-19 Marko Kreenadd milliseconds to log timestamps
2008-11-19 Marko KreenNew tunable 'sbuf_loopcnt' to limit time spent on one...
2008-11-19 Marko Kreendebug: log connection endpoints
2008-11-19 Marko KreenChange default port number from 6000 to 6432.
2008-08-22 Marko Kreencompact md5 implementation
2008-08-22 Marko Kreenfull quoting for database names
2008-08-08 Marko Kreendisable untested SO_ACCEPTFILTER code
2008-08-08 Marko Kreendetect stale pidfile
2008-08-06 Marko KreenRemove drop_on_error, it was a bad idea.
2008-08-04 Marko Kreencancel shutdown on resume
2008-08-04 Marko Kreenexit immediately on SIGINT if suspend was in progress
2008-08-04 Marko Kreensuspend_socket_list can drop sockets, so needs _safe
2008-08-04 Marko Kreenproper log message for console client cancel
2008-08-04 Marko Kreencleaner socket_row()
2008-08-01 Marko Kreenlog if drop_on_error triggers
2008-08-01 Marko Kreenadmin.c: dont crash if socket has no buffer
2008-08-01 Marko Kreennew drop_on_error param
2008-07-09 Marko Kreenlog proper reason for disconnect
2008-07-08 Marko Kreenremove extra argument for SBuf callback
2008-07-03 Marko Kreendont waste room for storing login-time salt.
2008-07-03 Marko Kreendecrease noise from bad connections
2008-06-25 Marko KreenNew config parameter: ignore_startup_parameters
2008-06-25 Marko KreenNew database setting: connect_query
2008-06-25 Marko Kreenbasename may be non-const on some systems, make cf_user...
2008-06-25 Marko Kreendrop too clever optimizations from system.h
2008-06-25 Marko Kreeninclude both pwd.h and grp.h in system.c and autoconf...
2008-06-25 Marko KreenBuild fixes for Solaris
2008-03-05 Marko Kreenadmin.c: allow missing iobuf
2008-03-04 Marko Kreensbuf.c: fix typo, lower priority
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 Kreenconvert SBuf api also to unsigned int
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 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 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 Kreentag few functions with const
2008-01-18 Marko Kreenremove unnecessary warning
2008-01-12 Marko Kreenfscking type problems
2008-01-11 Marko KreenSHOW MEM cmd to describe slab usage
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 Kreenmake failure from event_del() non-fatal
2008-01-09 Marko Kreensuspend_timeout, to force suspend
2008-01-09 Marko Kreenmove shutdown after fork(), detect old bouncer
2008-01-08 Marko Kreenremove unnecessary label
2008-01-08 Marko Kreenless scary -R: move takever before fork
2008-01-07 Marko Kreensafe_accept, safe_connect, safe_evtimer_add
2008-01-07 Marko Kreenfix some printf casts
2008-01-04 Marko Kreendont avoid maint if event loop is interrupted
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-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-11 Marko Kreenfake some SHOW/SET parameters to let psycopg connect...
2007-12-11 Marko Kreenavoid duplicate error msg packet from console
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-04 Marko Kreenlog connection age on disconnect
2007-11-24 Marko Kreenfix from -stable: if client has params but server not...
2007-11-23 Marko Kreenavoid use of strncpy()
next