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