| Commit message (Expand) | Author | Age |
* | 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 |
* | Allow multiple exit policy lines; mostly add support for AP policies•••svn:r1905
| Nick Mathewson | 2004-05-20 |
* | Tighten assert_cpath_layer_ok assumptions•••svn:r1904
| Nick Mathewson | 2004-05-19 |
* | do all the heavy lifting in connection_about_to_close_connection,•••not in _connection_mark_for_close
this will hopefully clean up the huge cyclical function mess
svn:r1903
| Roger Dingledine | 2004-05-19 |
* | tor_assert, not assert. stdout, not stderr•••svn:r1902
| Nick Mathewson | 2004-05-19 |
* | Add Port to *bindAddress.•••svn:r1901
| Nick Mathewson | 2004-05-19 |
* | Allow multiple logfiles at different severity ranges•••svn:r1899
| Nick Mathewson | 2004-05-19 |
* | fix compile error in dirserv•••(declare variables before the rest of the function)
svn:r1896
| Roger Dingledine | 2004-05-19 |
* | Fix segfault•••svn:r1895
| Nick Mathewson | 2004-05-19 |
* | remove upper limit on number of descriptors/directories in dirserver; use sma...•••svn:r1894
| Nick Mathewson | 2004-05-18 |
* | fix a seg fault, add another XXX for nick ;)•••svn:r1892
| Roger Dingledine | 2004-05-18 |
* | Resolve some XXXs•••svn:r1889
| Nick Mathewson | 2004-05-18 |
* | Only try to launch a fixed number of intro circuits for a service per 15-minu...•••svn:r1883
| Nick Mathewson | 2004-05-18 |
* | Fix segfault and logic error in last patch.•••svn:r1881
| Nick Mathewson | 2004-05-17 |
* | Make directory functions update routerlist, not replace it. Add notion of OR...•••svn:r1880
| Nick Mathewson | 2004-05-17 |
* | bugfix: our integrity-checking digest was checking only the most•••recent cell, not the previous cells like we'd thought.
this change is backward incompatible.
svn:r1868
| Roger Dingledine | 2004-05-15 |
* | bugfix: if a circuit if borderline too old, then count it as too old.•••bugfix: we were retrying the same circuit after getting a resolve
failure. so of course the next two tries would fail too. now we try
a new circuit each time (at most three times).
svn:r1867
| Roger Dingledine | 2004-05-15 |
* | having two example exitpolicy lines, when only one is allowed, was confusing•••svn:r1865
| Roger Dingledine | 2004-05-13 |
* | assert_cpath_ok has always been broken•••re-disable it.
svn:r1864
| Roger Dingledine | 2004-05-13 |