Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09 | fix a typo in our doxygen instructions | Roger Dingledine | |
svn:r1822 | |||
2004-05-09 | minor edits to changelog and readme | Roger Dingledine | |
svn:r1821 | |||
2004-05-07 | Add doxygen markup for util and buffers | Nick Mathewson | |
svn:r1820 | |||
2004-05-07 | Add Doxygen config file and make target, along with section in HACKING document | Nick Mathewson | |
svn:r1819 | |||
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 | Move tor manpage to section 8 | Peter Palfrader | |
svn:r1816 | |||
2004-05-06 | Recommend socat | Peter Palfrader | |
svn:r1815 | |||
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 | forward-port changelog | Roger Dingledine | |
svn:r1811 | |||
2004-05-06 | bump cvs version to 0.0.7pre1-cvs | Roger Dingledine | |
svn:r1810 | |||
2004-05-06 | New upstream release.debian-version-0.0.6.1-1 | Peter Palfrader | |
svn:r1808 | |||
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 | specify bandwidth minimums for people running servers | Roger Dingledine | |
svn:r1792 | |||
2004-05-05 | mention the digest seeds for circuit-level integrity checking | Roger Dingledine | |
unused portions of relay payloads are nul-padded, not filled with random bytes. svn:r1791 | |||
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 | New upstream release.debian-version-0.0.6-1 | Peter Palfrader | |
svn:r1780 | |||
2004-05-02 | New upstream release candidatedebian-version-0.0.5+0.0.6rc4-1 | Peter Palfrader | |
svn:r1778 | |||
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 | version is 0.0.6 | Roger Dingledine | |
svn:r1770 | |||
2004-05-02 | commit the 0.0.6 changelog | Roger Dingledine | |
svn:r1769 | |||
2004-05-02 | bump main version to 0.0.6rc4 | Roger Dingledine | |
svn:r1768 |