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