summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-05-16New upstream releasedebian-version-0.0.6.2-1Peter Palfrader
svn:r1873
2004-05-16commit 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-15bugfix: our integrity-checking digest was checking only the mostRoger Dingledine
recent cell, not the previous cells like we'd thought. this change is backward incompatible. svn:r1868
2004-05-15bugfix: 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-14Reintegrate appendix; edit paper a bit; leave design section alone; add XXXX ↵Nick Mathewson
comments svn:r1866
2004-05-13having two example exitpolicy lines, when only one is allowed, was confusingRoger Dingledine
svn:r1865
2004-05-13assert_cpath_ok has always been brokenRoger Dingledine
re-disable it. svn:r1864
2004-05-13Break files apart into more modulesRoger 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-13Mention nick and Matej Pfajfar's copyright in debian/copyrightPeter Palfrader
svn:r1862
2004-05-13Make mdd.py marginally less kludgeyNick Mathewson
svn:r1861
2004-05-12clean up directory.c APIRoger Dingledine
svn:r1860
2004-05-12don't flush the buf from inside connection_write_to_bufRoger Dingledine
svn:r1859
2004-05-12break connection_edge_end out of connection_mark_for_closeRoger Dingledine
svn:r1858
2004-05-12Make some functions staticNick Mathewson
svn:r1857
2004-05-12break rend_client_desc_fetched out of connection_mark_for_closeRoger Dingledine
svn:r1856
2004-05-12Add nasty kludgy broken call-graph generatorNick Mathewson
svn:r1855
2004-05-12break part of circuit.c into relay.cRoger Dingledine
svn:r1854
2004-05-12Not every RSA decrypt should warn on failure.Nick Mathewson
svn:r1853
2004-05-12Make "connected" a different case from "finished_flushing"; always ↵Nick Mathewson
close_immediate whhen connect() fails. svn:r1852
2004-05-12calling flush_buf and not checking for return value is badRoger Dingledine
svn:r1851
2004-05-11note that part three of CLIENTS is outdated/wrongRoger Dingledine
svn:r1850
2004-05-11list in-points to command.cRoger Dingledine
svn:r1849
2004-05-11Add an extra flush attempt when closing wedged dir conns, in an attempt to ↵Nick Mathewson
isolate the EPIPE bug svn:r1848
2004-05-10"directory-signature" has a nickname too, yes?Roger Dingledine
svn:r1847
2004-05-10Split directory/router parsing functionality into separate file from ↵Nick Mathewson
routerlist.c svn:r1846
2004-05-10Update router descriptor and directory formats (rendezvous desc format is ↵Nick Mathewson
correct) svn:r1845
2004-05-10always a bit moreRoger Dingledine
svn:r1844
2004-05-10it's amazing what a bit of punctuation can do for appearancesRoger Dingledine
svn:r1843
2004-05-10add future task list to todoRoger Dingledine
svn:r1842
2004-05-10a few more pieces of markupRoger Dingledine
svn:r1841
2004-05-10doxygen markup for common/*.hRoger Dingledine
svn:r1840
2004-05-10more cleanup, including fleshing out or.h moreRoger Dingledine
svn:r1839
2004-05-10Close rogue <b>sNick Mathewson
svn:r1838
2004-05-10comments and doxygen markup on circuit.cRoger Dingledine
svn:r1837
2004-05-10Doxygen most of or.hNick Mathewson
svn:r1836
2004-05-10fix some more bugs in the specRoger Dingledine
svn:r1835
2004-05-10Doxygenate config.cNick Mathewson
svn:r1834
2004-05-10comment and doxygenate connection_edge.cRoger Dingledine
svn:r1833
2004-05-10More doxygenation.Nick Mathewson
svn:r1832
2004-05-10give connection.c a skeletal file/brief headerRoger Dingledine
svn:r1831
2004-05-10tweak comment in connection_orRoger Dingledine
svn:r1830
2004-05-10Doxygenate common.Nick Mathewson
svn:r1829
2004-05-10doxygen for tor_main.cRoger Dingledine
svn:r1828
2004-05-10remove an orphan function declarationRoger Dingledine
svn:r1827
2004-05-10function header comments for onion.c, including doxygen markupRoger Dingledine
svn:r1826
2004-05-10function header comments for connection.c, including doxygen markupRoger Dingledine
svn:r1825
2004-05-09more doxygen markupRoger Dingledine
plenty more remains svn:r1824
2004-05-09bugfix: do directory_send_command only after we've established a socketRoger Dingledine
also many comments, cleaning, etc svn:r1823
2004-05-09fix a typo in our doxygen instructionsRoger Dingledine
svn:r1822
2004-05-09minor edits to changelog and readmeRoger Dingledine
svn:r1821