aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
| |/
* / Fix estimation of batch storage size when no blocks existwarptangent2015-08-041-11/+28
|/
* wallet: set watch-only flag to false when creating a new walletmoneromooo-monero2015-08-041-0/+1
* slight modification to wordlist contributor tagline (as these contributors ha...Riccardo Spagni2015-07-242-2/+2
* added Russian wordlistRiccardo Spagni2015-07-243-0/+1701
* Merge pull request #348Riccardo Spagni2015-07-246-5/+438
|\
| * wallet: new transaction construction algorithmmoneromooo-monero2015-07-226-5/+438
* | change unique_prefix_length=4 for japanese.hDavid Vorick2015-07-231-1/+1
* | add Germany and Italian wordlistsRiccardo Spagni2015-07-224-0/+3402
* | fix portuguese wordlistRiccardo Spagni2015-07-221-3/+3
* | fix license on English wordlistRiccardo Spagni2015-07-221-2/+0
|/
* simplewallet: fix context/string order mismatchmoneromooo-monero2015-07-191-1/+1