Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-31 | clarify what smartlist_remove promises, since we rely on it. | Roger Dingledine | |
svn:r3473 | |||
2005-01-12 | clean up smartlist_string_isin so callers don't have to manage bufs | Roger Dingledine | |
themselves svn:r3338 | |||
2004-12-16 | Make split(..., NULL) split on horizontal space; fix bug with tabs in config ↵ | Nick Mathewson | |
file. svn:r3155 | |||
2004-12-08 | Solaris CC freaks out if isspace and friends get anything other than an int. ↵ | Nick Mathewson | |
We learned that, so we casted. But it is also a bad idea to cast a signed char to an int and expect things to work on win32. Now we cast to unsigned char, then to int, then pass to isspace. Ug svn:r3120 | |||
2004-12-07 | fix comment | Roger Dingledine | |
svn:r3110 | |||
2004-12-04 | fix comment | Roger Dingledine | |
svn:r3077 | |||
2004-12-01 | Spell-check strings and comments | Nick Mathewson | |
svn:r3052 | |||
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of ↵ | Nick Mathewson | |
every file. svn:r3019 | |||
2004-11-28 | Normalize space: add one between every control keyword and control clause. | Nick Mathewson | |
svn:r3003 | |||
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine | |
svn:r2989 | |||
2004-11-22 | Normalize a few more kinds of whitespace. We now dislike: | Nick Mathewson | |
- func (args) - if (x){ This doesn't normalize if(x), for(x); while(x), and friends. svn:r2943 | |||
2004-11-12 | Nobody was using the return values from smartlist_(set|del|del_keeporder), ↵ | Nick Mathewson | |
so remove them. svn:r2823 | |||
2004-11-12 | Add a FAST_SMARTLIST define to optionally inline smartlist_get and ↵ | Nick Mathewson | |
smartlist_len, which are two major profiling offenders. svn:r2822 | |||
2004-11-06 | parse_line_from_file is obsolete. | Roger Dingledine | |
svn:r2693 | |||
2004-11-03 | Add a slightly trickier string-join interface for making NUL-terminated ↵ | Nick Mathewson | |
string messages svn:r2659 | |||
2004-11-03 | my assert.h takes extra pains to be certain to _re-include_ | Roger Dingledine | |
itself if you include it twice. this is dumb, but hey. svn:r2653 | |||
2004-11-01 | Split util into util (general utilities), container (smartlist and strmap), ↵ | Nick Mathewson | |
and compat (cross-platform compatability). svn:r2640 |