summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* preparing for 3.10.0v3-10-0Rainer Gerhards2008-01-071-1/+2
* preparing for 3.10.0 releaseRainer Gerhards2008-01-073-10/+13
* preparing for initial 3.10.0 releaseRainer Gerhards2008-01-072-7/+21
* added some more informationRainer Gerhards2008-01-071-0/+19
* worked on object header (now also contains the size)Rainer Gerhards2008-01-064-44/+66
* completed serializer for msg (but needs review)Rainer Gerhards2008-01-064-42/+63
* adjusted to recent IETF developmentsRainer Gerhards2008-01-061-1/+1
* worked a bit on object serializationRainer Gerhards2008-01-066-22/+170
* - fixed a bug with integer conversion in srUtils.cRainer Gerhards2008-01-062-4/+5
* removed some no-longer-needed code (thanks Michael Biebl for the help)Rainer Gerhards2008-01-054-19/+0
* added newst config directive changesRainer Gerhards2008-01-051-2/+4
* - added multiple worker thread capability to queue classRainer Gerhards2008-01-053-17/+46
* added the "direct" queueing mode to queue class (no queing at all)Rainer Gerhards2008-01-054-22/+89
* added capability for concurrent access to the msg class. Can be dynamicallyRainer Gerhards2008-01-054-106/+280
* changed queue object Construction/Startup interfaceRainer Gerhards2008-01-045-13/+29
* moved message destruction back to consumer - the consume should decide whatRainer Gerhards2008-01-043-13/+1
* utilized the new auto-destruction capability so that the queue can nowRainer Gerhards2008-01-046-11/+26
* removed serialization pointer from queue; used new base class insteadRainer Gerhards2008-01-045-21/+13
* - begun some work on Msg Object serializiationRainer Gerhards2008-01-049-5/+295
* begun working on disk queueing (not completed, do not use this mode!)Rainer Gerhards2008-01-035-10/+170
* added $MainMsgQueueFilePrefix config parameterRainer Gerhards2008-01-031-2/+8
* added $SpoolDirectory config parameterRainer Gerhards2008-01-032-20/+28
* added new config directivesRainer Gerhards2008-01-031-0/+2
* fixed old references to rklogd - thanks to Michael Biebl for spotting them.Rainer Gerhards2008-01-031-2/+2
* made doc somewhat more conformant to current development stateRainer Gerhards2008-01-033-4/+5
* brought up-to-dateRainer Gerhards2008-01-031-1/+34
* changed version number to one in the testing version number rangeRainer Gerhards2008-01-031-1/+1
* added $MainMsgQueueType config parameterRainer Gerhards2008-01-033-7/+34
* cleanupRainer Gerhards2008-01-031-5/+5
* removed reference to rklogd - thanks Michael Biebl for bringing this to myRainer Gerhards2008-01-031-1/+1
* simplified code and got rid of empty/full state variablesRainer Gerhards2008-01-032-22/+5
* added capability to use a linked list for queuing to the queue classRainer Gerhards2008-01-033-5/+148
* applied Michael Biebl's patch to clean up the makefilesRainer Gerhards2008-01-039-29/+19
* some cleanup, running in non-multithreaded mode no langer can happenRainer Gerhards2008-01-031-101/+76
* queue is now a full object and handles threading by itselfRainer Gerhards2008-01-034-218/+146
* implemented queue type "drivers"Rainer Gerhards2008-01-032-30/+99
* restructured queue interface to use rsRetVal and instances, removedRainer Gerhards2008-01-033-81/+97
* moved queue code to its own module (finally)Rainer Gerhards2008-01-036-108/+202
* fixed typo pointed out by Jonathan Smith - thanks!Rainer Gerhards2008-01-031-1/+1
* updated to include 2.0.0 releaseRainer Gerhards2008-01-022-6/+15
* reflected latest omgssapi changesRainer Gerhards2008-01-022-6/+6
* created omtesting, a debug and development aid output module. This is stageRainer Gerhards2007-12-318-8/+214
* removed gss-api code from omfwd.cRainer Gerhards2007-12-281-256/+1
* omgssapi createdRainer Gerhards2007-12-289-65/+767
* moved TCPSend() and frame building code to tcpsyslog.cRainer Gerhards2007-12-283-230/+253
* took TCPSend() apart and made it generic via function pointersRainer Gerhards2007-12-282-97/+122
* internal restructuring in omfwd.c - stage work for further modularization IRainer Gerhards2007-12-273-152/+187
* some cleanupRainer Gerhards2007-12-279-15/+21
* applied cross-platform patch from darix to facilitate GSS-API compile onRainer Gerhards2007-12-275-5/+5
* added capability to have multiple UDP listeners running concurrentlyRainer Gerhards2007-12-272-24/+73