aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendcommon.c
AgeCommit message (Expand)Author
2005-07-22we were mangling memory because we weren't allocing enoughRoger Dingledine
2005-07-22let hidden service descriptors publish 0 intro pointsRoger 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-04-03Adjust maximum skew and age for rendezvous descriptors: adjust code to make s...Nick Mathewson
2005-02-28Clean up rend cache on shutdownNick Mathewson
2005-01-19Handle unavailable hidden services better. We try each intro pointRoger Dingledine
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-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-10-27Use strlcpy, not strcpy.Nick Mathewson
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-07-22now base16_encode() and base32_encode() can't ever failRoger Dingledine
2004-05-18Resolve some XXXsNick Mathewson
2004-05-12Make some functions staticNick Mathewson
2004-05-10More doxygenation.Nick Mathewson
2004-05-09more doxygen markupRoger Dingledine
2004-05-05Comments for nearly all non-tricky filesNick Mathewson
2004-04-25use tor_assertRoger Dingledine
2004-04-12ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet)Nick Mathewson
2004-04-12bump allowed rend desc skew from 60 mins to 90 minsRoger Dingledine
2004-04-08when rend_cache_store warns, give more detailRoger Dingledine
2004-04-08stop being so eager to have rend_cache_store reject theRoger Dingledine
2004-04-08Be endianly-correct for rendezvous functionalityNick Mathewson
2004-04-08Allow service descriptors with no intro pointsNick Mathewson
2004-04-07Remember when we received which service desc.Nick Mathewson
2004-04-06checkpoint commit: rend closer to working, still not there yetRoger Dingledine
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
2004-04-05more alice-side infrastructureRoger Dingledine
2004-04-05alice can now look up bob's service descriptor,Roger Dingledine
2004-04-03Implement acksNick Mathewson
2004-04-03Strdup hates finding 0 bytes.Nick Mathewson
2004-04-03Handle rendezvous relay cellsNick Mathewson
2004-04-03publish and fetch the right rendezvous urlsRoger Dingledine
2004-04-03Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson
2004-04-03tabsRoger Dingledine
2004-04-03alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine
2004-04-03remember to lower-case the y in y.onionRoger Dingledine
2004-04-02refactor; start adding debugging logs to midpoint rend stuffNick Mathewson
2004-04-02now circuit_get_newest returns an appropriate circ for your purposeRoger Dingledine
2004-04-01refactor to use new digest/checksig wrapper, add emacs magic, untabifyNick Mathewson
2004-04-01teach alice to recognize y.onion addressesRoger Dingledine
2004-04-01let alice recognize a y.onion address and, uhm, do somethingRoger Dingledine