Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge branch 'master' into ultra-reliable | Rainer Gerhards | 2009-05-25 | 1 | -0/+29 | |
|\| | | | ||||||
| * | | | solved some issues with testbench & a race condition | Rainer Gerhards | 2009-05-25 | 1 | -1/+9 | |
| * | | | improved testbench / solved imdiag race condition | Rainer Gerhards | 2009-05-25 | 1 | -0/+21 | |
* | | | | Merge branch 'master' into ultra-reliable | Rainer Gerhards | 2009-05-25 | 3 | -2/+2 | |
|\| | | | ||||||
| * | | | added new testing module imdiag | Rainer Gerhards | 2009-05-25 | 2 | -1/+1 | |
| * | | | fixing some nits with the build system | Rainer Gerhards | 2009-05-22 | 1 | -1/+1 | |
* | | | | minor cleanup: remove compiler warning | Rainer Gerhards | 2009-05-22 | 1 | -1/+1 | |
* | | | | Merge branch 'master' into ultra-reliable | Rainer Gerhards | 2009-05-22 | 10 | -78/+115 | |
|\| | | | ||||||
| * | | | added capability to run multiple tcp listeners (on different ports) | Rainer Gerhards | 2009-05-22 | 10 | -78/+115 | |
* | | | | free last processed message in all cases | Rainer Gerhards | 2009-05-20 | 6 | -68/+129 | |
* | | | | yield() no longer needed on uniproc thanks to new algorithms | Rainer Gerhards | 2009-05-20 | 3 | -42/+8 | |
* | | | | solved the intended-discard-during-dequeue issue | Rainer Gerhards | 2009-05-19 | 3 | -11/+19 | |
* | | | | some cleanup | Rainer Gerhards | 2009-05-19 | 2 | -87/+0 | |
* | | | | queue size calculation now based on logical/physical dequeue | Rainer Gerhards | 2009-05-19 | 2 | -49/+68 | |
* | | | | Merge branch 'master' into tmp | Rainer Gerhards | 2009-05-19 | 1 | -0/+1 | |
|\| | | | ||||||
| * | | | Fix compiler warnings | Michael Biebl | 2009-05-19 | 1 | -0/+1 | |
* | | | | removed queue's UngetObj() call | Rainer Gerhards | 2009-05-18 | 2 | -105/+11 | |
* | | | | t-delete list implemented, queue store drivers updated... | Rainer Gerhards | 2009-05-18 | 5 | -57/+337 | |
* | | | | moved user object destruction to queue itself | Rainer Gerhards | 2009-05-13 | 2 | -4/+38 | |
* | | | | added test for property replacer field functionality to testbench | Rainer Gerhards | 2009-05-13 | 1 | -3/+1 | |
* | | | | action batch processing implemented | Rainer Gerhards | 2009-05-12 | 2 | -1/+4 | |
* | | | | one astrisk too much - and we have a segfault... - fixed ;) | Rainer Gerhards | 2009-05-12 | 1 | -1/+1 | |
* | | | | moving to a cleaner implementation of batches | Rainer Gerhards | 2009-05-12 | 8 | -44/+114 | |
* | | | | Merge branch 'master' into multi-dequeue | Rainer Gerhards | 2009-05-12 | 1 | -0/+1 | |
|\| | | | ||||||
| * | | | added capability to draw configuration graphs | Rainer Gerhards | 2009-05-11 | 1 | -0/+1 | |
* | | | | first shot at action state machine implemention (untested) | Rainer Gerhards | 2009-05-07 | 2 | -3/+24 | |
* | | | | begin implementation of new transactional output module interface | Rainer Gerhards | 2009-04-27 | 4 | -2/+112 | |
* | | | | fixed abort condition in DA mode | Rainer Gerhards | 2009-04-23 | 3 | -4/+2 | |
* | | | | fixing a small (newly-introduced) memory leak | Rainer Gerhards | 2009-04-23 | 3 | -17/+9 | |
* | | | | added $MainMsgQueueDequeueBatchSize and $ActionQueueDequeueBatchSize configur... | Rainer Gerhards | 2009-04-23 | 5 | -20/+19 | |
* | | | | Merge branch 'master' into multi-dequeue | Rainer Gerhards | 2009-04-23 | 1 | -4/+4 | |
|\| | | | ||||||
| * | | | Merge branch 'beta' | Rainer Gerhards | 2009-04-23 | 1 | -6/+8 | |
| |\| | | ||||||
| | * | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-04-23 | 1 | -6/+8 | |
| | |\| | ||||||
| | | * | bugfix: light and full delay watermarks had invalid values | Rainer Gerhards | 2009-04-23 | 1 | -6/+8 | |
| | * | | Merge branch 'beta' | Rainer Gerhards | 2009-04-09 | 1 | -0/+2 | |
| | |\| | ||||||
| | | * | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-04-09 | 1 | -0/+2 | |
| | | |\ | ||||||
| | | | * | Merge branch 'v2-stable' into v3-stable | Rainer Gerhards | 2009-04-09 | 1 | -0/+2 | |
* | | | | | improving debugging info a bit | Rainer Gerhards | 2009-04-23 | 1 | -2/+4 | |
* | | | | | now batches are handed down to the actual consumer | Rainer Gerhards | 2009-04-22 | 2 | -18/+21 | |
* | | | | | first attempt at dequeueing multiple batches inside the queue | Rainer Gerhards | 2009-04-22 | 7 | -79/+149 | |
* | | | | | Merge branch 'master' into multi-dequeue | Rainer Gerhards | 2009-04-22 | 1 | -0/+2 | |
|\| | | | | ||||||
| * | | | | some cleanup | Rainer Gerhards | 2009-04-17 | 1 | -0/+2 | |
* | | | | | some cleanup | Rainer Gerhards | 2009-04-17 | 1 | -39/+0 | |
|/ / / / | ||||||
* | | | | Merge branch 'nextmaster' into oracle | Rainer Gerhards | 2009-04-16 | 2 | -1/+4 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'omprog' into nextmaster | Rainer Gerhards | 2009-04-14 | 2 | -1/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | improved omprog, now ready for first practical testing | Rainer Gerhards | 2009-04-01 | 1 | -0/+1 | |
| | * | | | | initial work on omprog, an output module to send messages to another program | Rainer Gerhards | 2009-04-01 | 2 | -1/+2 | |
| * | | | | | implemented $MaxOpenFiles directive and changed testbench | Rainer Gerhards | 2009-04-14 | 1 | -0/+1 | |
* | | | | | | added a new error code for too-old rsyslog core | Rainer Gerhards | 2009-04-16 | 1 | -0/+1 | |
|/ / / / / | ||||||
* | | | | | bugfix: solved potential memory leak in msg processing | Rainer Gerhards | 2009-04-08 | 1 | -1/+3 |