| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
another concept that did not prove valuable enough to be kept active. For
the last couple of releases, the dead code was kept inside the project as
we thought we could probably reuse it. Doesn't look so...
|
|
|
|
|
| |
...by replacing time() call with much faster (at least under linux)
gettimeofday() calls.
|
|
|
|
| |
reducing the number of thread cancellation state changes
|
|\
| |
| |
| |
| | |
Conflicts:
runtime/rsyslog.h
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was a complex manual merge, especially in action.c. So if
there occur some problems, this would be a good point to start
troubleshooting. I run a couple of tests before commiting and
they all went well.
Conflicts:
action.c
action.h
runtime/queue.c
runtime/queue.h
runtime/wti.c
runtime/wti.h
|
|
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.
|