summaryrefslogtreecommitdiff
path: root/epan/wmem/wmem_list.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-10wmem_list: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-1/+0
2017-02-08wmem_list: add wmem_list_insert_sorted.Dario Lombardo1-0/+47
2016-10-24Add wmem_list_find_custom()João Valverde1-0/+14
2016-04-20wmem: add foreach function to wmem_list.Dario Lombardo1-0/+12
2015-12-04Adds wmem_list_find functionMatthieu Coudron1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-24Add wmem_destroy_list, wmem_destroy_queue, wmem_destroy_stack so that thoseEvan Huus1-0/+16
2013-11-05Expose wmem_list_remove_frame to make it efficient to do pop operations asEvan Huus1-0/+6
2013-07-20Replace wmem slist (singly-linked) with wmem list (doubly-linked).Evan Huus1-0/+181