summaryrefslogtreecommitdiff
path: root/src/common/container.c
AgeCommit message (Expand)Author
2004-12-08Solaris CC freaks out if isspace and friends get anything other than an int. ...Nick Mathewson
2004-12-07fix commentRoger Dingledine
2004-12-04fix commentRoger Dingledine
2004-12-01Spell-check strings and commentsNick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-22Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson
2004-11-12Nobody was using the return values from smartlist_(set|del|del_keeporder), so...Nick Mathewson
2004-11-12Add a FAST_SMARTLIST define to optionally inline smartlist_get and smartlist_...Nick Mathewson
2004-11-06parse_line_from_file is obsolete.Roger Dingledine
2004-11-03Add a slightly trickier string-join interface for making NUL-terminated strin...Nick Mathewson
2004-11-03my assert.h takes extra pains to be certain to _re-include_Roger Dingledine
2004-11-01Split util into util (general utilities), container (smartlist and strmap), a...Nick Mathewson