Age | Commit message (Expand) | Author |
2004-05-05 | Only connection_add connections once they have conn->s sett; refactor code ar... | Nick Mathewson |
2004-05-02 | Working strerror for windows socket errors, plus some snide comments. | Nick Mathewson |
2004-05-01 | Handle windows socket errors correctly; comment most of common. | Nick Mathewson |
2004-04-28 | 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-25 | 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-19 | the socketpair bug is no longer a bug | Roger Dingledine |
2004-04-18 | 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-17 | 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-16 | 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-15 | 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 | narrow in closer | Roger Dingledine |
2004-04-14 | prune abandoned circs better | Roger Dingledine |
2004-04-14 | make rendezvous points work again | Roger Dingledine |
2004-04-13 | let introcircs receive acks. rend streams now deal correctly again. | Roger Dingledine |
2004-04-13 | or, not and | Nick Mathewson |
2004-04-13 | Handle END_STREAM_REASON_{EXITPOLICY|RESOLVEFAILED} | Nick Mathewson |
2004-04-12 | ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet) | Nick Mathewson |
2004-04-09 | continue beating at pieces of The Bug | Roger Dingledine |
2004-04-09 | set rend exit connection state _before_ calling rend_service_set_connection_a... | Nick Mathewson |
2004-04-08 | circuit-level sendmes weren't working, because the exit | Roger Dingledine |
2004-04-08 | don't try to circuit_log_path if you're at the exit edge of a circ | Roger Dingledine |
2004-04-08 | Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpath | Nick Mathewson |
2004-04-08 | Set rend_query on exiting streams | Nick Mathewson |
2004-04-07 | if the rend desc cache entry was fetched more than 15 mins ago, | Roger Dingledine |
2004-04-07 | Remember when we received which service desc. | Nick Mathewson |
2004-04-07 | Delete trailing whitespace and expand tabs; remove unused aes decrypt code | Nick Mathewson |
2004-04-07 | mark a rend circ dirty when you attach to it | Roger Dingledine |
2004-04-06 | Set routerinfo->addr properly for own routerinfo; do casei routerinfo compare | Nick Mathewson |
2004-04-06 | Set correct address and port mappings on outgoing rendezvous connections | Nick Mathewson |
2004-04-06 | alice just fetched bob's hidden webpage. | Roger Dingledine |
2004-04-06 | checkpoint commit: rend closer to working, still not there yet | Roger Dingledine |
2004-04-05 | don't detach-and-retry rendezvous streams | Roger Dingledine |
2004-04-05 | oaep uses 42 more bytes -- stop clobbering buffers | Roger Dingledine |
2004-04-05 | strdup the intro point when you pick it, so you | Roger Dingledine |
2004-04-05 | complain early if we get an unrecognized nickname from | Roger Dingledine |
2004-04-05 | if a rend stream has already been attached to a rend circ, | Roger Dingledine |
2004-04-05 | more alice-side infrastructure | Roger Dingledine |
2004-04-05 | alice can now look up bob's service descriptor, | Roger Dingledine |
2004-04-03 | Implement acks | Nick Mathewson |
2004-04-03 | Handle rendezvous relay cells | Nick Mathewson |