Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-12-04 | 8 | -3/+88 |
|\ | |||||
| * | bugfix: memory leaks in gtls netstream driver | Rainer Gerhards | 2008-12-03 | 2 | -1/+11 |
| * | minor: net.c did not compile if GSSAPI support was disabled | Rainer Gerhards | 2008-12-03 | 1 | -0/+2 |
| * | added interface function to nsd_gtls needed for ACL control | Rainer Gerhards | 2008-12-01 | 1 | -0/+15 |
| * | bugfix: $AllowedSender handled invalidly for plain TCP transport | Rainer Gerhards | 2008-11-29 | 5 | -2/+60 |
* | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-11-29 | 3 | -23/+54 |
|\| | |||||
| * | security bugfix: $AllowedSender was not honored, | Rainer Gerhards | 2008-11-29 | 3 | -23/+54 |
* | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-11-11 | 1 | -1/+9 |
|\| | |||||
| * | enhance: regex nomatch option "ZERO" has been added | Rainer Gerhards | 2008-11-11 | 1 | -0/+2 |
| * | improved debug output for regular expressions inside property replacer | Rainer Gerhards | 2008-11-11 | 1 | -1/+7 |
* | | Merge branch 'master' into beta | Rainer Gerhards | 2008-11-11 | 26 | -327/+622 |
|\ \ | |/ |/| | |||||
| * | Merge branch 'beta' | Rainer Gerhards | 2008-10-21 | 1 | -13/+32 |
| |\ | |||||
| * | | added capability to support multiple module search pathes. | Marius Tomaschewski | 2008-10-20 | 2 | -35/+77 |
| * | | Merge branch 'beta' | Rainer Gerhards | 2008-10-16 | 1 | -3/+3 |
| |\ \ | |||||
| * \ \ | Merge branch 'beta' | Rainer Gerhards | 2008-10-09 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'beta' | Rainer Gerhards | 2008-10-02 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * | | | | | consolidated time calls during msg object creation | Rainer Gerhards | 2008-10-02 | 1 | -0/+9 |
| * | | | | | fixed git merge bug (duplicate code could not be detected) | Rainer Gerhards | 2008-10-02 | 1 | -19/+0 |
| * | | | | | Merge branch 'master' into helgrind | Rainer Gerhards | 2008-10-02 | 1 | -0/+21 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'beta' | Rainer Gerhards | 2008-10-02 | 1 | -3/+24 |
| | |\ \ \ \ \ | |||||
| * | | | | | | | removed no longer needed mutex calls | Rainer Gerhards | 2008-10-02 | 1 | -3/+0 |
| * | | | | | | | bugfix: segfault when main queue was in direct mode | Rainer Gerhards | 2008-10-01 | 1 | -1/+1 |
| * | | | | | | | prevent getnameinfo() from being cancelled | Rainer Gerhards | 2008-09-30 | 1 | -2/+5 |
| * | | | | | | | improved threading | Rainer Gerhards | 2008-09-30 | 5 | -13/+35 |
| |/ / / / / / | |||||
| * | | | | | | some more threading cleanup | Rainer Gerhards | 2008-09-26 | 2 | -8/+15 |
| * | | | | | | fixed potential race condition on HUP and termination | Rainer Gerhards | 2008-09-26 | 1 | -0/+2 |
| * | | | | | | cleaned up internal debug system code and made it behave better in regard to ... | Rainer Gerhards | 2008-09-26 | 1 | -129/+79 |
| * | | | | | | atomic memory access calls re-enabled in msg.c | Rainer Gerhards | 2008-09-23 | 1 | -5/+5 |
| * | | | | | | bugfix: proper synchronization on message destruction | Rainer Gerhards | 2008-09-19 | 2 | -0/+5 |
| * | | | | | | bugfix: potential race condition when adding messages to queue | Rainer Gerhards | 2008-09-18 | 3 | -9/+14 |
| * | | | | | | re-enabled gcc builtin atomic operations and added a proper ./configure check | Rainer Gerhards | 2008-09-18 | 1 | -9/+9 |
| * | | | | | | ignoring an (acceptable) race in debug system | Rainer Gerhards | 2008-09-18 | 1 | -0/+16 |
| * | | | | | | performance optimization: unnecessary time() calls during message parsing rem... | Rainer Gerhards | 2008-09-16 | 3 | -112/+161 |
| * | | | | | | Merge branch 'beta' | Rainer Gerhards | 2008-09-12 | 3 | -6/+23 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | added properties "inputname" and "$myhostname" | Rainer Gerhards | 2008-09-10 | 3 | -2/+42 |
| * | | | | | | | added new capability to property replacer. | Zhuang Yuyao | 2008-09-10 | 1 | -0/+5 |
| * | | | | | | | Merge branch 'beta' | Rainer Gerhards | 2008-09-02 | 1 | -5/+5 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | removed compile time fixed message size limit (was 2K) | Rainer Gerhards | 2008-09-02 | 3 | -6/+11 |
| * | | | | | | | | some very minor cleanup | Rainer Gerhards | 2008-08-12 | 1 | -1/+0 |
| * | | | | | | | | added testbed for config errors and fixed a bug | Rainer Gerhards | 2008-07-29 | 2 | -2/+11 |
| * | | | | | | | | enhanced configuration file error reporting and verification | Rainer Gerhards | 2008-07-29 | 3 | -1/+38 |
| * | | | | | | | | Merge branch 'beta' | Rainer Gerhards | 2008-07-25 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'beta' | Rainer Gerhards | 2008-07-18 | 1 | -0/+26 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'tests' | Rainer Gerhards | 2008-07-15 | 6 | -5/+117 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | changed RainerScript testbench to a full-blow test suite | Rainer Gerhards | 2008-07-07 | 2 | -2/+1 |
| | * | | | | | | | | | | added capability to create a printable string of a vmprg | Rainer Gerhards | 2008-07-07 | 6 | -5/+118 |
* | | | | | | | | | | | | bugfix: double-free in pctp netstream driver | varmojfekoj | 2008-10-28 | 1 | -2/+11 |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
* | | | | | | | | | | | bugfix: (potentially big) memory leak on HUP | Rainer Gerhards | 2008-10-21 | 1 | -13/+32 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
* | | | | | | | | | | increased maximum size of a configuration statement to 4K (was 1K) | Rainer Gerhards | 2008-10-16 | 1 | -3/+3 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-10-09 | 1 | -1/+1 |
| |_|_|_|_|_|_|/ |/| | | | | | | |