summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2017-03-16Merge branch 'prop140_21643_diff_only_squashed'Nick Mathewson
2017-03-16Switch ed-command parsing to use tor_parse_long.Nick Mathewson
2017-03-16Consdiff: extract router ID hash iteration functionsNick Mathewson
2017-03-16Make CONSENSUS_LINE_MAX_LEN a real defineNick Mathewson
2017-03-16Remove a couple of {\n\n instancesNick Mathewson
2017-03-16Use a better for X outside of base64_compare_table.Nick Mathewson
2017-03-16Reindent a few labels.Nick Mathewson
2017-03-16Avoid all needless memory copies when computing consensus diffs.Nick Mathewson
2017-03-16Swap memory allocation strategy for lists of lines for diffsNick Mathewson
2017-03-16Fill in the missing documentation on the new functionsNick Mathewson
2017-03-16Prop140: Fix a crash bug.Nick Mathewson
2017-03-16Make consensus diff sha3 operations mockable.Nick Mathewson
2017-03-16String-based API for consensus diffs.Nick Mathewson
2017-03-16Fix an abstraction violation.Nick Mathewson
2017-03-16Use "const" in consdiff.[ch]Nick Mathewson
2017-03-16prop140: Use sha3-256, not sha2-256Nick Mathewson
2017-03-16Fix an unreachable memory leak.Nick Mathewson
2017-03-16Remove digest[12]_hexNick Mathewson
2017-03-16Tweak&test log messages on apply_diffNick Mathewson
2017-03-16Fixes when applying diffs: Allow 2-line diffs, fix bogus freeNick Mathewson
2017-03-16Mark some warnings as bugs, and as (hopefully) unreachable.Nick Mathewson
2017-03-16Fix some logging on failed apply_ed_diffNick Mathewson
2017-03-16No need to end a log message with newline.Nick Mathewson
2017-03-16Use "STATIC" to export consdiff fns for testingNick Mathewson
2017-03-16Consensus diff backend from Daniel Martí GSOC project.Daniel Martí
2017-03-15Run the copyright update script.Nick Mathewson
2017-03-15Merge branch 'maint-0.3.0'Nick Mathewson
2017-03-15Merge branch 'bug20059_024_v2' into maint-0.3.0Nick Mathewson
2017-03-15Avoid a double-mark bug when makring a pending circuit as "too old"Nick Mathewson
2017-03-15Merge branch 'deprecate_getinfo_network_status'Nick Mathewson
2017-03-15Merge remote-tracking branch 'public/feature21496'Nick Mathewson
2017-03-14Log info about intro point limits when they are reached and resetteor
2017-03-14Log more info when a service descriptor has the wrong number of intro pointsteor
2017-03-14Create function to log service introduction point creation limitsteor
2017-03-13Fix some compilation warnings in {test_,}hs_descriptor.cNick Mathewson
2017-03-13Merge branch 'maint-0.3.0'Nick Mathewson
2017-03-13Merge remote-tracking branch 'asn/bug21334_v3'Nick Mathewson
2017-03-13prop224: Rename padding size def to something less confusing.George Kadianakis
2017-03-13prop224: Add unittests for decode_superencrypted().George Kadianakis
2017-03-13prop224: Move some utility crypto funcs to the top of the file.George Kadianakis
2017-03-13prop224: Implement decoding of superencrypted HS descriptor.George Kadianakis
2017-03-13prop224: Implement encoding of superencrypted HS descriptor.George Kadianakis
2017-03-13prop224: Prepare for superencrypted HS descriptors.George Kadianakis
2017-03-10Mark GETINFO network-status as deprecated with a warningNick Mathewson
2017-03-09Merge branch 'bug21415_testfix_030'Nick Mathewson
2017-03-09Fix failing bridges+ipv6-min integration test.George Kadianakis
2017-03-09Revert "Restore correct behavior of 0.3.0.4-rc with bridges+ipv6-min"George Kadianakis
2017-03-09Remove fgets() compatbility function and related tests.Alexander Færøy
2017-03-08Fix a memory leak in config_get_assigned_option()Nick Mathewson
2017-03-07Merge branch 'maint-0.3.0'Nick Mathewson