aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-08-28Fix compilation warning on old clangs.George Kadianakis
2017-08-28Silence some leftover warnings.George Kadianakis
2017-08-25Merge branch 'maint-0.3.1'Nick Mathewson
2017-08-25Merge branch 'bug19418_029' into maint-0.3.1Nick Mathewson
2017-08-25fix wide linesNick Mathewson
2017-08-25Merge remote-tracking branch 'asn/bug23309_v2'Nick Mathewson
2017-08-25sandbox: Fix double free when initializing HSv3 filenamesDavid Goulet
2017-08-25prop224: Move service_desc_hsdirs_changed() and make it static.George Kadianakis
2017-08-25prop224: Refactor descriptor reupload logic.George Kadianakis
2017-08-25prop224: Refactor descriptor rotation logic.George Kadianakis
2017-08-24test: Fix memory leak in hs_descriptor/decode_bad_signatureDavid Goulet
2017-08-24Re-run trunnel. Cosmetic changes only.Nick 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-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
2017-08-24prop224: Parse RENDEZVOUS2 cellDavid Goulet
2017-08-24trunnel: Add RENDEZVOUS2 cell definitionDavid Goulet
2017-08-24prop224: Handle INTRODUCE_ACK cellDavid Goulet