developer-manual: Mention that merges into 'master' should be avoided
[privoxy.git] / list.c
2020-09-07 Fabian KeilRemove OS/2 support
2020-05-28 Fabian KeilFix typos
2020-02-13 Fabian KeilUpgrade a bunch of links to the homepage to https://
2018-03-08 Fabian KeilRemove show_rcs() and the CVS ids it relied upon
2017-01-23 Fabian KeilRemove a couple of SourceForge references in copyright...
2014-11-14 Fabian Keilunmap(): Prevent use-after-free if the map only consist...
2014-10-21 Fabian KeilFix comment typos in free_map()'s description
2014-10-18 Fabian KeilLet new_map() exit if the new map can't be allocated
2012-03-09 Fabian KeilFollow-up fixes for the previous white-space changes
2012-03-09 Fabian KeilFix white-space around parentheses
2012-03-04 Fabian KeilLet enlist_unique_header() verify that the caller didn...
2011-12-31 Fabian KeilDrop the 'Functions declared include:' comment sections
2011-09-04 Fabian KeilDitch trailing whitespace
2011-04-19 Fabian KeilFix various spelling errors in the comments.
2011-01-22 Fabian KeilFix various typos. Apparently I can't spell length...
2010-11-22 Fabian KeilForced commit to note that the executable bits have...
2009-05-16 Fabian KeilRemove CVS revision logs. TODO item #33.
2007-05-14 Fabian Keil- Stop using strcpy().
2007-04-17 Fabian KeilAdd list_contains_item().
2006-12-28 Fabian KeilFixed gcc43 warning and enabled list_is_valid()'s loop
2006-07-18 David SchmidtReorganizing the repository: swapping out what was...
2002-06-04 jongfosterMoving sources to /src
2002-03-26 swawe have a new homepage!
2002-03-24 swaname change related issues
2002-03-07 oesFixed compiler warnings
2001-10-25 David SchmidtChange in porting tactics: OS/2's EMX porting layer...
2001-10-23 jongfosterNew error handling - error codes are now jb_errs, not...
2001-09-16 jongfosterFixing a compiler warning.
2001-09-16 jongfosterRewrite of list library. Now has seperate header and...
2001-08-07 oesFixed comment
2001-08-05 jongfosterModifiying "struct map" so that there are now separate...
2001-07-31 oeslist_to_text() now appends empty line at end
2001-06-29 oesIndentation, CRLF->LF, Tab-> Space
2001-06-29 oes- Added Convenience function enlist_unique_header(),
2001-06-03 oesfunctions for new struct map, extended enlist_unique
2001-06-01 jongfosterReplaced "list_share" with "list" - the tiny memory...
2001-05-31 jongfoster- Moved linked list support to new "list.c" file.