summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2015-06-29More tweaks for windows compilation. (ick)Nick Mathewson
2015-06-29Remove checks for visual C 6.Nick Mathewson
2015-06-28fix a windows unused var warningNick Mathewson
2015-06-27Avoid a segfault when reading an encrypted key that isn't thereNick Mathewson
2015-06-25Merge branch 'bug16288_027_03_squashed'Nick Mathewson
2015-06-25Validate the open file limit when creating a socketDavid Goulet
2015-06-25Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-06-25Merge remote-tracking branch 'public/bug16013_025' into maint-0.2.6Nick Mathewson
2015-06-25Avoid crashing on busy/NEWNYM+hidden service clientsNick Mathewson
2015-06-25Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-06-25Merge remote-tracking branch 'public/bug16400_026' into maint-0.2.6Nick Mathewson
2015-06-22Repair breakage in early-error case of microdesc parsingNick Mathewson
2015-06-19Merge remote-tracking branch 'dgoulet/rendcache_027_01'Nick Mathewson
2015-06-19fix some memory leaks that coverity foundNick Mathewson
2015-06-18Move cache objects and functions to rendcache.{c|h}David Goulet
2015-06-18Add rendcache.{c|h}David Goulet
2015-06-18Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-06-18Merge remote-tracking branch 'dgoulet/bug16381_026_01-revert' into maint-0.2.6Nick Mathewson
2015-06-17Handle "keygen" if datadir does not yet existNick Mathewson
2015-06-17Fix an unchecked-case warning on windowsNick Mathewson
2015-06-17Merge branch '13642_offline_master_v2_squashed'Nick Mathewson
2015-06-17Support encrypted offline master keys with a new --keygen flagNick Mathewson
2015-06-17Extend intro point to a 4th hop on cannibalizationDavid Goulet
2015-06-17Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-06-17Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6Nick Mathewson
2015-06-17Correctly handle failed crypto_early_initteor
2015-06-16Revert "Do not replace a HS descriptor with a different replica of itself"David Goulet
2015-06-16Document the consensus download interval used by hidden servicesteor
2015-06-11Add a log message to try to track down #16013Nick Mathewson
2015-06-08Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-06-08HSDir flag now requires the Stable flagDavid Goulet
2015-06-04Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-06-04Set session_group after the port's data structure has been populated.Yawning Angel
2015-06-02Merge remote-tracking branch 'teor/bug16115-minor-fixes'Nick Mathewson
2015-06-02Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-06-02Fix sandboxing to work when running as a relayPeter Palfrader
2015-06-03Check for NULL values in getinfo_helper_onionsteor
2015-06-03Ensure signing_key is non-NULL before accessing one of its membersteor
2015-06-03Always initialise return value in compute_desc_id in rendcommon.cteor
2015-06-01Add a master-key-ed25519 line for convenienceNick Mathewson
2015-06-01Fix a memory leak in routerkeys.cNick Mathewson
2015-06-01Fix some memory leaks in ed25519 code and testsNick Mathewson
2015-06-01Appease make check-spacesAndrea Shepard
2015-05-30Fix return-type gcc warningSharif Olorin
2015-05-29Another memory leak bytes the dust.Nick Mathewson
2015-05-29Attempt to fix keypinning on WindowsNick Mathewson
2015-05-29Fix a warning from the clangalyzer.Nick Mathewson
2015-05-28Avoid double-free on rend_add_service() failureNick Mathewson
2015-05-28Fix a bug in earlier torcert fix, fix another.Nick Mathewson
2015-05-28Memory leak in tor_cert_parse. CID gi1301381Nick Mathewson