Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | Working strerror for windows socket errors, plus some snide comments. | Nick Mathewson | 2004-05-02 |
| | | | | svn:r1775 | ||
* | 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 | ||
* | Documenmt buffers.c; remove function that nobody ever calls. | Nick Mathewson | 2004-05-01 |
| | | | | svn:r1760 | ||
* | 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 | ||
* | 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 | ||
* | Remove IVs from cipher code, since AES-ctr has none. | Nick Mathewson | 2004-04-28 |
| | | | | svn:r1742 | ||
* | 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 | ||
* | 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 | ||
* | it was the second bug that was nailing us. | Roger Dingledine | 2004-04-27 |
| | | | | | | | | | | 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 | ||
* | don't expire joined-rend circs that have an exit connection attached | Roger Dingledine | 2004-04-27 |
| | | | | | | | and don't expire non-general excess circuits svn:r1728 | ||
* | Log number of bytes pending after read. | Nick Mathewson | 2004-04-26 |
| | | | | svn:r1726 | ||
* | rendmid says it drops but actually sends nack | Roger Dingledine | 2004-04-26 |
| | | | | | | | fix log messages svn:r1725 | ||
* | Add a macro to catch unhandled openssl errors. | Nick Mathewson | 2004-04-26 |
| | | | | svn:r1723 | ||
* | and other debugs | Roger Dingledine | 2004-04-26 |
| | | | | svn:r1722 | ||
* | add a debugging entry, to find the wants-to-read-but-can't bug | Roger Dingledine | 2004-04-26 |
| | | | | svn:r1719 | ||
* | Refactor crypto error handling to be more like TLS error handling: | Nick Mathewson | 2004-04-26 |
| | | | | | | | | | | | | | 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 | ||
* | tell us when we're rotating things | Roger Dingledine | 2004-04-26 |
| | | | | svn:r1712 | ||
* | since we don't support truncateds much, don't bother sending them; | Roger Dingledine | 2004-04-26 |
| | | | | | | | | | just close the circ. (this wasn't relevant before, because we were mis-handling destroys.) svn:r1711 | ||
* | fix a bug that's been lurking since 27 may 03 (!) | Roger Dingledine | 2004-04-26 |
| | | | | | | | | when passing back a destroy cell, we would use the wrong circ id. how the heck did this work? svn:r1710 | ||
* | Better error msg on unknown circuit id. | Nick Mathewson | 2004-04-26 |
| | | | | svn:r1708 | ||
* | tell us the nickname of the OR that hung up on us | Roger Dingledine | 2004-04-26 |
| | | | | svn:r1706 | ||
* | Check for machine/limits.h in addition to sys/limits.h | Nick Mathewson | 2004-04-25 |
| | | | | svn:r1705 | ||
* | don't crash, if a conn that sent a begin has suddenly lost its circuit | Roger Dingledine | 2004-04-25 |
| | | | | svn:r1704 | ||
* | resolve a double-mark-for-close when things die inside connection_handle_write | Roger Dingledine | 2004-04-25 |
| | | | | svn:r1702 | ||
* | now assume all routers support rendezvous cells | Roger Dingledine | 2004-04-25 |
| | | | | svn:r1699 | ||
* | use tor_assert | Roger Dingledine | 2004-04-25 |
| | | | | | | | remove obsolete BUF_OK macro svn:r1697 | ||
* | Remove onion_pkey from connection, since onion keys can change more often ↵ | Nick Mathewson | 2004-04-25 |
| | | | | | | than connections. Also add more log messages svn:r1693 | ||
* | remove spurious router_rebuild_descriptor | Nick Mathewson | 2004-04-25 |
| | | | | svn:r1692 | ||
* | don't build and upload a new desc twice in a row | Roger Dingledine | 2004-04-25 |
| | | | | svn:r1691 | ||
* | log correctly if decoding onion failed | Roger Dingledine | 2004-04-25 |
| | | | | svn:r1690 | ||
* | bugfix: when rotating onion key, do it (more) correctly | Roger Dingledine | 2004-04-25 |
| | | | | svn:r1688 | ||
* | more touch-ups | Roger Dingledine | 2004-04-24 |
| | | | | svn:r1687 | ||
* | Spurious link-key should not be an error | Nick Mathewson | 2004-04-24 |
| | | | | svn:r1686 | ||
* | Note router addr:port in log messages | Nick Mathewson | 2004-04-24 |
| | | | | svn:r1685 | ||
* | Compare nicknames casei. | Nick Mathewson | 2004-04-24 |
| | | | | svn:r1684 | ||
* | Merge flagday into main branch. | Nick Mathewson | 2004-04-24 |
| | | | | svn:r1683 |