Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-09-12 | versioning now includes the commit hash, or -final for tagged releases | Riccardo Spagni | 7 | -37/+38 | |
2014-09-12 | always check git diff | Riccardo Spagni | 1 | -6/+1 | |
2014-09-12 | Merge pull request #129 from Jebes/master | Riccardo Spagni | 6 | -79/+177 | |
Added documentation to varint.h and util.h | |||||
2014-09-11 | HOW DO I ENGLISH? | jebes | 1 | -1/+1 | |
2014-09-11 | mispelled brief, corrected it | jebes | 2 | -14/+14 | |
2014-09-11 | Merge remote-tracking branch 'upstream/master' | jebes | 23 | -145/+553 | |
2014-09-11 | HOW DO I GIT? | jebes | 1 | -1/+1 | |
2014-09-11 | Documented varint | jebes | 4 | -40/+80 | |
2014-09-11 | Merge pull request #128 from fluffypony/master | Riccardo Spagni | 1 | -2/+6 | |
fixed UPNP_LIBRARIES scope | |||||
2014-09-11 | fixed UPNP_LIBRARIES scope | fluffypony | 1 | -2/+6 | |
2014-09-11 | Merge pull request #127 from fluffypony/master | Riccardo Spagni | 23 | -145/+549 | |
FreeBSD compatibility and default log level changes | |||||
2014-09-11 | cpu affinity fixes in performance tests for FreeBSD | fluffypony | 1 | -2/+2 | |
2014-09-11 | gtest patches for FreeBSD | fluffypony | 2 | -1/+9 | |
2014-09-11 | fixed upnp libs in tests cmake | fluffypony | 1 | -1/+31 | |
2014-09-11 | added license to CMake | fluffypony | 3 | -0/+92 | |
2014-09-11 | more CMake tweaks to allow detection on OS X | fluffypony | 3 | -190/+197 | |
2014-09-10 | more dynamic miniupnp fixes | fluffypony | 3 | -7/+19 | |
2014-09-10 | miniupnpc includes fixed | fluffypony | 1 | -2/+2 | |
2014-09-10 | use external miniupnpc if available | fluffypony | 3 | -7/+193 | |
2014-09-10 | miniupnpc changes for freebsd | fluffypony | 2 | -2/+6 | |
2014-09-10 | mmap on FreeBSD doesn't have MAP_HUGETLB | fluffypony | 1 | -1/+1 | |
2014-09-10 | Include sys/time.h on BSD | fluffypony | 1 | -0/+2 | |
2014-09-10 | replace ftime with gettimeofday on FreeBSD because lcompat is stupid | fluffypony | 3 | -8/+32 | |
2014-09-10 | make FreeBSD use -lcompat till we can fix ftime() | fluffypony | 2 | -4/+8 | |
2014-09-09 | commented util.h | jebes | 5 | -44/+102 | |
2014-09-09 | more FreeBSD fixes | fluffypony | 1 | -2/+7 | |
2014-09-09 | malloc.h reference fixed for FreeBSD | fluffypony | 1 | -2/+2 | |
2014-09-09 | exclude local miniupnpc for FreeBSD, install from ports instead | fluffypony | 2 | -10/+29 | |
2014-09-09 | FreeBSD alloca.h reference fixed | fluffypony | 2 | -2/+12 | |
2014-09-09 | a few more error messages moved to log level 1 | fluffypony | 2 | -15/+15 | |
2014-09-09 | moved non-critical warnings and errors to log level 1 | fluffypony | 12 | -107/+108 | |
2014-09-07 | Merge pull request #123 from fluffypony/master | Riccardo Spagni | 1 | -1/+1 | |
build number increase after release | |||||
2014-09-07 | build number increase after release | fluffypony | 1 | -1/+1 | |
2014-09-06 | Merge pull request #121 from fluffypony/masterv0.8.8.3 | Riccardo Spagni | 4 | -10/+96 | |
Fix tree_hash, patch for bad block 202612 | |||||
2014-09-06 | fix checkpoints | iamsmooth | 2 | -4/+7 | |
2014-09-06 | bug fix to checkpoint-on-restore; still fails on 612 | iamsmooth | 1 | -1/+1 | |
2014-09-06 | checkpoints on restore; currently fails on 212 checkpoint | iamsmooth | 2 | -2/+24 | |
2014-09-06 | Fix tree-hash cnt n^2. Asserts, comment. Squash2 | rfree2monero | 1 | -6/+48 | |
2014-09-06 | override for get_block_longhash for block 202612 | Thomas Winget | 1 | -0/+7 | |
2014-09-06 | added double-check for 202612 block id | Thomas Winget | 1 | -1/+13 | |
if a new block has the same block id as 202612 but the wrong blobdata, this will tell the caller that the block id is actually null_hash rather than the 202612 block id. | |||||
2014-09-06 | hex_to_pod needs the destination as an arg, as opposed to it returning the pod | Thomas Winget | 1 | -1/+1 | |
2014-09-06 | Override for block hashing for block 202612 | Thomas Winget | 1 | -0/+10 | |
Since we need to fix tree_hash, but doing so would invalidate the block id for block 202612, this fix should check to see if we're trying to get the block id for 202612 (if its blob hash matches) and return the "old" block id, for backwards compatibility. | |||||
2014-09-02 | Merge pull request #112 from fluffypony/master | Riccardo Spagni | 1 | -1/+4 | |
fixed OS X malloc.h reference | |||||
2014-09-02 | fixed OS X malloc.h reference | fluffypony | 1 | -1/+4 | |
2014-08-30 | Merge pull request #109 from fluffypony/master | Riccardo Spagni | 2 | -162/+98 | |
readme -> markdown | |||||
2014-08-30 | readme -> markdown | fluffypony | 2 | -162/+98 | |
2014-08-25 | bumped build number | fluffypony | 1 | -1/+1 | |
2014-08-23 | Merge pull request #104 from fluffypony/master | Riccardo Spagni | 1 | -2/+2 | |
Fees temporarily bumped to 0.1 XMR per tx to prevent spam attack | |||||
2014-08-23 | quick additional patch | fluffypony | 1 | -2/+1 | |
2014-08-23 | quick fee ramp to prevent spam attack | fluffypony | 1 | -3/+4 | |
2014-08-05 | Merge pull request #86 from jakoblind/seed | Riccardo Spagni | 7 | -1/+97 | |
Query view key and seed | |||||
2014-08-05 | added view_key to wallet RPC command query_key | Jakob Lind | 1 | -0/+4 | |
2014-08-05 | added viewkey command to CLI | Jakob Lind | 2 | -0/+9 | |
2014-08-05 | query_key command in wallet rpc. | Jakob Lind | 3 | -0/+44 | |
only support mnemonic as key_type currently | |||||
2014-08-03 | refactoring. get seed code in wallet2 | Jakob Lind | 3 | -12/+23 | |
2014-08-03 | check its deterministic wallet before printing seed | Jakob Lind | 1 | -3/+19 | |
when running the seed command | |||||
2014-08-03 | remove help text about seed only displayed once | Jakob Lind | 1 | -2/+2 | |
2014-08-03 | added seed command to get deterministic seed. | Jakob Lind | 2 | -0/+12 | |
not yet password protected | |||||
2014-08-03 | Merge pull request #81 from tewinget/restore-fix | Thomas Winget | 1 | -1/+17 | |
restored wallets will have timestamp set to June 8 2014. | |||||
2014-08-03 | restored wallets will have timestamp set to June 8 2014. | Thomas Winget | 1 | -1/+17 | |
2014-08-02 | Merge pull request #77 from fluffypony/master | Riccardo Spagni | 1 | -1/+1 | |
build number increased in staging | |||||
2014-08-02 | build number increased in staging | fluffypony | 1 | -1/+1 | |
2014-08-02 | Merge pull request #73 from jakoblind/refresh_height | Riccardo Spagni | 9 | -26/+41 | |
Optional height parameter for wallet refresh | |||||
2014-08-01 | Merge pull request #64 from mikezackles/bytecoin_tx_pool_tmp | Riccardo Spagni | 3 | -95/+82 | |
tx pool fixes, courtesy of Bytecoin | |||||
2014-08-01 | #36 make it compile and work properly | Jakob Lind | 1 | -4/+2 | |
2014-08-01 | #36 simplewallet refresh include optional height param | Jakob Lind | 9 | -22/+39 | |
height param is used optionally in refresh command TODO: This should also be the default behaviour when generating a new wallet. | |||||
2014-07-25 | Merge pull request #72 from fluffypony/master | Riccardo Spagni | 104 | -2671/+2067 | |
move modified epee code to new classes, revert license | |||||
2014-07-25 | move modified epee code to new classes, revert license | fluffypony | 104 | -2671/+2067 | |
2014-07-24 | Merge pull request #71 from Jojatekok/master | Riccardo Spagni | 1 | -0/+45 | |
Added a build script for Windows | |||||
2014-07-24 | Added license for the Windows build script | Jojatekok | 1 | -1/+29 | |
2014-07-24 | Added a build script for Windows | Jojatekok | 1 | -0/+17 | |
2014-07-23 | Merge pull request #70 from fluffypony/master | Riccardo Spagni | 311 | -2694/+8794 | |
New readme, license changes | |||||
2014-07-23 | Merge pull request #69 from ekimmo/monero/master | Riccardo Spagni | 2 | -2/+2 | |
wallet rpc: actually populate the extra while assembling a transaction | |||||
2014-07-23 | wallet rpc: actually populate the extra while assembling a transaction | Erik Kimmo | 2 | -2/+2 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 311 | -2664/+8655 | |
2014-07-23 | New README | fluffypony | 1 | -32/+141 | |
2014-07-23 | Merge pull request #68 from tewinget/daemon_rpc | Thomas Winget | 2 | -3/+4 | |
daemon rpc get_connections call minor changes | |||||
2014-07-23 | Changed time_t to uint64_t for serialization | Thomas Winget | 1 | -3/+3 | |
time_t is implementation-, architecture-, and apparently compiler-dependent. As an example, on my machine if I build a 64-bit binary, sizeof(time_t) is 8, but for a 32-bit binary it's 4. uint64_t is therefore much more consistent for serialization, given that RPC calls are potentially made between different machines. | |||||
2014-07-22 | Missed serializing a get_connections RPC response parameter | Thomas Winget | 1 | -0/+1 | |
2014-07-22 | Merge pull request #67 from mikezackles/get_info | mikezackles | 2 | -0/+26 | |
Add get_info command to daemon json rpc | |||||
2014-07-22 | Add get_info command to daemon json rpc | Zachary Michaels | 2 | -0/+26 | |
2014-07-22 | Merge pull request #66 from mikezackles/master | mikezackles | 5 | -5/+81 | |
Add get_bulk_payments rpc call | |||||
2014-07-22 | Add get_bulk_payments rpc call | Zachary Michaels | 5 | -5/+81 | |
2014-07-18 | Merge pull request #65 from tewinget/daemon_rpc | Thomas Winget | 6 | -0/+116 | |
Added get_connections RPC call to daemon Only consists of new functionality and doesn't break build, merging per request. | |||||
2014-07-18 | Added get_connections RPC call to daemon | Thomas Winget | 6 | -0/+116 | |
2014-07-17 | Merge pull request #63 from mikezackles/bytecoin_for_merge | mikezackles | 16 | -61/+53 | |
Misc fixes from bytecoin | |||||
2014-07-17 | Remove dead code | Zachary Michaels | 1 | -17/+0 | |
2014-07-17 | Remove second tx size check | Zachary Michaels | 1 | -7/+0 | |
2014-07-17 | Don't check max tx size when adding to block | Zachary Michaels | 1 | -8/+0 | |
This is now done when adding transactions to the pool. | |||||
2014-07-17 | Don't check for min fee when adding tx to block | Zachary Michaels | 1 | -5/+0 | |
This is now done when transactions enter the pool. | |||||
2014-07-17 | Decrease max block size from 200% median to 130% | Zachary Michaels | 1 | -1/+3 | |
2014-07-17 | Use print_money in log | Zachary Michaels | 1 | -1/+1 | |
2014-07-17 | Minimum tx fee for entering pool | Zachary Michaels | 1 | -0/+8 | |
2014-07-17 | Start fresh if tx_pool deserialize fails | Zachary Michaels | 1 | -2/+6 | |
2014-07-17 | Add transaction size limit | Zachary Michaels | 1 | -0/+24 | |
Transactions larger than the limit will not enter the pool | |||||
2014-07-17 | Use const where appropriate in tx_pool | Zachary Michaels | 3 | -50/+36 | |
2014-07-17 | Make some tx_pool methods static | Zachary Michaels | 1 | -2/+2 | |
2014-07-17 | Make some tx_pool methods private | Zachary Michaels | 1 | -6/+6 | |
2014-07-06 | Merge pull request #56 from tewinget/master | Thomas Winget | 9 | -49/+378 | |
transaction splitting | |||||
2014-07-01 | Fix thread count argument handling in simplewallet | Zachary Michaels | 1 | -2/+2 | |
2014-07-01 | Match empty RPC request with other requests | Zachary Michaels | 1 | -1/+5 | |
2014-07-01 | Switch list to vector for RPC serialization | Zachary Michaels | 1 | -2/+2 | |
2014-07-01 | Allow conditional compilation with VS 2013+ | Zachary Michaels | 1 | -1/+1 | |
2014-07-01 | Remove unused function | Zachary Michaels | 2 | -19/+0 | |
2014-07-01 | Fix assert bug in base58 encode | Zachary Michaels | 1 | -1/+1 | |
The previous implementation was almost certainly a typo. full_block_size is the maximum index in the encoded_block_sizes array, and size is used as an index in this array. So now 1 <= size <= full_block_size == 8 instead of 1 <= size <= sizeof(full_block_size) == size_of(size_t) == ? (maybe 4 on 32-bit systems!) | |||||
2014-07-01 | Explicit namespaces | Zachary Michaels | 1 | -11/+8 | |
2014-07-01 | Remove redeclaration | Zachary Michaels | 1 | -1/+0 | |
2014-07-01 | C++ style cast | Zachary Michaels | 1 | -1/+1 | |
2014-07-01 | Comment unused functions in cryptonote_core | Zachary Michaels | 2 | -15/+14 | |
2014-07-01 | Improved (fixed?) serialization for vec<uint32_t> | Zachary Michaels | 1 | -0/+7 | |
2014-07-01 | Add missing pragma | Zachary Michaels | 1 | -0/+2 | |
2014-07-01 | Add missing pragma | Zachary Michaels | 1 | -0/+2 | |
2014-07-01 | Add missing pragma | Zachary Michaels | 1 | -0/+2 | |
2014-07-01 | Allow priority peers when there are exclusive peers | Zachary Michaels | 1 | -1/+1 | |
Per my reading this change makes sense since a subset of the exclusive peers could be priority peers. Priority peers that are not exclusive will not get loaded, and priority peers that *are* exclusive will get special treatment. Prior to this change it looks like priority peers were silently ignored when exclusive peers were provided. | |||||
2014-07-01 | Explicit error constructors | Zachary Michaels | 1 | -5/+5 | |
2014-07-01 | Remove unused array in cn_slow_hash | Zachary Michaels | 1 | -1/+0 | |
2014-06-30 | needed to remove REQUIRED from find_package(Threads) | Thomas Winget | 1 | -1/+1 | |
2014-06-30 | wallet RPC converted to use new transaction semantics | Thomas Winget | 7 | -184/+305 | |
wallet RPC now uses wallet2::create_transactions and wallet2::commit_tx instead of wallet2::transfer. This made it possible to add the RPC call /transfer_split, which will split transactions automatically if they are too large. The old call to /transfer will return an error stating to use /transfer_split if multiple transactions are needed to fulfill the request. | |||||
2014-06-30 | removed erroneous printing of newlines | Thomas Winget | 1 | -1/+0 | |
2014-06-30 | missed removing a debug print | Thomas Winget | 1 | -2/+0 | |
2014-06-30 | removed some debugging code (really stupid printf-style debuggng.. | Thomas Winget | 1 | -11/+2 | |
2014-06-30 | Transaction splitting *seems* to be working!!! | tom | 2 | -6/+24 | |
2014-06-30 | Added confirmation prompt if transactions are to be split | Thomas Winget | 1 | -0/+16 | |
2014-06-30 | added back successful tx message. oops. | Thomas Winget | 1 | -1/+3 | |
2014-06-30 | up tx splits limit 5 -> 30 | Thomas Winget | 1 | -1/+1 | |
2014-06-30 | final changes to get transaction splitting building. needs testing. | Thomas Winget | 6 | -43/+139 | |
2014-06-30 | working on dividing functions in prep for tx splitting | tom | 2 | -9/+84 | |
2014-06-30 | Added comments to wallet functions | Thomas Winget | 2 | -0/+13 | |
2014-06-30 | Merge pull request #55 from monero-project/revert-54-master | Thomas Winget | 1 | -2/+1 | |
Revert "Do not fall over when refreshing balance fails" | |||||
2014-06-30 | Revert "Do not fall over when refreshing balance fails" | Thomas Winget | 1 | -2/+1 | |
2014-06-29 | Merge pull request #54 from zone117x/master | monero-project | 1 | -1/+2 | |
Do not fall over when refreshing balance fails | |||||
2014-06-29 | Do not fall over when refreshing balance fails | Matthew Little | 1 | -1/+2 | |
2014-06-26 | set max block size for gbt | mydesktop | 2 | -0/+9 | |
2014-06-24 | fix function typo | monero-project | 1 | -1/+1 | |
2014-06-24 | Fix copy/paste bug, thx Boolberry | monero-project | 1 | -3/+3 | |
2014-06-19 | Update slow-hash.c | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -0/+5 | |
1. Fix for Mac OSX compilation errors. | |||||
2014-06-19 | Merge pull request #48 from NoodleDoodleNoodleDoodleNoodleDoodleNoo/master | monero-project | 2 | -111/+299 | |
Update slow-hash.c with optimized scratchpad operations | |||||
2014-06-16 | Update slow-hash.c | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -1/+8 | |
1. Added multiplication support in 32-bit mode | |||||
2014-06-16 | Update miner.cpp | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -1/+4 | |
1. Added support for scratchpad memory allocation. | |||||
2014-06-16 | Update slow-hash.c | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -110/+288 | |
1. Added huge pages support and optimized scratchpad twiddling. (credits to dga). 2. Added aes-ni key expansion support. 3. Minor speedup to scratchpad initialization/finalization. | |||||
2014-06-16 | Merge branch 'master' of https://github.com/monero-project/bitmonero | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 77 | -664/+8048 | |
2014-06-16 | Revert "Update slow-hash.c" | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -404/+118 | |
This reverts commit 37c5f393f1693da23416a2a294752f0c3e997c31. | |||||
2014-06-16 | Revert "Update miner.cpp" | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -19/+5 | |
This reverts commit c0520ad63d71f94bc78a119c61ade30876e95ed6. | |||||
2014-06-16 | Update miner.cpp | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -5/+19 | |
1. Added scratchpad memory allocation support. | |||||
2014-06-16 | Update slow-hash.c | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -118/+404 | |
1. Added huge pages support and optimized scratchpad twiddling. (credits to dga). 2. Added aes-ni key expansion support. 3. Minor speedup to scratchpad initialization/finalization. | |||||
2014-06-15 | Merge pull request #33 from mikezackles/arch_linux_build_fixes | monero-project | 3 | -13/+23 | |
Arch Linux build fixes | |||||
2014-06-15 | Merge pull request #41 from fluffypony/master | monero-project | 4 | -1/+36 | |
proper tx_pool handling from CryptoZoidberg / BBR | |||||
2014-06-15 | proper tx_pool handling from CryptoZoidberg / BBR | fluffypony | 4 | -1/+36 | |
2014-06-14 | added checkpoint @ 80000 | monero-project | 1 | -0/+1 | |
2014-06-13 | Merge pull request #37 from tewinget/signals_fix | monero-project | 1 | -1/+7 | |
Fixed console handler not properly exiting on SIGINT and such | |||||
2014-06-13 | Fixed console handler not properly exiting on SIGINT and such | Thomas Winget | 1 | -1/+7 | |
2014-06-12 | Merge pull request #35 from tewinget/master | monero-project | 2 | -12/+14 | |
Add electrum-seed wallet backup/recovery 2 | |||||
2014-06-12 | changed wallet mnemonic to use cout so it doesn't print to log | Thomas Winget | 1 | -1/+2 | |
2014-06-12 | change hash for keygen from blake to keccak | tom | 1 | -2/+2 | |
2014-06-12 | changed text a bit more | tom | 1 | -10/+11 | |
2014-06-12 | changed some print messages | tom | 1 | -2/+2 | |
2014-06-12 | Merge pull request #34 from tewinget/master | monero-project | 15 | -35/+3567 | |
Add electrum-seed wallet backup/recovery | |||||
2014-06-12 | allow two-random-numbers wallet generation (but not as default) | Thomas Winget | 6 | -42/+52 | |
2014-06-12 | reworked command line args for simplewallet. | Thomas Winget | 2 | -19/+30 | |
--generate-new-wallet and --wallet-file are now properly mutually-exclusive. | |||||
2014-06-12 | DRY cin input_line (and test replacement of non-DRY usage) | Thomas Winget | 3 | -6/+19 | |
2014-06-12 | stupid signed arithmetic. | Thomas Winget | 1 | -6/+3 | |
2014-06-12 | more pointer-based derp | Thomas Winget | 3 | -8/+23 | |
2014-06-12 | fixed some pointer- and loop-based derps | Thomas Winget | 3 | -1/+6 | |
2014-06-12 | builds, but doesn't link. other than that, electrum-style recovery ↵ | Thomas Winget | 9 | -19/+56 | |
implemented (but not tested\!) | |||||
2014-06-12 | missing '.at' on two map calls. built on some machines, very strange... | Thomas Winget | 1 | -2/+2 | |
2014-06-12 | revert 'dirty hack' change to crypto.h. need a better way for sure. | Thomas Winget | 1 | -4/+1 | |
2014-06-12 | compile issues, resolve later. commiting because switching machines | tom | 3 | -2/+83 | |
2014-06-12 | defaulted new parameters in modified functions | tom | 2 | -2/+2 | |
2014-06-12 | most functions prototyped/modified for wallet recovery | Thomas Winget | 10 | -9/+3371 | |
2014-06-12 | added vim swap files to .gitignore | Thomas Winget | 1 | -0/+4 | |
2014-06-12 | Fix to disable LTO for Clang | Zachary Michaels | 1 | -1/+1 | |
The previous code was assuming Apple == Clang. This change should both enable LTO when using gcc on Apple and fix Clang when using it on other platforms. | |||||
2014-06-11 | new error code for rpc | mydesktop | 1 | -2/+1 | |
2014-06-11 | Fix for orphan fix (check blocksize) | mydesktop | 3 | -0/+22 | |
2014-06-11 | Link to pthreads on non-apple unix | Zachary Michaels | 3 | -12/+17 | |
2014-06-11 | Gcc 4.9 LTO fix | Zachary Michaels | 1 | -0/+5 | |
The new lto format requires use of the gcc-provided gcc-ar and gcc-ranlib binaries. | |||||
2014-06-11 | Correcting high orphan rate of blocks at pool | monero-project | 1 | -3/+12 | |
2014-06-10 | Merge pull request #29 from fluffypony/master | monero-project | 2 | -3/+10 | |
New seed nodes & temporary get_line fix | |||||
2014-06-10 | added new seed nodes | fluffypony | 1 | -0/+9 | |
2014-06-06 | removed continue issue | fluffypony | 1 | -1/+0 | |
2014-06-06 | Merge remote-tracking branch 'upstream/master' | fluffypony | 6 | -1/+23 | |
2014-06-05 | Merge pull request #24 from Neozaru/master | monero-project | 6 | -1/+23 | |
'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimation | |||||
2014-06-04 | Added static_cast to hshd.current_height | Neozaru | 1 | -1/+1 | |
2014-06-04 | don't fall apart if you can't get_line | fluffypony | 1 | -3/+2 | |
2014-06-04 | 'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimations | Neozaru | 6 | -1/+23 | |
2014-06-04 | Merge pull request #23 from paybee/master | monero-project | 4 | -5/+95 | |
Added incoming_transfers RPC API method | |||||
2014-06-04 | Merge pull request #22 from Neozaru/master | monero-project | 2 | -1/+2327 | |
Added Doxyfile for future documentation | |||||
2014-06-03 | Merge pull request #2 from monero-project/master | Neozaru | 2 | -18/+23 | |
Merging daemon RPC availability changes | |||||
2014-06-02 | fixed conflict | paybee | 11 | -43/+177 | |
2014-06-02 | Added incoming_transfers RPC API method | paybee | 2 | -15/+1 | |
2014-06-02 | Updated README for documentation | Neozaru | 1 | -1/+17 | |
2014-06-02 | Added Doxyfile for (uggly) documentation generation | Neozaru | 1 | -0/+2310 | |
2014-06-02 | Merge pull request #21 from Neozaru/master | monero-project | 5 | -16/+48 | |
Added 'payment_id' optional argument to 'transfer' wallet RPC method | |||||
2014-06-02 | Merge pull request #20 from artifexd/wallet_refresh | monero-project | 2 | -18/+23 | |
Enable wallet refresh before blockchain is saved or completely sync'd. | |||||
2014-06-02 | Added 'payment_id' optional argument to 'transfer' wallet RPC method | Neozaru | 5 | -16/+48 | |
2014-06-01 | Enable wallet refresh before blockchain is saved or completely sync'd. | artifexd | 2 | -18/+23 | |
2014-06-01 | Merge pull request #14 from Neozaru/master | monero-project | 9 | -9/+106 | |
'get_address' RPC method for 'simplewallet' | |||||
2014-06-01 | Merge bitmonero@monero-project | Neozaru | 50 | -431/+1200 | |
2014-05-29 | Merge remote-tracking branch 'upstream/master' | paybee | 50 | -418/+1185 | |
2014-05-28 | Merge branch '0.8.8update' | mydesktop | 50 | -415/+1177 | |
Update to newest version 0.8.8. See change log for details. | |||||
2014-05-28 | simplewallet returns 0 when no error | Neozaru | 1 | -1/+1 | |