aboutsummaryrefslogtreecommitdiff
path: root/src/or/onion.c
Commit message (Expand)AuthorAge
* Don't tell anybody, but we're going OO here. This patch splitsNick Mathewson2006-07-23
* the things we do for our windows users.Roger Dingledine2006-02-13
* Happy new year!Roger Dingledine2006-02-09
* provide a more useful warn message when our onion queueRoger Dingledine2006-01-31
* Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson2006-01-05
* 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
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson2005-10-24
* Update more files to new log stuff.Nick Mathewson2005-10-18
* Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader2005-10-17
* Make doxygen marginally happierNick Mathewson2005-10-06
* Be consistent about preferring foo* to struct foo*Nick Mathewson2005-07-22
* Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson2005-06-29
* compile fix by agl, for code that is always commented outRoger Dingledine2005-06-13
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson2005-05-07
* New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...Nick Mathewson2005-05-02
* update copyright notices.Nick Mathewson2005-04-01
* forward-port the onion queue thingRoger Dingledine2005-02-20
* Free even more things on shutdown. Temporarily move tor_free_all out from #i...Nick Mathewson2005-02-11
* stop logging loudly when a client tries an old onion key. it'sRoger Dingledine2005-01-31
* clean up logging,Roger Dingledine2004-12-13
* 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 copyrights.Roger Dingledine2004-11-07
* Make options no longer a global variable.Roger Dingledine2004-11-06
* canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine2004-11-02
* fix memory leak in router.c; start relying on NULL==(zero bytes)Nick Mathewson2004-10-16
* more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine2004-10-14
* prefer tor_free to freeRoger Dingledine2004-09-29
* Break files apart into more modulesRoger Dingledine2004-05-13
* Not every RSA decrypt should warn on failure.Nick Mathewson2004-05-12
* More doxygenation.Nick Mathewson2004-05-10
* function header comments for onion.c, including doxygen markupRoger Dingledine2004-05-10
* now assume all routers support rendezvous cellsRoger Dingledine2004-04-25
* use tor_assertRoger Dingledine2004-04-25
* Remove onion_pkey from connection, since onion keys can change more often tha...Nick Mathewson2004-04-25
* Merge flagday into main branch.Nick Mathewson2004-04-24
* clean up some warningsRoger Dingledine2004-04-17
* handle more purposes in new_route_lenRoger Dingledine2004-04-14
* normal circs are 3 hops, but rend/intro circs are 4, becauseRoger Dingledine2004-04-12
* clean up choose_good_exit_server()Roger Dingledine2004-04-07
* Generating data does no good if you make no use of itNick Mathewson2004-04-07
* Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson2004-04-07
* don't pick myself or my twins as hops when building circuitsRoger Dingledine2004-04-07
* There is no need to cast void* to other pointer types.Nick Mathewson2004-04-07