aboutsummaryrefslogtreecommitdiff
path: root/src/or/command.c
Commit message (Expand)AuthorAge
* 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
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* Clean up some logging and interfacesNick Mathewson2004-11-23
* stop some more seg faultsRoger Dingledine2004-11-20
* Resolve a FIXME: use identity comparison, not nickname comparison, toNick Mathewson2004-11-10
* Clean up copyrights.Roger Dingledine2004-11-07
* Make options no longer a global variable.Roger Dingledine2004-11-06
* implement first piece of hibernationRoger Dingledine2004-10-31
* tolerate old 0.0.7 clients that demand a certain ip:port for a routerRoger Dingledine2004-08-18
* when we get a sigint, don't accept new connections/circuits,Roger Dingledine2004-07-20
* clean up directory.c APIRoger Dingledine2004-05-12
* list in-points to command.cRoger Dingledine2004-05-11
* it's amazing what a bit of punctuation can do for appearancesRoger Dingledine2004-05-10
* more doxygen markupRoger Dingledine2004-05-09
* comment the functions in command.cRoger Dingledine2004-05-07
* since we don't support truncateds much, don't bother sending them;Roger Dingledine2004-04-26
* Better error msg on unknown circuit id.Nick Mathewson2004-04-26
* compress end-of-second summary into one lineRoger Dingledine2004-04-15
* Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpathNick Mathewson2004-04-08
* make rend apconn send to the right cpath layerRoger Dingledine2004-04-05
* refactor; start adding debugging logs to midpoint rend stuffNick Mathewson2004-04-02
* Add rendezvous-related metadata and code to circuits. Initially, weNick Mathewson2004-03-30
* Split out mark_for_close with circuits. Seems to work for me.Nick Mathewson2004-03-02
* clean up some log messages and severitiesRoger Dingledine2004-02-28
* checkpoint: revamp relay cell packaging and handlingRoger Dingledine2003-12-23
* remove trailing whitespaceRoger Dingledine2003-12-17
* move cell size to 512 bytesRoger Dingledine2003-12-16
* add H(K|1) to the onionskin replyRoger Dingledine2003-12-16
* don't build too many circs at onceRoger Dingledine2003-11-18
* bugfix: if you recognize a relay cell, don't also pass it on.Roger Dingledine2003-11-16
* Rename aci to circ_id throughout.Nick Mathewson2003-11-11
* change WARNING to WARNRoger Dingledine2003-10-10
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
* refactor around connection_edge_send_command()Roger Dingledine2003-10-04