This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
6eddd9c AddressBook + HTTP: remove unnecessary else statements (anonimal) 418edac AddressBook + HTTP: resolve #336 comments and more (anonimal) 1ac2d80 AddressBook: use std::thread::join when downloading (anonimal) 37f0508 AddressBook: add bounds checking + resolve TODO's (anonimal) 216a2a1 AddressBook: fix writing new subscription to disk only if subscription doesn't exist (anonimal) 03019c0 Package: add monero{price,nodes,world}.i2p to hosts.txt (anonimal) d186de6 Package: add common CA certs for manas.ca and getmonero.org (anonimal) 7ffb5b6 AddressBook: refactor defaults into AddressBookDefaults (anonimal) add429b HTTP/AddressBook: major refactoring + download impl (anonimal) 7458653 Package: add downloads.getmonero.org SSL cert (anonimal) c93407a Package: create publishers.txt for address book (anonimal) bf141be AddressBook: sanity tests + narrative + refactor (anonimal) 0498624 AddressBook: refactoring, documentation, and more (anonimal) 2f9839d AddresBook: datatype refactor. Refs #305 (anonimal) f943ffc AddressBook: documenting + refactoring. Refs #305 (anonimal)
- Loading branch information
Showing
25 changed files
with
5,776 additions
and
785 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ca-certificates.crt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2e5ac55d.0 | ||
ca-certificates.crt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2e5ac55d.0 | ||
ca-certificates.crt |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://downloads.getmonero.org/kovri/hosts.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.