summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2007-07-16 r13774@catbus: nickm | 2007-07-16 12:23:28 -0400Nick Mathewson
2007-07-16 r13773@catbus: nickm | 2007-07-16 11:58:25 -0400Nick Mathewson
2007-07-16free some more memory on exitRoger Dingledine
2007-07-16stop reading uninitialized/outofbounds memory. possible backport,Roger Dingledine
2007-07-16Backport candidate:Roger Dingledine
2007-07-15backport candidate: fix a memory leak from r9039 which had us leakingRoger Dingledine
2007-07-15fix a memory leak from r10504 (i think)Roger Dingledine
2007-07-12Comment one tor_assertPeter Palfrader
2007-07-12Keep streamids from different exits on a circuit separate. ThisRoger Dingledine
2007-07-12 r13730@catbus: nickm | 2007-07-12 12:32:40 -0400Nick Mathewson
2007-07-12In router_add_to_routerlist() only call router_have_minimum_dir_info() under ...Peter Palfrader
2007-07-11backport candidate:Roger Dingledine
2007-07-11clean up a commentRoger Dingledine
2007-07-10 r13691@catbus: nickm | 2007-07-10 18:44:30 -0400Nick Mathewson
2007-07-10 r13689@catbus: nickm | 2007-07-10 17:46:30 -0400Nick Mathewson
2007-07-10 r13687@catbus: nickm | 2007-07-10 16:08:14 -0400Nick Mathewson
2007-07-10 r13676@catbus: nickm | 2007-07-10 13:41:24 -0400Nick Mathewson
2007-07-10 r13667@catbus: nickm | 2007-07-10 13:12:52 -0400Nick Mathewson
2007-07-10 r13666@catbus: nickm | 2007-07-10 13:10:00 -0400Nick Mathewson
2007-07-10 r13637@catbus: nickm | 2007-07-06 14:24:27 -0400Nick Mathewson
2007-07-08 r13602@Kushana: nickm | 2007-07-07 23:44:24 -0400Nick Mathewson
2007-07-06Call router_have_minimum_dir_info() at the beginning of router_add_to_routerl...Peter Palfrader
2007-07-06Remove two arguments from routerlist_replace(). idx, which isPeter Palfrader
2007-07-06 r13634@catbus: nickm | 2007-07-06 14:20:50 -0400Nick Mathewson
2007-07-06 r13633@catbus: nickm | 2007-07-06 11:08:19 -0400Nick Mathewson
2007-07-05 r13453@kushana: nickm | 2007-06-20 10:01:37 -0400Nick Mathewson
2007-07-05 r13452@kushana: nickm | 2007-06-20 09:52:55 -0400Nick Mathewson
2007-07-02If there's a never-before-connected-to guard node in our list,Roger Dingledine
2007-07-02the non-controversial changes i found in my sandboxRoger Dingledine
2007-07-02 r13604@catbus: nickm | 2007-07-02 16:58:40 -0400Nick Mathewson
2007-07-02I so wonder how this blows up on the real network - make _routerlist_find_elt...Peter Palfrader
2007-07-02If we want to be more strict in _routerlist_find_elt I better call it properlyPeter Palfrader
2007-07-02Don't get private with smartlists when there's a perfectly fine accessor meth...Peter Palfrader
2007-07-02Three more assertions which hopefully are sane, Nick? They might help track ...Peter Palfrader
2007-06-30 r13568@catbus: nickm | 2007-06-30 15:18:18 -0400Nick Mathewson
2007-06-30 r13555@catbus: nickm | 2007-06-30 14:05:36 -0400Nick Mathewson
2007-06-17 r13480@catbus: nickm | 2007-06-17 14:39:42 -0400Nick Mathewson
2007-06-17 r13477@catbus: nickm | 2007-06-17 14:22:03 -0400Nick Mathewson
2007-06-17 r13476@catbus: nickm | 2007-06-17 14:04:41 -0400Nick Mathewson
2007-06-17 r13473@catbus: nickm | 2007-06-17 13:42:36 -0400Nick Mathewson
2007-06-17 r13471@catbus: nickm | 2007-06-17 11:59:25 -0400Nick Mathewson
2007-06-17 r13463@catbus: nickm | 2007-06-17 11:10:17 -0400Nick Mathewson
2007-06-17 r13438@catbus: nickm | 2007-06-15 15:01:42 -0400Nick Mathewson
2007-06-17 r13418@catbus: nickm | 2007-06-14 13:29:21 -0400Nick Mathewson
2007-06-15if we already have a bridge in our state file, it won't beRoger Dingledine
2007-06-15bugfix on r10609: don't fail asserts when closing circuitsRoger Dingledine
2007-06-15now we can specify a bridge without specifying its key,Roger Dingledine
2007-06-15extra points for making the function name reflect what it doesRoger Dingledine
2007-06-15Directories no longer return a "304 not modified" when they don'tRoger Dingledine
2007-06-15point out a bug in our If-Modified-Since handling in 0.2.0.2-alpha.Roger Dingledine