Historie revizí

Autor SHA1 Zpráva Datum
  Roger Dingledine 5f051574d5 Happy new year! před 18 roky
  Roger Dingledine 2c221dd8db fix bug 245: When modifying the orconn_circid_map map, we would před 18 roky
  Nick Mathewson 878962bee1 Add reasons to DESTROY and RELAY_TRUNCATED cells. před 18 roky
  Nick Mathewson 1af630d32c Bite the bullet and limit all our source lines to 80 characters, the way IBM intended. před 18 roky
  Nick Mathewson 7e632a7564 another possible patch related to circuit_free and memory stomping. před 18 roky
  Roger Dingledine c9f6e6b0a0 sometimes, when we just started tor, we haven't created that před 18 roky
  Roger Dingledine 58366ffd24 when we changed from log_fn to debug/info/notice/warn/err, před 18 roky
  Nick Mathewson 2d585941b8 Release memory from conn_circid_circuit_map on exit. před 18 roky
  Nick Mathewson d2123388ad Better fix for last bug: avoids trying to double-mark circuits. před 18 roky
  Nick Mathewson fedc9c8a60 We were neglecting to unlink marked circuits from soon-to-close OR connections. před 18 roky
  Nick Mathewson f0abb1a74b Check magic when removing old connection from map. před 18 roky
  Nick Mathewson 1b0134dda8 Clean up some comments; remove some dead code před 18 roky
  Nick Mathewson 979fc3e69d cvs diff -u src/or/circuitlist.c | less almost never does what you want in C. před 18 roky
  Nick Mathewson 77a494dd55 Expunge remaining places where we used "tree" to mean "associative array". před 18 roky
  Nick Mathewson 148a1e969d Shave off another 4.7%: remove a linear search when figuring out which circuits wanted us to open a given OR connection. před 18 roky
  Roger Dingledine 1da454a42d when returning a list of circuits, don't return a list of the same před 18 roky
  Nick Mathewson 652e1899ac "How about 'never'? Does 'never' work for you?" před 18 roky
  Roger Dingledine fe221f3dff Start the process of treating internal circuits and exit circuits před 18 roky
  Nick Mathewson a39269572f Replace balanced trees with hash tables: this should make stuff significantly faster. před 18 roky
  Roger Dingledine 700c370a3b misc cleanups před 18 roky
  Roger Dingledine 409294153f remove some redundant (and misleading) code před 18 roky
  Roger Dingledine a3c53e0af9 speed up the lookup-by-circid-orconn now that it seems that před 18 roky
  Roger Dingledine 862a997495 when we were cannibalizing a circuit with a particular exit před 18 roky
  Roger Dingledine 44b3f3060a make circ->onionskin a pointer, not a static array. moria2 was using před 18 roky
  Nick Mathewson 5d85560d9e Remove last vestiges of old logging interface. před 18 roky
  Nick Mathewson a38aa81bf8 fix another segv, this time in circid fix. před 18 roky
  Nick Mathewson 932106f54c Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain. Domains are now bitmasks... just in case. Make some err msgs non-general. před 18 roky
  Nick Mathewson fa338d85db Fix one possible source of reuse-a-circuit-id bug; convert circuitbuild to new logging před 18 roky
  Nick Mathewson 1bd3f6cc9a Update more files to new log stuff. před 18 roky
  Roger Dingledine 102df4a982 fix some typos před 18 roky