summaryrefslogtreecommitdiff
path: root/libarchive/archive_rb.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix use after free in ISO9660 and XAR writerMartin Matuska2020-02-011-2/+14
| | | | | | | Remove rbtree nodes before freeing them. For better code readability import new rbtree macros from NetBSD. Fixes #1325
* Unify header style, header guard comes firstMartin Matuska2020-01-131-2/+3
| | | | Found by LGTM.com code analysis
* Use custom include guardJoerg Sonnenberger2010-04-291-3/+3
| | | | SVN-Revision: 2342
* Add __archive_ prefix to rb_tree_remove_node().Michihiro NAKAJIMA2010-04-281-1/+1
| | | | SVN-Revision: 2338
* Unbreak build on Windows.Michihiro NAKAJIMA2010-04-281-2/+0
| | | | SVN-Revision: 2337
* Port NetBSD's rb.c. Changes here are:Joerg Sonnenberger2010-04-281-0/+102
- Use archive_ prefix for types and __archive_ prefix for the functions to avoid conflicts with system headers. - No debug code, statistics and only the "small" code. - No stdbool.h. The only real assumption is that pointers have 4 bytes alignment. SVN-Revision: 2335