summaryrefslogtreecommitdiffstats
path: root/runtime/obj.c
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: potential race in object loader during use/release of object interfaceRainer Gerhards2009-09-221-3/+19
|
* going forward in moving string-handling functions to new interface...Rainer Gerhards2009-06-171-8/+8
|
* Merge branch 'master' into omfileRainer Gerhards2009-06-161-3/+3
|\ | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/msg.h tcps_sess.c tcpsrv.c tools/syslogd.c
| * done various optimizations to the stringbuf and its usersRainer Gerhards2009-06-161-3/+3
| |
* | omfile buffers are now synchronized after inactivityRainer Gerhards2009-06-151-0/+2
| | | | | | | | | | | | This is the first shot at this functionality. Currently, we run off a fixed counter in the rsyslogd mainloop, which needs to be restructured. But this code works, so it is a good time for a commit.
* | completed multi-ruleset core supportRainer Gerhards2009-06-121-2/+2
| | | | | | | | ... as well as added multi-ruleset support for imtcp
* | fixed a small memory leak...Rainer Gerhards2009-06-101-23/+16
| | | | | | | | and another problem, both introduced today. Also did some general cleanup.
* | cleaned up stream class ...Rainer Gerhards2009-06-041-30/+34
|/ | | | | | ... and also made it callable via an rsyslog interface rather then relying on the OS loader (important if we go for using it inside loadbale modules, which we soon possible will)
* added properties "inputname" and "$myhostname"Rainer Gerhards2008-09-101-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.
* added (internal) error codes to error messagesRainer Gerhards2008-06-271-1/+1
| | | | | Also added redirector to web description of error codes closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20
* reduced number of compile warnings in -pedantic gcc modeRainer Gerhards2008-06-271-3/+3
|
* begun step-by-step guide for TLS protected syslogRainer Gerhards2008-06-181-1/+1
|
* fixed problem with module unload sequenceRainer Gerhards2008-04-291-4/+2
|
* message reception via TCP work againRainer Gerhards2008-04-241-1/+1
| | | | | | ... at least in some cases ;) I assume there are still a couple of bugs inside the code. But at least we have something from where we can continue to work on.
* completed better modularity of runtimeRainer Gerhards2008-04-171-1/+1
| | | | | | | | | | - added the ability to specify an error log function for the runtime - removed dependency of core runtime on dirty.h Note that it is "better" modularity, not perfect. There is still work to do, but I think we can for the time being proceed with other things.
* moved files to the runtimeRainer Gerhards2008-04-161-0/+1336
there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization.