Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-21 | when the dns resolve is cancelled, or fails, be sure to remove | Roger Dingledine | |
conn from circ->resolving_streams otherwise it gets freed and stays there, causing seg faults. svn:r1915 | |||
2004-05-20 | a few instructions for hidden services | Roger Dingledine | |
svn:r1914 | |||
2004-05-20 | fix a double mark-for-close | Roger Dingledine | |
svn:r1913 | |||
2004-05-20 | Tinker with log behavior: never send error messages about logs into the ↵ | Nick Mathewson | |
bitbucket svn:r1912 | |||
2004-05-20 | router_choose_random_node() was ignoring its routerlist argument. | Roger Dingledine | |
so now we don't pass it one. svn:r1911 | |||
2004-05-20 | some more patching | Roger Dingledine | |
svn:r1910 | |||
2004-05-20 | bugfix: if no loglevel or logfile is specified, then we need to open | Roger Dingledine | |
a default log to stdout. svn:r1909 | |||
2004-05-20 | don't ever expire dirserver routerinfos! | Roger Dingledine | |
svn:r1908 | |||
2004-05-20 | non-dirservers expire routerinfo's that are more than a day old | Roger Dingledine | |
svn:r1907 | |||
2004-05-20 | enable checking the socks policy | Roger Dingledine | |
svn:r1906 | |||
2004-05-20 | Allow multiple exit policy lines; mostly add support for AP policies | Nick Mathewson | |
svn:r1905 | |||
2004-05-19 | Tighten assert_cpath_layer_ok assumptions | Nick Mathewson | |
svn:r1904 | |||
2004-05-19 | do all the heavy lifting in connection_about_to_close_connection, | Roger Dingledine | |
not in _connection_mark_for_close this will hopefully clean up the huge cyclical function mess svn:r1903 | |||
2004-05-19 | tor_assert, not assert. stdout, not stderr | Nick Mathewson | |
svn:r1902 | |||
2004-05-19 | Add Port to *bindAddress. | Nick Mathewson | |
svn:r1901 | |||
2004-05-19 | Mark some items completed | Nick Mathewson | |
svn:r1900 | |||
2004-05-19 | Allow multiple logfiles at different severity ranges | Nick Mathewson | |
svn:r1899 | |||
2004-05-19 | and another todo item | Roger Dingledine | |
svn:r1898 | |||
2004-05-19 | a start of a todo list for 0.0.7 | Roger Dingledine | |
what else was scheduled for 0.0.7? svn:r1897 | |||
2004-05-19 | fix compile error in dirserv | Roger Dingledine | |
(declare variables before the rest of the function) svn:r1896 | |||
2004-05-19 | Fix segfault | Nick Mathewson | |
svn:r1895 | |||
2004-05-18 | remove upper limit on number of descriptors/directories in dirserver; use ↵ | Nick Mathewson | |
smartlists instead of arrays svn:r1894 | |||
2004-05-18 | final version. | Roger Dingledine | |
svn:r1893 | |||
2004-05-18 | fix a seg fault, add another XXX for nick ;) | Roger Dingledine | |
svn:r1892 | |||
2004-05-18 | add html version of tor-design, including 150% png's exported from | Roger Dingledine | |
xfig with "more scaling" magic on plus new pdf for nick's typo fix svn:r1891 | |||
2004-05-18 | Fix a spelling error | Nick Mathewson | |
svn:r1890 | |||
2004-05-18 | Resolve some XXXs | Nick Mathewson | |
svn:r1889 | |||
2004-05-18 | first attempt at camera-ready tor-design.pdf | Roger Dingledine | |
svn:r1888 | |||
2004-05-18 | include actual rend spec in tarball | Roger Dingledine | |
svn:r1887 | |||
2004-05-18 | remove obsolete rendezvous pre-spec | Roger Dingledine | |
svn:r1886 | |||
2004-05-18 | clean up bib; remove incorrect directory consensus discussion | Roger Dingledine | |
svn:r1885 | |||
2004-05-18 | cut clean tighten tweak | Roger Dingledine | |
svn:r1884 | |||
2004-05-18 | Only try to launch a fixed number of intro circuits for a service per ↵ | Nick Mathewson | |
15-minute period or before all of the intro circuits succeed, whichever comes first svn:r1883 | |||
2004-05-17 | Override unaligned-access-ok check when $host_cpu is ia64. Apparently, ↵ | Nick Mathewson | |
ia64-linux reacts to unaligned access by making the kernel gripe. Re-run autogen.sh if you need config.guess/sub. svn:r1882 | |||
2004-05-17 | Fix segfault and logic error in last patch. | Nick Mathewson | |
svn:r1881 | |||
2004-05-17 | Make directory functions update routerlist, not replace it. Add notion of ↵ | Nick Mathewson | |
OR-is-trusted-to-be-a-dirserver. Arma, please review: does this handle being a dirserver right? svn:r1880 | |||
2004-05-17 | make design and in-the-wild sections more correct | Roger Dingledine | |
plus other cleaning throughout svn:r1879 | |||
2004-05-17 | the eax paper got published | Roger Dingledine | |
svn:r1878 | |||
2004-05-17 | correct the field lengths in the cell structure diagram | Roger Dingledine | |
svn:r1877 | |||
2004-05-16 | Stefan Mark was the one doing the bug finding, not Stefan Kopsell | Roger Dingledine | |
svn:r1876 | |||
2004-05-16 | bump version of cvs pre1, since old cvs pre1 is incompatible | Roger Dingledine | |
svn:r1875 | |||
2004-05-16 | New upstream releasedebian-version-0.0.6.2-1 | Peter Palfrader | |
svn:r1873 | |||
2004-05-16 | commit changelog on 0.0.6.2 (about to be released), | Roger Dingledine | |
and notes on 0.0.7pre1 (not yet released) svn:r1872 | |||
2004-05-15 | bugfix: our integrity-checking digest was checking only the most | Roger Dingledine | |
recent cell, not the previous cells like we'd thought. this change is backward incompatible. svn:r1868 | |||
2004-05-15 | bugfix: if a circuit if borderline too old, then count it as too old. | Roger Dingledine | |
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 | |||
2004-05-14 | Reintegrate appendix; edit paper a bit; leave design section alone; add XXXX ↵ | Nick Mathewson | |
comments svn:r1866 | |||
2004-05-13 | having two example exitpolicy lines, when only one is allowed, was confusing | Roger Dingledine | |
svn:r1865 | |||
2004-05-13 | assert_cpath_ok has always been broken | Roger Dingledine | |
re-disable it. svn:r1864 | |||
2004-05-13 | Break files apart into more modules | Roger Dingledine | |
* \file circuitbuild.c * \brief The actual details of building circuits. * \file circuitlist.c * \brief Manage the global circuit list. * \file circuituse.c * \brief Launch the right sort of circuits, attach streams to them. * \file connection_edge.c * \brief Handle edge streams. * \file onion.c * \brief Functions to queue create cells, and handle onionskin * parsing and creation. * \file relay.c * \brief Handle relay cell encryption/decryption, plus packaging and * receiving from circuits. svn:r1863 | |||
2004-05-13 | Mention nick and Matej Pfajfar's copyright in debian/copyright | Peter Palfrader | |
svn:r1862 |