summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-01-31last minute fix: don't early-flush non-tls streamstor-0.0.2pre20Roger Dingledine
2004-01-30for perf testing, paths are always 3 hops, not "3 or more"Roger Dingledine
2004-01-30fix a per-circuit memory leakRoger Dingledine
2004-01-30Another related leakNick Mathewson
2004-01-30Freeing twice does *not* make the heap twice as clean.Nick Mathewson
2004-01-30Fix a bug that might have caused the leak, but which might have been hiding o...Nick Mathewson
2004-01-30Fix possible (but unlikely) mem leak.Nick Mathewson
2004-01-30finally locate the memory leak,Roger Dingledine
2004-01-30turn some knobs, add more debuggingRoger Dingledine
2004-01-30note an assert trigger, if you use an old broken netscape socks4Roger Dingledine
2004-01-20Let AP edges receive 'end' relay cells while waiting for 'connected'Roger Dingledine
2004-01-20add an ap_conn connecting state; report connecting delayRoger Dingledine
2004-01-20small default route when doing speed testingRoger Dingledine
2004-01-20push out a tls record's worth of data once you've got itRoger Dingledine
2004-01-20add TOR_PERF macro optionsRoger Dingledine
2004-01-20fix typoRoger Dingledine
2004-01-19setuid to User _before_ complaining about running as rootRoger Dingledine
2004-01-19fix assert trigger in serverRoger Dingledine
2004-01-16fix some errors in logs and commentsRoger Dingledine
2004-01-13Note discrepency between N bytes transmitted over TLS and actual bandwidth us...Nick Mathewson
2004-01-11oh, and make it compileRoger Dingledine
2004-01-10split the token bucket into 'rate' and 'burst' paramsRoger Dingledine
2004-01-08resolve cygwin warnings for pre19Roger Dingledine
2004-01-06Fix the dns bug: children weren't dyingRoger 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-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-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-16resolve an edge case in get_unique_circ_id_by_connRoger 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