aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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
* forward-port header-length-increase patchRoger Dingledine2004-05-06
| | | | svn:r1814
* forward-port built-in dirservers stringRoger Dingledine2004-05-06
| | | | svn:r1813
* forward-port dirservers fileRoger Dingledine2004-05-06
| | | | svn:r1812
* Fix bug in stream position adjustmentNick Mathewson2004-05-06
| | | | svn:r1801
* Use correct aes-ctr implementation in mainline, too.Nick Mathewson2004-05-06
| | | | svn:r1800
* bugfix: add a circ->resolving_streams field, and make dns resolving ↵Roger Dingledine2004-05-06
| | | | | | | | | | | | streams not actually in the connection_array until they're done resolving. bugfix: actually complain if we duplicate mark-for-close a circuit add more logging for relay ends that claim dns resolve failed, so we can find out why they're not being retried. svn:r1798
* Document the rest of main.cNick Mathewson2004-05-05
| | | | svn:r1797
* Comments for nearly all non-tricky filesNick Mathewson2004-05-05
| | | | svn:r1796
* Use intptr_t when playing with void*sNick Mathewson2004-05-05
| | | | svn:r1795
* Add intptr_t and uintptr_t to torint.hNick Mathewson2004-05-05
| | | | svn:r1794
* Fix compilation warnings on 64-bit platformsNick Mathewson2004-05-05
| | | | svn:r1793
* Never list unapproved servers as recommendedNick Mathewson2004-05-05
| | | | svn:r1790
* More documentation; fix for compilation warningNick Mathewson2004-05-05
| | | | svn:r1789
* Only connection_add connections once they have conn->s sett; refactor code ↵Nick Mathewson2004-05-05
| | | | | | around this. Should make stuff more bulletproof. svn:r1788
* Make non-fake tor_poll robust against -1 fdsNick Mathewson2004-05-05
| | | | svn:r1787
* must close marked connections at the end of run_scheduled_events.Roger Dingledine2004-05-05
| | | | | | | | | | | otherwise they might have a socket -1, and if we leave them around they'll muck up poll/select. i think this was the cause of our win32 and os x fakepoll crashes, and probably would cause other errors down the road. svn:r1786
* More documentationNick Mathewson2004-05-05
| | | | svn:r1785
* accept port 81 by default also, since people have been asking for itRoger Dingledine2004-05-04
| | | | svn:r1784
* Comment router*.cNick Mathewson2004-05-04
| | | | svn:r1783
* Fix mac compileNick Mathewson2004-05-04
| | | | svn:r1782
* tor_assert(), not assert()Nick Mathewson2004-05-02
| | | | svn:r1777
* Fix windows compile.Nick Mathewson2004-05-02
| | | | svn:r1776
* Working strerror for windows socket errors, plus some snide comments.Nick Mathewson2004-05-02
| | | | svn:r1775
* Assert that we never try to fakepoll on sock -1.Nick Mathewson2004-05-02
| | | | svn:r1774
* Windows version is 0.0.6 tooNick Mathewson2004-05-02
| | | | svn:r1771
* Bump windows version to 0.0.6rc4Nick Mathewson2004-05-02
| | | | svn:r1767
* stop the circuit_receive_relay_cell warningRoger Dingledine2004-05-02
| | | | | | | | mark the circ for close if circuit_extend fails because the next hop is not up yet; don't just return -1 svn:r1765
* patches on patchesRoger Dingledine2004-05-02
| | | | svn:r1763
* some patches on the patchesRoger Dingledine2004-05-01
| | | | svn:r1761
* Documenmt buffers.c; remove function that nobody ever calls.Nick Mathewson2004-05-01
| | | | svn:r1760
* Remove bogus */ so util.c compilesNick Mathewson2004-05-01
| | | | svn:r1759
* Finish documenting the functions in commonNick Mathewson2004-05-01
| | | | svn:r1758
* Fix windows compileNick Mathewson2004-05-01
| | | | svn:r1757
* Handle windows socket errors correctly; comment most of common.Nick Mathewson2004-05-01
| | | | svn:r1756