aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | my changelogrfree2monero2015-04-011-0/+71
| * | | | | | | | remerged; commands JSON. logging upgrade. doxygenrfree2monero2015-04-0125-220/+546
| * | | | | | | | Merge remote-tracking branch 'monero-official/master' into network-1.6-work1rfree2monero2015-04-0152-470/+4453
| |\ \ \ \ \ \ \ \
| * | | | | | | | | fix locking in count-peers thread (2)rfree2monero2015-02-244-12/+28
| * | | | | | | | | 2014 network limit 1.3 fix log/path/data +utilsrfree2monero2015-02-246-63/+142
| * | | | | | | | | 2014 network limit 1.2 +utils +toc -doc -drmonerorfree2monero2015-02-2018-154/+171
| * | | | | | | | | removed not needed <netinet/in.h>rfree2monero2015-02-201-1/+0
| * | | | | | | | | 2014 network limit 1.1 +utils +toc -doc -drmonerorfree2monero2015-02-2019-317/+559
| * | | | | | | | | 2014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero2015-02-2020-74/+2111
* | | | | | | | | | Merge pull request #251Riccardo Spagni2015-04-021-4/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed DNS resolution bug in WindowsThomas Winget2015-04-021-4/+2
| | |/ / / / / / / / | |/| | | | | | | |
* / | | | | | | | | update hardcoded fallback seedsRiccardo Spagni2015-04-021-12/+25
|/ / / / / / / / /
* | | | | | | / / Restore daemon interactive modeThomas Winget2015-03-2714-153/+501
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge pull request #244Riccardo Spagni2015-03-262-10/+83
|\ \ \ \ \ \ \ \
| * | | | | | | | Enforce DNSSEC for checkpoint updatesThomas Winget2015-03-241-10/+17
| * | | | | | | | DNSSEC added (hardcoded key)Thomas Winget2015-03-241-0/+66
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #242Riccardo Spagni2015-03-262-5/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Do store transaction's blob size in transaction_chain_entrySergey Kazenyuk2015-03-152-4/+5
| * | | | | | | | Use single get_transaction_hash to get both id and blob sizeSergey Kazenyuk2015-03-151-2/+4
* | | | | | | | | Merge pull request #239Riccardo Spagni2015-03-261-10/+16
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | default mix factor in simplewalletsmooth2015-03-101-10/+16
| |/ / / / / / /
* | | | | | | | Merge upstream to daemonize changesThomas Winget2015-03-247-6/+20
|\| | | | | | |
| * | | | | | | update checkpointsmooth2015-03-061-0/+1
| * | | | | | | add comment about avoiding overflowsmooth2015-03-051-0/+6
| * | | | | | | minimum subsidy for mining incentives, remove unused LEGACY_FEE definesmooth2015-03-043-4/+7
| * | | | | | | fixed English word list issue: 'launchpad' should be 'ourselves'Riccardo Spagni2015-03-041-1/+1
| * | | | | | | fixed English word list issue: 'incline' should have remained 'inline'Riccardo Spagni2015-03-041-1/+1
| |/ / / / / /
| * | | | / / added tx size to incoming_transfers RPC CallRiccardo Spagni2015-02-202-0/+4
| | |_|_|/ / | |/| | | |
* | | | | | Hopefully fixes build on Windows for real this timeThomas Winget2015-03-201-5/+5
* | | | | | Hopefully fixes build on WindowsThomas Winget2015-03-203-3/+15
* | | | | | DNS checkpoint loading for testnet should now be correctThomas Winget2015-03-014-4/+19
* | | | | | sending commands to forked daemon works on testnet nowThomas Winget2015-03-011-0/+4
* | | | | | Fix tests building -- function signatures changedThomas Winget2015-03-012-0/+3
* | | | | | revert stop_daemon method to use correct exitThomas Winget2015-02-241-1/+1
* | | | | | RPC calls for background daemon added inThomas Winget2015-02-248-51/+300
* | | | | | Daemonize changes pulled in -- daemon buildsThomas Winget2015-02-2438-328/+3616
|/ / / / /
* | | | | make fallback compatible with newer slow-hashRiccardo Spagni2015-01-281-0/+12
* | | | | replaced 64-bit multiplication in difficulty.cpp with a portable versionRiccardo Spagni2015-01-271-4/+34
| |_|/ / |/| | |
* | | | added portable slow-hash, updated makefile targets, fixed readmeRiccardo Spagni2015-01-271-2/+152
* | | | fixed sse2 ifdefRiccardo Spagni2015-01-271-2/+2
* | | | remove aes flag, detect no sse2Riccardo Spagni2015-01-271-0/+2
| |/ / |/| |
* | | Merge pull request #215Riccardo Spagni2015-01-154-2/+36
|\ \ \
| * | | Add a --restricted-rpc flag to simplewalletmoneromooo-monero2015-01-114-2/+36
* | | | Merge pull request #214Riccardo Spagni2015-01-153-12/+45
|\ \ \ \
| * | | | Allow get_bulk_payments to return all payments regardless of payment IDmoneromooo-monero2015-01-113-12/+45
| |/ / /
* / / / Fix seed node threaded DNS lookupwarptangent2015-01-141-27/+40
|/ / /
* | | Merge pull request #206Riccardo Spagni2015-01-082-11/+59
|\ \ \
| * | | std::atomic_flag has no copy/move constructor, can't have a vectorThomas Winget2014-12-151-9/+7
| * | | small typo in previous commitThomas Winget2014-12-151-1/+1
| * | | DNS seed timeout and fallbackThomas Winget2014-12-152-11/+61