Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed some memory leaks in new code -- thanks to varmojfekoj for the patch | Rainer Gerhards | 2008-01-08 | 2 | -4/+7 | |
| | ||||||
* | fixed doc bug | Rainer Gerhards | 2008-01-08 | 1 | -11/+11 | |
| | ||||||
* | fixed doc bug -- thanks to varmojfekoj for pointing it out | Rainer Gerhards | 2008-01-08 | 1 | -5/+5 | |
| | ||||||
* | worked a bit more on the queue, disk dequeing part (not complete yet) | Rainer Gerhards | 2008-01-07 | 2 | -3/+15 | |
| | ||||||
* | - MsgSetProperty() implemented | Rainer Gerhards | 2008-01-07 | 10 | -75/+435 | |
| | | | | | - defined a property class - implemented deserializer (needs some more work) | |||||
* | implemented class type registry | Rainer Gerhards | 2008-01-07 | 6 | -3/+40 | |
| | ||||||
* | implemented buffered read calls for the queue file | Rainer Gerhards | 2008-01-07 | 3 | -20/+110 | |
| | ||||||
* | implemented disk queue as far as I could without an object de-serializer | Rainer Gerhards | 2008-01-07 | 4 | -25/+129 | |
| | ||||||
* | performance-tuned stringbuf class | Rainer Gerhards | 2008-01-07 | 6 | -39/+78 | |
| | ||||||
* | bumped version number | Rainer Gerhards | 2008-01-07 | 2 | -1/+3 | |
| | ||||||
* | fixed invalid link | Rainer Gerhards | 2008-01-07 | 1 | -1/+1 | |
| | ||||||
* | preparing for 3.10.0v3-10-0 | Rainer Gerhards | 2008-01-07 | 1 | -1/+2 | |
| | ||||||
* | preparing for 3.10.0 release | Rainer Gerhards | 2008-01-07 | 3 | -10/+13 | |
| | ||||||
* | preparing for initial 3.10.0 release | Rainer Gerhards | 2008-01-07 | 2 | -7/+21 | |
| | ||||||
* | added some more information | Rainer Gerhards | 2008-01-07 | 1 | -0/+19 | |
| | ||||||
* | worked on object header (now also contains the size) | Rainer Gerhards | 2008-01-06 | 4 | -44/+66 | |
| | ||||||
* | completed serializer for msg (but needs review) | Rainer Gerhards | 2008-01-06 | 4 | -42/+63 | |
| | ||||||
* | adjusted to recent IETF developments | Rainer Gerhards | 2008-01-06 | 1 | -1/+1 | |
| | ||||||
* | worked a bit on object serialization | Rainer Gerhards | 2008-01-06 | 6 | -22/+170 | |
| | ||||||
* | - fixed a bug with integer conversion in srUtils.c | Rainer Gerhards | 2008-01-06 | 2 | -4/+5 | |
| | | | | | - changed some lib functions to work on long instead of int to care for 64 bit platforms (just to be on the save side) | |||||
* | removed some no-longer-needed code (thanks Michael Biebl for the help) | Rainer Gerhards | 2008-01-05 | 4 | -19/+0 | |
| | ||||||
* | added newst config directive changes | Rainer Gerhards | 2008-01-05 | 1 | -2/+4 | |
| | ||||||
* | - added multiple worker thread capability to queue class | Rainer Gerhards | 2008-01-05 | 3 | -17/+46 | |
| | | | | - implemented $MainMsgQueueWorkerThreads config directive | |||||
* | added the "direct" queueing mode to queue class (no queing at all) | Rainer Gerhards | 2008-01-05 | 4 | -22/+89 | |
| | ||||||
* | added capability for concurrent access to the msg class. Can be dynamically | Rainer Gerhards | 2008-01-05 | 4 | -106/+280 | |
| | | | | activated. If active, locking is employed. | |||||
* | changed queue object Construction/Startup interface | Rainer Gerhards | 2008-01-04 | 5 | -13/+29 | |
| | ||||||
* | moved message destruction back to consumer - the consume should decide what | Rainer Gerhards | 2008-01-04 | 3 | -13/+1 | |
| | | | | | to do with the object. It may pass it on to someone else. So this would have creatd some headache in the future (maybe...). | |||||
* | utilized the new auto-destruction capability so that the queue can now | Rainer Gerhards | 2008-01-04 | 6 | -11/+26 | |
| | | | | destruct user objects if needed | |||||
* | removed serialization pointer from queue; used new base class instead | Rainer Gerhards | 2008-01-04 | 5 | -21/+13 | |
| | ||||||
* | - begun some work on Msg Object serializiation | Rainer Gerhards | 2008-01-04 | 9 | -5/+295 | |
| | | | | - created a kind of general base class | |||||
* | begun working on disk queueing (not completed, do not use this mode!) | Rainer Gerhards | 2008-01-03 | 5 | -10/+170 | |
| | ||||||
* | added $MainMsgQueueFilePrefix config parameter | Rainer Gerhards | 2008-01-03 | 1 | -2/+8 | |
| | ||||||
* | added $SpoolDirectory config parameter | Rainer Gerhards | 2008-01-03 | 2 | -20/+28 | |
| | ||||||
* | added new config directives | Rainer Gerhards | 2008-01-03 | 1 | -0/+2 | |
| | ||||||
* | fixed old references to rklogd - thanks to Michael Biebl for spotting them. | Rainer Gerhards | 2008-01-03 | 1 | -2/+2 | |
| | ||||||
* | made doc somewhat more conformant to current development state | Rainer Gerhards | 2008-01-03 | 3 | -4/+5 | |
| | ||||||
* | brought up-to-date | Rainer Gerhards | 2008-01-03 | 1 | -1/+34 | |
| | ||||||
* | changed version number to one in the testing version number range | Rainer Gerhards | 2008-01-03 | 1 | -1/+1 | |
| | ||||||
* | added $MainMsgQueueType config parameter | Rainer Gerhards | 2008-01-03 | 3 | -7/+34 | |
| | ||||||
* | cleanup | Rainer Gerhards | 2008-01-03 | 1 | -5/+5 | |
| | ||||||
* | removed reference to rklogd - thanks Michael Biebl for bringing this to my | Rainer Gerhards | 2008-01-03 | 1 | -1/+1 | |
| | | | | attention | |||||
* | simplified code and got rid of empty/full state variables | Rainer Gerhards | 2008-01-03 | 2 | -22/+5 | |
| | ||||||
* | added capability to use a linked list for queuing to the queue class | Rainer Gerhards | 2008-01-03 | 3 | -5/+148 | |
| | ||||||
* | applied Michael Biebl's patch to clean up the makefiles | Rainer Gerhards | 2008-01-03 | 9 | -29/+19 | |
| | ||||||
* | some cleanup, running in non-multithreaded mode no langer can happen | Rainer Gerhards | 2008-01-03 | 1 | -101/+76 | |
| | | | | (rsyslogd error terminates if it can't start the queue and its thread) | |||||
* | queue is now a full object and handles threading by itself | Rainer Gerhards | 2008-01-03 | 4 | -218/+146 | |
| | ||||||
* | implemented queue type "drivers" | Rainer Gerhards | 2008-01-03 | 2 | -30/+99 | |
| | ||||||
* | restructured queue interface to use rsRetVal and instances, removed | Rainer Gerhards | 2008-01-03 | 3 | -81/+97 | |
| | | | | dependency on globals - now more like a real class | |||||
* | moved queue code to its own module (finally) | Rainer Gerhards | 2008-01-03 | 6 | -108/+202 | |
| | ||||||
* | fixed typo pointed out by Jonathan Smith - thanks! | Rainer Gerhards | 2008-01-03 | 1 | -1/+1 | |
| |