summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-08-11Make Windows happy for time_t printf formatDavid Goulet
2017-08-11test: Fix typing issues found by clangDavid Goulet
2017-08-11test: Fix memory leak in test_hs_common.cDavid Goulet
2017-08-11test: Fix hs common test for WindowsDavid Goulet
2017-08-11Raise MIN_DL_PER_REQUEST to 32Nick Mathewson
2017-08-11Merge branch 'bug18982'Nick Mathewson
2017-08-11Add # to "hop N" messages to disambiguate from old messages.Nick Mathewson
2017-08-11Merge branch 'maint-0.3.1'Nick Mathewson
2017-08-11Merge remote-tracking branch 'dgoulet/bug23091_032_01'Nick Mathewson
2017-08-09fix another 32-bit warningNick Mathewson
2017-08-09Fix a warning on 32-bit clangNick Mathewson
2017-08-09prop224: Fix coverity warnings from #20657 merge.George Kadianakis
2017-08-08Re-run trunnel.Nick Mathewson
2017-08-08Merge branch 'ticket20657_nickm_bugfixes_squashed'Nick Mathewson
2017-08-08Put comment in the trunnel file, so it wont go away.Nick Mathewson
2017-08-08prop224: Add XXX about opaqueness of link_specifier_t.George Kadianakis
2017-08-08prop224: Function to inc/decrement num rendezvous streamGeorge Kadianakis
2017-08-08prop224: Always note down the use of internal circuitDavid Goulet
2017-08-08Add note about handling INTRODUCE2 cells.George Kadianakis
2017-08-08Start caching disaster SRV values.George Kadianakis
2017-08-08Fix the build_hs_index() function.George Kadianakis
2017-08-08prop224: Improve comments and tests for ed25519 keys in IPs/RPs.George Kadianakis
2017-08-08Improve docs on rendezvous circ relaunch.George Kadianakis
2017-08-08Increase HS desc cert lifetime.George Kadianakis
2017-08-08prop224 tests: Better HS time period tests.George Kadianakis
2017-08-08prop224 tests: Better HS address tests.George Kadianakis
2017-08-08prop224 tests: Improve SRV protocol tests.George Kadianakis
2017-08-08Do more type checking when setting HS idents.George Kadianakis
2017-08-08Fix broken intro point unittest.George Kadianakis
2017-08-08Extract intro point onion key even with multiple types.George Kadianakis
2017-08-08prop224 tests: test_gen_establish_intro_cell() check cell contents.George Kadianakis
2017-08-08Improve code based on Nick review:George Kadianakis
2017-08-08Don't double hash the ed25519 blind key parameter.George Kadianakis
2017-08-08Don't set HSDir index if we don't have a live consensus.George Kadianakis
2017-08-08Correctly assign HSDir flags based on protocol listGeorge Kadianakis
2017-08-08Fix small easy bugs all aroundGeorge Kadianakis
2017-08-08Constify functions that can be constified.George Kadianakis
2017-08-08Improve documentation all around the codebase.George Kadianakis
2017-08-08Make ed25519 id keys optional for IPs and RPs.George Kadianakis
2017-08-08Improve setting hsdir index procedure.George Kadianakis
2017-08-08Make HidServRevCounter be a LINELIST as it should.George Kadianakis
2017-08-08Rename some free() functions that are actually clear().George Kadianakis
2017-08-08Validate intro point limits to avoid asserts.George Kadianakis
2017-08-08Relax assertions: turn them to BUGs and non-fatal asserts.George Kadianakis
2017-08-08prop224: Don't use nodes as HSDirs if they don't have an HSDir index.George Kadianakis
2017-08-08memwipe interesting unused memoryGeorge Kadianakis
2017-08-08Fix 32-bit bug when writing address to descriptor.George Kadianakis
2017-08-08Fix ternary operator abuse.George Kadianakis
2017-08-08Use htonll() when INT_8 is used.George Kadianakis
2017-08-08prop224: Remove INTRODUCE2 legacy handlingDavid Goulet