Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bugfix: do directory_send_command only after we've established a socket | Roger Dingledine | 2004-05-09 |
| | | | | | | | also many comments, cleaning, etc svn:r1823 | ||
* | fix a typo in our doxygen instructions | Roger Dingledine | 2004-05-09 |
| | | | | svn:r1822 | ||
* | minor edits to changelog and readme | Roger Dingledine | 2004-05-09 |
| | | | | svn:r1821 | ||
* | Add doxygen markup for util and buffers | Nick Mathewson | 2004-05-07 |
| | | | | svn:r1820 | ||
* | Add Doxygen config file and make target, along with section in HACKING document | Nick Mathewson | 2004-05-07 |
| | | | | svn:r1819 | ||
* | 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 | ||
* | Move tor manpage to section 8 | Peter Palfrader | 2004-05-06 |
| | | | | svn:r1816 | ||
* | Recommend socat | Peter Palfrader | 2004-05-06 |
| | | | | svn:r1815 | ||
* | 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 | ||
* | forward-port changelog | Roger Dingledine | 2004-05-06 |
| | | | | svn:r1811 | ||
* | bump cvs version to 0.0.7pre1-cvs | Roger Dingledine | 2004-05-06 |
| | | | | svn:r1810 | ||
* | New upstream release. | Peter Palfrader | 2004-05-06 |
| | | | | svn:r1808 | ||
* | 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 | ||
* | specify bandwidth minimums for people running servers | Roger Dingledine | 2004-05-05 |
| | | | | svn:r1792 | ||
* | mention the digest seeds for circuit-level integrity checking | Roger Dingledine | 2004-05-05 |
| | | | | | | | | unused portions of relay payloads are nul-padded, not filled with random bytes. svn:r1791 | ||
* | 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 | ||
* | New upstream release. | Peter Palfrader | 2004-05-02 |
| | | | | svn:r1780 | ||
* | New upstream release candidate | Peter Palfrader | 2004-05-02 |
| | | | | svn:r1778 | ||
* | 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 | ||
* | version is 0.0.6 | Roger Dingledine | 2004-05-02 |
| | | | | svn:r1770 | ||
* | commit the 0.0.6 changelog | Roger Dingledine | 2004-05-02 |
| | | | | svn:r1769 | ||
* | bump main version to 0.0.6rc4 | Roger Dingledine | 2004-05-02 |
| | | | | svn:r1768 | ||
* | Bump windows version to 0.0.6rc4 | Nick Mathewson | 2004-05-02 |
| | | | | svn:r1767 | ||
* | another bug that's been bugging me | Roger Dingledine | 2004-05-02 |
| | | | | svn:r1766 | ||
* | 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 | ||
* | another todo we should do | Roger Dingledine | 2004-05-02 |
| | | | | svn:r1764 | ||
* | patches on patches | Roger Dingledine | 2004-05-02 |
| | | | | svn:r1763 | ||
* | some more todo items | Roger Dingledine | 2004-05-02 |
| | | | | svn:r1762 |