2008-03-05 |
Marko Kreen | admin.c: allow missing iobuf |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Marko Kreen | asynctest: print first startup errors |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Marko Kreen | Add instructions on how to build from CVS. |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Marko Kreen | sbuf.c: fix typo, lower priority |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Marko Kreen | document new -u/user= option |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Marko Kreen | move admin-setup after setuid, srandom() after fork() |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Marko Kreen | Cmdline option and config param to support user switching. |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Marko Kreen | admin.c: add file comment |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Marko Kreen | More descriptive usage screen. |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Marko Kreen | detect basename() function, include small compat func... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Marko Kreen | disable attribute hacks on older gccs |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Marko Kreen | convert SBuf api also to unsigned int |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Marko Kreen | add Wstrict-overflow to warn options |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Marko Kreen | make IOBuf use unsigned ints |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Marko Kreen | system.h + types cleanup |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Marko Kreen | fix getsockopt argument |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Marko Kreen | Mark hash.c as public domain because Jenkins original... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Marko Kreen | log string truncation by strlcpy |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Marko Kreen | do memset in pgsocket init due to slab changes |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Marko Kreen | test.sh: sleep after launching nc, fix syntax |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Marko Kreen | simpler slab cache, with explicit init func |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Marko Kreen | draft lazy iobuf handling |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Marko Kreen | defer_accept: get_int needs reference too |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Marko Kreen | force list header on free |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Marko Kreen | server_lifetime=0 drop connection immidiately |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Marko Kreen | missing include file from last commit and Makefile... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Marko Kreen | abstract i/o-buffer out from SBuf |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Marko Kreen | tcp_defer_accept improvements. |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Marko Kreen | fix inconsistent indenting |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Marko Kreen | move ->admin flag from pool to db |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Marko Kreen | better comments on structs |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Marko Kreen | tag few functions with const |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Marko Kreen | remove unnecessary warning |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Marko Kreen | fscking type problems |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Marko Kreen | skip manpage build if tools not availalbe |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Marko Kreen | SHOW MEM cmd to describe slab usage |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Marko Kreen | todo update |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Marko Kreen | show active_sockets; |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Marko Kreen | move db/user/pool alloc also to slabs |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Marko Kreen | slab: if constructor is not given, memset on alloc |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Marko Kreen | additional log server login failure |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Marko Kreen | actively kill databases removed from config |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Marko Kreen | iniparser: return whether file was found |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Marko Kreen | disconnect_client: ignore notify=true if state=CL_CANCEL |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Marko Kreen | SHOW TOTALS command to give stats summary |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Marko Kreen | if cannot login to target db at all, notify clients... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Marko Kreen | more gcc warnings |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Marko Kreen | make failure from event_del() non-fatal |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Marko Kreen | suspend_timeout, to force suspend |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Marko Kreen | todo update |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Marko Kreen | move shutdown after fork(), detect old bouncer |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Marko Kreen | remove unnecessary label |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Marko Kreen | update scary-R todo |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Marko Kreen | asynctest: small cleanup |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Marko Kreen | less scary -R: move takever before fork |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Marko Kreen | asynctest: more features |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Marko Kreen | move usec_t to system.h |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Marko Kreen | return correct value |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Marko Kreen | draft throttling implementation |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Marko Kreen | more debugging for asynctest |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Marko Kreen | use autoconfed settings for test code |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Marko Kreen | todo update |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Marko Kreen | safe_accept, safe_connect, safe_evtimer_add |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Marko Kreen | fix some printf casts |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Marko Kreen | more universal asynctest |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Marko Kreen | dont avoid maint if event loop is interrupted |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Marko Kreen | with as-needed the lib order is important |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Marko Kreen | handle EINTR from connect() |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Marko Kreen | handle more errors from accept() |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Marko Kreen | proper usage of flexible array |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Marko Kreen | looping accept() to drain backlog fully |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Marko Kreen | suspend in finish_client_login wont work as current... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Marko Kreen | pkt_action conversion broke assert |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Marko Kreen | allow autoconf 2.59 |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Marko Kreen | let make clean work even if config.mak does not exist |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Marko Kreen | error checks for all libevent calls |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Marko Kreen | use gcc attributes to uncover few correctness bugs |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Marko Kreen | explicit strcmp result check |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Marko Kreen | todo update: new states |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Marko Kreen | partial support for builddir != srcdir |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Marko Kreen | remove direct sparse usage, rather use cgcc |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Marko Kreen | verbose asm hack |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Marko Kreen | remove generated manpages from cvs, they are annoying |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Marko Kreen | fake some SHOW/SET parameters to let psycopg connect... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Marko Kreen | avoid duplicate error msg packet from console |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Marko Kreen | helper macro for notice pkt |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Marko Kreen | check if linker supports --as-needed |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Marko Kreen | update todo list |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Marko Kreen | int/ptr hash function |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Marko Kreen | new features to SBuf |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Marko Kreen | debug noise to show struct sizes |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Marko Kreen | support sending log to syslog |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Marko Kreen | log more details about fd usage |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Marko Kreen | seems Wextra does not turn on all warnings |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Marko Kreen | log connection age on disconnect |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Marko Kreen | allow strcmp() and memcpy() be macros |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Marko Kreen | fix from -stable: if client has params but server not... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Marko Kreen | avoid use of strncpy() |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Marko Kreen | hash.c: use system.h |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Marko Kreen | system.h improvements |
commit | commitdiff | tree | snapshot |
next |