Age | Commit message (Expand) | Author |
2004-10-14 | fix warning on win32 | Nick Mathewson |
2004-10-14 | bugfix on a really old bug: | Roger Dingledine |
2004-10-14 | Build without warnings on mac gcc 3.3 | Nick Mathewson |
2004-10-14 | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine |
2004-10-14 | Remove need for dirservers file: now, we note trusted dirservers in configura... | Nick Mathewson |
2004-10-13 | stop trying to print a NULL | Roger Dingledine |
2004-10-13 | Unify tests for "did I originate this nonopen OR connection?" | Nick Mathewson |
2004-10-13 | fix typo | Nick Mathewson |
2004-10-13 | answer question about rep_hist_note_connect_failed | Nick Mathewson |
2004-10-12 | Use parse_addr_port() function instead of ad-hoc variants | Nick Mathewson |
2004-09-29 | prefer tor_free to free | Roger Dingledine |
2004-09-08 | Flush more changes from sandbox | Nick Mathewson |
2004-09-02 | Move a paren 4 characters to the left; fix a bug in OutboundBindAddress | Nick Mathewson |
2004-08-17 | if they ask for exactly one entrynode, don't pick it as an exitnode. | Roger Dingledine |
2004-08-16 | o Handle servers with dynamic IP addresses: don't replace | Roger Dingledine |
2004-08-15 | commit some minor fixes from this sandbox so i can commit the next one | Roger Dingledine |
2004-08-08 | stop wasting cpu time on authdirservers | Roger Dingledine |
2004-08-08 | fix a race condition in 008pre2: don't try to extend onto a connection | Roger Dingledine |
2004-08-06 | fix an assert: check the sockspolicy before we make/add the connection, | Roger Dingledine |
2004-07-20 | when we get a sigint, don't accept new connections/circuits, | Roger Dingledine |
2004-07-20 | a whole swath of fixes | Roger Dingledine |
2004-07-19 | it turns out we weren't looking at the result from getsockopt(). | Roger Dingledine |
2004-07-18 | abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod... | Nick Mathewson |
2004-07-13 | Finish most pre2 items: make running-routers list work right; rename secret k... | Nick Mathewson |
2004-07-13 | only count bytes transmitted to/from non-local IPs | Roger Dingledine |
2004-07-13 | checkpoint: start working on bandwidth tracking and | Roger Dingledine |
2004-07-12 | tor now tolerates down dirservers better | Roger Dingledine |
2004-07-12 | if connecting to an OR fails immediately, mark it as down | Roger Dingledine |
2004-07-04 | touchups all over | Roger Dingledine |
2004-07-02 | More digest/nickname fixes | Nick Mathewson |
2004-07-01 | Track routers by hash of identity key; use hex hash of identity key in place ... | Nick Mathewson |
2004-06-17 | Implement RESOLVE/RESOLVED cells and socks resolve code | Nick Mathewson |
2004-06-05 | Make tor build on win32 again; handle locking for server | Nick Mathewson |
2004-06-02 | be sure to detach streams from the circuit linked list before freeing them | Roger Dingledine |
2004-05-21 | when the dns resolve is cancelled, or fails, be sure to remove | 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-19 | do all the heavy lifting in connection_about_to_close_connection, | Roger Dingledine |
2004-05-19 | Add Port to *bindAddress. | Nick Mathewson |
2004-05-12 | 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-10 | 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 |