| Commit message (Expand) | Author | Age |
* | Terminate comment•••svn:r1982
| Nick Mathewson | 2004-06-21 |
* | Implement several 008pre1 items: needs more testing•••svn:r1981
| Nick Mathewson | 2004-06-21 |
* | tweaks and bugfix on resolve/resolved code•••svn:r1980
| Roger Dingledine | 2004-06-17 |
* | Implement RESOLVE/RESOLVED cells and socks resolve code•••svn:r1978
| Nick Mathewson | 2004-06-17 |
* | router->is_trusted_dir implies router->dir_port>0•••and add some infrastructure for fetching running-routers list
svn:r1973
| Roger Dingledine | 2004-06-16 |
* | include <inttypes.h> if we have it•••openbsd on a sparc64 needs this (apparently)
svn:r1971
| Roger Dingledine | 2004-06-16 |
* | if datadirectory isn't owned by this uid, tell the user he must•••fix it before he can proceed.
svn:r1968
| Roger Dingledine | 2004-06-13 |
* | what is this "command line" that we can allegedly write to?•••svn:r1967
| Roger Dingledine | 2004-06-13 |
* | Implement code to run tor as an NT service. More testing is needed, as is co...•••svn:r1966
| Nick Mathewson | 2004-06-12 |
* | Break tor_main into startup/loop/shutdown portions, to make NT service refact...•••svn:r1965
| Nick Mathewson | 2004-06-12 |
* | Address can be an IP too•••svn:r1964
| Roger Dingledine | 2004-06-10 |
* | Use intptr_t correctly in test.c; try to resolve ia64 warnings•••svn:r1963
| Nick Mathewson | 2004-06-08 |
* | Update windows version to 0.0.7•••svn:r1962
| Nick Mathewson | 2004-06-07 |
* | provide a prototype for dnsworkers_rotate•••svn:r1961
| Roger Dingledine | 2004-06-07 |
* | tweak on the sample torrc•••svn:r1951
| Roger Dingledine | 2004-06-06 |
* | Rotate dnsworkers and cpuworkers on SIGHUP, so they get new config settings too•••svn:r1950
| Nick Mathewson | 2004-06-06 |
* | Unbork windows whitespace•••svn:r1949
| Nick Mathewson | 2004-06-05 |
* | Make tor build on win32 again; handle locking for server•••svn:r1948
| Nick Mathewson | 2004-06-05 |
* | bump an info message down to a debug•••svn:r1947
| Roger Dingledine | 2004-06-03 |
* | Document new config options in torrc.sample.in•••svn:r1944
| Nick Mathewson | 2004-06-02 |
* | If we are a directory, we should trust ourself.•••svn:r1943
| Nick Mathewson | 2004-06-02 |
* | Check directory signatures based on name of signer, not on whom we got the di...•••svn:r1940
| Nick Mathewson | 2004-06-02 |
* | crank up some of our constants, for better scalability•••svn:r1938
| Roger Dingledine | 2004-06-02 |
* | define FD_SETSIZE in all cases, not just win32•••svn:r1937
| Roger Dingledine | 2004-06-02 |
* | Stop multiplying logs on sighup.•••svn:r1936
| Nick Mathewson | 2004-06-02 |
* | be sure to detach streams from the circuit linked list before freeing them•••also, don't bother marking a conn for close if you're about to free it
svn:r1935
| Roger Dingledine | 2004-06-02 |
* | Only connection_dns_remove resolving exit connections•••svn:r1934
| Nick Mathewson | 2004-06-02 |
* | bugfix: while closing a circuit, we were freeing the conns that were•••pending resolve, but not removing them from the pending resolve list
svn:r1933
| Roger Dingledine | 2004-06-02 |
* | Add more asserts to dns-pending connections; fix a couple seeming bugs.•••svn:r1931
| Nick Mathewson | 2004-06-01 |
* | Check recommended-software string *early*, before actually parsing the direct...•••svn:r1930
| Nick Mathewson | 2004-06-01 |
* | declare the epipe bug a non-bug.•••now we catch and ignore epipe signals, and when write returns epipe,
we simply return -1 and close the socket/connection.
svn:r1928
| Roger Dingledine | 2004-06-01 |
* | use sys/param.h if it's there•••svn:r1927
| Roger Dingledine | 2004-06-01 |
* | put a comment reminding us that we do hashes in software only•••svn:r1925
| Roger Dingledine | 2004-06-01 |
* | bugfix: if the wedged dir conn has no bytes to flush, then we never•••close it.
svn:r1924
| Roger Dingledine | 2004-05-28 |
* | dirservers try to reconnect periodically too, in case connections have failed•••svn:r1922
| Roger Dingledine | 2004-05-28 |
* | rik's patch to not complain about freebsd's bug•••svn:r1921
| Roger Dingledine | 2004-05-26 |
* | Keep temporary log in place while configuring logs•••svn:r1919
| Nick Mathewson | 2004-05-24 |
* | commit two fixes from Thomas Themel•••svn:r1918
| Roger Dingledine | 2004-05-22 |
* | it looks like parse_log_level() was never taught about WARN?•••svn:r1917
| Roger Dingledine | 2004-05-21 |
* | minor comment patch•••svn:r1916
| Roger Dingledine | 2004-05-21 |
* | when the dns resolve is cancelled, or fails, be sure to remove•••conn from circ->resolving_streams
otherwise it gets freed and stays there, causing seg faults.
svn:r1915
| Roger Dingledine | 2004-05-21 |
* | a few instructions for hidden services•••svn:r1914
| Roger Dingledine | 2004-05-20 |
* | fix a double mark-for-close•••svn:r1913
| Roger Dingledine | 2004-05-20 |
* | Tinker with log behavior: never send error messages about logs into the bitbu...•••svn:r1912
| Nick Mathewson | 2004-05-20 |
* | router_choose_random_node() was ignoring its routerlist argument.•••so now we don't pass it one.
svn:r1911
| Roger Dingledine | 2004-05-20 |
* | some more patching•••svn:r1910
| Roger Dingledine | 2004-05-20 |
* | bugfix: if no loglevel or logfile is specified, then we need to open•••a default log to stdout.
svn:r1909
| Roger Dingledine | 2004-05-20 |
* | don't ever expire dirserver routerinfos!•••svn:r1908
| Roger Dingledine | 2004-05-20 |
* | non-dirservers expire routerinfo's that are more than a day old•••svn:r1907
| Roger Dingledine | 2004-05-20 |
* | enable checking the socks policy•••svn:r1906
| Roger Dingledine | 2004-05-20 |