Age | Commit message (Expand) | Author |
2006-02-13 | convert some more source files to the new log convention | Roger Dingledine |
2006-02-09 | Happy new year! | Roger Dingledine |
2006-02-09 | fix bug 245: When modifying the orconn_circid_map map, we would | Roger Dingledine |
2006-01-05 | Add reasons to DESTROY and RELAY_TRUNCATED cells. | Nick Mathewson |
2005-12-14 | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson |
2005-12-14 | another possible patch related to circuit_free and memory stomping. | Nick Mathewson |
2005-12-14 | sometimes, when we just started tor, we haven't created that | Roger Dingledine |
2005-12-10 | when we changed from log_fn to debug/info/notice/warn/err, | Roger Dingledine |
2005-12-08 | Release memory from conn_circid_circuit_map on exit. | Nick Mathewson |
2005-12-05 | Better fix for last bug: avoids trying to double-mark circuits. | Nick Mathewson |
2005-12-05 | We were neglecting to unlink marked circuits from soon-to-close OR connections. | Nick Mathewson |
2005-12-05 | Check magic when removing old connection from map. | Nick Mathewson |
2005-12-03 | Clean up some comments; remove some dead code | Nick Mathewson |
2005-12-03 | cvs diff -u src/or/circuitlist.c | less almost never does what you want in C. | Nick Mathewson |
2005-12-03 | Expunge remaining places where we used "tree" to mean "associative array". | Nick Mathewson |
2005-12-03 | Shave off another 4.7%: remove a linear search when figuring out which circui... | Nick Mathewson |
2005-11-28 | when returning a list of circuits, don't return a list of the same | Roger Dingledine |
2005-11-26 | "How about 'never'? Does 'never' work for you?" | Nick Mathewson |
2005-11-25 | Start the process of treating internal circuits and exit circuits | Roger Dingledine |
2005-11-23 | Replace balanced trees with hash tables: this should make stuff significantly... | Nick Mathewson |
2005-11-19 | misc cleanups | Roger Dingledine |
2005-11-19 | remove some redundant (and misleading) code | Roger Dingledine |
2005-11-11 | speed up the lookup-by-circid-orconn now that it seems that | Roger Dingledine |
2005-11-11 | when we were cannibalizing a circuit with a particular exit | Roger Dingledine |
2005-10-29 | make circ->onionskin a pointer, not a static array. moria2 was using | Roger Dingledine |
2005-10-25 | Remove last vestiges of old logging interface. | Nick Mathewson |
2005-10-25 | fix another segv, this time in circid fix. | Nick Mathewson |
2005-10-25 | Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain.... | Nick Mathewson |
2005-10-24 | Fix one possible source of reuse-a-circuit-id bug; convert circuitbuild to ne... | Nick Mathewson |
2005-10-18 | Update more files to new log stuff. | Nick Mathewson |
2005-10-18 | fix some typos | Roger Dingledine |
2005-10-17 | fix a few comments | Roger Dingledine |
2005-10-06 | Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe... | Nick Mathewson |
2005-10-05 | infrastructure for the 'change pseudonym' button. | Roger Dingledine |
2005-09-30 | Reformat inconsistent function declarations. | Nick Mathewson |
2005-09-29 | suppress all our usual compiler warnings, including a longstanding one from t... | Nick Mathewson |
2005-07-22 | Be consistent about preferring foo* to struct foo* | Nick Mathewson |
2005-07-14 | remove pointless XXXX. It was there to remind me to do something I already did. | Nick Mathewson |
2005-07-14 | trivial changes on nick's rendezvous commit | Roger Dingledine |
2005-07-01 | fix another compile warn | Roger Dingledine |
2005-06-29 | Logic to implement rendezvous/introduction via unknown servers. | Nick Mathewson |
2005-06-19 | Implement all the rest of the new controller protocol, debug a little, add so... | Nick Mathewson |
2005-06-11 | Docment or add DOCDOC comments to undocumented functions in src/or. Make fun... | Nick Mathewson |
2005-06-09 | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson |
2005-06-09 | New whitespace normalization rule: no blank line at EOF. | Nick Mathewson |
2005-05-03 | first iteration of scrubbing sensitive strings from logs. | Roger Dingledine |
2005-05-02 | New and frightening code to implement fast-path first-hop CREATE_FAST cells. ... | Nick Mathewson |
2005-04-08 | Fixs a signed/unsigned comparison | Nick Mathewson |
2005-04-08 | Add missing "char" | Nick Mathewson |
2005-04-07 | Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor... | Nick Mathewson |