Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -615/+0 |
| | |||||
* | Add a linked list constructor taking items from a vararg list | Martin Willi | 2012-09-18 | 1 | -0/+22 |
| | |||||
* | Add a linked list constructor initializing from an enumerator | Martin Willi | 2012-09-11 | 1 | -0/+19 |
| | |||||
* | Added linked_list_t.has_more which checks if any elements follow an ↵ | Tobias Brunner | 2011-07-06 | 1 | -0/+11 |
| | | | | enumerator's current position. | ||||
* | Make sure the enumerator stops after all items have been enumerated. | Tobias Brunner | 2011-07-06 | 1 | -1/+19 |
| | | | | | This also changes how insert_before behaves, before enumeration items are inserted first, after enumeration last. | ||||
* | Linked list style cleanups | Martin Willi | 2011-07-06 | 1 | -47/+46 |
| | |||||
* | Finally removed deprecated iterator_t. | Tobias Brunner | 2011-07-06 | 1 | -228/+21 |
| | |||||
* | Removed unneeded and confusing insert_after method from linked_list_t. | Tobias Brunner | 2011-07-06 | 1 | -8/+0 |
| | |||||
* | Added a function to reset the enumerator of a linked list. | Tobias Brunner | 2011-07-06 | 1 | -0/+7 |
| | |||||
* | Added a replace function to linked_list_t. | Tobias Brunner | 2011-07-06 | 1 | -0/+14 |
| | |||||
* | Added an insert_after and insert_before function to linked_list_t. | Tobias Brunner | 2011-07-06 | 1 | -42/+64 |
| | |||||
* | Migrated linked_list_t to INIT/METHOD macros. | Tobias Brunner | 2011-07-06 | 1 | -174/+119 |
| | |||||
* | Added missing return in iterator_t.insert_before of linked_list_t. | Tobias Brunner | 2011-04-19 | 1 | -0/+1 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -32/+32 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 1 | -5/+5 |
| | | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms). | ||||
* | fixed iterator regression introduced in [4577] | Martin Willi | 2008-11-05 | 1 | -0/+1 |
| | |||||
* | get rid of unused iterator hook functions | Martin Willi | 2008-11-05 | 1 | -72/+7 |
| | |||||
* | got rid of deprecated create_iterator_locked() | Martin Willi | 2008-11-05 | 1 | -25/+0 |
| | |||||
* | merging kernel_pfkey plugin back from kernel-interface branch | Tobias Brunner | 2008-10-14 | 1 | -2/+4 |
| | |||||
* | functions invoked on all linked list items now support up to five additional ↵ | Tobias Brunner | 2008-04-18 | 1 | -7/+9 |
| | | | | arguments | ||||
* | changed enumerator implementation to handle reentrant code | Martin Willi | 2008-04-01 | 1 | -11/+23 |
| | |||||
* | two small fixes | Tobias Brunner | 2008-03-13 | 1 | -1/+1 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -138/+71 |
| | |||||
* | find methods for linked lists | Tobias Brunner | 2008-02-14 | 1 | -0/+48 |
| | |||||
* | implemented enumerator for linked_list | Martin Willi | 2007-10-04 | 1 | -0/+47 |
| | |||||
* | made linked lists invoke() method consistent to clone_*() and destroy_*() ↵ | Martin Willi | 2007-08-09 | 1 | -4/+19 |
| | | | | methods | ||||
* | added two methods to clone linked lists and the contained objects. | Tobias Brunner | 2007-07-31 | 1 | -0/+38 |
| | |||||
* | implemented more flexible iterator hook API | Martin Willi | 2007-06-15 | 1 | -28/+31 |
| | | | | kernel interface handles interface changes and updates address list | ||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 1 | -11/+32 |
| | |||||
* | fixed very old bug in linked_list's remove_first and remove_last | Martin Willi | 2006-11-02 | 1 | -10/+18 |
| | |||||
* | removed iterator hook for replace | Martin Willi | 2006-11-02 | 1 | -1/+1 |
| | |||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -9/+9 |
| | | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements | ||||
* | removed deprecated iterator methods (has_next & current) | Martin Willi | 2006-10-24 | 1 | -62/+49 |
| | | | | added iterator hook to manipulate iterator the clean way | ||||
* | linked list cleanups | Martin Willi | 2006-10-24 | 1 | -44/+93 |
| | | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items | ||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 1 | -21/+27 |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | ||||
* | code cleanups | Martin Willi | 2006-07-12 | 1 | -82/+41 |
| | |||||
* | updated copyright information | Martin Willi | 2006-07-07 | 1 | -1/+2 |
| | |||||
* | implemented rereadcrls rereadcacerts | Andreas Steffen | 2006-06-20 | 1 | -1/+1 |
| | |||||
* | - changed iterator->remove behavior | Martin Willi | 2006-05-29 | 1 | -4/+0 |
| | |||||
* | - applied patch from andreas, which allows certificate listing via stroke | Martin Willi | 2006-05-19 | 1 | -1/+10 |
| | |||||
* | (no commit message) | Martin Willi | 2006-05-10 | 1 | -0/+727 |