aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: default to Berkeley DB for 32 bit and ARMmoneromooo-monero2015-10-041-1/+1
* db_bdb: fix hard fork keysmoneromooo-monero2015-10-041-4/+4
* Merge pull request #410Riccardo Spagni2015-09-283-31/+130
|\
| * blockchain: on hardfork 2, require mixin 2 at least if possiblemoneromooo-monero2015-09-271-0/+37
| * hardfork: make the voting window a weekmoneromooo-monero2015-09-271-1/+1
| * hardfork: rescan speedupmoneromooo-monero2015-09-273-15/+41
| * hardfork: remove use of GNU extension for initializing objectmoneromooo-monero2015-09-272-4/+5
| * blockchain: on hardfork 2, allow miners to claim less money than allowedmoneromooo-monero2015-09-271-3/+7
| * hardfork: change window semantics to not count the newly added blockmoneromooo-monero2015-09-271-5/+20
| * blockchain: use different hard fork settings for testnet and mainnetmoneromooo-monero2015-09-271-3/+19
* | Merge pull request #409Riccardo Spagni2015-09-281-2/+2
|\ \ | |/ |/|
| * dns_utils: fix wrong assertsmoneromooo-monero2015-09-271-2/+2
* | hardfork: most state now saved to the DBmoneromooo-monero2015-09-209-100/+321
* | hardfork: remove the "parts are copyright cryptonote" noticesmoneromooo-monero2015-09-202-4/+0
* | Add an RPC call and daemon command to get info on hard fork votingmoneromooo-monero2015-09-1913-5/+169
* | blockchain: force a hardfork recalculation at load timemoneromooo-monero2015-09-191-0/+3
* | core: add consts where appropriatemoneromooo-monero2015-09-196-79/+82
* | core: moan when we think an update is needed to get latest hard fork infomoneromooo-monero2015-09-134-0/+35
* | blockchain: use the new hardfork classmoneromooo-monero2015-09-123-8/+29
* | New hardfork classmoneromooo-monero2015-09-123-2/+475
* | blockchain: add a couple missing includesmoneromooo-monero2015-09-121-0/+2
|/
* Merge pull request #394Riccardo Spagni2015-08-302-70/+56
|\
| * dns_utils: remove unnecessary string conversionmoneromooo-monero2015-08-301-5/+2
| * dns_utils: factor the fetching code for different DNS record typesmoneromooo-monero2015-08-302-59/+34
| * dns_utils: simplify string handling and fix leakmoneromooo-monero2015-08-301-5/+1
| * dns_utils: add a const where possiblemoneromooo-monero2015-08-272-2/+2
| * dns_utils: lock access to the singletonmoneromooo-monero2015-08-271-0/+4
| * dns: make ctor privatemoneromooo-monero2015-08-272-1/+15
* | Re-enable optimized slow-hash if someone is trying to compile w/MSVC (disabli...Javier Smooth2015-08-261-1/+1
|/
* Merge pull request #390Riccardo Spagni2015-08-262-2/+2
|\
| * wallet: use mutex protected random generation apimoneromooo-monero2015-08-262-2/+2
* | Merge pull request #388Riccardo Spagni2015-08-261-1/+0
|\ \
| * | blockchain: remove obsolete call to libc srandmoneromooo-monero2015-08-241-1/+0
| |/
* / simplewallet: add a store-tx-keys option to setmoneromooo-monero2015-08-242-1/+46
|/
* wallet: only return tx keys via RPC if requestedmoneromooo-monero2015-08-246-11/+36
* Merge pull request #385Riccardo Spagni2015-08-24174-0/+23117
|\
| * Added ref10 shen_ed25519_ref code, which includes code that can replace crypt...ShenNoether2015-08-23174-0/+23117
| * revert to 776b4fc91a821be152f0f23e6873aabb78a72029ShenNoether2015-08-231-0/+0
| * Added shen_ed25519_ref to crypto ops subfolder, the point is to directly have...ShenNoether2015-08-231-0/+0
* | Merge pull request #383Riccardo Spagni2015-08-244-7/+2
|\ \
| * | use correct unsigned typeroman2015-08-231-1/+2
| * | removed some gcc warnings. mainly unused variables.roman2015-08-234-7/+1
| |/
* | Merge pull request #381Riccardo Spagni2015-08-243-4/+82
|\ \
| * | wallet: encrypt the cache filemoneromooo-monero2015-08-222-2/+76
| * | chacha8: add a key generation variant that take a pointer and sizemoneromooo-monero2015-08-221-2/+6
| |/
* / make tx keys available to the usermoneromooo-monero2015-08-198-10/+77
|/
* Merge pull request #378Riccardo Spagni2015-08-171-3/+21
|\
| * simplewallet: Use default log file name when executable's file path is unknownwarptangent2015-08-161-3/+21
* | blockchain: mark two places where the new code differs from the oldmoneromooo-monero2015-08-151-0/+3
* | blockchain: update cumulative size after block additionmoneromooo-monero2015-08-151-2/+2