Commit Graph

1893 Commits

Author SHA1 Message Date
Nick Mathewson 2946a6a2af remove upper limit on number of descriptors/directories in dirserver; use smartlists instead of arrays
svn:r1894
2004-05-18 17:41:40 +00:00
Roger Dingledine ed556a4096 final version.
svn:r1893
2004-05-18 17:29:36 +00:00
Roger Dingledine 1341b3e7c7 fix a seg fault, add another XXX for nick ;)
svn:r1892
2004-05-18 16:54:04 +00:00
Roger Dingledine b11b02f6f2 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
2004-05-18 16:02:38 +00:00
Nick Mathewson c381025009 Fix a spelling error
svn:r1890
2004-05-18 15:50:26 +00:00
Nick Mathewson d9066b67ff Resolve some XXXs
svn:r1889
2004-05-18 15:35:21 +00:00
Roger Dingledine ecfb8a5c6f first attempt at camera-ready tor-design.pdf
svn:r1888
2004-05-18 06:21:42 +00:00
Roger Dingledine d53643f9ac include actual rend spec in tarball
svn:r1887
2004-05-18 06:18:56 +00:00
Roger Dingledine 0e323f8736 remove obsolete rendezvous pre-spec
svn:r1886
2004-05-18 06:18:30 +00:00
Roger Dingledine ca3d80d989 clean up bib; remove incorrect directory consensus discussion
svn:r1885
2004-05-18 06:14:29 +00:00
Roger Dingledine fddc0f9097 cut clean tighten tweak
svn:r1884
2004-05-18 05:34:45 +00:00
Nick Mathewson 2256c241ba Only try to launch a fixed number of intro circuits for a service per 15-minute period or before all of the intro circuits succeed, whichever comes first
svn:r1883
2004-05-18 01:53:53 +00:00
Nick Mathewson 9ea6d18bf4 Override unaligned-access-ok check when $host_cpu is ia64. Apparently, 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 20:53:04 +00:00
Nick Mathewson 7b15c60156 Fix segfault and logic error in last patch.
svn:r1881
2004-05-17 20:41:40 +00:00
Nick Mathewson dc74f686ad Make directory functions update routerlist, not replace it. Add notion of OR-is-trusted-to-be-a-dirserver. Arma, please review: does this handle being a dirserver right?
svn:r1880
2004-05-17 20:31:01 +00:00
Roger Dingledine f19cf9870a make design and in-the-wild sections more correct
plus other cleaning throughout


svn:r1879
2004-05-17 09:19:02 +00:00
Roger Dingledine 56f4978aab the eax paper got published
svn:r1878
2004-05-17 09:07:08 +00:00
Roger Dingledine f1a0966ed0 correct the field lengths in the cell structure diagram
svn:r1877
2004-05-17 04:06:52 +00:00
Roger Dingledine 6c07f95082 Stefan Mark was the one doing the bug finding, not Stefan Kopsell
svn:r1876
2004-05-16 10:58:50 +00:00
Roger Dingledine f96ffae980 bump version of cvs pre1, since old cvs pre1 is incompatible
svn:r1875
2004-05-16 08:55:13 +00:00
(no author) 35cf2e68f3 This commit was manufactured by cvs2svn to create tag
'debian_version_0_0_6_2-1'.

svn:r1874
2004-05-16 08:53:24 +00:00
Peter Palfrader 63f63e4d06 New upstream release
svn:r1873
2004-05-16 08:53:24 +00:00
Roger Dingledine 719d99068c commit changelog on 0.0.6.2 (about to be released),
and notes on 0.0.7pre1 (not yet released)


svn:r1872
2004-05-16 08:50:36 +00:00
(no author) 0ee5673cbb This commit was manufactured by cvs2svn to create tag 'tor-0_0_6_2'.
svn:r1871
2004-05-16 03:45:27 +00:00
Roger Dingledine ae8e0a8f55 bump 0.0.6-patches version to 0.0.6.2
svn:r1870
2004-05-16 03:45:27 +00:00
Roger Dingledine 41293001b3 backport bugfix to 0.0.6.x: 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:r1869
2004-05-16 03:44:53 +00:00
Roger Dingledine 94a24f1a55 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
2004-05-15 23:49:41 +00:00
Roger Dingledine 048350d908 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
2004-05-15 07:21:25 +00:00
Nick Mathewson 48bf13e5de Reintegrate appendix; edit paper a bit; leave design section alone; add XXXX comments
svn:r1866
2004-05-14 06:41:41 +00:00
Roger Dingledine e4ad204f2e having two example exitpolicy lines, when only one is allowed, was confusing
svn:r1865
2004-05-13 22:38:16 +00:00
Roger Dingledine 3c3326749b assert_cpath_ok has always been broken
re-disable it.


svn:r1864
2004-05-13 07:44:21 +00:00
Roger Dingledine c1f419725e 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
2004-05-13 07:24:49 +00:00
Peter Palfrader 52c0ec7b87 Mention nick and Matej Pfajfar's copyright in debian/copyright
svn:r1862
2004-05-13 03:07:07 +00:00
Nick Mathewson e30c129b62 Make mdd.py marginally less kludgey
svn:r1861
2004-05-13 00:09:50 +00:00
Roger Dingledine 60f0f845e8 clean up directory.c API
svn:r1860
2004-05-12 23:48:57 +00:00
Roger Dingledine 2b3e905c82 don't flush the buf from inside connection_write_to_buf
svn:r1859
2004-05-12 22:56:26 +00:00
Roger Dingledine 63ce9819fa break connection_edge_end out of connection_mark_for_close
svn:r1858
2004-05-12 21:12:33 +00:00
Nick Mathewson 22c29b1ea5 Make some functions static
svn:r1857
2004-05-12 20:58:27 +00:00
Roger Dingledine e487cab06c break rend_client_desc_fetched out of connection_mark_for_close
svn:r1856
2004-05-12 20:36:44 +00:00
Nick Mathewson ca21a05a2b Add nasty kludgy broken call-graph generator
svn:r1855
2004-05-12 20:24:56 +00:00
Roger Dingledine 8eb4b255ea break part of circuit.c into relay.c
svn:r1854
2004-05-12 19:49:48 +00:00
Nick Mathewson e41dcec73e Not every RSA decrypt should warn on failure.
svn:r1853
2004-05-12 19:30:28 +00:00
Nick Mathewson e8a49286e1 Make "connected" a different case from "finished_flushing"; always close_immediate whhen connect() fails.
svn:r1852
2004-05-12 19:17:09 +00:00
Roger Dingledine fe92bd22fb calling flush_buf and not checking for return value is bad
svn:r1851
2004-05-12 18:41:32 +00:00
Roger Dingledine 181ed59c4c note that part three of CLIENTS is outdated/wrong
svn:r1850
2004-05-11 09:39:52 +00:00
Roger Dingledine da13aba0af list in-points to command.c
svn:r1849
2004-05-11 03:21:18 +00:00
Nick Mathewson fdb2dcda06 Add an extra flush attempt when closing wedged dir conns, in an attempt to isolate the EPIPE bug
svn:r1848
2004-05-11 01:55:32 +00:00
Roger Dingledine 310783012b "directory-signature" has a nickname too, yes?
svn:r1847
2004-05-10 21:44:18 +00:00
Nick Mathewson 928b394b75 Split directory/router parsing functionality into separate file from routerlist.c
svn:r1846
2004-05-10 17:30:51 +00:00
Nick Mathewson cc4e6c3897 Update router descriptor and directory formats (rendezvous desc format is correct)
svn:r1845
2004-05-10 16:57:05 +00:00