summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-12Make clients wait to refresh bridges when they have a recent descriptorteor
2017-09-12Refactor bridge download statuses to increment on attemptteor
2017-09-12Make bridge clients download bridge descriptors immediatelyteor
2017-08-29Make the download defaults in the tor manual match the codeteor
2017-08-24Merge remote-tracking branch 'dgoulet/bug23319_032_01'Nick Mathewson
2017-08-24test: Fix memory leak in hs_descriptor/decode_bad_signatureDavid Goulet
2017-08-24add another invizbox maintainer to ReleasingTor.mdNick Mathewson
2017-08-24Re-run trunnel. Cosmetic changes only.Nick Mathewson
2017-08-24Merge branch 'ahf_bug22497_redux'Nick Mathewson
2017-08-24Changes file for 22497Nick Mathewson
2017-08-24Ensure that `make check-spaces` is happy.Alexander Færøy
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson
2017-08-24apply ahf's test_assert_int.cocciNick Mathewson
2017-08-24apply ahf's test_assert_zero.cocciNick Mathewson
2017-08-24Apply ahf's ceil_div.cocci patch.Nick Mathewson
2017-08-24Fix a needless line-continuation in aes.cNick Mathewson
2017-08-24Apply test-operator-cleanup to src/common too.Nick Mathewson
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
2017-08-24Add Coccinelle patch for replacing NULL/non-NULL tt_assert().Alexander Færøy
2017-08-24Add Coccinelle patch for replacing tt_assert() usage on integer types.Alexander Færøy
2017-08-24Add Coccinelle patch for replacing tt_assert(0) with tt_abort().Alexander Færøy
2017-08-24Add Coccinelle patch for detecing places where CEIL_DIV should be used.Alexander Færøy
2017-08-24Add script for cleaning op operator usage in test files.Alexander Færøy
2017-08-24Merge remote-tracking branch 'dgoulet/ticket17242_032_03-squashed'Nick Mathewson
2017-08-24Silence some spammy log messages.George Kadianakis
2017-08-24circuit: Consider v3 hidden service circuit in circuit_expire_building()David Goulet
2017-08-24hs: Update intro circuit timestamp when re-extendingDavid Goulet
2017-08-24circuit: Avoid needless log info in circuit_get_best()David Goulet
2017-08-24prop224: Register RP circuit when it opensDavid Goulet
2017-08-24prop224: Try to recover from a bad intro circuitDavid Goulet
2017-08-24prop224: Refactor how we use connection_ap_handle_onionDavid Goulet
2017-08-24hs: Remove unused rend_client_rendezvous_acked()David Goulet
2017-08-24prop224: Add a function to find an intro point by legacy IDDavid Goulet
2017-08-24prop224: Add a function to clear INTRO dataDavid Goulet
2017-08-24prop224: Rename hs_desc_encode_lspec()David Goulet
2017-08-24hs: Stub link_specifier_t in hs_descriptor.hDavid Goulet
2017-08-24prop224: Update OOM counters when storing a client descriptor cache objectDavid Goulet
2017-08-24prop224: Update OOM counters when freeing a client descriptor cache objectDavid Goulet
2017-08-24prop224: Check decoded descriptor matches the expected blinded keyDavid Goulet
2017-08-24test: Fix broken HS upload descriptor testDavid Goulet
2017-08-24prop224: Add directory_request_fetch_set_hs_ident()David Goulet
2017-08-24prop224: Implement hs_client_any_intro_points_usable()David Goulet
2017-08-24prop224: Use the intro point state cacheDavid Goulet
2017-08-24prop224: Add a client intro point state cacheDavid Goulet
2017-08-24prop224: Move and refactor rend_client_reextend_intro_circuit()David Goulet
2017-08-24hs: Update the IP failure cache only if legacyDavid Goulet
2017-08-24prop224: Use the client-side circuitmap in hs_client.cGeorge Kadianakis
2017-08-24prop224: Add client-side rend circuit support to HS circuitmapGeorge Kadianakis
2017-08-24hs: Only note a connection attempt with a valid rend_dataDavid Goulet
2017-08-24prop224: Handle RENDEZVOUS2 cellDavid Goulet