aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Add Port to *bindAddress.Nick Mathewson2004-05-19
| | | | svn:r1901
* Allow multiple logfiles at different severity rangesNick Mathewson2004-05-19
| | | | svn:r1899
* 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
* fix a seg fault, add another XXX for nick ;)Roger Dingledine2004-05-18
| | | | svn:r1892
* Resolve some XXXsNick Mathewson2004-05-18
| | | | svn:r1889
* 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
* 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
* 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
* 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
* 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
* 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
* list in-points to command.cRoger Dingledine2004-05-11
| | | | svn:r1849
* Add an extra flush attempt when closing wedged dir conns, in an attempt to ↵Nick Mathewson2004-05-11
| | | | | | isolate the EPIPE bug svn:r1848
* Split directory/router parsing functionality into separate file from ↵Nick Mathewson2004-05-10
| | | | | | routerlist.c svn:r1846
* always a bit moreRoger Dingledine2004-05-10
| | | | svn:r1844
* it's amazing what a bit of punctuation can do for appearancesRoger Dingledine2004-05-10
| | | | svn:r1843
* a few more pieces of markupRoger Dingledine2004-05-10
| | | | svn:r1841
* doxygen markup for common/*.hRoger Dingledine2004-05-10
| | | | svn:r1840
* more cleanup, including fleshing out or.h moreRoger Dingledine2004-05-10
| | | | svn:r1839
* Close rogue <b>sNick Mathewson2004-05-10
| | | | svn:r1838
* comments and doxygen markup on circuit.cRoger Dingledine2004-05-10
| | | | svn:r1837
* Doxygen most of or.hNick Mathewson2004-05-10
| | | | svn:r1836
* Doxygenate config.cNick Mathewson2004-05-10
| | | | svn:r1834
* comment and doxygenate connection_edge.cRoger Dingledine2004-05-10
| | | | svn:r1833
* More doxygenation.Nick Mathewson2004-05-10
| | | | svn:r1832
* give connection.c a skeletal file/brief headerRoger Dingledine2004-05-10
| | | | svn:r1831
* tweak comment in connection_orRoger Dingledine2004-05-10
| | | | svn:r1830
* Doxygenate common.Nick Mathewson2004-05-10
| | | | svn:r1829
* doxygen for tor_main.cRoger Dingledine2004-05-10
| | | | svn:r1828
* remove an orphan function declarationRoger Dingledine2004-05-10
| | | | svn:r1827
* function header comments for onion.c, including doxygen markupRoger Dingledine2004-05-10
| | | | svn:r1826
* function header comments for connection.c, including doxygen markupRoger Dingledine2004-05-10
| | | | svn:r1825
* more doxygen markupRoger Dingledine2004-05-09
| | | | | | | plenty more remains svn:r1824
* bugfix: do directory_send_command only after we've established a socketRoger Dingledine2004-05-09
| | | | | | | also many comments, cleaning, etc svn:r1823
* Add doxygen markup for util and buffersNick Mathewson2004-05-07
| | | | svn:r1820
* comment the functions in connection_or.cRoger Dingledine2004-05-07
| | | | svn:r1818
* comment the functions in command.cRoger Dingledine2004-05-07
| | | | | | | | this is one of the files nick regarded as scary, so hopefully these will help. svn:r1817