summaryrefslogtreecommitdiff
path: root/src/or/rendclient.c
AgeCommit message (Expand)Author
2005-11-15Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-24Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson
2005-10-18Update more files to new log stuff.Nick Mathewson
2005-10-06Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe...Nick Mathewson
2005-10-04Check for named servers when looking them up by nickname;Nick Mathewson
2005-09-09clean up the rendezvous warn log msgs, and downgrade some to infoRoger Dingledine
2005-07-14trivial changes on nick's rendezvous commitRoger Dingledine
2005-06-29Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
2005-05-02New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...Nick Mathewson
2005-04-26hidden service client connections were using some of theirRoger Dingledine
2005-04-02Give better warnings if connection_close_unattached_ap gets called twice or c...Nick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-03-27clean up socks reply stuff more.Roger Dingledine
2005-03-27stop most cases of hanging up on a socks connection without sendingRoger Dingledine
2005-03-23Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths...Nick Mathewson
2005-03-22clean up and refactor some moreRoger Dingledine
2005-03-22Implement controller's "extendcircuit" directive.Roger Dingledine
2005-01-19Handle unavailable hidden services better. We try each intro pointRoger Dingledine
2005-01-19bugfix for cvs: we were needing a rendezvous circ, so we cannibalizedRoger Dingledine
2005-01-17Introduce a notion of 'internal' circs, which are chosen without regardRoger Dingledine
2005-01-13start generating version 1 style introduce cellsRoger Dingledine
2005-01-03Use correct logic to decide whether there are more directory servers to retry.Nick Mathewson
2004-12-07clean two more minor memory leaksRoger Dingledine
2004-12-01Spell-check strings and commentsNick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-29put in initial support for ".nickname.exit" addresses, to let aliceRoger Dingledine
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine
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-21be more greedy about filling up all relay cells.Roger Dingledine
2004-11-12Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-02canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine
2004-11-01Hidden service operators had a bug in version 1 style INTRODUCE cellsRoger Dingledine
2004-10-24start generating new version of introduce1 cellsRoger Dingledine
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
2004-10-14Build without warnings on mac gcc 3.3Nick Mathewson
2004-10-14more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine
2004-10-03better warn message for failed hidserv desc fetchRoger Dingledine
2004-07-02More digest/nickname fixesNick Mathewson
2004-05-13Break files apart into more modulesRoger Dingledine
2004-05-12clean up directory.c APIRoger Dingledine
2004-05-12break connection_edge_end out of connection_mark_for_closeRoger Dingledine
2004-05-12Make some functions staticNick Mathewson