Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | added new test to testbench | Rainer Gerhards | 2011-03-08 | 3 | -1/+36 | |
| | |/ / | ||||||
| * | | | bugfix: discard action did not work under some circumstances | Rainer Gerhards | 2011-03-07 | 2 | -1/+4 | |
| * | | | added new test to check RepeatedMsgReduction (via TCP) | Rainer Gerhards | 2011-03-06 | 3 | -0/+33 | |
| * | | | forgot to backport imdiag mem leak fix -- now done | Rainer Gerhards | 2011-03-06 | 1 | -0/+4 | |
| * | | | backported new testbench support for valgrind | Rainer Gerhards | 2011-03-06 | 1 | -1/+18 | |
| * | | | fixed small regression from gnutls fd leak fix | Rainer Gerhards | 2011-03-06 | 3 | -0/+3 | |
| * | | | Merge branch 'v5-beta' of git+ssh://git.adiscon.com/git/rsyslog into v5-beta | Rainer Gerhards | 2011-03-06 | 58 | -5/+135 | |
| |\ \ \ | ||||||
| | * | | | updated ChangLog with merged in fix | Rainer Gerhards | 2011-03-06 | 1 | -0/+4 | |
| | * | | | Merge branch 'v5-beta-gtls-fix' into v5-beta | Rainer Gerhards | 2011-03-06 | 57 | -5/+131 | |
| | |\ \ \ | ||||||
| | | * | | | bugfix: regression: memory leak in module loader | Bojan Smojver | 2011-03-04 | 2 | -13/+21 | |
| | | * | | | added work-around for bug in gtls, which causes fd leak when using TLS | Bojan Smojver | 2011-02-23 | 57 | -5/+123 | |
| * | | | | | Merge branch 'v5-stable' into v5-beta | Rainer Gerhards | 2011-03-04 | 4 | -10/+10 | |
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| | | ||||||
| | * | | | changed testbench parser patterns for more usual system config | Rainer Gerhards | 2011-03-04 | 4 | -10/+10 | |
| | * | | | preparing for 5.6.4v5.6.4 | Rainer Gerhards | 2011-03-02 | 2 | -2/+2 | |
| | * | | | backporting abort condition fix from 5.7.7 | Rainer Gerhards | 2011-03-02 | 2 | -2/+10 | |
| | * | | | cosmetic: ChangeLog looks like 5.6.4 was already released, but it is not | Rainer Gerhards | 2011-02-25 | 1 | -1/+1 | |
| | * | | | bugfix: fixed a memory leak and potential abort condition | Rainer Gerhards | 2011-02-25 | 3 | -10/+26 | |
| * | | | | added first experimental skeleton of what is to become a testconfig generator | Rainer Gerhards | 2011-03-04 | 1 | -0/+72 | |
| * | | | | preparing for 5.7.7v5.7.7 | Rainer Gerhards | 2011-03-02 | 3 | -3/+3 | |
* | | | | | added additional test for repeated message reduction (with valgrind) | Rainer Gerhards | 2011-03-06 | 3 | -0/+32 | |
* | | | | | adding forgotten testbench file | Rainer Gerhards | 2011-03-06 | 1 | -0/+23 | |
* | | | | | changed testbench parser patterns for more usual system config | Rainer Gerhards | 2011-03-04 | 4 | -10/+10 | |
* | | | | | Merge branch 'master-tcpsrv-mt'v6.1.5 | Rainer Gerhards | 2011-03-04 | 13 | -90/+440 | |
|\ \ \ \ \ | ||||||
| * | | | | | added new tls-based test to testbench | Rainer Gerhards | 2011-02-28 | 3 | -2/+21 | |
| * | | | | | some cleanup | Rainer Gerhards | 2011-02-28 | 2 | -34/+5 | |
| * | | | | | Merge branch 'master' into master-tcpsrv-mt | Rainer Gerhards | 2011-02-28 | 57 | -271/+2099 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | completed new TLS code in tcpflood | Rainer Gerhards | 2011-02-28 | 2 | -24/+53 | |
| * | | | | | | experiemental milestone: tcpflood support buffering in TLS mode | Rainer Gerhards | 2011-02-04 | 1 | -2/+30 | |
| * | | | | | | fixed very recent regression in tcpsrv.c & some cleanup | Rainer Gerhards | 2011-02-02 | 1 | -7/+6 | |
| * | | | | | | added support for TLS (in anon mode) to tcpflood | Rainer Gerhards | 2011-02-02 | 4 | -6/+130 | |
| * | | | | | | (somewhat) improved TLS subsystem | Rainer Gerhards | 2011-02-01 | 3 | -26/+15 | |
| * | | | | | | tcpsrv select-handler experimentally moved to multi-threading as well | Rainer Gerhards | 2011-01-31 | 2 | -14/+45 | |
| * | | | | | | fixing regression: multi-threading had races | Rainer Gerhards | 2011-01-31 | 6 | -12/+33 | |
| * | | | | | | interim commit: current debug state of new imptcp | Rainer Gerhards | 2011-01-28 | 2 | -17/+37 | |
| * | | | | | | resolved problem with intermixing requests | Rainer Gerhards | 2011-01-27 | 2 | -6/+25 | |
| * | | | | | | experimental: added thread pool to tcpsrv epoll handler | Rainer Gerhards | 2011-01-27 | 2 | -26/+126 | |
* | | | | | | | Merge branch 'v5-beta' | Rainer Gerhards | 2011-03-01 | 2 | -1/+18 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | bugfix: potential abort condition when $RepeatedMsgReduction set to on | Rainer Gerhards | 2011-03-01 | 2 | -1/+11 | |
* | | | | | | | improved testbench | Rainer Gerhards | 2011-03-01 | 6 | -1/+55 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Merge branch 'v5-beta' | Rainer Gerhards | 2011-02-25 | 22 | -26/+214 | |
|\| | | | | | ||||||
| * | | | | | preparing for 5.7.6v5.7.6 | Rainer Gerhards | 2011-02-25 | 3 | -3/+3 | |
| * | | | | | bugfix: fixed a memory leak and potential abort condition | Rainer Gerhards | 2011-02-25 | 3 | -10/+26 | |
| * | | | | | cosmetic: removing commented-out testing aid | Rainer Gerhards | 2011-02-25 | 1 | -1/+0 | |
| * | | | | | Merge branch 'v5-beta' of git+ssh://git.adiscon.com/git/rsyslog into v5-beta | Rainer Gerhards | 2011-02-25 | 1 | -2/+5 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'v5-beta' of git+ssh://git.adiscon.com/git/rsyslog into v5-beta | Rainer Gerhards | 2011-02-24 | 1 | -0/+4 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | bugfix: testbench failed when omuxsock was not selected in ./configure | Rainer Gerhards | 2011-02-24 | 1 | -1/+4 | |
| | * | | | | | | bugfix: testbench failed when imptcp was not selected | Rainer Gerhards | 2011-02-24 | 1 | -1/+1 | |
| | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'v5-stable' into v5-beta | Rainer Gerhards | 2011-02-25 | 2 | -1/+14 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | / / | | | |_|/ / | | |/| | | | ||||||
| | * | | | | bugfix: memory leak when $RepeatedMsgReduction on was used | Rainer Gerhards | 2011-02-25 | 2 | -0/+9 | |
| * | | | | | fixed compile problems on Solaris | Rainer Gerhards | 2011-02-23 | 1 | -0/+4 | |
| | |/ / / | |/| | | |