| Commit message (Expand) | Author | Age |
... | |
* | Implement RESOLVE/RESOLVED cells and socks resolve code | Nick Mathewson | 2004-06-17 |
* | Make tor build on win32 again; handle locking for server | Nick Mathewson | 2004-06-05 |
* | be sure to detach streams from the circuit linked list before freeing them | Roger Dingledine | 2004-06-02 |
* | when the dns resolve is cancelled, or fails, be sure to remove | Roger Dingledine | 2004-05-21 |
* | 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 |
* | do all the heavy lifting in connection_about_to_close_connection, | Roger Dingledine | 2004-05-19 |
* | Add Port to *bindAddress. | Nick Mathewson | 2004-05-19 |
* | don't flush the buf from inside connection_write_to_buf | Roger Dingledine | 2004-05-12 |
* | break connection_edge_end out of connection_mark_for_close | Roger Dingledine | 2004-05-12 |
* | Make some functions static | Nick Mathewson | 2004-05-12 |
* | break rend_client_desc_fetched out of connection_mark_for_close | Roger Dingledine | 2004-05-12 |
* | break part of circuit.c into relay.c | 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 |
* | more cleanup, including fleshing out or.h more | Roger Dingledine | 2004-05-10 |
* | More doxygenation. | Nick Mathewson | 2004-05-10 |
* | give connection.c a skeletal file/brief header | Roger Dingledine | 2004-05-10 |
* | function header comments for connection.c, including doxygen markup | Roger Dingledine | 2004-05-10 |
* | bugfix: do directory_send_command only after we've established a socket | Roger Dingledine | 2004-05-09 |
* | 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 |
* | patches on patches | Roger Dingledine | 2004-05-02 |
* | Documenmt buffers.c; remove function that nobody ever calls. | Nick Mathewson | 2004-05-01 |
* | Fix windows compile | Nick Mathewson | 2004-05-01 |
* | 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 |
* | use tor_lookup_hostname for binding local addresses too | Roger Dingledine | 2004-04-28 |
* | add a debugging entry, to find the wants-to-read-but-can't bug | Roger Dingledine | 2004-04-26 |
* | since we don't support truncateds much, don't bother sending them; | Roger Dingledine | 2004-04-26 |
* | tell us the nickname of the OR that hung up on us | Roger Dingledine | 2004-04-26 |
* | resolve a double-mark-for-close when things die inside connection_handle_write | Roger Dingledine | 2004-04-25 |
* | use tor_assert | Roger Dingledine | 2004-04-25 |
* | Remove onion_pkey from connection, since onion keys can change more often tha... | Nick Mathewson | 2004-04-25 |
* | log correctly if decoding onion failed | Roger Dingledine | 2004-04-25 |
* | Merge flagday into main branch. | Nick Mathewson | 2004-04-24 |
* | we added more AP conns, oops | Roger Dingledine | 2004-04-08 |
* | if the rend desc cache entry was fetched more than 15 mins ago, | Roger Dingledine | 2004-04-07 |
* | Delete trailing whitespace and expand tabs; remove unused aes decrypt code | Nick Mathewson | 2004-04-07 |
* | alice can now look up bob's service descriptor, | Roger Dingledine | 2004-04-05 |
* | fix some bugs; more remain | Roger Dingledine | 2004-04-03 |
* | Refactor directory servers | Roger Dingledine | 2004-03-30 |
* | bugfix: we were closing socks-request connections immediately, rather | Roger Dingledine | 2004-03-29 |
* | hold socks reply open until flushed (if possible) | Roger Dingledine | 2004-03-28 |
* | work around a tsocks bug | Roger Dingledine | 2004-03-27 |
* | fix an assert trigger where an OP would fail to handshake, and we'd | Roger Dingledine | 2004-03-27 |
* | a missing comma could wreak all sorts of havoc. | Roger Dingledine | 2004-03-26 |
* | Integrate the new "rephist" [rep(utation) hist(ory)] module to trace | Nick Mathewson | 2004-03-20 |
* | bugfix: decrement OR connections from global_bucket too | Roger Dingledine | 2004-03-14 |