aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/collections/linked_list.h
Commit message (Collapse)AuthorAgeFilesLines
* linked-list: Change return value of find_first() and signature of its callbackTobias Brunner2017-05-261-14/+20
| | | | This avoids the unportable five pointer hack.
* linked-list: Change interface of callback for invoke_function()Tobias Brunner2017-05-261-9/+8
| | | | This avoids the unportable five pointer hack.
* linked-list: invoke_offset() doesn't take any additional arguments anymoreTobias Brunner2017-05-261-4/+1
|
* Fixed some typos, courtesy of codespellTobias Brunner2017-03-231-1/+1
|
* linked-list: Add method to compare two lists of objects for equalityTobias Brunner2016-03-081-1/+22
|
* linked-list: Remove barely used has_more() methodTobias Brunner2013-07-171-9/+0
| | | | | | | | This required some refactoring when handling encrypted payloads. Also changed log messages so that "encrypted payload" is logged instead of "encryption payload" (even if we internally still call it that) as that's the name used in RFC 5996.
* linked-list: Remove unused clone_function() methodTobias Brunner2013-07-171-8/+0
|
* linked-list: Remove barely used find_last() methodTobias Brunner2013-07-171-21/+0
|
* linked-list: Remove unused replace() methodTobias Brunner2013-07-171-10/+0
| | | | | | Its functionality can be replicated by calling insert_before() followed by remove_at(). Not the other way around, though, because remove_at() changes the enumerator position.
* Some minor Doxygen fixes for linked_list_tTobias Brunner2013-06-111-2/+5
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-0/+319