summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-04-07hs: Move common defines to hs_common.hDavid Goulet
2017-04-07hs: Remove redundant define of ed25519 auth key typeDavid Goulet
2017-04-07hs: Move service check private dir to hs_common.cDavid Goulet
2017-04-07hs: Refactor circuitmap to use circuit_t instead of or_circuit_t.George Kadianakis
2017-04-06Use macros for base64 lengths in shared_random.hTaylor Yu
2017-04-06Use baseXX length macros in baseXX_encode()Taylor Yu
2017-04-06Add macros for baseXX encoding lengthsTaylor Yu
2017-04-06Make CEIL_DIV() slightly more overflow-safeTaylor Yu
2017-04-06Merge branch 'storage_labeled_squashed'Nick Mathewson
2017-04-06Explain config_line_find() behavior on duplicates.Nick Mathewson
2017-04-06Add an assertion to config_line_append().Nick Mathewson
2017-04-06Additional unit tests to improve conscache coverageNick Mathewson
2017-04-06Tests for cleanup and reference counting on conscacheNick Mathewson
2017-04-06Tests for simple cases of conscache code.Nick Mathewson
2017-04-06Add a 'consensus cache' type on top of storagedir.Nick Mathewson
2017-04-06Unit tests for labelled storagedir entriesNick Mathewson
2017-04-06Add some "labeled storagedir" abstractions.Nick Mathewson
2017-04-06Merge branch 'maint-0.3.0'Nick Mathewson
2017-04-06Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-04-06Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2017-04-06Merge branch 'maint-0.2.7-redux' into maint-0.2.8Nick Mathewson
2017-04-06Merge branch 'maint-0.2.6' into maint-0.2.7-reduxNick Mathewson
2017-04-06Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2017-04-06Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2017-04-06Update geoip and geoip6 to the April 4 2017 database.Karsten Loesing
2017-04-05cell: Do not warn on hidden service invalid portDavid Goulet
2017-04-05bump to 0.3.0.5-rc-devNick Mathewson
2017-04-04Move config line parsing function to confline.cNick Mathewson
2017-04-04Move config_line_t functions from confparse.c into common.Nick Mathewson
2017-04-04Merge branch 'maint-0.3.0'Nick Mathewson
2017-04-04hs: Expose hs_service.c functions for unit testsDavid Goulet
2017-04-03Capture expected log in test_circuitbuild.cTaylor Yu
2017-04-03Merge branch 'bug13790_rebased'Nick Mathewson
2017-04-03Test unhandled purpose in route_len_for_purpose()Taylor Yu
2017-04-03Refactor and comment new_route_len()Taylor Yu
2017-04-03Add tests for new_route_len()Taylor Yu
2017-04-03version bumpNick Mathewson
2017-04-03Merge remote-tracking branch 'teor/bug21596_030' into maint-0.3.0Nick Mathewson
2017-04-03Merge remote-tracking branch 'public/bug21415_testfix_030' into maint-0.3.0Nick Mathewson
2017-03-31Move "change cert expiration and re-sign" fn into tortls.cNick Mathewson
2017-03-31Mark many private tortls.h APIs as openssl-only.Nick Mathewson
2017-03-31Change many tortls.h declarations of private APIs to use structsNick Mathewson
2017-03-31Remove some now-needless openssl includes from src/test.Nick Mathewson
2017-03-31Remove openssl/evp.h dependency from test_crypto.cNick Mathewson
2017-03-31Remove crypto/rand include from test_crypto.cNick Mathewson
2017-03-31Make our ed25519 implementations no longer use openssl directly.Nick Mathewson
2017-03-31Make crypto_ed25519.c no longer depend on opensslNick Mathewson
2017-03-31Isolate dmalloc/openssl bridge code to crypto.cNick Mathewson
2017-03-29Fix utimbuf initialization in storagedir/cleaning testNick Mathewson
2017-03-29Fix another 32-bit warning in the spooling codeNick Mathewson