| Commit message (Expand) | Author | Age |
* | Check directory signatures based on name of signer, not on whom we got the di...•••svn:r1940
| Nick Mathewson | 2004-06-02 |
* | Updated TODO•••svn:r1939
| 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 |
* | a changelog for 0.0.7pre1•••svn:r1932
| Roger Dingledine | 2004-06-01 |
* | 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 |
* | play with the todo some more•••svn:r1929
| Roger Dingledine | 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 |
* | search for sys/param.h too•••freebsd needs it to know what version it's running
svn:r1926
| 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 |
* | interim changelog notes for 0.0.7pre1•••svn:r1923
| 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 |
* | rik's patch to only include kerberos/include on red hat•••svn:r1920
| 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 |
* | Mark some items completed•••svn:r1900
| Nick Mathewson | 2004-05-19 |
* | Allow multiple logfiles at different severity ranges•••svn:r1899
| Nick Mathewson | 2004-05-19 |
* | and another todo item•••svn:r1898
| Roger Dingledine | 2004-05-19 |
* | a start of a todo list for 0.0.7•••what else was scheduled for 0.0.7?
svn:r1897
| Roger Dingledine | 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 |
* | final version.•••svn:r1893
| Roger Dingledine | 2004-05-18 |
* | fix a seg fault, add another XXX for nick ;)•••svn:r1892
| Roger Dingledine | 2004-05-18 |
* | add html version of tor-design, including 150% png's exported from•••xfig with "more scaling" magic on
plus new pdf for nick's typo fix
svn:r1891
| Roger Dingledine | 2004-05-18 |