summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-21Fix another case of 17668: Add NoEdConsensusNick Mathewson
2016-03-21Document has_ed25519_listingNick Mathewson
2016-03-21Never vote for an ed key twice.Nick Mathewson
2016-03-21Fix log message subjects in networkstatus_parse_vote_from_string()Nick Mathewson
2016-03-21Document dircollate.c (and remove an unused global)Nick Mathewson
2016-03-21punctuate changes file betterNick Mathewson
2016-03-21Merge remote-tracking branch 'public/bug18548'Nick Mathewson
2016-03-21Merge remote-tracking branch 'public/bug17443_v2'Nick Mathewson
2016-03-21Run "formatChangelog"Nick Mathewson
2016-03-21Sort changes files into changelog.Nick Mathewson
2016-03-21Fix (most) lintChanges warnings on master.Nick Mathewson
2016-03-21Merge branch 'maint-0.2.7'Nick Mathewson
2016-03-21a couple more changes files issues.Nick Mathewson
2016-03-21Fix some warnings from lintchanges.Nick Mathewson
2016-03-21Merge remote-tracking branch 'arma/ticket18332-try3'Nick Mathewson
2016-03-21changes file for 18600Nick Mathewson
2016-03-21Merge remote-tracking branch 'special/bug18600'Nick Mathewson
2016-03-21Merge branch 'bug18570_027'Nick Mathewson
2016-03-21changes file for bug18570Nick Mathewson
2016-03-21Make sure channel_t queues its own copy of incoming cellsAndrea Shepard
2016-03-21Add new channel/queue_incoming unit tests; modify channel unit tests for new ...Andrea Shepard
2016-03-21test_options.c: assert that TransProxyType is testedSteven Chamberlain
2016-03-21Scrub service name in introduction circuit warningJohn Brooks
2016-03-17test_options.c: NULL a pointer after free #18447Steven Chamberlain
2016-03-16Bridges now refuse "rendezvous2" publish attemptsRoger Dingledine
2016-03-15Sandbox: Don't preseed getaddrinfo(gethostname()) in client mode.Nick Mathewson
2016-03-15Fix whitespace.Nick Mathewson
2016-03-15Merge remote-tracking branch 'weasel/bug18458'Nick Mathewson
2016-03-14Fix log message: say RelaxDirModeCheck instead of StrictDirModesPeter Palfrader
2016-03-14Merge branch 'bug15221_027'Nick Mathewson
2016-03-14Changes file for bug18253Nick Mathewson
2016-03-14Make unix sockets work with the linux seccomp2 sandbox againNick Mathewson
2016-03-14Don't chmod/chown unix sockets if their permissions are already okNick Mathewson
2016-03-14Permit setrlimit, prlimit, prlimit64 calls.Nick Mathewson
2016-03-14When using open() to make sure we created a dir, close the fd afterwardsNick Mathewson
2016-03-14Merge remote-tracking branch 'public/bug16248_027'Nick Mathewson
2016-03-14Add comments to connection_check_event().Nick Mathewson
2016-03-14hs: Do not close desc fetch conn. if we can't pick an HSDirDavid Goulet
2016-03-11simplify the #18332 changes file based on feedback on ticketRoger Dingledine
2016-03-11Merge remote-tracking branch 'teor/bug17153'Nick Mathewson
2016-03-11Merge remote-tracking branch 'teor/bug8976_01_028'Nick Mathewson
2016-03-11Change behavior on missing/present event to warn instead of asserting.Nick Mathewson
2016-03-11simplify rend_cache_store_status_t back to a booleanRoger Dingledine
2016-03-11rip out rend_id_is_in_interval()Roger Dingledine
2016-03-11rip out hid_serv_acting_as_directory()Roger Dingledine
2016-03-11rip out hid_serv_responsible_for_desc_id()Roger Dingledine
2016-03-11If we start/stop reading on a dnsserv connection, don't assert.Nick Mathewson
2016-03-11Merge remote-tracking branch 'teor/bug18454'Nick Mathewson
2016-03-11Merge remote-tracking branch 'public/bug18204_028'Nick Mathewson
2016-03-11Move Automake options to configure.accypherpunks