Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-10 | doxygen markup for common/*.h | Roger Dingledine | |
svn:r1840 | |||
2004-05-10 | more cleanup, including fleshing out or.h more | Roger Dingledine | |
svn:r1839 | |||
2004-05-10 | Close rogue <b>s | Nick Mathewson | |
svn:r1838 | |||
2004-05-10 | comments and doxygen markup on circuit.c | Roger Dingledine | |
svn:r1837 | |||
2004-05-10 | Doxygen most of or.h | Nick Mathewson | |
svn:r1836 | |||
2004-05-10 | Doxygenate config.c | Nick Mathewson | |
svn:r1834 | |||
2004-05-10 | comment and doxygenate connection_edge.c | Roger Dingledine | |
svn:r1833 | |||
2004-05-10 | More doxygenation. | Nick Mathewson | |
svn:r1832 | |||
2004-05-10 | give connection.c a skeletal file/brief header | Roger Dingledine | |
svn:r1831 | |||
2004-05-10 | tweak comment in connection_or | Roger Dingledine | |
svn:r1830 | |||
2004-05-10 | Doxygenate common. | Nick Mathewson | |
svn:r1829 | |||
2004-05-10 | doxygen for tor_main.c | Roger Dingledine | |
svn:r1828 | |||
2004-05-10 | remove an orphan function declaration | Roger Dingledine | |
svn:r1827 | |||
2004-05-10 | function header comments for onion.c, including doxygen markup | Roger Dingledine | |
svn:r1826 | |||
2004-05-10 | function header comments for connection.c, including doxygen markup | Roger Dingledine | |
svn:r1825 | |||
2004-05-09 | more doxygen markup | Roger Dingledine | |
plenty more remains svn:r1824 | |||
2004-05-09 | bugfix: do directory_send_command only after we've established a socket | Roger Dingledine | |
also many comments, cleaning, etc svn:r1823 | |||
2004-05-07 | Add doxygen markup for util and buffers | Nick Mathewson | |
svn:r1820 | |||
2004-05-07 | comment the functions in connection_or.c | Roger Dingledine | |
svn:r1818 | |||
2004-05-07 | comment the functions in command.c | Roger Dingledine | |
this is one of the files nick regarded as scary, so hopefully these will help. svn:r1817 | |||
2004-05-06 | forward-port header-length-increase patch | Roger Dingledine | |
svn:r1814 | |||
2004-05-06 | forward-port built-in dirservers string | Roger Dingledine | |
svn:r1813 | |||
2004-05-06 | forward-port dirservers file | Roger Dingledine | |
svn:r1812 | |||
2004-05-06 | Fix bug in stream position adjustment | Nick Mathewson | |
svn:r1801 | |||
2004-05-06 | Use correct aes-ctr implementation in mainline, too. | Nick Mathewson | |
svn:r1800 | |||
2004-05-06 | bugfix: add a circ->resolving_streams field, and make dns resolving ↵ | Roger Dingledine | |
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 | |||
2004-05-05 | Document the rest of main.c | Nick Mathewson | |
svn:r1797 | |||
2004-05-05 | Comments for nearly all non-tricky files | Nick Mathewson | |
svn:r1796 | |||
2004-05-05 | Use intptr_t when playing with void*s | Nick Mathewson | |
svn:r1795 | |||
2004-05-05 | Add intptr_t and uintptr_t to torint.h | Nick Mathewson | |
svn:r1794 | |||
2004-05-05 | Fix compilation warnings on 64-bit platforms | Nick Mathewson | |
svn:r1793 | |||
2004-05-05 | Never list unapproved servers as recommended | Nick Mathewson | |
svn:r1790 | |||
2004-05-05 | More documentation; fix for compilation warning | Nick Mathewson | |
svn:r1789 | |||
2004-05-05 | Only connection_add connections once they have conn->s sett; refactor code ↵ | Nick Mathewson | |
around this. Should make stuff more bulletproof. svn:r1788 | |||
2004-05-05 | Make non-fake tor_poll robust against -1 fds | Nick Mathewson | |
svn:r1787 | |||
2004-05-05 | must close marked connections at the end of run_scheduled_events. | Roger Dingledine | |
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 | |||
2004-05-05 | More documentation | Nick Mathewson | |
svn:r1785 | |||
2004-05-04 | accept port 81 by default also, since people have been asking for it | Roger Dingledine | |
svn:r1784 | |||
2004-05-04 | Comment router*.c | Nick Mathewson | |
svn:r1783 | |||
2004-05-04 | Fix mac compile | Nick Mathewson | |
svn:r1782 | |||
2004-05-02 | tor_assert(), not assert() | Nick Mathewson | |
svn:r1777 | |||
2004-05-02 | Fix windows compile. | Nick Mathewson | |
svn:r1776 | |||
2004-05-02 | Working strerror for windows socket errors, plus some snide comments. | Nick Mathewson | |
svn:r1775 | |||
2004-05-02 | Assert that we never try to fakepoll on sock -1. | Nick Mathewson | |
svn:r1774 | |||
2004-05-02 | Windows version is 0.0.6 tootor-0.0.6.2tor-0.0.6.1tor-0.0.6 | Nick Mathewson | |
svn:r1771 | |||
2004-05-02 | Bump windows version to 0.0.6rc4 | Nick Mathewson | |
svn:r1767 | |||
2004-05-02 | stop the circuit_receive_relay_cell warning | Roger Dingledine | |
mark the circ for close if circuit_extend fails because the next hop is not up yet; don't just return -1 svn:r1765 | |||
2004-05-02 | patches on patches | Roger Dingledine | |
svn:r1763 | |||
2004-05-01 | some patches on the patches | Roger Dingledine | |
svn:r1761 | |||
2004-05-01 | Documenmt buffers.c; remove function that nobody ever calls. | Nick Mathewson | |
svn:r1760 |