| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Daemonize changes pulled in -- daemon builds | Thomas Winget | 2015-02-24 | 2 | -24/+32 | |
| | | | | | | | | many RPC functions added by the daemonize changes (and related changes on the upstream dev branch that were not merged) were commented out (apart from return). Other than that, this *should* work...at any rate, it builds, and that's something. | |||||
| * | previous hash added to GBT | Riccardo Spagni | 2015-01-06 | 2 | -0/+3 | |
| | | ||||||
| * | year updated in license | Riccardo Spagni | 2015-01-02 | 5 | -5/+5 | |
| | | ||||||
| * | cmake: support 2.8.7 | Ben Boeckel | 2014-10-24 | 1 | -1/+1 | |
| | | | | | | | Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix. | |||||
| * | cmake: handle private vs. public headers | Ben Boeckel | 2014-10-23 | 1 | -2/+7 | |
| | | ||||||
| * | cmake: refactor common code with libraries | Ben Boeckel | 2014-10-23 | 1 | -9/+1 | |
| | | ||||||
| * | cmake: put each library into its own directory | Ben Boeckel | 2014-10-23 | 1 | -0/+57 | |
| | | | | | | This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit). | |||||
| * | core_rpc_server: use do while(0) idiom in macros using if | moneromooo-monero | 2014-10-06 | 1 | -2/+2 | |
| | | ||||||
| * | core_rpc_server: fix overreads in slow_memmem | moneromooo-monero | 2014-10-06 | 1 | -8/+10 | |
| | | | | | It would read data outside the allocated space in a couple cases. | |||||
| * | Give up on brace initializers in initializer lists (MSVC bug) | Zachary Michaels | 2014-09-15 | 1 | -1/+1 | |
| | | ||||||
| * | Separate testnet address prefix | Zachary Michaels | 2014-09-15 | 2 | -11/+19 | |
| | | ||||||
| * | Add descriptions for RPC command line params | Zachary Michaels | 2014-09-15 | 1 | -3/+9 | |
| | | ||||||
| * | Separate rpc port for testnet | Zachary Michaels | 2014-09-15 | 2 | -7/+31 | |
| | | ||||||
| * | Reorganize testnet constants | Zachary Michaels | 2014-09-15 | 1 | -1/+1 | |
| | | ||||||
| * | #36 simplewallet refresh include optional height param | Jakob Lind | 2014-08-01 | 2 | -2/+4 | |
| | | | | | | | height param is used optionally in refresh command TODO: This should also be the default behaviour when generating a new wallet. | |||||
| * | License updated to BSD 3-clause | fluffypony | 2014-07-23 | 4 | -12/+116 | |
| | | ||||||
| * | Missed serializing a get_connections RPC response parameter | Thomas Winget | 2014-07-22 | 1 | -0/+1 | |
| | | ||||||
| * | Add get_info command to daemon json rpc | Zachary Michaels | 2014-07-22 | 2 | -0/+26 | |
| | | ||||||
| * | Added get_connections RPC call to daemon | Thomas Winget | 2014-07-18 | 3 | -0/+37 | |
| | | ||||||
| * | Match empty RPC request with other requests | Zachary Michaels | 2014-07-01 | 1 | -1/+5 | |
| | | ||||||
| * | Switch list to vector for RPC serialization | Zachary Michaels | 2014-07-01 | 1 | -2/+2 | |
| | | ||||||
| * | new error code for rpc | mydesktop | 2014-06-11 | 1 | -2/+1 | |
| | | ||||||
| * | Fix for orphan fix (check blocksize) | mydesktop | 2014-06-11 | 1 | -0/+9 | |
| | | ||||||
| * | Correcting high orphan rate of blocks at pool | monero-project | 2014-06-11 | 1 | -3/+12 | |
| | | ||||||
| * | 'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimations | Neozaru | 2014-06-04 | 2 | -0/+3 | |
| | | ||||||
| * | Merge pull request #20 from artifexd/wallet_refresh | monero-project | 2014-06-02 | 2 | -18/+23 | |
| |\ | | | | | Enable wallet refresh before blockchain is saved or completely sync'd. | |||||
| | * | Enable wallet refresh before blockchain is saved or completely sync'd. | artifexd | 2014-06-01 | 2 | -18/+23 | |
| | | | ||||||
| * | | Merge bitmonero@monero-project | Neozaru | 2014-06-01 | 1 | -2/+2 | |
| |\| | ||||||
| | * | 0.8.8update | mydesktop | 2014-05-25 | 1 | -2/+2 | |
| | | | ||||||
| * | | 'mining_status' Daemon RPC command | Neozaru | 2014-05-25 | 3 | -0/+49 | |
| |/ | ||||||
| * | Added 'save_bc' command in daemon for saving blockchain remotely | Neozaru | 2014-05-16 | 1 | -2/+0 | |
| | | ||||||
| * | Added 'save_bc' command in daemon for saving blockchain remotely | Neozaru | 2014-05-16 | 3 | -0/+36 | |
| | | ||||||
| * | initial [broken] update | mydesktop | 2014-05-03 | 1 | -3/+1 | |
| | | ||||||
| * | mac osx building fixes | mydesktop | 2014-04-30 | 1 | -1/+4 | |
| | | ||||||
| * | various fixes to allow mac osx compilation | mydesktop | 2014-04-30 | 1 | -1/+1 | |
| | | ||||||
| * | Port mapping with UPnP | Antonio Juarez | 2014-04-09 | 3 | -7/+245 | |
| | | ||||||
| * | json rpc for wallet and bugfix | Antonio Juarez | 2014-04-02 | 1 | -0/+2 | |
| | | ||||||
| * | some fixes | Antonio Juarez | 2014-03-20 | 4 | -79/+104 | |
| | | ||||||
| * | moved all stuff to github | Antonio Juarez | 2014-03-03 | 4 | -0/+823 | |
