summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fixup! docs: More Rust coding standards, based on without boats' comments.bug22818Isis Lovecruft2017-08-31
* docs: Add notes on behaviours which Rust considers undefined.Isis Lovecruft2017-08-31
* docs: More Rust coding standards, based on without boats' comments.Isis Lovecruft2017-08-31
* docs: More Rust coding standards w.r.t. fuzzing and safety.Isis Lovecruft2017-08-30
* docs: Clarify some portions of the Rust coding standards.Isis Lovecruft2017-08-30
* docs: Document coding standards, build instructions, etc. for Rust code.Isis Lovecruft2017-08-29
* fix description of PublishServerDescriptorRoger Dingledine2017-08-09
* Document all the arguments of PublishServerDescriptor.Nick Mathewson2017-08-09
* fix another 32-bit warningNick Mathewson2017-08-09
* Fix a warning on 32-bit clangNick Mathewson2017-08-09
* prop224: Fix coverity warnings from #20657 merge.George Kadianakis2017-08-09
* Re-run trunnel.Nick Mathewson2017-08-08
* Merge branch 'ticket20657_nickm_bugfixes_squashed'Nick Mathewson2017-08-08
|\
| * Put comment in the trunnel file, so it wont go away.Nick Mathewson2017-08-08
| * prop224: Add XXX about opaqueness of link_specifier_t.George Kadianakis2017-08-08
| * prop224: Function to inc/decrement num rendezvous streamGeorge Kadianakis2017-08-08
| * prop224: Always note down the use of internal circuitDavid Goulet2017-08-08
| * Add note about handling INTRODUCE2 cells.George Kadianakis2017-08-08
| * Start caching disaster SRV values.George Kadianakis2017-08-08
| * Fix the build_hs_index() function.George Kadianakis2017-08-08
| * prop224: Improve comments and tests for ed25519 keys in IPs/RPs.George Kadianakis2017-08-08
| * Improve docs on rendezvous circ relaunch.George Kadianakis2017-08-08
| * Increase HS desc cert lifetime.George Kadianakis2017-08-08
| * prop224 tests: Better HS time period tests.George Kadianakis2017-08-08
| * prop224 tests: Better HS address tests.George Kadianakis2017-08-08
| * prop224 tests: Improve SRV protocol tests.George Kadianakis2017-08-08
| * Do more type checking when setting HS idents.George Kadianakis2017-08-08
| * Fix broken intro point unittest.George Kadianakis2017-08-08
| * Extract intro point onion key even with multiple types.George Kadianakis2017-08-08
| * prop224 tests: test_gen_establish_intro_cell() check cell contents.George Kadianakis2017-08-08
| * Improve code based on Nick review:George Kadianakis2017-08-08
| * Don't double hash the ed25519 blind key parameter.George Kadianakis2017-08-08
| * Don't set HSDir index if we don't have a live consensus.George Kadianakis2017-08-08
| * Correctly assign HSDir flags based on protocol listGeorge Kadianakis2017-08-08
| * Fix small easy bugs all aroundGeorge Kadianakis2017-08-08
| * Constify functions that can be constified.George Kadianakis2017-08-08
| * Improve documentation all around the codebase.George Kadianakis2017-08-08
| * Make ed25519 id keys optional for IPs and RPs.George Kadianakis2017-08-08
| * Improve setting hsdir index procedure.George Kadianakis2017-08-08
| * Make HidServRevCounter be a LINELIST as it should.George Kadianakis2017-08-08
| * Rename some free() functions that are actually clear().George Kadianakis2017-08-08
| * Validate intro point limits to avoid asserts.George Kadianakis2017-08-08
| * Relax assertions: turn them to BUGs and non-fatal asserts.George Kadianakis2017-08-08
| * prop224: Don't use nodes as HSDirs if they don't have an HSDir index.George Kadianakis2017-08-08
| * memwipe interesting unused memoryGeorge Kadianakis2017-08-08
| * Fix 32-bit bug when writing address to descriptor.George Kadianakis2017-08-08
| * Fix ternary operator abuse.George Kadianakis2017-08-08
| * Use htonll() when INT_8 is used.George Kadianakis2017-08-08
| * prop224: Remove INTRODUCE2 legacy handlingDavid Goulet2017-08-08
| * test: Unbreak test_upload_descriptors()George Kadianakis2017-08-08