Age | Commit message (Expand) | Author |
2004-01-08 | mark the design paper as draft, fix a few bugstor-0.0.2pre19 | Roger Dingledine |
2004-01-07 | move us to pre19 | Roger Dingledine |
2004-01-07 | fix minor typo in tor-spec | Roger Dingledine |
2004-01-07 | clean whitespace (no substantive changes) | Roger Dingledine |
2004-01-07 | stop checking for the system's daemon() func, since we don't use it | Roger Dingledine |
2004-01-06 | Fix the dns bug: children weren't dying | Roger Dingledine |
2004-01-05 | begin the process of cleaning/updating the spec | Roger Dingledine |
2004-01-05 | note Christian Grothoff's daemonize patch | Roger Dingledine |
2004-01-05 | 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-03 | Integrate new daemon code, adapted from submission by christian grothoff | Nick Mathewson |
2004-01-02 | move us to pre18tor-0.0.2pre18 | Roger Dingledine |
2004-01-02 | fix endian issue: rh.integrity was getting sent wrong | Roger Dingledine |
2004-01-01 | stop a bug that straycat may have foundtor-0.0.2pre17 | Roger Dingledine |
2003-12-30 | update TODO, patch design paper | Roger Dingledine |
2003-12-30 | rearrange authors, correct install notes | Roger Dingledine |
2003-12-30 | make loglevel info less noisy | Roger Dingledine |
2003-12-28 | randomize the initial circ_id and stream_id, so an adversary who | Roger Dingledine |
2003-12-26 | back out the insert-padding-if-conflict code | Roger Dingledine |
2003-12-23 | checkpoint: revamp relay cell packaging and handling | Roger Dingledine |
2003-12-23 | add crypto_cipher_rewind to reverse crypto_cipher_advance | Roger Dingledine |
2003-12-23 | correct a warn message in mark_if_closed | Roger Dingledine |
2003-12-19 | 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-17 | clean tabs, trailing whitespace | Roger Dingledine |
2003-12-17 | 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 | document an openssl gotcha | Roger Dingledine |
2003-12-16 | infrastructure for integrity-checks in relay cells | Roger Dingledine |
2003-12-16 | bump cvs version to pre17, so people using cvs tor are denied from | Roger Dingledine |
2003-12-16 | resolve an edge case in get_unique_circ_id_by_conn | Roger Dingledine |
2003-12-16 | some todo updates before i lose track of them | 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 | change crypto_digest_new_env to crypto_new_digest_env | Roger Dingledine |
2003-12-16 | rename digest_copy to digest_dup, make it return, make gcc happier | Roger Dingledine |
2003-12-16 | Resolve format warnings on MacOS X 10.3 | Nick Mathewson |
2003-12-16 | Add more fine-grained SHA1 functionality. | Nick Mathewson |
2003-12-15 | Make compile warning-free on cygwin | Nick Mathewson |
2003-12-14 | make --debuglogfile (or any second log file) work | Roger Dingledine |
2003-12-14 | we are pre16tor-0.0.2pre16 | Roger Dingledine |
2003-12-14 | start tracking the 'It appears I've already sent the end' warning | Roger Dingledine |
2003-12-14 | oops, i broke buffers. fixed. | Roger Dingledine |
2003-12-14 | document aborted attempt to merge client dns cache with server dns cache | Roger Dingledine |
2003-12-14 | change dns notation from question/answer to address/addr | Roger Dingledine |
2003-12-14 | start to track the 'unexpected relay cell' warning | Roger Dingledine |
2003-12-14 | update the TODO to reflect the done things | Roger Dingledine |