Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linked-list: Change return value of find_first() and signature of its callback | Tobias Brunner | 2017-05-26 | 1 | -14/+20 |
| | | | | This avoids the unportable five pointer hack. | ||||
* | linked-list: Change interface of callback for invoke_function() | Tobias Brunner | 2017-05-26 | 1 | -9/+8 |
| | | | | This avoids the unportable five pointer hack. | ||||
* | linked-list: invoke_offset() doesn't take any additional arguments anymore | Tobias Brunner | 2017-05-26 | 1 | -4/+1 |
| | |||||
* | Fixed some typos, courtesy of codespell | Tobias Brunner | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | linked-list: Add method to compare two lists of objects for equality | Tobias Brunner | 2016-03-08 | 1 | -1/+22 |
| | |||||
* | linked-list: Remove barely used has_more() method | Tobias Brunner | 2013-07-17 | 1 | -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() method | Tobias Brunner | 2013-07-17 | 1 | -8/+0 |
| | |||||
* | linked-list: Remove barely used find_last() method | Tobias Brunner | 2013-07-17 | 1 | -21/+0 |
| | |||||
* | linked-list: Remove unused replace() method | Tobias Brunner | 2013-07-17 | 1 | -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_t | Tobias Brunner | 2013-06-11 | 1 | -2/+5 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -0/+319 |