summaryrefslogtreecommitdiffstats
path: root/linkedlist.c
Commit message (Expand)AuthorAgeFilesLines
* added missing copyright statementsRainer Gerhards2008-04-241-0/+2
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-12/+12
* bugfix: llDestroy() left the list with invalid root/last pointersRainer Gerhards2007-12-191-0/+3
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-8/+7
* - added an identifier to command handler table - need to identify whichRainer Gerhards2007-11-211-8/+112
* cleaned up compiler warningsRainer Gerhards2007-09-111-2/+5
* - I found out that we finally have problems with the (somewhat recursive)Rainer Gerhards2007-08-031-5/+54
* enhanced linkedList class, new method to get count, new method to execute aRainer Gerhards2007-08-021-0/+44
* shuffeled code in cfline() to prepare for a better system of processing theRainer Gerhards2007-08-011-1/+1
* omfile.c now uses the new table-driven cfsysline systemRainer Gerhards2007-07-311-2/+0
* - got the basic code in place to create an in-memory list of cfsyslineRainer Gerhards2007-07-311-3/+17
* prepared cfsysline.c for integration into output modulesRainer Gerhards2007-07-311-2/+7
* added some more functions to linkedList classRainer Gerhards2007-07-311-2/+77
* added a generic linked list object (files linkedlist.h/c)Rainer Gerhards2007-07-311-0/+119