aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
AgeCommit message (Expand)Author
2006-10-09 r8972@totoro: nickm | 2006-10-09 10:36:22 -0400Nick Mathewson
2006-10-08remove some old debugging codeRoger Dingledine
2006-10-01 r8822@totoro: nickm | 2006-10-01 16:24:22 -0400Nick Mathewson
2006-09-15make my bandwidth exercises actually happenRoger Dingledine
2006-09-15Send out a burst of long-range drop cells after we've established thatRoger Dingledine
2006-07-30fix assert found by DreadWingKnight: now that rendezvous streamsRoger Dingledine
2006-07-28 r6948@Kushana: nickm | 2006-07-28 10:10:35 -0400Nick Mathewson
2006-07-27 r6922@Kushana: nickm | 2006-07-26 16:32:24 -0400Nick Mathewson
2006-07-26 r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400Nick Mathewson
2006-07-26 r6903@Kushana: nickm | 2006-07-25 18:22:48 -0400Nick Mathewson
2006-07-26 r6902@Kushana: nickm | 2006-07-25 17:30:27 -0400Nick Mathewson
2006-07-23Fix another segfault in assert_circuit_ok.Nick Mathewson
2006-07-23Don't tell anybody, but we're going OO here. This patch splitsNick Mathewson
2006-04-03fix typo, remove extraneous variableRoger Dingledine
2006-02-13convert some more source files to the new log conventionRoger Dingledine
2006-02-09Happy new year!Roger Dingledine
2006-02-09fix bug 245: When modifying the orconn_circid_map map, we wouldRoger Dingledine
2006-01-05Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-14another possible patch related to circuit_free and memory stomping.Nick Mathewson
2005-12-14sometimes, when we just started tor, we haven't created thatRoger Dingledine
2005-12-10when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine
2005-12-08Release memory from conn_circid_circuit_map on exit.Nick Mathewson
2005-12-05Better fix for last bug: avoids trying to double-mark circuits.Nick Mathewson
2005-12-05We were neglecting to unlink marked circuits from soon-to-close OR connections.Nick Mathewson
2005-12-05Check magic when removing old connection from map.Nick Mathewson
2005-12-03Clean up some comments; remove some dead codeNick Mathewson
2005-12-03cvs diff -u src/or/circuitlist.c | less almost never does what you want in C.Nick Mathewson
2005-12-03Expunge remaining places where we used "tree" to mean "associative array".Nick Mathewson
2005-12-03Shave off another 4.7%: remove a linear search when figuring out which circui...Nick Mathewson
2005-11-28when returning a list of circuits, don't return a list of the sameRoger Dingledine
2005-11-26"How about 'never'? Does 'never' work for you?"Nick Mathewson
2005-11-25Start the process of treating internal circuits and exit circuitsRoger Dingledine
2005-11-23Replace balanced trees with hash tables: this should make stuff significantly...Nick Mathewson
2005-11-19misc cleanupsRoger Dingledine
2005-11-19remove some redundant (and misleading) codeRoger Dingledine
2005-11-11speed up the lookup-by-circid-orconn now that it seems thatRoger Dingledine
2005-11-11when we were cannibalizing a circuit with a particular exitRoger Dingledine
2005-10-29make circ->onionskin a pointer, not a static array. moria2 was usingRoger Dingledine
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25fix another segv, this time in circid fix.Nick Mathewson
2005-10-25Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson
2005-10-24Fix one possible source of reuse-a-circuit-id bug; convert circuitbuild to ne...Nick Mathewson
2005-10-18Update more files to new log stuff.Nick Mathewson
2005-10-18fix some typosRoger Dingledine
2005-10-17fix a few commentsRoger Dingledine
2005-10-06Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe...Nick Mathewson
2005-10-05infrastructure for the 'change pseudonym' button.Roger Dingledine
2005-09-30Reformat inconsistent function declarations.Nick Mathewson
2005-09-29suppress all our usual compiler warnings, including a longstanding one from t...Nick Mathewson