Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2004-05-01 | Remove bogus */ so util.c compiles | Nick Mathewson | |
svn:r1759 | |||
2004-05-01 | Finish documenting the functions in common | Nick Mathewson | |
svn:r1758 | |||
2004-05-01 | Fix windows compile | Nick Mathewson | |
svn:r1757 | |||
2004-05-01 | Handle windows socket errors correctly; comment most of common. | Nick Mathewson | |
svn:r1756 | |||
2004-04-30 | fix a seg fault (whoops) | Roger Dingledine | |
svn:r1755 | |||
2004-04-30 | note another bug to be fixed sometime | Roger Dingledine | |
svn:r1754 | |||
2004-04-29 | update the built-in dirservers default | Roger Dingledine | |
svn:r1750 | |||
2004-04-29 | some cosmetic fixes | Roger Dingledine | |
svn:r1747 | |||
2004-04-28 | Oops -- the Windows function is closesocket, not socketclose | Nick Mathewson | |
svn:r1746 | |||
2004-04-28 | Use socketclose on windows as appropriate; end pid files with newline | Nick Mathewson | |
svn:r1745 | |||
2004-04-28 | use tor_lookup_hostname for binding local addresses too | Roger Dingledine | |
svn:r1744 | |||
2004-04-28 | Regenerate windows orconfig.h to match current autoheader generated orconfig.h | Nick Mathewson | |
svn:r1743 | |||
2004-04-28 | Remove IVs from cipher code, since AES-ctr has none. | Nick Mathewson | |
svn:r1742 | |||
2004-04-28 | use nick's _ARRAYSIZE abstraction | Roger Dingledine | |
svn:r1741 | |||
2004-04-28 | nick, is this what you meant? | Roger Dingledine | |
svn:r1740 | |||
2004-04-28 | Make Tor build on win32 with VC6 without warnings. | Nick Mathewson | |
svn:r1739 | |||
2004-04-28 | bug resolved (hopefully), so remove comment | Roger Dingledine | |
svn:r1738 | |||
2004-04-28 | clean dns.c better | Roger Dingledine | |
svn:r1737 | |||
2004-04-28 | fix a bug in dns.c, note but don't fix another one | Roger Dingledine | |
svn:r1735 | |||
2004-04-28 | Workarounds for a couple of pieces of windows strangeness. | Nick Mathewson | |
svn:r1734 | |||
2004-04-28 | clean some dead code (right?) | Roger Dingledine | |
svn:r1733 | |||
2004-04-27 | some compilers don't like an array of length zero | Roger Dingledine | |
nick: should we remove support for IVs for now, since we don't use them and don't plan to use them? svn:r1732 | |||
2004-04-27 | set Content-Type on the directory and hidserv descriptor | Roger Dingledine | |
svn:r1731 | |||
2004-04-27 | make my assumption explicit | Roger Dingledine | |
svn:r1730 | |||
2004-04-27 | it was the second bug that was nailing us. | Roger Dingledine | |
periodically we expire some circuits if we already have enough, and we were counting rend circs in that number. (the first one wasn't a bug after all) svn:r1729 | |||
2004-04-27 | don't expire joined-rend circs that have an exit connection attached | Roger Dingledine | |
and don't expire non-general excess circuits svn:r1728 | |||
2004-04-26 | Some versions of openssl have an SSL_pending function that erroneously | Nick Mathewson | |
returns bytes when there is a non-application record pending. I have no idea when/why this would even happen, but let's catch it and make sure tor_tls_get_pending_bytes stays correct. svn:r1727 | |||
2004-04-26 | Log number of bytes pending after read. | Nick Mathewson | |
svn:r1726 | |||
2004-04-26 | rendmid says it drops but actually sends nack | Roger Dingledine | |
fix log messages svn:r1725 | |||
2004-04-26 | Remove spurious semi | Nick Mathewson | |
svn:r1724 | |||
2004-04-26 | Add a macro to catch unhandled openssl errors. | Nick Mathewson | |
svn:r1723 | |||
2004-04-26 | and other debugs | Roger Dingledine | |
svn:r1722 | |||
2004-04-26 | log debug so nick can see it too | Roger Dingledine | |
svn:r1721 | |||
2004-04-26 | The dots are there so you see test doing something. Therefore we should ↵ | Peter Palfrader | |
flush them after printing svn:r1720 | |||
2004-04-26 | add a debugging entry, to find the wants-to-read-but-can't bug | Roger Dingledine | |
svn:r1719 | |||
2004-04-26 | Include strerror(errno) with tls syscall errors | Nick Mathewson | |
svn:r1718 | |||
2004-04-26 | Refactor crypto error handling to be more like TLS error handling: | Nick Mathewson | |
crypto_perror is a no-no, since an operation can set more than one error. Also, fix a bug in the unix crypto_seed_rng: mixing stdio with /dev/urandom is a bad idea, since fopen can make all kinds of weird extraneous syscalls (mmap, fcntl, stat64, etc.) and since fread tends to buffer data in big chunks, thus depleting the entropy pool. svn:r1717 | |||
2004-04-26 | Log pending TLS errors in a couple more places, in case they are possible. | Nick Mathewson | |
svn:r1716 | |||
2004-04-26 | tell us when we're rotating things | Roger Dingledine | |
svn:r1712 | |||
2004-04-26 | since we don't support truncateds much, don't bother sending them; | Roger Dingledine | |
just close the circ. (this wasn't relevant before, because we were mis-handling destroys.) svn:r1711 |