strongswan/src/libstrongswan/collections
Tobias Brunner 2c02b02589 linked-list: Order of insert_before/remove_at calls doesn't matter anymore
This was quite confusing previously:  While calling insert_before()
and then remove_at() properly replaced the current item, calling them the
other way around inserted the new item before the previous item because
remove_at() changed the enumerator's position to the previous item.

The behavior in corner cases (calling the methods before or after
enumeration) is also changed slightly.
2018-06-26 15:11:02 +02:00
..
array.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
array.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
blocking_queue.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
blocking_queue.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
dictionary.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
enumerator.c Fixed some typos, courtesy of codespell 2018-05-23 16:33:02 +02:00
enumerator.h Change interface for enumerator_create_filter() callback 2017-05-26 13:56:44 +02:00
hashtable.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
hashtable.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
linked_list.c linked-list: Order of insert_before/remove_at calls doesn't matter anymore 2018-06-26 15:11:02 +02:00
linked_list.h linked-list: Order of insert_before/remove_at calls doesn't matter anymore 2018-06-26 15:11:02 +02:00