index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
container.c
Age
Commit message (
Expand
)
Author
2005-10-06
Make doxygen marginally happier
Nick Mathewson
2005-09-30
Never call free() on tor_malloc()d memory. This is unlikely to be our current...
Nick Mathewson
2005-09-30
even better function start checks; give dmalloc a chance of working.
Nick Mathewson
2005-09-30
Reformat inconsistent function declarations.
Nick Mathewson
2005-09-29
Add a bunch more warnings to out warning suite; resolve them; pack structs a ...
Nick Mathewson
2005-09-18
Make smartlist_add_all more efficient.
Nick Mathewson
2005-09-13
Add documentation to a few functions in container.c; reformat function defini...
Nick Mathewson
2005-09-12
make compile slightly happier on const-zealous compilers
Nick Mathewson
2005-09-12
We have so many special cases for smartlists of strings, why not add a sort f...
Nick Mathewson
2005-09-12
Fix a memory leak in smartlist_string_remove.
Nick Mathewson
2005-09-09
Add sorting/searching to smartlist
Nick Mathewson
2005-09-08
don't crash now that LongLivedPorts can be null
Roger Dingledine
2005-07-22
Be consistent about preferring foo* to struct foo*
Nick Mathewson
2005-07-18
cosmetic fixes
Roger Dingledine
2005-07-18
slightly cleaner fix
Roger Dingledine
2005-07-18
bugfixes: smartlist_join_strings2() was underflowing a size_t
Roger Dingledine
2005-06-11
flesh out the source file descriptions for doxygen
Roger Dingledine
2005-06-09
Change end-of-file NLNL convention. It turns out arma I and I agree.
Nick Mathewson
2005-06-09
New whitespace normalization rule: no blank line at EOF.
Nick Mathewson
2005-04-03
I hear the smart kinds compile before committing. Then they never miss parens
Nick Mathewson
2005-04-03
Make smartlist_string_remove consistent with smartlist_string
Nick Mathewson
2005-04-03
Add useful smartlist_string_remove function.
Nick Mathewson
2005-04-01
update copyright notices.
Nick Mathewson
2005-03-22
bugfix: make smartlist_join_strings2 actually use the separator/terminator
Roger Dingledine
2005-02-28
Fix strmap_free to release memory actually held by the strmap.
Nick Mathewson
2005-02-20
bugfix: actually use the argument to strmap_free()
Roger Dingledine
2005-02-19
avoid case (not yet triggered) where smartlists could grow out
Roger Dingledine
2005-01-31
clarify what smartlist_remove promises, since we rely on it.
Roger Dingledine
2005-01-12
clean up smartlist_string_isin so callers don't have to manage bufs
Roger Dingledine
2004-12-16
Make split(..., NULL) split on horizontal space; fix bug with tabs in config ...
Nick Mathewson
2004-12-08
Solaris CC freaks out if isspace and friends get anything other than an int. ...
Nick Mathewson
2004-12-07
fix comment
Roger Dingledine
2004-12-04
fix comment
Roger Dingledine
2004-12-01
Spell-check strings and comments
Nick Mathewson
2004-11-29
Suggestion from weasel: Make tor --version --version dump the cvs Id of every...
Nick Mathewson
2004-11-28
Normalize space: add one between every control keyword and control clause.
Nick Mathewson
2004-11-26
remove emacs droppings, since nick says he doesn't need them anymore
Roger Dingledine
2004-11-22
Normalize a few more kinds of whitespace. We now dislike:
Nick Mathewson
2004-11-12
Nobody was using the return values from smartlist_(set|del|del_keeporder), so...
Nick Mathewson
2004-11-12
Add a FAST_SMARTLIST define to optionally inline smartlist_get and smartlist_...
Nick Mathewson
2004-11-06
parse_line_from_file is obsolete.
Roger Dingledine
2004-11-03
Add a slightly trickier string-join interface for making NUL-terminated strin...
Nick Mathewson
2004-11-03
my assert.h takes extra pains to be certain to _re-include_
Roger Dingledine
2004-11-01
Split util into util (general utilities), container (smartlist and strmap), a...
Nick Mathewson