aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|\
| * net_node: Use DNS resolver singletonwarptangent2015-08-141-1/+1
* | blockchain_import: Add --input-file optionwarptangent2015-08-141-1/+9
* | blockchain_import: Updates for naming consistencywarptangent2015-08-141-15/+14
|/
* Merge pull request #374Riccardo Spagni2015-08-143-16/+21
|\
| * blockchain_export: Add --output-file argumentwarptangent2015-08-143-16/+21
* | doc: hammer the fact that the raw file isn't blockchain.binmoneromooo-monero2015-08-141-1/+2
|/
* Merge pull request #369Riccardo Spagni2015-08-132-2/+6
|\
| * core_rpc_server: replace vector<bool> with vector<int> in RPCmoneromooo-monero2015-08-132-2/+6