aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/linked_list.h
Commit message (Expand)AuthorAgeFilesLines
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-319/+0
* Add a linked list constructor taking items from a vararg listMartin Willi2012-09-181-2/+11
* Add a linked list constructor initializing from an enumeratorMartin Willi2012-09-111-0/+8
* Added linked_list_t.has_more which checks if any elements follow an enumerato...Tobias Brunner2011-07-061-0/+8
* Make sure the enumerator stops after all items have been enumerated.Tobias Brunner2011-07-061-3/+4
* Finally removed deprecated iterator_t.Tobias Brunner2011-07-061-14/+0
* Removed unneeded and confusing insert_after method from linked_list_t.Tobias Brunner2011-07-061-17/+6
* Added a function to reset the enumerator of a linked list.Tobias Brunner2011-07-061-0/+7
* "this" removed from comments.Tobias Brunner2011-07-061-3/+0
* Added a replace function to linked_list_t.Tobias Brunner2011-07-061-0/+10
* Added an insert_after and insert_before function to linked_list_t.Tobias Brunner2011-07-061-1/+27
* Some minor comment fixes.Tobias Brunner2010-09-021-14/+20
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-041-2/+2
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-36/+36
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* merged multi-auth branch back into trunkMartin Willi2009-04-141-1/+0
* updated DoxyfileMartin Willi2009-03-241-1/+1
* got rid of deprecated create_iterator_locked()Martin Willi2008-11-051-16/+1
* merging kernel_pfkey plugin back from kernel-interface branchTobias Brunner2008-10-141-3/+7
* functions invoked on all linked list items now support up to five additional ...Tobias Brunner2008-04-181-3/+13
* two small fixesTobias Brunner2008-03-131-1/+1
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-119/+64
* find methods for linked listsTobias Brunner2008-02-141-0/+57
* implemented enumerator for linked_listMartin Willi2007-10-041-1/+16
* made linked lists invoke() method consistent to clone_*() and destroy_*() met...Martin Willi2007-08-091-1/+9
* added two methods to clone linked lists and the contained objects.Tobias Brunner2007-07-311-0/+19
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-1/+1
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-4/+3
* linked list cleanupsMartin Willi2006-10-241-55/+90
* introduced new logging subsystem using bus:Martin Willi2006-10-181-21/+15
* updated copyright informationMartin Willi2006-07-071-1/+2
* (no commit message)Martin Willi2006-05-101-0/+203