| Commit message (Expand) | Author | Age |
... | |
* | Another case of the same. | Nick Mathewson | 2004-02-17 |
* | Fix the Big Bug in router_compare_addr_to_exit_policy: we used port 0 | Nick Mathewson | 2004-02-17 |
* | best_support_idx is obsolete | Roger Dingledine | 2004-02-17 |
* | Propagate yes/no/maybe a little farther forward. | Nick Mathewson | 2004-02-17 |
* | make braces cleaner, bug still persists | Roger Dingledine | 2004-02-17 |
* | Fix router_compare_addr_to_exit_policy, and name its return codes. The bug w... | Nick Mathewson | 2004-02-17 |
* | Let paranoid exit nodes (which default to reject) be exit nodes | Roger Dingledine | 2004-02-17 |
* | prevent picking middleman nodes as the last node in the circuit | Roger Dingledine | 2004-02-17 |
* | install the 'tor' binary to usr/sbin by default | Roger Dingledine | 2004-02-17 |
* | log when exit situation is hopeless. | Nick Mathewson | 2004-02-04 |
* | last minute fix: don't early-flush non-tls streams | Roger Dingledine | 2004-01-31 |
* | for perf testing, paths are always 3 hops, not "3 or more" | Roger Dingledine | 2004-01-30 |
* | fix a per-circuit memory leak | Roger Dingledine | 2004-01-30 |
* | Another related leak | Nick Mathewson | 2004-01-30 |
* | Freeing twice does *not* make the heap twice as clean. | Nick Mathewson | 2004-01-30 |
* | Fix a bug that might have caused the leak, but which might have been hiding o... | Nick Mathewson | 2004-01-30 |
* | Fix possible (but unlikely) mem leak. | Nick Mathewson | 2004-01-30 |
* | finally locate the memory leak, | Roger Dingledine | 2004-01-30 |
* | turn some knobs, add more debugging | Roger Dingledine | 2004-01-30 |
* | note an assert trigger, if you use an old broken netscape socks4 | Roger Dingledine | 2004-01-30 |
* | Let AP edges receive 'end' relay cells while waiting for 'connected' | Roger Dingledine | 2004-01-20 |
* | add an ap_conn connecting state; report connecting delay | Roger Dingledine | 2004-01-20 |
* | small default route when doing speed testing | Roger Dingledine | 2004-01-20 |
* | push out a tls record's worth of data once you've got it | Roger Dingledine | 2004-01-20 |
* | add TOR_PERF macro options | Roger Dingledine | 2004-01-20 |
* | setuid to User _before_ complaining about running as root | Roger Dingledine | 2004-01-19 |
* | fix assert trigger in server | Roger Dingledine | 2004-01-19 |
* | fix some errors in logs and comments | Roger Dingledine | 2004-01-16 |
* | oh, and make it compile | Roger Dingledine | 2004-01-11 |
* | split the token bucket into 'rate' and 'burst' params | Roger Dingledine | 2004-01-10 |
* | resolve cygwin warnings for pre19 | Roger Dingledine | 2004-01-08 |
* | Fix the dns bug: children weren't dying | Roger Dingledine | 2004-01-06 |
* | the onionskin challenge length was 30 bytes longer than necessary | Roger Dingledine | 2004-01-05 |
* | print an entry at the top of the logfile so you know it's working | Roger Dingledine | 2004-01-05 |
* | Integrate new daemon code, adapted from submission by christian grothoff | Nick Mathewson | 2004-01-03 |
* | fix endian issue: rh.integrity was getting sent wrong | Roger Dingledine | 2004-01-02 |
* | stop a bug that straycat may have found | Roger Dingledine | 2004-01-01 |
* | make loglevel info less noisy | Roger Dingledine | 2003-12-30 |
* | randomize the initial circ_id and stream_id, so an adversary who | Roger Dingledine | 2003-12-28 |
* | back out the insert-padding-if-conflict code | Roger Dingledine | 2003-12-26 |
* | checkpoint: revamp relay cell packaging and handling | Roger Dingledine | 2003-12-23 |
* | correct a warn message in mark_if_closed | Roger Dingledine | 2003-12-23 |
* | make sure there's no conflict when generating stream_ids | Roger Dingledine | 2003-12-19 |
* | rename circ_id_t to uint16_t for code clarity | Roger Dingledine | 2003-12-19 |
* | make a relay_header_t struct and pack/unpack funcs | Roger Dingledine | 2003-12-19 |
* | remove trailing whitespace | Roger Dingledine | 2003-12-17 |
* | make fetch_from_buf_http malloc its strings rather | Roger Dingledine | 2003-12-17 |
* | betcha didn't know strncpy could leave an unterminated string | Roger Dingledine | 2003-12-17 |
* | end-to-end integrity checking now works | Roger Dingledine | 2003-12-17 |
* | infrastructure for integrity-checks in relay cells | Roger Dingledine | 2003-12-16 |