summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | Merge pull request #368Riccardo Spagni2015-08-131-8/+5
|\ \
| * | net_node: skimplify rate limit code, and log as appropriatemoneromooo-monero2015-08-111-8/+5
| |/
* | Merge pull request #367Riccardo Spagni2015-08-131-0/+24
|\ \
| * | core_rpc_server: find transactions in the pool as well as the blockchainmoneromooo-monero2015-08-111-0/+24
| |/
* / wallet: new rescan_spent command to update outputs' spent statusmoneromooo-monero2015-08-115-0/+92
|/
* blockchain_db: match tx addition semantics to original codemoneromooo-monero2015-08-111-8/+24
* Add a is_key_image_spent daemon command and RPC callmoneromooo-monero2015-08-1110-2/+139
* blockchain: remove dead codemoneromooo-monero2015-08-112-59/+6
* Merge pull request #364Riccardo Spagni2015-08-101-10/+7
|\
| * blockchain_db: store key images for tx without outputs toomoneromooo-monero2015-08-091-10/+7
* | Merge pull request #363Riccardo Spagni2015-08-106-38/+12
|\ \
| * | blockchain: factor get_num_outpouts(amount) callsmoneromooo-monero2015-08-091-3/+3
| * | blockchain: always select random outs using triangular distributionmoneromooo-monero2015-08-096-35/+9
| |/
* | Merge pull request #362Riccardo Spagni2015-08-101-1/+20
|\ \
| * | daemon: omit extra set of <> in error messagemoneromooo-monero2015-08-091-1/+1
| * | daemon: print a decoded tx in print_txmoneromooo-monero2015-08-091-0/+18
| * | daemon: fix print_tx not find transactionsmoneromooo-monero2015-08-091-0/+1
| |/
* | Merge pull request #361Riccardo Spagni2015-08-1014-49/+278
|\ \
| * | encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero2015-08-0915-89/+169
| * | Encrypted payment IDsmoneromooo-monero2015-08-098-15/+164
| |/