summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* If we need -lm for libscrypt, then also link against it.bug19161_028Isis Lovecruft2016-05-24
* Also search for log() in libm, since sometimes pow() is builtin (??)Nick Mathewson2016-05-24
* When looking for libscrypt, include -lm.Nick Mathewson2016-05-23
* Do not ignore files that are being tracked by gitcypherpunks2016-05-23
* Fix a bug related to moving signing_key_certNick Mathewson2016-05-20
* Merge remote-tracking branch 'teor/fix18809-warnings' into maint-0.2.8Nick Mathewson2016-05-19
|\
| * Fix unused-but-set-variable warnings in the connection unit teststeor (Tim Wilson-Brown)2016-05-19
| * Describe what happens when we get a consensus, but no certificatesteor (Tim Wilson-Brown)2016-05-19
* | Merge remote-tracking branch 'public/bug19073' into maint-0.2.8Nick Mathewson2016-05-19
|\ \ | |/ |/|
| * whitespace fixesNick Mathewson2016-05-17
| * Remove duplicate siging_key_cert fields.Nick Mathewson2016-05-17
* | lintchanges on 18809, and fix the bug numberNick Mathewson2016-05-19
* | changelog typo fixNick Mathewson2016-05-19
* | Fix a compilation error in test_dir.cNick Mathewson2016-05-19
* | Merge branch 'bug18809_028_squashed' into maint-0.2.8Nick Mathewson2016-05-19
|\ \ | |/ |/|
| * Add unit tests for networkstatus_consensus_is_bootstrappingteor (Tim Wilson-Brown)2016-05-19
| * Restore and improve download schedule unit teststeor (Tim Wilson-Brown)2016-05-19
| * Update unit tests for multiple bootstrap connectionsteor (Tim Wilson-Brown)2016-05-19
| * Remove consensus_max_download_tries by refactoringteor (Tim Wilson-Brown)2016-05-19
| * Changes file for bug 18809teor (Tim Wilson-Brown)2016-05-19
| * Stop downloading consensuses when a consensus has been downloadedteor (Tim Wilson-Brown)2016-05-19
| * get rid of another no-longer-used functionRoger Dingledine2016-05-10
| * stop looping once we know what the answer will beRoger Dingledine2016-05-09
| * fix a bug where relays would use the aggressive client bootstrapping retry nu...Roger Dingledine2016-05-09
| * simplify more -- we only call these funcs when bootstrappingRoger Dingledine2016-05-09
| * remove some more unused codeRoger Dingledine2016-05-09
| * avoid another redundant checkRoger Dingledine2016-05-09
| * get rid of the scattered checks to cancel a consensus fetchRoger Dingledine2016-05-09
| * close other consensus fetches when we get a consensusRoger Dingledine2016-05-09
| * use the new function here tooRoger Dingledine2016-05-09
| * avoid following through on a consensus fetch if we have one already arrivingRoger Dingledine2016-05-09
| * fix typos/etc before i go nuts on #18809Roger Dingledine2016-05-09
* | Merge branch 'bug17150_027_extra' into maint-0.2.8Nick Mathewson2016-05-17
|\ \
| * | Improve API of routerinfo_incompatible_with_extrainfo()Nick Mathewson2016-05-17
| * | Fix another, more subtle, case of bug 17150.Nick Mathewson2016-05-17
| * | Copy the signing_key_cert field into signed_descriptor_tNick Mathewson2016-05-17
| * | Fix documentation for routerinfo_incompatible_with_extrainfoNick Mathewson2016-05-17
| * | When making sure digest256 matches in ei, look at sd, not ri.Nick Mathewson2016-05-17
| * | Move extra_info_digest256 into signed_descriptor_tNick Mathewson2016-05-17
* | | Merge branch 'bug18616-v4-merged_028' into maint-0.2.8Nick Mathewson2016-05-17
|\ \ \
| * \ \ Merge remote-tracking branch 'arma/bug18616-v4' into maint-0.2.8Nick Mathewson2016-05-17
| |\ \ \
| | * | | touchups and refactorings on bug 18616 branchRoger Dingledine2016-05-16
| | * | | Refactor DirPort & begindir descriptor checksteor (Tim Wilson-Brown)2016-04-28
| | * | | Remove redundant descriptor checks for OR/Dir reachabilityteor (Tim Wilson-Brown)2016-04-28
| | * | | Refactor common code out of reachability checksteor (Tim Wilson-Brown)2016-04-28
| | * | | Avoid checking ORPort reachability when the network is disabledteor (Tim Wilson-Brown)2016-04-28
| | * | | Changes file for #18616teor (Tim Wilson-Brown)2016-04-28
| | * | | Make mock function static to prevent future clashesteor (Tim Wilson-Brown)2016-04-28
| | * | | Descriptors depend on more config options now they list begindir supportteor (Tim Wilson-Brown)2016-04-28
| | * | | Decide to advertise begindir support like we decide to advertise DirPortteor (Tim Wilson-Brown)2016-04-28