| Commit message (Expand) | Author | Age |
... | |
* | r6958@Kushana: nickm | 2006-07-29 18:54:15 -0400••• Looks like we might need a priority queue.
svn:r6953
| Nick Mathewson | 2006-07-31 |
* | Ooh, that could have been bad. Sort digests as digests, not strings.•••svn:r6679
| Nick Mathewson | 2006-06-22 |
* | When requesting or serving resources via fingerprint/digest, request and resp...•••svn:r6673
| Nick Mathewson | 2006-06-21 |
* | Add smartlist_reverse and smartlist_pop_last.•••svn:r6634
| Nick Mathewson | 2006-06-18 |
* | Happy new year!•••svn:r5949
| Roger Dingledine | 2006-02-09 |
* | check for integer overflows in more places, when adding elements to•••smartlists. this could possibly prevent a buffer overflow on malicious
huge inputs. i don't see any, but i haven't looked carefully.
svn:r5695
| Roger Dingledine | 2006-01-02 |
* | whitespace fixes•••svn:r5682
| Roger Dingledine | 2005-12-31 |
* | Make hashtables use a little less space on 64-bit architectures.•••svn:r5585
| Nick Mathewson | 2005-12-14 |
* | Bite the bullet and limit all our source lines to 80 characters, the way IBM ...•••svn:r5582
| Nick Mathewson | 2005-12-14 |
* | Make more arguments const; do not call hash tables trees.•••svn:r5487
| Nick Mathewson | 2005-12-03 |
* | remove some functions that are not used; #if0 out some files that are not lik...•••svn:r5471
| Nick Mathewson | 2005-11-30 |
* | HT_NEXT invalidates the last iterator; fix rmv-related segfault.•••svn:r5458
| Nick Mathewson | 2005-11-26 |
* | Bandaid workaround to make cvs not crash tor clients.•••This is not a real fix. I didn't look at the rest of the code.
Nick?
svn:r5455
| Roger Dingledine | 2005-11-25 |
* | Add functions to return number of elts in associative containers•••svn:r5448
| Nick Mathewson | 2005-11-23 |
* | Replace balanced trees with hash tables: this should make stuff significantly...•••svn:r5441
| Nick Mathewson | 2005-11-23 |
* | cleanups and a smidgen more docs•••svn:r5335
| Roger Dingledine | 2005-11-01 |
* | Add a "Map from digest to void*" abstraction, since we already faked it in 3 ...•••svn:r5278
| Nick Mathewson | 2005-10-18 |
* | Inline key smartlist functions; use fast versions by default.•••svn:r5265
| Nick Mathewson | 2005-10-18 |
* | Make doxygen marginally happier•••svn:r5208
| Nick Mathewson | 2005-10-06 |
* | Never call free() on tor_malloc()d memory. This is unlikely to be our current...•••svn:r5168
| Nick Mathewson | 2005-09-30 |
* | even better function start checks; give dmalloc a chance of working.•••svn:r5162
| Nick Mathewson | 2005-09-30 |
* | Reformat inconsistent function declarations.•••svn:r5160
| Nick Mathewson | 2005-09-30 |
* | Add a bunch more warnings to out warning suite; resolve them; pack structs a ...•••svn:r5150
| Nick Mathewson | 2005-09-29 |
* | Make smartlist_add_all more efficient.•••svn:r5086
| Nick Mathewson | 2005-09-18 |
* | Add documentation to a few functions in container.c; reformat function defini...•••svn:r5026
| Nick Mathewson | 2005-09-13 |
* | make compile slightly happier on const-zealous compilers•••svn:r5015
| Nick Mathewson | 2005-09-12 |
* | We have so many special cases for smartlists of strings, why not add a sort f...•••svn:r5014
| Nick Mathewson | 2005-09-12 |
* | Fix a memory leak in smartlist_string_remove.•••svn:r5002
| Nick Mathewson | 2005-09-12 |
* | Add sorting/searching to smartlist•••svn:r4977
| Nick Mathewson | 2005-09-09 |
* | don't crash now that LongLivedPorts can be null•••svn:r4923
| Roger Dingledine | 2005-09-08 |
* | Be consistent about preferring foo* to struct foo*•••svn:r4637
| Nick Mathewson | 2005-07-22 |
* | cosmetic fixes•••svn:r4601
| Roger Dingledine | 2005-07-18 |
* | slightly cleaner fix•••svn:r4599
| Roger Dingledine | 2005-07-18 |
* | bugfixes: smartlist_join_strings2() was underflowing a size_t•••if you gave it an empty smartlist; and it wasn't terminating in
this case even if you asked it to.
this does not appear to be exploitable in any reasonable cases.
svn:r4598
| Roger Dingledine | 2005-07-18 |
* | flesh out the source file descriptions for doxygen•••svn:r4404
| Roger Dingledine | 2005-06-11 |
* | Change end-of-file NLNL convention. It turns out arma I and I agree.•••svn:r4382
| Nick Mathewson | 2005-06-09 |
* | New whitespace normalization rule: no blank line at EOF.•••svn:r4378
| Nick Mathewson | 2005-06-09 |
* | I hear the smart kinds compile before committing. Then they never miss parens•••svn:r3999
| Nick Mathewson | 2005-04-03 |
* | Make smartlist_string_remove consistent with smartlist_string•••svn:r3998
| Nick Mathewson | 2005-04-03 |
* | Add useful smartlist_string_remove function.•••svn:r3996
| Nick Mathewson | 2005-04-03 |
* | update copyright notices.•••svn:r3982
| Nick Mathewson | 2005-04-01 |
* | bugfix: make smartlist_join_strings2 actually use the separator/terminator•••svn:r3805
| Roger Dingledine | 2005-03-22 |
* | Fix strmap_free to release memory actually held by the strmap.•••svn:r3708
| Nick Mathewson | 2005-02-28 |
* | bugfix: actually use the argument to strmap_free()•••svn:r3640
| Roger Dingledine | 2005-02-20 |
* | avoid case (not yet triggered) where smartlists could grow out•••of control
svn:r3636
| Roger Dingledine | 2005-02-19 |
* | clarify what smartlist_remove promises, since we rely on it.•••svn:r3473
| Roger Dingledine | 2005-01-31 |
* | clean up smartlist_string_isin so callers don't have to manage bufs•••themselves
svn:r3338
| Roger Dingledine | 2005-01-12 |
* | Make split(..., NULL) split on horizontal space; fix bug with tabs in config ...•••svn:r3155
| Nick Mathewson | 2004-12-16 |
* | Solaris CC freaks out if isspace and friends get anything other than an int. ...•••svn:r3120
| Nick Mathewson | 2004-12-08 |
* | fix comment•••svn:r3110
| Roger Dingledine | 2004-12-07 |