summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | cleaned up internal debug system code and made it behave better in regard to ...Rainer Gerhards2008-09-261-129/+79
| * | | | | | atomic memory access calls re-enabled in msg.cRainer Gerhards2008-09-231-5/+5
| * | | | | | bugfix: proper synchronization on message destructionRainer Gerhards2008-09-192-0/+5
| * | | | | | bugfix: potential race condition when adding messages to queueRainer Gerhards2008-09-183-9/+14
| * | | | | | re-enabled gcc builtin atomic operations and added a proper ./configure checkRainer Gerhards2008-09-181-9/+9
| * | | | | | ignoring an (acceptable) race in debug systemRainer Gerhards2008-09-181-0/+16
| * | | | | | performance optimization: unnecessary time() calls during message parsing rem...Rainer Gerhards2008-09-163-112/+161
| * | | | | | Merge branch 'beta'Rainer Gerhards2008-09-123-6/+23
| |\ \ \ \ \ \
| * | | | | | | added properties "inputname" and "$myhostname"Rainer Gerhards2008-09-103-2/+42
| * | | | | | | added new capability to property replacer.Zhuang Yuyao2008-09-101-0/+5
| * | | | | | | Merge branch 'beta'Rainer Gerhards2008-09-021-5/+5
| |\ \ \ \ \ \ \
| * | | | | | | | removed compile time fixed message size limit (was 2K)Rainer Gerhards2008-09-023-6/+11
| * | | | | | | | some very minor cleanupRainer Gerhards2008-08-121-1/+0
| * | | | | | | | added testbed for config errors and fixed a bugRainer Gerhards2008-07-292-2/+11
| * | | | | | | | enhanced configuration file error reporting and verificationRainer Gerhards2008-07-293-1/+38
| * | | | | | | | Merge branch 'beta'Rainer Gerhards2008-07-251-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'beta'Rainer Gerhards2008-07-181-0/+26
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'tests'Rainer Gerhards2008-07-156-5/+117
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | changed RainerScript testbench to a full-blow test suiteRainer Gerhards2008-07-072-2/+1
| | * | | | | | | | | | added capability to create a printable string of a vmprgRainer Gerhards2008-07-076-5/+118
* | | | | | | | | | | | bugfix: double-free in pctp netstream drivervarmojfekoj2008-10-281-2/+11
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | bugfix: (potentially big) memory leak on HUPRainer Gerhards2008-10-211-13/+32
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | increased maximum size of a configuration statement to 4K (was 1K)Rainer Gerhards2008-10-161-3/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge branch 'v3-stable' into betaRainer Gerhards2008-10-091-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | bugfix: subseconds where not correctly extracted from a timestampRainer Gerhards2008-10-021-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'v3-stable' into betaRainer Gerhards2008-10-021-3/+24
| |_|_|_|_|/ |/| | | | |
* | | | | | fixed duplicate error numberRainer Gerhards2008-09-121-1/+1
* | | | | | Merge branch 'v3-stable' into betaRainer Gerhards2008-09-123-5/+22
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'v3-stable' into betaRainer Gerhards2008-09-021-5/+5
| |_|_|/ |/| | |
* | | | Merge branch 'v3-stable' into betaRainer Gerhards2008-07-251-2/+2
| |_|/ |/| |
* | | Merge branch 'v3-stable' into betaRainer Gerhards2008-07-181-0/+26
|/ /
* | bugfix (cosmetical): authorization was not checked when gtls handshake comple...varmojfekoj2008-07-151-1/+4
* | bugfix: priority was incorrectly calculated on FreeBSD 7Rainer Gerhards2008-07-141-6/+10
* | cleanup of debugging messages (removed no longer needed ones)Rainer Gerhards2008-07-142-5/+0
* | Merge branch 'beta' - important mutex bugfixRainer Gerhards2008-07-141-2/+29
* | bugfix: bad memory leak in disk-based queue modesRainer Gerhards2008-07-091-21/+8
* | Merge branch 'beta'Rainer Gerhards2008-07-071-1/+1
|/
* bugfix: machine certificate was required for client even in TLS anon modeRainer Gerhards2008-07-024-18/+25
* Merge branch 'beta'Rainer Gerhards2008-07-012-10/+7
* added (internal) error codes to error messagesRainer Gerhards2008-06-2711-106/+123
* reduced number of compile warnings in -pedantic gcc modeRainer Gerhards2008-06-2714-57/+53
* misc small changes: corrected version, removed some debug output,Rainer Gerhards2008-06-271-2/+1
* bugfix: gtls always read only 8 bytes per recv callRainer Gerhards2008-06-251-1/+1
* fixed invalid state checking inside gtls retry handlerRainer Gerhards2008-06-251-1/+1
* gnu error status must be set after retry operationRainer Gerhards2008-06-241-0/+2
* bugfix: gtls und ptcp netstream driver communicated invalid iRetRainer Gerhards2008-06-242-3/+12
* improved gtls error reportingRainer Gerhards2008-06-241-1/+3
* added support for EGAIN while trying to receive data on gTLS sessionRainer Gerhards2008-06-244-19/+127
* disabled compile warnings caused by third-party librariesRainer Gerhards2008-06-234-0/+12
* changed Rcv-Interface in tcpsrv subsystemRainer Gerhards2008-06-233-4/+14