| Commit message (Expand) | Author | Age |
* | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine | 2004-10-14 |
* | Use parse_addr_port() function instead of ad-hoc variants | Nick Mathewson | 2004-10-12 |
* | when a begin cell has an invalid port, give us a better hint of | Roger Dingledine | 2004-10-10 |
* | checking only 0.0.7 and 0.0.8 didn't work, because some dirservers | Roger Dingledine | 2004-09-27 |
* | cleanup: use strcmpstart() in more places | Roger Dingledine | 2004-09-23 |
* | Attach dummy resolve connections to a circuit *before* calling dns_resolve().... | Nick Mathewson | 2004-09-21 |
* | fix assert triggers in 0.0.7.x: if the other side returns | Roger Dingledine | 2004-08-15 |
* | reject the default edonkey, kazaa, gnutella ports | Roger Dingledine | 2004-08-08 |
* | avoid racing the mark-for-close when the client hangs up on us | Roger Dingledine | 2004-08-07 |
* | reject tor-resolve requests for .onion addresses early | Roger Dingledine | 2004-08-07 |
* | and add a comment to that effect | Roger Dingledine | 2004-08-06 |
* | make explicit that 'no socks policy' means 'accept' | Roger Dingledine | 2004-08-06 |
* | bugfix: when you finish answering a 'resolve' request, hold the | Roger Dingledine | 2004-08-05 |
* | bugfix: when tor-resolve asks to resolve an IP to an IP and we answer | Roger Dingledine | 2004-08-04 |
* | Fix all warnings on win32 build | Nick Mathewson | 2004-08-03 |
* | we were counting incorrectly when trying to figure out whether | Roger Dingledine | 2004-07-21 |
* | make connection_tls_finish_handshake() more plausible. | Roger Dingledine | 2004-07-21 |
* | bugfix: hidden services were broken in cvs | Roger Dingledine | 2004-07-17 |
* | tweaks and bugfix on resolve/resolved code | Roger Dingledine | 2004-06-17 |
* | Implement RESOLVE/RESOLVED cells and socks resolve code | Nick Mathewson | 2004-06-17 |
* | be sure to detach streams from the circuit linked list before freeing them | Roger Dingledine | 2004-06-02 |
* | fix a double mark-for-close | Roger Dingledine | 2004-05-20 |
* | enable checking the socks policy | Roger Dingledine | 2004-05-20 |
* | Allow multiple exit policy lines; mostly add support for AP policies | Nick Mathewson | 2004-05-20 |
* | Break files apart into more modules | Roger Dingledine | 2004-05-13 |
* | break connection_edge_end out of connection_mark_for_close | Roger Dingledine | 2004-05-12 |
* | Make "connected" a different case from "finished_flushing"; always close_imme... | Nick Mathewson | 2004-05-12 |
* | it's amazing what a bit of punctuation can do for appearances | Roger Dingledine | 2004-05-10 |
* | comment and doxygenate connection_edge.c | Roger Dingledine | 2004-05-10 |
* | bugfix: add a circ->resolving_streams field, and make dns resolving ... | Roger Dingledine | 2004-05-06 |
* | Only connection_add connections once they have conn->s sett; refactor code ar... | Nick Mathewson | 2004-05-05 |
* | Working strerror for windows socket errors, plus some snide comments. | Nick Mathewson | 2004-05-02 |
* | Handle windows socket errors correctly; comment most of common. | Nick Mathewson | 2004-05-01 |
* | Use socketclose on windows as appropriate; end pid files with newline | Nick Mathewson | 2004-04-28 |
* | fix a bug in dns.c, note but don't fix another one | Roger Dingledine | 2004-04-28 |
* | don't crash, if a conn that sent a begin has suddenly lost its circuit | Roger Dingledine | 2004-04-25 |
* | use tor_assert | Roger Dingledine | 2004-04-25 |
* | the socketpair bug is no longer a bug | Roger Dingledine | 2004-04-19 |
* | bugfix: you mean we're supposed to reuse fresh descriptors and | Roger Dingledine | 2004-04-18 |
* | if an intro circ waiting for an ack dies before getting one, then | Roger Dingledine | 2004-04-18 |
* | expire dir connections that live for more than 5 minutes | Roger Dingledine | 2004-04-18 |
* | log n_circ_ids when attaching rend streams | Roger Dingledine | 2004-04-17 |
* | more useful logs to track weasel's bug | Roger Dingledine | 2004-04-17 |
* | bugfix: when you sleep your hidden-service laptop, as soon | Roger Dingledine | 2004-04-17 |
* | fix a pair of duplicate mark-for-closes | Roger Dingledine | 2004-04-16 |
* | when alice uses a port that the hidden service doesn't accept, | Roger Dingledine | 2004-04-16 |
* | wait a minute, weasel said there was a memory-stomping bug here | Roger Dingledine | 2004-04-16 |
* | i was wrong about one of my invariants | Roger Dingledine | 2004-04-16 |
* | Must detach before attaching, or else we infinite-loop | Nick Mathewson | 2004-04-15 |
* | make unattached rend streams expire after a while (60s) | Roger Dingledine | 2004-04-15 |