aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* trivial punctuation tweakRoger Dingledine2004-07-12
| | | | svn:r2027
* fix a bug related to reading usernames for socks4Roger Dingledine2004-07-12
| | | | | | | this hasn't bitten us yet, but hey. svn:r2026
* Remove spurious assertNick Mathewson2004-07-07
| | | | svn:r2018
* Fix the router_compare_to_my_exit_policy assertion failure once-and-for-all, ↵Nick Mathewson2004-07-07
| | | | | | by declaring 0.0.0.0 always denied. svn:r2017
* Yes, I did mean "else if".Nick Mathewson2004-07-06
| | | | svn:r2016
* Fix bug reported by peter palfrader: an empty address is unresolvable, but ↵Nick Mathewson2004-07-06
| | | | | | not an occasion for an assertion failure in a dnsworker. svn:r2015
* touchups all overRoger Dingledine2004-07-04
| | | | | | | put uptime in descriptor svn:r2011
* When tor_lookup_hostname says 0.0.0.0, treat it as an error.Nick Mathewson2004-07-04
| | | | svn:r2003
* fix a seg fault when you try to launch a circRoger Dingledine2004-07-03
| | | | svn:r2002
* populate circ->n_conn_id_digest when we set circ->n_connRoger Dingledine2004-07-03
| | | | svn:r2001
* More digest/nickname fixesNick Mathewson2004-07-02
| | | | svn:r2000
* another checkpoint toward letting ORs connect on demandRoger Dingledine2004-07-02
| | | | svn:r1999
* some of the infrastructure to let ORs connect on demandRoger Dingledine2004-07-02
| | | | svn:r1998
* Switch most uses of *_by_addr_port to *_by_identity_digestNick Mathewson2004-07-01
| | | | svn:r1997
* running-routers now lists down routers too (with a ! before their name)Roger Dingledine2004-07-01
| | | | svn:r1996
* Track routers by hash of identity key; use hex hash of identity key in place ↵Nick Mathewson2004-07-01
| | | | | | of nickname; accept (and use) hash of identity key in EXTEND cells. svn:r1994
* cleanups on 008pre1 itemsRoger Dingledine2004-06-30
| | | | svn:r1993
* Use arguments to routerlist_update_from_runningrouters correctlyNick Mathewson2004-06-30
| | | | svn:r1992
* Always use get_data_directory() instead of options.DataDirectory; fix a ↵Nick Mathewson2004-06-30
| | | | | | memory leak in router.c svn:r1991
* Always log version when starting tor.Nick Mathewson2004-06-30
| | | | svn:r1990
* stop leaking options->ContactInfo on hupRoger Dingledine2004-06-29
| | | | svn:r1989
* add an example ContactInfo line to torrc.sampleRoger Dingledine2004-06-29
| | | | svn:r1988
* Remaining 008pre1 items done; deferred where more design is needed.Nick Mathewson2004-06-25
| | | | | | | | | | | | | More docs and (way more!) testing needed. Done: - Authdirservers down directories from others. - Generate and use running-routers lists - Cache directories; store across reboots. - Refactor directory parsing a bit; note potential trouble spots. svn:r1985
* Terminate commentNick Mathewson2004-06-21
| | | | svn:r1982
* Implement several 008pre1 items: needs more testingNick Mathewson2004-06-21
| | | | svn:r1981
* tweaks and bugfix on resolve/resolved codeRoger Dingledine2004-06-17
| | | | svn:r1980
* Implement RESOLVE/RESOLVED cells and socks resolve codeNick Mathewson2004-06-17
| | | | svn:r1978
* router->is_trusted_dir implies router->dir_port>0Roger Dingledine2004-06-16
| | | | | | | and add some infrastructure for fetching running-routers list svn:r1973
* include <inttypes.h> if we have itRoger Dingledine2004-06-16
| | | | | | | openbsd on a sparc64 needs this (apparently) svn:r1971
* if datadirectory isn't owned by this uid, tell the user he mustRoger Dingledine2004-06-13
| | | | | | | fix it before he can proceed. svn:r1968
* what is this "command line" that we can allegedly write to?Roger Dingledine2004-06-13
| | | | svn:r1967
* Implement code to run tor as an NT service. More testing is needed, as is ↵Nick Mathewson2004-06-12
| | | | | | code to install the service. svn:r1966
* Break tor_main into startup/loop/shutdown portions, to make NT service ↵Nick Mathewson2004-06-12
| | | | | | refactoring possible. svn:r1965
* Address can be an IP tooRoger Dingledine2004-06-10
| | | | svn:r1964
* Use intptr_t correctly in test.c; try to resolve ia64 warningsNick Mathewson2004-06-08
| | | | svn:r1963
* Update windows version to 0.0.7Nick Mathewson2004-06-07
| | | | svn:r1962
* provide a prototype for dnsworkers_rotateRoger Dingledine2004-06-07
| | | | svn:r1961
* tweak on the sample torrcRoger Dingledine2004-06-06
| | | | svn:r1951
* Rotate dnsworkers and cpuworkers on SIGHUP, so they get new config settings tooNick Mathewson2004-06-06
| | | | svn:r1950
* Unbork windows whitespaceNick Mathewson2004-06-05
| | | | svn:r1949
* Make tor build on win32 again; handle locking for serverNick Mathewson2004-06-05
| | | | svn:r1948
* bump an info message down to a debugRoger Dingledine2004-06-03
| | | | svn:r1947
* Document new config options in torrc.sample.inNick Mathewson2004-06-02
| | | | svn:r1944
* If we are a directory, we should trust ourself.Nick Mathewson2004-06-02
| | | | svn:r1943
* Check directory signatures based on name of signer, not on whom we got the ↵Nick Mathewson2004-06-02
| | | | | | directory from. svn:r1940
* crank up some of our constants, for better scalabilityRoger Dingledine2004-06-02
| | | | svn:r1938
* define FD_SETSIZE in all cases, not just win32Roger Dingledine2004-06-02
| | | | svn:r1937
* Stop multiplying logs on sighup.Nick Mathewson2004-06-02
| | | | svn:r1936
* be sure to detach streams from the circuit linked list before freeing themRoger Dingledine2004-06-02
| | | | | | | also, don't bother marking a conn for close if you're about to free it svn:r1935
* Only connection_dns_remove resolving exit connectionsNick Mathewson2004-06-02
| | | | svn:r1934