summaryrefslogtreecommitdiff
path: root/src/or/router.c
AgeCommit message (Expand)Author
2004-12-04Add function to check that addr_policy_t is okay; change struct addr_policy_t...Nick Mathewson
2004-12-02clean up 3 more underflow possibilitiesRoger Dingledine
2004-12-02fix redundant (and dangerous) NUL terminationRoger Dingledine
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28accept *:706 (silc) by defaultRoger 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-25Clarify a bunch of log messagesNick Mathewson
2004-11-22Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson
2004-11-22Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "Bandw...Nick Mathewson
2004-11-22Normalize spaceNick Mathewson
2004-11-21fix typoNick Mathewson
2004-11-21Call init_keys() where needed; fix hibernate bug.Nick Mathewson
2004-11-20Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...Nick Mathewson
2004-11-13Track whether descriptor is dirty/uploaded. When any options are set, mark i...Nick Mathewson
2004-11-12Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...Nick Mathewson
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-09Fix windows build for VC6; centralize newline-fiasco-damage-control logicNick Mathewson
2004-11-09Resolve many XXXs and all DOCDOCsNick Mathewson
2004-11-09stop wanting to split init_keys()Roger Dingledine
2004-11-09Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig...Nick Mathewson
2004-11-09Stop using the wrong DataDirectory when we're validating.Roger Dingledine
2004-11-07while we hibernate, our declared bandwidth capacity is 0Roger Dingledine
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-11-04clarify the bandwidthburst and bandwidthrate are in bytesRoger Dingledine
2004-11-03- Implement all of control interface except authentication, setconfig,Nick Mathewson
2004-11-02canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine
2004-10-27Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson
2004-10-27Use tor_snprintf, not snprintfNick Mathewson
2004-10-27Avoid strcat; use snprintf or strlcat insteadNick Mathewson
2004-10-27Replace sprintf with snprintfNick Mathewson
2004-10-19Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used toNick Mathewson
2004-10-17start the process of making 0.0.7* obsoleteRoger Dingledine
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
2004-10-16fix memory leak in router.c; start relying on NULL==(zero bytes)Nick Mathewson
2004-10-15Implement "families" of coadministered nodes; prevent them all from appearing...Nick Mathewson
2004-10-14Compile without warnings on windowsNick Mathewson
2004-10-14Try to always dtrt if routerlist==NULLNick 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-10-14Remove need for dirservers file: now, we note trusted dirservers in configura...Nick Mathewson
2004-10-13Omit any exit rules that follow a catch-all rule when writing a router descri...Nick Mathewson
2004-10-07Workaround for bug on windows where cached-directories get crlf corruption.Nick Mathewson
2004-10-06Refactor fingerprint handling: remember hex digests (no spaces) instead of be...Nick Mathewson
2004-09-29prefer tor_free to freeRoger Dingledine
2004-09-27checking only 0.0.7 and 0.0.8 didn't work, because some dirserversRoger Dingledine
2004-09-23cleanup: use strcmpstart() in more placesRoger Dingledine
2004-09-08Some platforms have weird translations when you open files in "test" mode; ma...Nick Mathewson