| Commit message (Expand) | Author | Age |
* | Fix bytesex issues on in.s_addr | Nick Mathewson | 2003-11-17 |
* | catch the last missing log line i hope | Roger Dingledine | 2003-11-17 |
* | Remove a possible source of error in circID picking. | Nick Mathewson | 2003-11-17 |
* | continue the circuit_deliver_relay_cell forward-failure bughunt | Roger Dingledine | 2003-11-17 |
* | comment choose_good_exit_server | Nick Mathewson | 2003-11-17 |
* | trivial bugfixes | Roger Dingledine | 2003-11-17 |
* | Fix a segfault caused by a weird logic error and masked by another. | Nick Mathewson | 2003-11-17 |
* | recognize in-progress circs and don't start redundant ones | Roger Dingledine | 2003-11-17 |
* | bugfixes | Roger Dingledine | 2003-11-16 |
* | change when circuits are built and expired | Roger Dingledine | 2003-11-16 |
* | bugfix: if you recognize a relay cell, don't also pass it on. | Roger Dingledine | 2003-11-16 |
* | dump exit policies correctly to descriptor | Roger Dingledine | 2003-11-16 |
* | initial patches on patches | Roger Dingledine | 2003-11-16 |
* | Finish implementing the rest of the exitpolicy stuff, except for automaticall... | Nick Mathewson | 2003-11-16 |
* | Improved exit policy syntax; basic client-side DNS caching. | Nick Mathewson | 2003-11-14 |
* | commencing the bughunt | Roger Dingledine | 2003-11-14 |
* | bump default pathlen to 3; clean up surrounding code | Roger Dingledine | 2003-11-13 |
* | let getconfig survive repeated calls. now we call it again when we hup. | Roger Dingledine | 2003-11-13 |
* | fix trivial typo | Roger Dingledine | 2003-11-13 |
* | warn on startup that we don't provide anonymity | Roger Dingledine | 2003-11-13 |
* | lay groundwork for EntryNodes and ExitNodes | Roger Dingledine | 2003-11-12 |
* | break out the string manipulation routines | Roger Dingledine | 2003-11-12 |
* | make dir parsing robust to invalid but well-formed descriptors | Roger Dingledine | 2003-11-12 |
* | Remove minor biasing problem from crypto_pseudo_rand_int | Nick Mathewson | 2003-11-12 |
* | connection_ap_handshake_send_begin always succeeds | Roger Dingledine | 2003-11-12 |
* | Make crypto_pseudo_rand* never fail. | Nick Mathewson | 2003-11-12 |
* | Restore erroneously removed assert | Nick Mathewson | 2003-11-12 |
* | Fix thinko: Failure and success are different things. | Nick Mathewson | 2003-11-12 |
* | Remove dead code | Nick Mathewson | 2003-11-12 |
* | Compute paths as we build them. | Nick Mathewson | 2003-11-12 |
* | Refactor onion_generate_cpath to build cpaths one hop at a time. This | Nick Mathewson | 2003-11-12 |
* | point out bug | Roger Dingledine | 2003-11-11 |
* | more cleanups and bugfix | Roger Dingledine | 2003-11-11 |
* | leave conn->socks_request around after the begin | Roger Dingledine | 2003-11-11 |
* | conn->socks_version is obsolete | Roger Dingledine | 2003-11-11 |
* | respond to nick's questions | Roger Dingledine | 2003-11-11 |
* | fix a bug in handling clock skew | Roger Dingledine | 2003-11-11 |
* | Rename aci to circ_id throughout. | Nick Mathewson | 2003-11-11 |
* | Make AP connections wait for a circuit if none exists. | Nick Mathewson | 2003-11-11 |
* | client now survives going offline better | Roger Dingledine | 2003-11-10 |
* | Check in a working cross-platform timegm | Nick Mathewson | 2003-11-10 |
* | Add lots of logging to dns.c; change behavior of often-failing assertion | Nick Mathewson | 2003-11-08 |
* | bugfix for win32 with lots of users | Roger Dingledine | 2003-10-27 |
* | remove obsolete config file | Roger Dingledine | 2003-10-27 |
* | add DirBindAddress, parse the BindAddress's when you bind | Roger Dingledine | 2003-10-25 |
* | Use daemon(3) function where available. | Nick Mathewson | 2003-10-23 |
* | resolve warning | Nick Mathewson | 2003-10-23 |
* | Two-pronged attack at my overzealous skew fixes. | Nick Mathewson | 2003-10-23 |
* | switch_id() no longer tries to log the user name when it's calld on | Steven Hazel | 2003-10-22 |
* | Clock skew fixes. | Nick Mathewson | 2003-10-22 |