Age | Commit message (Expand) | Author |
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 |
2005-04-07 | Try RB_TREE instead of SPLAY_TREE, but with a single-entry caching optimization. | Nick Mathewson |
2005-04-07 | Make compare_orconn_circid_entries marginally faster and inlined, if that helps | Nick Mathewson |
2005-04-06 | Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ... | Nick Mathewson |
2005-04-06 | Add a pointer from edge connections to their corresponding circuit (ulp!); ad... | Nick Mathewson |
2005-04-06 | Hopefully, this will make ORs much faster, and not break them: keep a big spl... | Nick Mathewson |
2005-04-03 | clean up the circuit-mark-for-close patch | Roger Dingledine |
2005-04-03 | Move most of *_mark_for_close out of macros. | Nick Mathewson |
2005-04-01 | update copyright notices. | Nick Mathewson |
2005-03-29 | resolve another 'hasn't sent end yet' bug | Roger Dingledine |
2005-03-23 | Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths... | Nick Mathewson |
2005-03-22 | clean up and refactor some more | Roger Dingledine |
2005-03-22 | Implement controller's "extendcircuit" directive. | Roger Dingledine |
2005-03-19 | if our clock jumps forward by 100 seconds or more, assume something | Roger Dingledine |
2005-03-17 | Commit fixes for several pending tor core tasks: document all DOCDOCed functi... | Nick Mathewson |
2005-03-12 | Implement the common case of ATTACHSTREAM. | Nick Mathewson |
2005-03-02 | Still more code to make sure we send the right number and kind of RELAY END c... | Nick Mathewson |
2005-02-11 | Free even more things on shutdown. Temporarily move tor_free_all out from #i... | Nick Mathewson |
2005-01-31 | fix another rogue connection_free that was causing us troubles | Roger Dingledine |
2005-01-19 | make cannibalizing for rend circs prey on the pleb circs first | Roger Dingledine |
2005-01-17 | Introduce a notion of 'internal' circs, which are chosen without regard | Roger Dingledine |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-28 | wrong is ok, and right is fine, but in between is apparently | Roger Dingledine |
2004-11-28 | Normalize space: add one between every control keyword and control clause. | Nick Mathewson |
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-11-10 | Resolve FIXME items: make circuit_free_cpath_node static | Nick Mathewson |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
2004-11-03 | - Implement all of control interface except authentication, setconfig, | Nick Mathewson |
2004-10-27 | Tricksy compiler warnings! We hates them, hates them forever, my precious! | Nick Mathewson |
2004-10-24 | fix wrong comment | Roger Dingledine |
2004-10-16 | various tweaks and fixes | Roger Dingledine |
2004-10-11 | fix the stale pointer assert bug reported by joe magic | Roger Dingledine |
2004-09-29 | prefer tor_free to free | Roger Dingledine |
2004-07-03 | fix a seg fault when you try to launch a circ | Roger Dingledine |
2004-07-02 | More digest/nickname fixes | Nick Mathewson |
2004-07-02 | some of the infrastructure to let ORs connect on demand | Roger Dingledine |