summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2014-09-09Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-09Clean up the MVSC nmake files so they work again.Nick Mathewson
2014-09-09Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-09Add more escaped() calls in directory.cNick Mathewson
2014-09-08Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-08Expand the event_mask field in controller conns to 64 bitsNick Mathewson
2014-09-06Evaluate TestingDirAuthVoteGuard only after filling all rs elements.George Kadianakis
2014-09-05Correctly update channel local mark when address of incoming connection chang...Andrea Shepard
2014-09-04Fix add_fingerprint_to_dir() doc and signatureSebastian Hahn
2014-09-04Remove the AuthDirRejectUnlisted config optionSebastian Hahn
2014-09-03Fix a couple of small memory leaks on failure cases.Nick Mathewson
2014-09-02Don't list relays w/ bw estimate of 0 in the consensusSebastian Hahn
2014-09-02Don't delay uploading a new desc if bw estimate was 0Sebastian Hahn
2014-09-02Another clang analyzer complaint wrt HT_GENERATENick Mathewson
2014-09-02Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-02Fix a number of clang analyzer false-positivesNick Mathewson
2014-09-01Avoid unsigned/sign compare warning from last patch.Nick Mathewson
2014-09-01Bounds check while looping over a fixed size table or arrayPhilip Van Hoof
2014-08-29Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-08-29Merge remote-tracking branch 'arma/bug12996b' into maint-0.2.5Nick Mathewson
2014-08-29Downgrade "Unexpected onionskin length after decryption" warningRoger Dingledine
2014-08-29Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-08-29Improve "Tried to establish rendezvous on non-OR or non-edge circuit"Nick Mathewson
2014-08-29Introduce full coverage tests for module routerset.c.dana koch
2014-08-28Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-08-28Resume expanding abbreviations for command-line optionsRoger Dingledine
2014-08-26Merge remote-tracking branch 'public/bug10163'Nick Mathewson
2014-08-25Remove the assigned-but-unused chosen_named_idx local variableNick Mathewson
2014-08-24Whitespace fixesNick Mathewson
2014-08-24Terser ways to sandbox-allow related filenamesNick Mathewson
2014-08-24Merge branch 'bug11792_1_squashed'Nick Mathewson
2014-08-24When looking for conns to close, count the age of linked queued dataNick Mathewson
2014-08-24Kill non-tunneled directory connections when handling OOM.Nick Mathewson
2014-08-24Count zlib buffer memory towards OOM totals.Nick Mathewson
2014-08-22Tidy status handling in rendservice.cNick Mathewson
2014-08-21Mark one use of networkstatus_check_document_signature as (void)Nick Mathewson
2014-08-21remove meaningless checks for chunks==NULL in dirserv stuffNick Mathewson
2014-08-21Allow rend_service_intro_free to get called with NULLNick Mathewson
2014-08-21Remove a dead check for errmsg in handle_control_authenticateNick Mathewson
2014-08-21Add a missing goto to an unusable branch and make the branch LD_BUG.Nick Mathewson
2014-08-21Explicitly cast when dividing ints then implicitly casting to double.Nick Mathewson
2014-08-20Merge branch 'bug12205_take2_squashed'Nick Mathewson
2014-08-20Unit testing entry_is_time_to_retry().rl1987
2014-08-20Write comments for members of periods array.rl1987
2014-08-20Rewriting entry_is_time_to_retry() using table approach.rl1987
2014-08-20Merge branch 'bug10116_squashed'Nick Mathewson
2014-08-20Don't allocate an extra smartlist in the OOM handlerNick Mathewson
2014-08-20fix remaining compilation problemsNick Mathewson
2014-08-20Merge remote-tracking branch 'public/bug12908_025'Nick Mathewson
2014-08-20Warn if Tor is a relay and a HSSathyanarayanan Gunasekaran