aboutsummaryrefslogtreecommitdiff
path: root/src/or/command.c
Commit message (Expand)AuthorAge
* r12651@Kushana: nickm | 2007-03-24 18:26:42 -0400Nick Mathewson2007-03-26
* r12644@0-41-wifi: nickm | 2007-03-23 16:02:23 -0400Nick Mathewson2007-03-24
* r12643@0-41-wifi: nickm | 2007-03-23 14:56:35 -0400Nick Mathewson2007-03-24
* r11775@catbus: nickm | 2007-02-12 16:39:09 -0500Nick Mathewson2007-02-12
* r9457@Kushana: nickm | 2006-10-31 18:35:17 -0500Nick Mathewson2006-10-31
* r9272@Kushana: nickm | 2006-10-19 12:52:37 -0400Nick Mathewson2006-10-19
* r9077@totoro: nickm | 2006-10-18 11:41:16 -0400Nick Mathewson2006-10-18
* r9062@totoro: nickm | 2006-10-17 11:19:43 -0400Nick Mathewson2006-10-17
* r9060@totoro: nickm | 2006-10-17 11:12:48 -0400Nick Mathewson2006-10-17
* r9017@totoro: nickm | 2006-10-13 01:27:33 -0400Nick Mathewson2006-10-13
* r8972@totoro: nickm | 2006-10-09 10:36:22 -0400Nick Mathewson2006-10-09
* prefer calling it a client rather than an OPRoger Dingledine2006-09-07
* defense in depthRoger Dingledine2006-07-30
* r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400Nick Mathewson2006-07-26
* Don't tell anybody, but we're going OO here. This patch splitsNick Mathewson2006-07-23
* No longer permit create cells to have the wrong circ_id_type. NoRoger Dingledine2006-07-04
* Add some functions to escape values from the network before sending them to t...Nick Mathewson2006-03-05
* convert some more source files to the new log conventionRoger Dingledine2006-02-13
* Happy new year!Roger Dingledine2006-02-09
* Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson2006-01-05
* Some tor servers process billions of cells in a matter of days.Roger Dingledine2005-12-31
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine2005-12-10
* Document CREATE_FAST better in the code. Move our key expansion algorithm in...Nick Mathewson2005-12-08
* Shave off another 4.7%: remove a linear search when figuring out which circui...Nick Mathewson2005-12-03
* misc cleanupsRoger Dingledine2005-11-19
* another case (i think) of redundant code.Roger Dingledine2005-11-19
* 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
* Convert circuituse, command, config, connection, relay, router, test to new l...Nick Mathewson2005-10-25
* Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader2005-10-17
* Make a few INFO log lines into DEBUGPeter Palfrader2005-10-17
* start hunting down why servers keep getting so many duplicate create cellsRoger Dingledine2005-10-17
* start the process of reducing clutter in server logsRoger Dingledine2005-10-17
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* flesh out the source file descriptions for doxygenRoger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.Nick Mathewson2005-06-09
* doxygeny goodness from tyranixRoger Dingledine2005-05-17
* Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson2005-05-07
* first iteration of scrubbing sensitive strings from logs.Roger Dingledine2005-05-03
* New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...Nick Mathewson2005-05-02
* Hopefully, this will make ORs much faster, and not break them: keep a big spl...Nick Mathewson2005-04-06
* start sending 'truncated' cells back rather than destroy cells,Roger Dingledine2005-04-03
* update copyright notices.Nick Mathewson2005-04-01
* Fix an unused function warningNick Mathewson2005-01-03
* actually make it stop keeping track of times. whoops.Roger Dingledine2004-12-25
* initial profiling by phobos says we spend a whole lot of timeRoger Dingledine2004-12-25
* check for duplicate circuit ID _after_ updating circ_id_type.Nick Mathewson2004-12-01
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29