aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Tighten assert_cpath_layer_ok assumptionsNick Mathewson2004-05-19
| | | | svn:r1904
* do all the heavy lifting in connection_about_to_close_connection,Roger Dingledine2004-05-19
| | | | | | | | | not in _connection_mark_for_close this will hopefully clean up the huge cyclical function mess svn:r1903
* tor_assert, not assert. stdout, not stderrNick Mathewson2004-05-19
| | | | svn:r1902
* Add Port to *bindAddress.Nick Mathewson2004-05-19
| | | | svn:r1901
* Mark some items completedNick Mathewson2004-05-19
| | | | svn:r1900
* Allow multiple logfiles at different severity rangesNick Mathewson2004-05-19
| | | | svn:r1899
* and another todo itemRoger Dingledine2004-05-19
| | | | svn:r1898
* a start of a todo list for 0.0.7Roger Dingledine2004-05-19
| | | | | | | what else was scheduled for 0.0.7? svn:r1897
* fix compile error in dirservRoger Dingledine2004-05-19
| | | | | | | (declare variables before the rest of the function) svn:r1896
* Fix segfaultNick Mathewson2004-05-19
| | | | svn:r1895
* remove upper limit on number of descriptors/directories in dirserver; use ↵Nick Mathewson2004-05-18
| | | | | | smartlists instead of arrays svn:r1894
* final version.Roger Dingledine2004-05-18
| | | | svn:r1893
* fix a seg fault, add another XXX for nick ;)Roger Dingledine2004-05-18
| | | | svn:r1892
* add html version of tor-design, including 150% png's exported fromRoger Dingledine2004-05-18
| | | | | | | | | xfig with "more scaling" magic on plus new pdf for nick's typo fix svn:r1891
* Fix a spelling errorNick Mathewson2004-05-18
| | | | svn:r1890
* Resolve some XXXsNick Mathewson2004-05-18
| | | | svn:r1889
* first attempt at camera-ready tor-design.pdfRoger Dingledine2004-05-18
| | | | svn:r1888
* include actual rend spec in tarballRoger Dingledine2004-05-18
| | | | svn:r1887
* remove obsolete rendezvous pre-specRoger Dingledine2004-05-18
| | | | svn:r1886
* clean up bib; remove incorrect directory consensus discussionRoger Dingledine2004-05-18
| | | | svn:r1885
* cut clean tighten tweakRoger Dingledine2004-05-18
| | | | svn:r1884
* Only try to launch a fixed number of intro circuits for a service per ↵Nick Mathewson2004-05-18
| | | | | | 15-minute period or before all of the intro circuits succeed, whichever comes first svn:r1883
* Override unaligned-access-ok check when $host_cpu is ia64. Apparently, ↵Nick Mathewson2004-05-17
| | | | | | ia64-linux reacts to unaligned access by making the kernel gripe. Re-run autogen.sh if you need config.guess/sub. svn:r1882
* Fix segfault and logic error in last patch.Nick Mathewson2004-05-17
| | | | svn:r1881
* Make directory functions update routerlist, not replace it. Add notion of ↵Nick Mathewson2004-05-17
| | | | | | OR-is-trusted-to-be-a-dirserver. Arma, please review: does this handle being a dirserver right? svn:r1880
* make design and in-the-wild sections more correctRoger Dingledine2004-05-17
| | | | | | | plus other cleaning throughout svn:r1879
* the eax paper got publishedRoger Dingledine2004-05-17
| | | | svn:r1878
* correct the field lengths in the cell structure diagramRoger Dingledine2004-05-17
| | | | svn:r1877
* Stefan Mark was the one doing the bug finding, not Stefan KopsellRoger Dingledine2004-05-16
| | | | svn:r1876
* bump version of cvs pre1, since old cvs pre1 is incompatibleRoger Dingledine2004-05-16
| | | | svn:r1875
* New upstream releasePeter Palfrader2004-05-16
| | | | svn:r1873
* commit changelog on 0.0.6.2 (about to be released),Roger Dingledine2004-05-16
| | | | | | | and notes on 0.0.7pre1 (not yet released) svn:r1872
* bugfix: our integrity-checking digest was checking only the mostRoger Dingledine2004-05-15
| | | | | | | | | recent cell, not the previous cells like we'd thought. this change is backward incompatible. svn:r1868
* bugfix: if a circuit if borderline too old, then count it as too old.Roger Dingledine2004-05-15
| | | | | | | | | 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
* Reintegrate appendix; edit paper a bit; leave design section alone; add XXXX ↵Nick Mathewson2004-05-14
| | | | | | comments svn:r1866
* having two example exitpolicy lines, when only one is allowed, was confusingRoger Dingledine2004-05-13
| | | | svn:r1865
* assert_cpath_ok has always been brokenRoger Dingledine2004-05-13
| | | | | | | re-disable it. svn:r1864
* Break files apart into more modulesRoger Dingledine2004-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | * \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
* Mention nick and Matej Pfajfar's copyright in debian/copyrightPeter Palfrader2004-05-13
| | | | svn:r1862
* Make mdd.py marginally less kludgeyNick Mathewson2004-05-13
| | | | svn:r1861
* clean up directory.c APIRoger Dingledine2004-05-12
| | | | svn:r1860
* don't flush the buf from inside connection_write_to_bufRoger Dingledine2004-05-12
| | | | svn:r1859
* break connection_edge_end out of connection_mark_for_closeRoger Dingledine2004-05-12
| | | | svn:r1858
* Make some functions staticNick Mathewson2004-05-12
| | | | svn:r1857
* break rend_client_desc_fetched out of connection_mark_for_closeRoger Dingledine2004-05-12
| | | | svn:r1856
* Add nasty kludgy broken call-graph generatorNick Mathewson2004-05-12
| | | | svn:r1855
* break part of circuit.c into relay.cRoger Dingledine2004-05-12
| | | | svn:r1854
* Not every RSA decrypt should warn on failure.Nick Mathewson2004-05-12
| | | | svn:r1853
* Make "connected" a different case from "finished_flushing"; always ↵Nick Mathewson2004-05-12
| | | | | | close_immediate whhen connect() fails. svn:r1852
* calling flush_buf and not checking for return value is badRoger Dingledine2004-05-12
| | | | svn:r1851