aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-17Remove second tx size checkZachary Michaels1-7/+0
2014-07-17Don't check max tx size when adding to blockZachary Michaels1-8/+0
2014-07-17Don't check for min fee when adding tx to blockZachary Michaels1-5/+0
2014-07-17Decrease max block size from 200% median to 130%Zachary Michaels1-1/+3
2014-07-17Use print_money in logZachary Michaels1-1/+1
2014-07-17Minimum tx fee for entering poolZachary Michaels1-0/+8
2014-07-17Start fresh if tx_pool deserialize failsZachary Michaels1-2/+6
2014-07-17Add transaction size limitZachary Michaels1-0/+24
2014-07-17Use const where appropriate in tx_poolZachary Michaels3-50/+36
2014-07-17Make some tx_pool methods staticZachary Michaels1-2/+2
2014-07-17Make some tx_pool methods privateZachary Michaels1-6/+6
2014-07-01Fix thread count argument handling in simplewalletZachary Michaels1-2/+2
2014-07-01Match empty RPC request with other requestsZachary Michaels1-1/+5
2014-07-01Switch list to vector for RPC serializationZachary Michaels1-2/+2
2014-07-01Remove unused functionZachary Michaels2-19/+0
2014-07-01Fix assert bug in base58 encodeZachary Michaels1-1/+1
2014-07-01Explicit namespacesZachary Michaels1-11/+8
2014-07-01Remove redeclarationZachary Michaels1-1/+0
2014-07-01C++ style castZachary Michaels1-1/+1
2014-07-01Comment unused functions in cryptonote_coreZachary Michaels2-15/+14
2014-07-01Improved (fixed?) serialization for vec<uint32_t>Zachary Michaels1-0/+7
2014-07-01Add missing pragmaZachary Michaels1-0/+2
2014-07-01Add missing pragmaZachary Michaels1-0/+2
2014-07-01Add missing pragmaZachary Michaels1-0/+2
2014-07-01Allow priority peers when there are exclusive peersZachary Michaels1-1/+1
2014-07-01Explicit error constructorsZachary Michaels1-5/+5
2014-07-01Remove unused array in cn_slow_hashZachary Michaels1-1/+0
2014-06-30Revert "Do not fall over when refreshing balance fails"Thomas Winget1-2/+1
2014-06-29Do not fall over when refreshing balance failsMatthew Little1-1/+2
2014-06-26set max block size for gbtmydesktop2-0/+9
2014-06-24fix function typomonero-project1-1/+1
2014-06-24Fix copy/paste bug, thx Boolberrymonero-project1-3/+3
2014-06-19Update slow-hash.cNoodleDoodleNoodleDoodleNoodleDoodleNoo1-0/+5
2014-06-16Update slow-hash.cNoodleDoodleNoodleDoodleNoodleDoodleNoo1-1/+8
2014-06-16Update miner.cppNoodleDoodleNoodleDoodleNoodleDoodleNoo1-1/+4
2014-06-16Update slow-hash.cNoodleDoodleNoodleDoodleNoodleDoodleNoo1-110/+288
2014-06-15Merge pull request #33 from mikezackles/arch_linux_build_fixesmonero-project1-4/+4
2014-06-15proper tx_pool handling from CryptoZoidberg / BBRfluffypony4-1/+36
2014-06-14added checkpoint @ 80000monero-project1-0/+1
2014-06-12changed wallet mnemonic to use cout so it doesn't print to logThomas Winget1-1/+2
2014-06-12change hash for keygen from blake to keccaktom1-2/+2
2014-06-12changed text a bit moretom1-10/+11
2014-06-12changed some print messagestom1-2/+2
2014-06-12allow two-random-numbers wallet generation (but not as default)Thomas Winget6-42/+52
2014-06-12reworked command line args for simplewallet.Thomas Winget2-19/+30
2014-06-12DRY cin input_line (and test replacement of non-DRY usage)Thomas Winget3-6/+19
2014-06-12stupid signed arithmetic.Thomas Winget1-6/+3
2014-06-12more pointer-based derpThomas Winget3-8/+23
2014-06-12fixed some pointer- and loop-based derpsThomas Winget3-1/+6
2014-06-12builds, but doesn't link. other than that, electrum-style recovery implement...Thomas Winget9-19/+56
2014-06-12missing '.at' on two map calls. built on some machines, very strange...Thomas Winget1-2/+2
2014-06-12revert 'dirty hack' change to crypto.h. need a better way for sure.Thomas Winget1-4/+1
2014-06-12compile issues, resolve later. commiting because switching machinestom3-2/+83
2014-06-12defaulted new parameters in modified functionstom2-2/+2
2014-06-12most functions prototyped/modified for wallet recoveryThomas Winget10-9/+3371
2014-06-11new error code for rpcmydesktop1-2/+1
2014-06-11Fix for orphan fix (check blocksize)mydesktop3-0/+22
2014-06-11Link to pthreads on non-apple unixZachary Michaels1-4/+4
2014-06-11Correcting high orphan rate of blocks at poolmonero-project1-3/+12
2014-06-10added new seed nodesfluffypony1-0/+9
2014-06-05Merge pull request #24 from Neozaru/mastermonero-project5-1/+22
2014-06-04Added static_cast to hshd.current_heightNeozaru1-1/+1
2014-06-04'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimationsNeozaru5-1/+22
2014-06-02fixed conflictpaybee11-43/+177
2014-06-02Added incoming_transfers RPC API methodpaybee2-15/+1
2014-06-02Merge pull request #21 from Neozaru/mastermonero-project5-16/+48
2014-06-02Merge pull request #20 from artifexd/wallet_refreshmonero-project2-18/+23
2014-06-02Added 'payment_id' optional argument to 'transfer' wallet RPC methodNeozaru5-16/+48
2014-06-01Enable wallet refresh before blockchain is saved or completely sync'd.artifexd2-18/+23
2014-06-01Merge bitmonero@monero-projectNeozaru28-217/+442
2014-05-29Merge remote-tracking branch 'upstream/master'paybee28-205/+432
2014-05-28simplewallet returns 0 when no errorNeozaru1-1/+1
2014-05-28Added '--exit-after-cmd' option in simplewalletNeozaru1-1/+9
2014-05-28Fixed return status for '--help'. Fixed wallet name (use macro instead of 'by...Neozaru1-2/+2
2014-05-28typo in tx_pool.cppmonero-project1-1/+1
2014-05-27fix typing mismatchmydesktop1-2/+9
2014-05-27Added incoming_transfers RPC API methodpaybee4-4/+108
2014-05-26dynamic tx size scaling for tx mempoolmydesktop1-0/+11
2014-05-26Merge remote-tracking branch 'origin/master' into 0.8.8updatemydesktop1-5/+11
2014-05-26maximum block size 130% of medianmydesktop1-3/+14
2014-05-26simplewallet exits when COMMAND is given as a command-line argumentpaybee1-5/+11
2014-05-25temporary fix for block reward dosmydesktop2-2/+29
2014-05-25enable checkpointed block verificationmydesktop1-1/+1
2014-05-25'mining_status' Daemon RPC commandNeozaru5-6/+68
2014-05-250.8.8updatemydesktop27-203/+374
2014-05-25'getaddress' wallet-rpc commandNeozaru3-0/+35
2014-05-21Update version.h.inNoodleDoodleNoodleDoodleNoodleDoodleNoo1-1/+1
2014-05-21Update slow-hash.cNoodleDoodleNoodleDoodleNoodleDoodleNoo1-117/+223
2014-05-17Update version.h.inNoodleDoodleNoodleDoodleNoodleDoodleNoo1-2/+2
2014-05-17Create aesb.cNoodleDoodleNoodleDoodleNoodleDoodleNoo1-0/+177
2014-05-17Update slow-hash.cNoodleDoodleNoodleDoodleNoodleDoodleNoo1-14/+18
2014-05-17Update oaes_lib.cNoodleDoodleNoodleDoodleNoodleDoodleNoo1-24/+0
2014-05-17Update oaes_lib.hNoodleDoodleNoodleDoodleNoodleDoodleNoo1-0/+26
2014-05-17Update oaes_config.hNoodleDoodleNoodleDoodleNoodleDoodleNoo1-3/+3
2014-05-16Added 'save_bc' command in daemon for saving blockchain remotelyNeozaru1-2/+0
2014-05-16Added 'save_bc' command in daemon for saving blockchain remotelyNeozaru5-0/+54
2014-05-14Merge pull request #10 from NoodleDoodleNoodleDoodleNoodleDoodleNoo/patch-8monero-project1-0/+12
2014-05-14Merge pull request #9 from NoodleDoodleNoodleDoodleNoodleDoodleNoo/patch-7monero-project1-1/+52
2014-05-13Update daemon_commands_handler.hNoodleDoodleNoodleDoodleNoodleDoodleNoo1-0/+12
2014-05-13Update tx_extra.hNoodleDoodleNoodleDoodleNoodleDoodleNoo1-1/+52
2014-05-13Update serialization.hNoodleDoodleNoodleDoodleNoodleDoodleNoo1-1/+6
2014-05-1220s timeout for zone117x poolmonero-project1-1/+1
2014-05-11Update simpleminer.cppNoodleDoodleNoodleDoodleNoodleDoodleNoo1-2/+2
2014-05-08disable checkpointing for security reasonsmonero-project1-2/+6
2014-05-07Update cryptonote_format_utils.cppNoodleDoodleNoodleDoodleNoodleDoodleNoo1-2/+2
2014-05-07added checkpoint @ 29556monero-project1-0/+1
2014-05-07Update slow-hash.cNoodleDoodleNoodleDoodleNoodleDoodleNoo1-6/+4
2014-05-03fix genesis block hash, checkpoint, days behindmydesktop3-4/+4
2014-05-03initial [broken] updatemydesktop24-180/+712
2014-04-30Merge branch 'master' of github.com:monero-project/bitmoneromydesktop1-1/+0
2014-04-30mac osx building fixesmydesktop6-8/+22
2014-04-30Reverting wallet2.cpp to proper bugfixmonero-project1-5/+0
2014-04-30further fixes for mac osxmydesktop1-0/+11
2014-04-30various fixes to allow mac osx compilationmydesktop6-6/+9
2014-04-30Warn user on attempting to remove build directory for make cleanmydesktop1-1/+1
2014-04-30return for unhandleable tx_extramonero-project1-0/+4
2014-04-30Temporarily disable error relating to mangled tx_extra fieldsmonero-project1-1/+4
2014-04-30voting stoppedthankful_for_today1-1/+1
2014-04-30Merge branch 'master' of https://github.com/bitmonero-project/bitmonerothankful_for_today2-3/+3
2014-04-302nd seed node addedthankful_for_today1-0/+1
2014-04-25Changed block minor versionHenry Hartshorne2-3/+3
2014-04-20mining bug fixedthankful_for_today2-47/+14
2014-04-18checkpoints removedthankful_for_today2-12/+1
2014-04-18Bitmonero releasethankful_for_today6-25/+16
2014-04-09Port mapping with UPnPAntonio Juarez7-14/+290
2014-04-07Improvements in JSON RPCAntonio Juarez10-77/+72
2014-04-02json rpc for wallet and bugfixAntonio Juarez23-712/+1950
2014-03-20some fixesAntonio Juarez29-388/+729
2014-03-03moved all stuff to githubAntonio Juarez124-440/+21135
2013-11-15crypto libamjuarez11-0/+4627