aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Let AP edges receive 'end' relay cells while waiting for 'connected'Roger Dingledine2004-01-20
* add an ap_conn connecting state; report connecting delayRoger Dingledine2004-01-20
* small default route when doing speed testingRoger Dingledine2004-01-20
* push out a tls record's worth of data once you've got itRoger Dingledine2004-01-20
* add TOR_PERF macro optionsRoger Dingledine2004-01-20
* fix typoRoger Dingledine2004-01-20
* setuid to User _before_ complaining about running as rootRoger Dingledine2004-01-19
* fix assert trigger in serverRoger Dingledine2004-01-19
* fix some errors in logs and commentsRoger Dingledine2004-01-16
* Note discrepency between N bytes transmitted over TLS and actual bandwidth us...Nick Mathewson2004-01-13
* oh, and make it compileRoger Dingledine2004-01-11
* split the token bucket into 'rate' and 'burst' paramsRoger Dingledine2004-01-10
* resolve cygwin warnings for pre19Roger Dingledine2004-01-08
* Fix the dns bug: children weren't dyingRoger Dingledine2004-01-06
* the onionskin challenge length was 30 bytes longer than necessaryRoger Dingledine2004-01-05
* print an entry at the top of the logfile so you know it's workingRoger Dingledine2004-01-05
* Integrate new daemon code, adapted from submission by christian grothoffNick Mathewson2004-01-03
* fix endian issue: rh.integrity was getting sent wrongRoger Dingledine2004-01-02
* stop a bug that straycat may have foundRoger Dingledine2004-01-01
* make loglevel info less noisyRoger Dingledine2003-12-30
* randomize the initial circ_id and stream_id, so an adversary whoRoger Dingledine2003-12-28
* back out the insert-padding-if-conflict codeRoger Dingledine2003-12-26
* checkpoint: revamp relay cell packaging and handlingRoger Dingledine2003-12-23
* add crypto_cipher_rewind to reverse crypto_cipher_advanceRoger Dingledine2003-12-23
* correct a warn message in mark_if_closedRoger Dingledine2003-12-23
* make sure there's no conflict when generating stream_idsRoger Dingledine2003-12-19
* rename circ_id_t to uint16_t for code clarityRoger Dingledine2003-12-19
* make a relay_header_t struct and pack/unpack funcsRoger Dingledine2003-12-19
* clean tabs, trailing whitespaceRoger Dingledine2003-12-17
* remove trailing whitespaceRoger Dingledine2003-12-17
* make fetch_from_buf_http malloc its strings ratherRoger Dingledine2003-12-17
* betcha didn't know strncpy could leave an unterminated stringRoger Dingledine2003-12-17
* end-to-end integrity checking now worksRoger Dingledine2003-12-17
* document an openssl gotchaRoger Dingledine2003-12-17
* infrastructure for integrity-checks in relay cellsRoger Dingledine2003-12-16
* resolve an edge case in get_unique_circ_id_by_connRoger Dingledine2003-12-16
* move cell size to 512 bytesRoger Dingledine2003-12-16
* add H(K|1) to the onionskin replyRoger Dingledine2003-12-16
* change crypto_digest_new_env to crypto_new_digest_envRoger Dingledine2003-12-16
* rename digest_copy to digest_dup, make it return, make gcc happierRoger Dingledine2003-12-16
* Resolve format warnings on MacOS X 10.3Nick Mathewson2003-12-16
* Add more fine-grained SHA1 functionality.Nick Mathewson2003-12-16
* Make compile warning-free on cygwinNick Mathewson2003-12-15
* make --debuglogfile (or any second log file) workRoger Dingledine2003-12-14
* start tracking the 'It appears I've already sent the end' warningRoger Dingledine2003-12-14
* oops, i broke buffers. fixed.Roger Dingledine2003-12-14
* document aborted attempt to merge client dns cache with server dns cacheRoger Dingledine2003-12-14
* change dns notation from question/answer to address/addrRoger Dingledine2003-12-14
* start to track the 'unexpected relay cell' warningRoger Dingledine2003-12-14
* on hup, close and rebind listener ports too (in case their config has changed)Roger Dingledine2003-12-14