aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_interval_tree.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-18Don't cast away constness if you don't have to.Guy Harris1-5/+5
2018-07-31wmem_interval_tree: fix no previous prototype for ‘update_edges_after_rotat...Alexis La Goutte1-1/+1
2018-07-14wmem_tree: describe tree traversal orderMatthieu Coudron1-5/+5
2018-07-14wmem_itree:update children max_edge after rotationMatthieu Coudron1-3/+11
2018-07-14mptcp: Correctly find mappings and reinjectionsMatthieu Coudron1-1/+1
2018-02-08wmem: use SPDX identifiers.Dario Lombardo1-13/+1
2016-08-01Remove checkAPI warnings from wmem.Michael Mann1-2/+2
2015-11-25wmem: add initializer (CID 1340194).Dario Lombardo1-3/+1
2015-11-25Print guint64's with G_GUINT64_FORMAT.Guy Harris1-1/+1
2015-11-24Introduces augmented interval treesMatthieu Coudron1-0/+194