summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-01-13Run test after builddebian-version-0.0.1+0.0.2pre19-1Peter Palfrader
2004-01-13Add empty TODOPeter Palfrader
2004-01-13Close #216611 with the first uploadPeter Palfrader
2004-01-13fix minor typosRoger Dingledine
2004-01-13First go at a debian packagePeter Palfrader
2004-01-13Note discrepency between N bytes transmitted over TLS and actual bandwidth us...Nick Mathewson
2004-01-12remember to mention entrynodes and exitnodes in the man pageRoger Dingledine
2004-01-11oh, and make it compileRoger Dingledine
2004-01-10update the man page for new token bucket paramsRoger Dingledine
2004-01-10split the token bucket into 'rate' and 'burst' paramsRoger Dingledine
2004-01-08resolve cygwin warnings for pre19Roger Dingledine
2004-01-08mark the design paper as draft, fix a few bugstor-0.0.2pre19Roger Dingledine
2004-01-07move us to pre19Roger Dingledine
2004-01-07fix minor typo in tor-specRoger Dingledine
2004-01-07clean whitespace (no substantive changes)Roger Dingledine
2004-01-07stop checking for the system's daemon() func, since we don't use itRoger Dingledine
2004-01-06Fix the dns bug: children weren't dyingRoger Dingledine
2004-01-05begin the process of cleaning/updating the specRoger Dingledine
2004-01-05note Christian Grothoff's daemonize patchRoger Dingledine
2004-01-05the onionskin challenge length was 30 bytes longer than necessaryRoger Dingledine
2004-01-05print an entry at the top of the logfile so you know it's workingRoger Dingledine
2004-01-03Integrate new daemon code, adapted from submission by christian grothoffNick Mathewson
2004-01-02move us to pre18tor-0.0.2pre18Roger Dingledine
2004-01-02fix endian issue: rh.integrity was getting sent wrongRoger Dingledine
2004-01-01stop a bug that straycat may have foundtor-0.0.2pre17Roger Dingledine
2003-12-30update TODO, patch design paperRoger Dingledine
2003-12-30rearrange authors, correct install notesRoger Dingledine
2003-12-30make loglevel info less noisyRoger Dingledine
2003-12-28randomize the initial circ_id and stream_id, so an adversary whoRoger Dingledine
2003-12-26back out the insert-padding-if-conflict codeRoger Dingledine
2003-12-23checkpoint: revamp relay cell packaging and handlingRoger Dingledine
2003-12-23add crypto_cipher_rewind to reverse crypto_cipher_advanceRoger Dingledine
2003-12-23correct a warn message in mark_if_closedRoger Dingledine
2003-12-19make sure there's no conflict when generating stream_idsRoger Dingledine
2003-12-19rename circ_id_t to uint16_t for code clarityRoger Dingledine
2003-12-19make a relay_header_t struct and pack/unpack funcsRoger Dingledine
2003-12-17clean tabs, trailing whitespaceRoger Dingledine
2003-12-17remove trailing whitespaceRoger Dingledine
2003-12-17make fetch_from_buf_http malloc its strings ratherRoger Dingledine
2003-12-17betcha didn't know strncpy could leave an unterminated stringRoger Dingledine
2003-12-17end-to-end integrity checking now worksRoger Dingledine
2003-12-17document an openssl gotchaRoger Dingledine
2003-12-16infrastructure for integrity-checks in relay cellsRoger Dingledine
2003-12-16bump cvs version to pre17, so people using cvs tor are denied fromRoger Dingledine
2003-12-16resolve an edge case in get_unique_circ_id_by_connRoger Dingledine
2003-12-16some todo updates before i lose track of themRoger Dingledine
2003-12-16move cell size to 512 bytesRoger Dingledine
2003-12-16add H(K|1) to the onionskin replyRoger Dingledine
2003-12-16change crypto_digest_new_env to crypto_new_digest_envRoger Dingledine
2003-12-16rename digest_copy to digest_dup, make it return, make gcc happierRoger Dingledine