| Commit message (Expand) | Author | Age |
* | Remove unused open circuits when there are too many, not when they are too old. | Nick Mathewson | 2004-03-21 |
* | Dont expire circuits we didnt originate. This may be redundant somehow, but ... | Nick Mathewson | 2004-03-21 |
* | Add a RunTesting option to try to learn link state by creating test circuits,... | Nick Mathewson | 2004-03-21 |
* | make servers not crash when they rep-hist-note circuits that don't start at them | Roger Dingledine | 2004-03-20 |
* | deal with hardware word alignment | Roger Dingledine | 2004-03-20 |
* | Integrate the new "rephist" [rep(utation) hist(ory)] module to trace | Nick Mathewson | 2004-03-20 |
* | clean up some presentation and comments | Roger Dingledine | 2004-03-18 |
* | bugfix: address that strcat vulnerability in circuit.c | Roger Dingledine | 2004-03-14 |
* | Make tor build on windows again. More work still needed | Nick Mathewson | 2004-03-09 |
* | reenable part of assert_circuit_ok, leave some still disabled | Roger Dingledine | 2004-03-03 |
* | Fix (maybe) assert_circuit_ok. leave it disabled till arma confirms | Nick Mathewson | 2004-03-03 |
* | Nth time is the charm on list manip. | Nick Mathewson | 2004-03-03 |
* | fix a pair of lurking segfaults | Roger Dingledine | 2004-03-02 |
* | Split out mark_for_close with circuits. Seems to work for me. | Nick Mathewson | 2004-03-02 |
* | print a statement when the first circ is finished, | Roger Dingledine | 2004-02-29 |
* | create a separate connection_edge_destroy() function | Roger Dingledine | 2004-02-29 |
* | clean up some log messages and severities | Roger Dingledine | 2004-02-28 |
* | if a relay cell is unrecognized at the end of the circuit, | Roger Dingledine | 2004-02-28 |
* | Make has_sent_end irrelevant: only try to send end if reason is nonzero | Nick Mathewson | 2004-02-28 |
* | patches/answers to nick's commit | Roger Dingledine | 2004-02-27 |
* | Refactor mark_for_close, connection_edge_end and friends. Now, everybody | Nick Mathewson | 2004-02-27 |
* | clean up an ia64 warning | Roger Dingledine | 2004-02-27 |
* | Basic RAM poisoning and magic-checking to notice connection and circuit | Nick Mathewson | 2004-02-25 |
* | adding the reattach-after-timeout feature wasn't so easy after all. | Roger Dingledine | 2004-02-18 |
* | Propagate yes/no/maybe a little farther forward. | Nick Mathewson | 2004-02-17 |
* | turn some knobs, add more debugging | Roger Dingledine | 2004-01-30 |
* | add an ap_conn connecting state; report connecting delay | Roger Dingledine | 2004-01-20 |
* | fix endian issue: rh.integrity was getting sent wrong | Roger Dingledine | 2004-01-02 |
* | 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 |
* | 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 |
* | end-to-end integrity checking now works | Roger Dingledine | 2003-12-17 |
* | infrastructure for integrity-checks in relay cells | Roger Dingledine | 2003-12-16 |
* | resolve an edge case in get_unique_circ_id_by_conn | Roger Dingledine | 2003-12-16 |
* | move cell size to 512 bytes | Roger Dingledine | 2003-12-16 |
* | add H(K|1) to the onionskin reply | Roger Dingledine | 2003-12-16 |
* | Make compile warning-free on cygwin | Nick Mathewson | 2003-12-15 |
* | start tracking the 'It appears I've already sent the end' warning | Roger Dingledine | 2003-12-14 |
* | more friendly warning when there are too many dns workers | Roger Dingledine | 2003-12-14 |
* | bugfix: a circuit that immediately failed still counts as a failed circuit | Roger Dingledine | 2003-12-13 |
* | if >=2 circs are being built that handle a given stream, | Roger Dingledine | 2003-12-12 |
* | close the circuit when we get a truncated cell | Roger Dingledine | 2003-12-09 |
* | fix vicious bug in connection_ap_attach_pending that caused it to | Roger Dingledine | 2003-12-03 |
* | simplify: options.OnionRouter==1 iff options.ORPort>0 | Roger Dingledine | 2003-11-20 |
* | bugfix and cleanups | Roger Dingledine | 2003-11-19 |