| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | Fix a spelling error•••svn:r1890
| Nick Mathewson | 2004-05-18 |
* | Resolve some XXXs•••svn:r1889
| Nick Mathewson | 2004-05-18 |
* | first attempt at camera-ready tor-design.pdf•••svn:r1888
| Roger Dingledine | 2004-05-18 |
* | include actual rend spec in tarball•••svn:r1887
| Roger Dingledine | 2004-05-18 |
* | remove obsolete rendezvous pre-spec•••svn:r1886
| Roger Dingledine | 2004-05-18 |
* | clean up bib; remove incorrect directory consensus discussion•••svn:r1885
| Roger Dingledine | 2004-05-18 |
* | cut clean tighten tweak•••svn:r1884
| Roger Dingledine | 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 |
* | Override unaligned-access-ok check when $host_cpu is ia64. Apparently, ia64-...•••svn:r1882
| Nick Mathewson | 2004-05-17 |
* | 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 |
* | make design and in-the-wild sections more correct•••plus other cleaning throughout
svn:r1879
| Roger Dingledine | 2004-05-17 |
* | the eax paper got published•••svn:r1878
| Roger Dingledine | 2004-05-17 |
* | correct the field lengths in the cell structure diagram•••svn:r1877
| Roger Dingledine | 2004-05-17 |
* | Stefan Mark was the one doing the bug finding, not Stefan Kopsell•••svn:r1876
| Roger Dingledine | 2004-05-16 |
* | bump version of cvs pre1, since old cvs pre1 is incompatible•••svn:r1875
| Roger Dingledine | 2004-05-16 |
* | New upstream release•••svn:r1873
| Peter Palfrader | 2004-05-16 |
* | commit changelog on 0.0.6.2 (about to be released),•••and notes on 0.0.7pre1 (not yet released)
svn:r1872
| Roger Dingledine | 2004-05-16 |
* | 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 |
* | Reintegrate appendix; edit paper a bit; leave design section alone; add XXXX ...•••svn:r1866
| Nick Mathewson | 2004-05-14 |
* | 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 |
* | Break files apart into more modules••• * \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
| Roger Dingledine | 2004-05-13 |
* | Mention nick and Matej Pfajfar's copyright in debian/copyright•••svn:r1862
| Peter Palfrader | 2004-05-13 |