Age | Commit message (Expand) | Author |
2006-03-05 | Add some functions to escape values from the network before sending them to t... | Nick Mathewson |
2006-02-13 | convert some more source files to the new log convention | Roger Dingledine |
2006-02-09 | Happy new year! | Roger Dingledine |
2006-01-05 | Add reasons to DESTROY and RELAY_TRUNCATED cells. | Nick Mathewson |
2005-12-31 | Some tor servers process billions of cells in a matter of days. | Roger Dingledine |
2005-12-14 | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson |
2005-12-10 | when we changed from log_fn to debug/info/notice/warn/err, | Roger Dingledine |
2005-12-08 | Document CREATE_FAST better in the code. Move our key expansion algorithm in... | Nick Mathewson |
2005-12-03 | Shave off another 4.7%: remove a linear search when figuring out which circui... | Nick Mathewson |
2005-11-19 | misc cleanups | Roger Dingledine |
2005-11-19 | another case (i think) of redundant code. | 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 | Convert circuituse, command, config, connection, relay, router, test to new l... | Nick Mathewson |
2005-10-17 | Downgrade a few INFO level logs to DEBUG again. Also add two or three new | Peter Palfrader |
2005-10-17 | Make a few INFO log lines into DEBUG | Peter Palfrader |
2005-10-17 | start hunting down why servers keep getting so many duplicate create cells | Roger Dingledine |
2005-10-17 | start the process of reducing clutter in server logs | Roger Dingledine |
2005-06-11 | Docment or add DOCDOC comments to undocumented functions in src/or. Make fun... | Nick Mathewson |
2005-06-11 | flesh out the source file descriptions for doxygen | Roger Dingledine |
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-17 | doxygeny goodness from tyranix | Roger Dingledine |
2005-05-07 | Make Tor compile with no warnings with gcc4.0 on OSX | 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-06 | Hopefully, this will make ORs much faster, and not break them: keep a big spl... | Nick Mathewson |
2005-04-03 | start sending 'truncated' cells back rather than destroy cells, | Roger Dingledine |
2005-04-01 | update copyright notices. | Nick Mathewson |
2005-01-03 | Fix an unused function warning | Nick Mathewson |
2004-12-25 | actually make it stop keeping track of times. whoops. | Roger Dingledine |
2004-12-25 | initial profiling by phobos says we spend a whole lot of time | Roger Dingledine |
2004-12-01 | check for duplicate circuit ID _after_ updating circ_id_type.tor-0.0.9rc5 | Nick Mathewson |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
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-23 | Clean up some logging and interfaces | Nick Mathewson |
2004-11-20 | stop some more seg faults | Roger Dingledine |
2004-11-10 | Resolve a FIXME: use identity comparison, not nickname comparison, to | Nick Mathewson |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
2004-10-31 | implement first piece of hibernation | Roger Dingledine |
2004-08-18 | tolerate old 0.0.7 clients that demand a certain ip:port for a router | Roger Dingledine |
2004-07-20 | when we get a sigint, don't accept new connections/circuits, | Roger Dingledine |
2004-05-12 | clean up directory.c API | Roger Dingledine |
2004-05-11 | list in-points to command.c | Roger Dingledine |
2004-05-10 | it's amazing what a bit of punctuation can do for appearances | Roger Dingledine |
2004-05-09 | more doxygen markup | Roger Dingledine |
2004-05-07 | comment the functions in command.c | Roger Dingledine |
2004-04-26 | since we don't support truncateds much, don't bother sending them; | Roger Dingledine |