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