| Commit message (Expand) | Author | Age | Files | Lines |
* | redesigned queue to utilize helper classes for threading support. This is | Rainer Gerhards | 2008-01-24 | 1 | -12/+12 |
* | bugfix: llDestroy() left the list with invalid root/last pointers | Rainer Gerhards | 2007-12-19 | 1 | -0/+3 |
* | changed license to GPLv3 (for what is to become rsyslog v3) | Rainer Gerhards | 2007-12-14 | 1 | -8/+7 |
* | - added an identifier to command handler table - need to identify which | Rainer Gerhards | 2007-11-21 | 1 | -8/+112 |
* | cleaned up compiler warnings | Rainer Gerhards | 2007-09-11 | 1 | -2/+5 |
* | - I found out that we finally have problems with the (somewhat recursive) | Rainer Gerhards | 2007-08-03 | 1 | -5/+54 |
* | enhanced linkedList class, new method to get count, new method to execute a | Rainer Gerhards | 2007-08-02 | 1 | -0/+44 |
* | shuffeled code in cfline() to prepare for a better system of processing the | Rainer Gerhards | 2007-08-01 | 1 | -1/+1 |
* | omfile.c now uses the new table-driven cfsysline system | Rainer Gerhards | 2007-07-31 | 1 | -2/+0 |
* | - got the basic code in place to create an in-memory list of cfsysline | Rainer Gerhards | 2007-07-31 | 1 | -3/+17 |
* | prepared cfsysline.c for integration into output modules | Rainer Gerhards | 2007-07-31 | 1 | -2/+7 |
* | added some more functions to linkedList class | Rainer Gerhards | 2007-07-31 | 1 | -2/+77 |
* | added a generic linked list object (files linkedlist.h/c) | Rainer Gerhards | 2007-07-31 | 1 | -0/+119 |