summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-125-3/+871
| * blockchain: add a couple missing includesmoneromooo-monero2015-09-121-0/+2
|/
* Merge pull request #394Riccardo Spagni2015-08-304-77/+64
|\
| * unbound: use the mini event fallback implementationmoneromooo-monero2015-08-301-1/+2
| * 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-273-7/+21
* | Merge pull request #391Riccardo Spagni2015-08-291-1/+1
|\ \ | |/ |/|
| * 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
| |/
* | Merge pull request #387Riccardo Spagni2015-08-262-1/+46
|\ \ | |/ |/|
| * simplewallet: add a store-tx-keys option to setmoneromooo-monero2015-08-242-1/+46
|/
* Merge pull request #386Riccardo Spagni2015-08-246-11/+36
|\
| * 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
| |/
* | Merge pull request #380Riccardo Spagni2015-08-248-10/+77
|\ \ | |/ |/|
| * make tx keys available to the usermoneromooo-monero2015-08-198-10/+77
|/
* Merge pull request #379Riccardo Spagni2015-08-181-1/+0
|\
| * Revert "re-re-add Windows DNS bug fix, per c0de96f"Riccardo Spagni2015-08-181-1/+0
|/
* Merge pull request #378Riccardo Spagni2015-08-172-4/+23
|\
| * simplewallet: Use default log file name when executable's file path is unknownwarptangent2015-08-161-3/+21
| * epee: Don't set log file name when process path name isn't foundwarptangent2015-08-161-1/+2
* | Merge pull request #377Riccardo Spagni2015-08-171-8/+11
|\ \ | |/ |/|
| * 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
| * blockchain: remove dead codemoneromooo-monero2015-08-151-1/+0
| * blockchain: do not try to add a tx the pool when it was nor taken outmoneromooo-monero2015-08-151-1/+4
| * blockchain: fix off by 1 in timestamp median calculationsmoneromooo-monero2015-08-151-4/+2
|/
* Merge pull request #376Riccardo Spagni2015-08-151-1/+1
|\