Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 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. | |||||
2014-10-23 | cmake: handle private vs. public headers | Ben Boeckel | 1 | -2/+7 | |
2014-10-23 | cmake: refactor common code with libraries | Ben Boeckel | 1 | -9/+1 | |
2014-10-23 | cmake: put each library into its own directory | Ben Boeckel | 1 | -0/+57 | |
This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit). | |||||
2014-10-06 | core_rpc_server: use do while(0) idiom in macros using if | moneromooo-monero | 1 | -2/+2 | |
2014-10-06 | core_rpc_server: fix overreads in slow_memmem | moneromooo-monero | 1 | -8/+10 | |
It would read data outside the allocated space in a couple cases. | |||||
2014-09-15 | Give up on brace initializers in initializer lists (MSVC bug) | Zachary Michaels | 1 | -1/+1 | |
2014-09-15 | Separate testnet address prefix | Zachary Michaels | 2 | -11/+19 | |
2014-09-15 | Add descriptions for RPC command line params | Zachary Michaels | 1 | -3/+9 | |
2014-09-15 | Separate rpc port for testnet | Zachary Michaels | 2 | -7/+31 | |
2014-09-15 | Reorganize testnet constants | Zachary Michaels | 1 | -1/+1 | |
2014-08-01 | #36 simplewallet refresh include optional height param | Jakob Lind | 2 | -2/+4 | |
height param is used optionally in refresh command TODO: This should also be the default behaviour when generating a new wallet. | |||||
2014-07-23 | License updated to BSD 3-clause | fluffypony | 4 | -12/+116 | |
2014-07-22 | Missed serializing a get_connections RPC response parameter | Thomas Winget | 1 | -0/+1 | |
2014-07-22 | Add get_info command to daemon json rpc | Zachary Michaels | 2 | -0/+26 | |
2014-07-18 | Added get_connections RPC call to daemon | Thomas Winget | 3 | -0/+37 | |
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-06-11 | new error code for rpc | mydesktop | 1 | -2/+1 | |
2014-06-11 | Fix for orphan fix (check blocksize) | mydesktop | 1 | -0/+9 | |
2014-06-11 | Correcting high orphan rate of blocks at pool | monero-project | 1 | -3/+12 | |
2014-06-04 | 'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimations | Neozaru | 2 | -0/+3 | |
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-01 | Enable wallet refresh before blockchain is saved or completely sync'd. | artifexd | 2 | -18/+23 | |
2014-06-01 | Merge bitmonero@monero-project | Neozaru | 1 | -2/+2 | |
2014-05-25 | 'mining_status' Daemon RPC command | Neozaru | 3 | -0/+49 | |
2014-05-25 | 0.8.8update | mydesktop | 1 | -2/+2 | |
2014-05-16 | Added 'save_bc' command in daemon for saving blockchain remotely | Neozaru | 1 | -2/+0 | |
2014-05-16 | Added 'save_bc' command in daemon for saving blockchain remotely | Neozaru | 3 | -0/+36 | |
2014-05-03 | initial [broken] update | mydesktop | 1 | -3/+1 | |
2014-04-30 | mac osx building fixes | mydesktop | 1 | -1/+4 | |
2014-04-30 | various fixes to allow mac osx compilation | mydesktop | 1 | -1/+1 | |
2014-04-09 | Port mapping with UPnP | Antonio Juarez | 3 | -7/+245 | |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 1 | -0/+2 | |
2014-03-20 | some fixes | Antonio Juarez | 4 | -79/+104 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 4 | -0/+823 | |