| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | depends: empty spaces in PATH variable cause build failure | kozyilmaz | 2019-12-19 | 1 | -3/+3 | |
| * | | | | | | | | Merge pull request #6220 | Alexander Blair | 2020-02-28 | 6 | -56/+53 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Improved performance for epee serialization: | Lee Clagett | 2019-11-04 | 6 | -56/+53 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #6205 | Alexander Blair | 2020-02-28 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| | * | | | | | | | ssl: server-side: allow multiple version of TLS | Bertrand Jacquin | 2019-12-03 | 1 | -1/+1 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #6184 | Alexander Blair | 2020-02-06 | 1 | -0/+42 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | net_ssl: load default certificates in CA mode on Windows | moneromooo-monero | 2019-11-26 | 1 | -0/+42 | |
| * | | | | | | | | Merge pull request #6182 | Alexander Blair | 2020-02-06 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| | * | | | | | | | epee: reorder a couple init list fields to match declaration | moneromooo-monero | 2019-11-25 | 2 | -2/+2 | |
| | |/ / / / / / | ||||||
| * | | / / / / | network: log traffic and add a simple traffic analysis script | moneromooo-monero | 2020-01-26 | 1 | -5/+43 | |
| | |_|/ / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #6160 | Alexander Blair | 2020-01-24 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | Gitian: Fix sigs generation | TheCharlatan | 2019-11-20 | 1 | -1/+1 | |
| * | | | | | | Merge pull request #6143 | Alexander Blair | 2020-01-16 | 1 | -0/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | epee: set application/json MIME type on json errors | moneromooo-monero | 2019-11-15 | 1 | -0/+2 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #6133 | Alexander Blair | 2020-01-16 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Replace memset with memwipe. | Bert Peters | 2019-11-13 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #6125 | Alexander Blair | 2020-01-16 | 1 | -1/+8 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | epee: fix console_handlers_binder race, wait for thread to finish | xiphon | 2019-11-12 | 1 | -1/+8 | |
| * | | | | | | | Merge pull request #6120 | Alexander Blair | 2020-01-16 | 1 | -1/+3 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| | * | | | | | | epee: fix peer ids being truncated on display | moneromooo-monero | 2019-11-14 | 1 | -1/+3 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | depends: update libsodium to 1.0.18 | TheCharlatan | 2019-12-12 | 2 | -4/+4 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Adding support for hidden (anonymity) txpool | Lee Clagett | 2019-11-02 | 1 | -1/+2 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | Merge pull request #6117 | luigi1111 | 2019-11-20 | 1 | -6/+5 | |
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | Gitian Readme: adding android signing & fix v0.15 checksum. | Jonathan Cross | 2019-11-11 | 1 | -6/+5 | |
| | |/ / | ||||||
| * | | | Merge pull request #6118 | luigi1111 | 2019-11-18 | 36 | -169/+407 | |
| |\ \ \ | ||||||
| | * | | | "Fix" non-determinism in native_cctools build | Howard Chu | 2019-11-18 | 2 | -0/+16 | |
| | * | | | Fixup compiled python in OSX | Howard Chu | 2019-11-17 | 1 | -1/+1 | |
| | * | | | Fix unwind library ordering | Howard Chu | 2019-11-17 | 2 | -0/+16 | |
| | * | | | Fixup sodium darwin | Howard Chu | 2019-11-17 | 3 | -31/+2 | |
| | * | | | Use standard time for depends caches | Howard Chu | 2019-11-17 | 5 | -66/+59 | |
| | * | | | Add ARFLAGS | Howard Chu | 2019-11-17 | 23 | -20/+89 | |
| | * | | | gitian: add FreeBSD | Howard Chu | 2019-11-14 | 2 | -17/+145 | |
| | * | | | depends: Add FreeBSD support | Howard Chu | 2019-11-14 | 9 | -14/+68 | |
| | * | | | gitian: Parametrize target platforms | Howard Chu | 2019-11-14 | 1 | -27/+22 | |
| | * | | | gitian: Update to latest gitian-builder | Howard Chu | 2019-11-11 | 1 | -5/+1 | |
| | |/ / | ||||||
| * / / | epee: close connection when the peer has done so | moneromooo-monero | 2019-11-11 | 1 | -1/+7 | |
| |/ / | ||||||
| * | | Merge pull request #6088 | Riccardo Spagni | 2019-11-04 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | gitian: fix out dir location | iDunk5400 | 2019-11-04 | 1 | -1/+1 | |
| * | | | Copy LICENSE to all archives | Howard Chu | 2019-11-04 | 4 | -3/+13 | |
| |/ / | ||||||
| * / | depends: fix typo in packages | selsta | 2019-11-04 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #6074 | Riccardo Spagni | 2019-11-03 | 1 | -4/+16 | |
| |\ | ||||||
| | * | epee: allow a random component in once_a_time timeouts | moneromooo-monero | 2019-11-01 | 1 | -4/+16 | |
| * | | Merge pull request #6077 | Riccardo Spagni | 2019-11-03 | 13 | -21/+329 | |
| |\ \ | ||||||
| | * | | gitian: add --rebuild option | Howard Chu | 2019-11-03 | 2 | -12/+48 | |
| | * | | Add Android support | Howard Chu | 2019-11-03 | 12 | -9/+281 | |
| | * | | 0.15.0.0 release engineering | Riccardo Spagni | 2019-11-02 | 1 | -3/+3 | |
| | * | | Updating gitian yml files for v0.15 | Jonathan Cross | 2019-10-31 | 3 | -3/+3 | |
| | |/ | ||||||
| * | | Fix readline build | Howard Chu | 2019-11-03 | 4 | -5/+6630 | |
| * | | Merge pull request #6079 | Riccardo Spagni | 2019-11-02 | 1 | -3/+3 | |
| * | | Merge pull request #6059 | Riccardo Spagni | 2019-11-01 | 3 | -3/+3 | |
| |/ | ||||||
