| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #6727 | Alexander Blair | 2020-08-16 | 1 | -9/+31 |
| |\ | |||||
| | * | epee: guard against exceptions in RPC handlers | moneromooo-monero | 2020-07-30 | 1 | -9/+31 |
| * | | Merge pull request #6720 | Alexander Blair | 2020-08-16 | 1 | -26/+0 |
| |\ \ | |||||
| | * | | epee: Remove unused functions in local_ip.h | Jean Pierre Dudey | 2020-07-22 | 1 | -26/+0 |
| | |/ | |||||
| * / | wallet2_api: implement runtime proxy configuration | xiphon | 2020-07-20 | 2 | -8/+1 |
| |/ | |||||
| * | Merge pull request #6516 | Alexander Blair | 2020-07-19 | 2 | -7/+0 |
| |\ | |||||
| | * | remove double includes | sumogr | 2020-05-11 | 2 | -7/+0 |
| * | | Merge pull request #6512 | Alexander Blair | 2020-07-19 | 5 | -5/+5 |
| |\ \ | |||||
| | * | | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 5 | -5/+5 |
| * | | | Fix boost <1.60 compilation and fix boost 1.73+ warnings | Lee Clagett | 2020-05-31 | 2 | -11/+10 |
| |/ / | |||||
| * | | Merge pull request #6446 | luigi1111 | 2020-05-01 | 2 | -0/+11 |
| |\ \ | |||||
| | * | | trezor: adapt to new passphrase mechanism | Dusan Klinec | 2020-04-27 | 2 | -0/+11 |
| | |/ | |||||
| * / | Allow wallet2.h to run in WebAssembly | woodser | 2020-04-15 | 2 | -152/+111 |
| |/ | |||||
| * | Merge pull request #6339 | luigi1111 | 2020-04-04 | 2 | -2/+2 |
| |\ | |||||
| | * | remove empty statements | Interchained | 2020-02-17 | 2 | -2/+2 |
| * | | p2p: fix frequent weak_ptr exception on connection | moneromooo-monero | 2020-03-31 | 1 | -1/+6 |
| * | | Merge pull request #6244 | Alexander Blair | 2020-03-12 | 1 | -5/+16 |
| |\ \ | |||||
| | * | | abstract_tcp_server2: guard against negative timeouts | moneromooo-monero | 2019-12-16 | 1 | -5/+16 |
| * | | | Merge pull request #6243 | Alexander Blair | 2020-03-12 | 1 | -6/+2 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | epee: remove backward compatible endian specific address serialization | moneromooo-monero | 2020-01-26 | 1 | -6/+2 |
| * | | | Merge pull request #6182 | Alexander Blair | 2020-02-06 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | epee: reorder a couple init list fields to match declaration | moneromooo-monero | 2019-11-25 | 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 |
| | |/ | |||||
| * / | epee: close connection when the peer has done so | moneromooo-monero | 2019-11-11 | 1 | -1/+7 |
| |/ | |||||
| * | Merge pull request #6006 | luigi1111 | 2019-10-24 | 1 | -2/+6 |
| |\ | |||||
| | * | epee: use SO_REUSEADDR on non-Windows targets | xiphon | 2019-10-22 | 1 | -2/+6 |
| * | | Merge pull request #5996 | luigi1111 | 2019-10-22 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | epee: fix SSL server handshake, run_one() can block, use poll_one() | xiphon | 2019-10-18 | 1 | -0/+1 |
| | |/ | |||||
| * | | Merge pull request #5986 | luigi1111 | 2019-10-22 | 1 | -1/+1 |
| |\ \ | |/ |/| | |||||
| | * | abstract_tcp_server2: move "Trying to connect" from error to debug | moneromooo-monero | 2019-10-14 | 1 | -1/+1 |
| * | | Merge pull request #5911 | luigi1111 | 2019-10-16 | 1 | -0/+5 |
| |\ \ | |||||
| | * | | levin: armour against some "should not happen" case | moneromooo-monero | 2019-10-15 | 1 | -0/+5 |
| * | | | Merge pull request #5947 | luigi1111 | 2019-10-14 | 1 | -4/+2 |
| |\ \ \ | |||||
| | * | | | epee: tcp server - set SO_LINGER instead of SO_REUSEADDR option | xiphon | 2019-10-02 | 1 | -4/+2 |
| * | | | | Merge pull request #5937 | luigi1111 | 2019-10-14 | 1 | -1/+1 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | abstract_tcp_server2: log pointer, not contents, where appropriate | moneromooo-monero | 2019-09-27 | 1 | -1/+1 |
| * | | | | Merge pull request #5918 | luigi1111 | 2019-10-08 | 2 | -2/+6 |
| |\ \ \ \ | |||||
| | * | | | | epee: implement handshake timeout for SSL connections | xiphon | 2019-09-17 | 2 | -2/+6 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #5917 | luigi1111 | 2019-10-08 | 1 | -1/+2 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | epee: fix network timeouts in blocked_mode_client | xiphon | 2019-09-16 | 1 | -1/+2 |
| | |/ / | |||||
| * | | | Merge pull request #5910 | luigi1111 | 2019-09-30 | 1 | -0/+5 |
| |\ \ \ | |||||
| | * | | | abstract_tcp_server2: fix lingering connections | moneromooo-monero | 2019-09-12 | 1 | -0/+5 |
| | |/ / | |||||
| * | | | Merge pull request #5893 | luigi1111 | 2019-09-30 | 1 | -1/+13 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | epee: abstract_tcp_server2: resolve CID 203919 (DC.WEAK_CRYPTO) | anonimal | 2019-09-08 | 1 | -1/+13 |
| * | | | Merge pull request #5898 | luigi1111 | 2019-09-14 | 1 | -1/+1 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | depends: fix MacOS build with Clang 3.7.1 | Lee Clagett | 2019-09-08 | 1 | -1/+1 |
| | |/ | |||||
| * | | Fix IP address serialization on big endian | moneromooo-monero | 2019-09-04 | 1 | -1/+15 |
| * | | epee: fix local/loopback checks on big endian | moneromooo-monero | 2019-09-04 | 1 | -0/+7 |
| |/ | |||||
| * | Merge pull request #5824 | luigi1111 | 2019-09-04 | 1 | -1/+1 |
| |\ | |||||
