Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | fix a seg fault (whoops) | Roger Dingledine | 2004-04-30 |
| | | | | svn:r1755 | ||
* | note another bug to be fixed sometime | Roger Dingledine | 2004-04-30 |
| | | | | svn:r1754 | ||
* | update the built-in dirservers default | Roger Dingledine | 2004-04-29 |
| | | | | svn:r1750 | ||
* | some cosmetic fixes | Roger Dingledine | 2004-04-29 |
| | | | | svn:r1747 | ||
* | Oops -- the Windows function is closesocket, not socketclose | Nick Mathewson | 2004-04-28 |
| | | | | svn:r1746 | ||
* | Use socketclose on windows as appropriate; end pid files with newline | Nick Mathewson | 2004-04-28 |
| | | | | svn:r1745 | ||
* | use tor_lookup_hostname for binding local addresses too | Roger Dingledine | 2004-04-28 |
| | | | | svn:r1744 | ||
* | Regenerate windows orconfig.h to match current autoheader generated orconfig.h | Nick Mathewson | 2004-04-28 |
| | | | | svn:r1743 | ||
* | Remove IVs from cipher code, since AES-ctr has none. | Nick Mathewson | 2004-04-28 |
| | | | | svn:r1742 | ||
* | use nick's _ARRAYSIZE abstraction | Roger Dingledine | 2004-04-28 |
| | | | | svn:r1741 | ||
* | nick, is this what you meant? | Roger Dingledine | 2004-04-28 |
| | | | | svn:r1740 | ||
* | Make Tor build on win32 with VC6 without warnings. | Nick Mathewson | 2004-04-28 |
| | | | | svn:r1739 | ||
* | bug resolved (hopefully), so remove comment | Roger Dingledine | 2004-04-28 |
| | | | | svn:r1738 | ||
* | clean dns.c better | Roger Dingledine | 2004-04-28 |
| | | | | svn:r1737 | ||
* | fix a bug in dns.c, note but don't fix another one | Roger Dingledine | 2004-04-28 |
| | | | | svn:r1735 | ||
* | Workarounds for a couple of pieces of windows strangeness. | Nick Mathewson | 2004-04-28 |
| | | | | svn:r1734 | ||
* | clean some dead code (right?) | Roger Dingledine | 2004-04-28 |
| | | | | svn:r1733 | ||
* | some compilers don't like an array of length zero | Roger Dingledine | 2004-04-27 |
| | | | | | | | | nick: should we remove support for IVs for now, since we don't use them and don't plan to use them? svn:r1732 | ||
* | set Content-Type on the directory and hidserv descriptor | Roger Dingledine | 2004-04-27 |
| | | | | svn:r1731 | ||
* | make my assumption explicit | Roger Dingledine | 2004-04-27 |
| | | | | svn:r1730 |