Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'beta' | Rainer Gerhards | 2009-02-24 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html | ||||
| * | make all cflags and libs variables uppercase | Michael Biebl | 2009-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | | pkg-config uses uppercase for its _CFLAGS and _LIBS variable names. So we follow suit and convert all _cflags and _libs variables to uppercase for more consistency. | ||||
* | | moved bParseHostname and bIsParsed to msgFlags | Rainer Gerhards | 2008-10-09 | 1 | -2/+3 |
| | | | | | | | | | | | | This enables us to use more efficient calling conventions and also helps us keep the on-disk structure of a msg object more consistent in future releases. | ||||
* | | "output" timestamp now taken from mesg's time generated | Rainer Gerhards | 2008-10-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This enhances performance and, as some have pointed out, is probably also more consistent with what users expect how the various output-timestamp related function should work. This commit needs some more testing. | ||||
* | | added $UDPServerTimeRequery option | Rainer Gerhards | 2008-10-06 | 1 | -1/+1 |
|/ | | | | | | | ...which enables to work with less acurate timestamps in favor of performance. This enables querying of the time only every n-th time if imudp is running in the tight receive loop (aka receiving messsages at a high rate) | ||||
* | added properties "inputname" and "$myhostname" | Rainer Gerhards | 2008-09-10 | 1 | -1/+1 |
| | | | | | | | | - added message property "inputname", which contains the name of the input (module) that generated it. Presence is depending on suport in each input module (else it is blank). - added system property "$myhostname", which contains the name of the local host as it knows itself. | ||||
* | Remove .cvsignore files, add .gitignore. | Michael Biebl | 2008-06-11 | 1 | -6/+0 |
| | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | added fromhost-ip properties and some bugfixes | Rainer Gerhards | 2008-05-16 | 1 | -1/+3 |
| | | | | | | | | | | - bugfix: TCP input modules did incorrectly set fromhost property (always blank) - bugfix: imklog did not set fromhost property - added "fromhost-ip" property - added "RSYSLOG_DebugFormat" canned template - bugfix: hostname and fromhost were swapped when a persisted message (in queued mode) was read in | ||||
* | some cleanup (gotten rid of some more plain chars) | Rainer Gerhards | 2008-05-06 | 1 | -1/+1 |
| | |||||
* | some more cleanup | Rainer Gerhards | 2008-04-16 | 1 | -1/+1 |
| | | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear | ||||
* | made everything compile with the new runtime subdirectory | Rainer Gerhards | 2008-04-16 | 1 | -1/+1 |
| | |||||
* | added librelp check via PKG_CHECK thanks to Michael Biebl's patch | Rainer Gerhards | 2008-04-02 | 1 | -2/+2 |
| | |||||
* | cleanup of unnecessary warnings | Rainer Gerhards | 2008-03-31 | 1 | -1/+1 |
| | |||||
* | adopted to changed librelp interface | Rainer Gerhards | 2008-03-31 | 1 | -2/+3 |
| | |||||
* | changed the "syslog" relp command to be required for rsyslogd | Rainer Gerhards | 2008-03-27 | 1 | -1/+1 |
| | |||||
* | used new librelp entry point to set "syslog" command as desired feature | Rainer Gerhards | 2008-03-27 | 1 | -0/+1 |
| | |||||
* | fixed some problems in initial imrelp implementation | Rainer Gerhards | 2008-03-21 | 1 | -2/+2 |
| | |||||
* | added capability to receive RELP messages and forward them to the main | Rainer Gerhards | 2008-03-21 | 1 | -37/+14 |
| | | | | message queue to imrelp (not yet fully finished) | ||||
* | fixed small memory leak | Rainer Gerhards | 2008-03-20 | 1 | -0/+2 |
| | |||||
* | librelp changed header name | Rainer Gerhards | 2008-03-19 | 1 | -1/+1 |
| | |||||
* | done a bit to support librelp testing | Rainer Gerhards | 2008-03-17 | 1 | -25/+20 |
| | |||||
* | cleaned up new relp code files to make them suitable for implementation | Rainer Gerhards | 2008-03-13 | 1 | -9/+7 |
| | |||||
* | added initial set of RELP support (i/omrelp) - not working yet, just stage | Rainer Gerhards | 2008-03-13 | 3 | -0/+228 |
work |