summaryrefslogtreecommitdiff
path: root/src/or/command.c
AgeCommit message (Expand)Author
2005-01-03Fix an unused function warningNick Mathewson
2004-12-25actually make it stop keeping track of times. whoops.Roger Dingledine
2004-12-25initial profiling by phobos says we spend a whole lot of timeRoger Dingledine
2004-12-01check for duplicate circuit ID _after_ updating circ_id_type.tor-0.0.9rc5Nick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-23Clean up some logging and interfacesNick Mathewson
2004-11-20stop some more seg faultsRoger Dingledine
2004-11-10Resolve a FIXME: use identity comparison, not nickname comparison, toNick Mathewson
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-10-31implement first piece of hibernationRoger Dingledine
2004-08-18tolerate old 0.0.7 clients that demand a certain ip:port for a routerRoger Dingledine
2004-07-20when we get a sigint, don't accept new connections/circuits,Roger Dingledine
2004-05-12clean up directory.c APIRoger Dingledine
2004-05-11list in-points to command.cRoger Dingledine
2004-05-10it's amazing what a bit of punctuation can do for appearancesRoger Dingledine
2004-05-09more doxygen markupRoger Dingledine
2004-05-07comment the functions in command.cRoger Dingledine
2004-04-26since we don't support truncateds much, don't bother sending them;Roger Dingledine
2004-04-26Better error msg on unknown circuit id.Nick Mathewson
2004-04-15compress end-of-second summary into one lineRoger Dingledine
2004-04-08Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpathNick Mathewson
2004-04-05make rend apconn send to the right cpath layerRoger Dingledine
2004-04-02refactor; start adding debugging logs to midpoint rend stuffNick Mathewson
2004-03-30Add rendezvous-related metadata and code to circuits. Initially, weNick Mathewson
2004-03-02Split out mark_for_close with circuits. Seems to work for me.Nick Mathewson
2004-02-28clean up some log messages and severitiesRoger Dingledine
2003-12-23checkpoint: revamp relay cell packaging and handlingRoger Dingledine
2003-12-17remove trailing whitespaceRoger Dingledine
2003-12-16move cell size to 512 bytesRoger Dingledine
2003-12-16add H(K|1) to the onionskin replyRoger Dingledine
2003-11-18don't build too many circs at onceRoger Dingledine
2003-11-16bugfix: if you recognize a relay cell, don't also pass it on.Roger Dingledine
2003-11-11Rename aci to circ_id throughout.Nick Mathewson
2003-10-10change WARNING to WARNRoger Dingledine
2003-10-08Update LICENSE and copyright dates.Nick Mathewson
2003-10-04refactor around connection_edge_send_command()Roger Dingledine
2003-10-04wrap strdup; prefer time() to gettimeofday()Roger Dingledine
2003-10-02Add new cell fullness and bandwidth stats.Nick Mathewson
2003-09-29bugfixes and features: closer to making dirserv workRoger Dingledine
2003-09-27clean up receiver buckets; prepare for payloads in relay_end; note a few bugsRoger Dingledine
2003-09-26first pass: obey log conventionRoger Dingledine
2003-09-16clean up exported api'sRoger Dingledine
2003-08-20implemented cpuworkersRoger Dingledine
2003-06-17Change many files to new log_fn formatNick Mathewson
2003-06-13relay queues are obsolete (woo!)Roger Dingledine
2003-06-13send truncates AP-ward in a circuit, not destroysRoger Dingledine
2003-06-12implement truncate and truncated (untested)Roger Dingledine