1. 21 Aug, 2014 1 commit
  2. 09 May, 2014 1 commit
  3. 18 Mar, 2014 1 commit
  4. 04 Dec, 2013 2 commits
  5. 27 Nov, 2013 1 commit
    • Wladimir J. van der Laan's avatar
      Split up bitcoinrpc (code movement only) · 39d84006
      Wladimir J. van der Laan authored
      Split bitcoinrpc up into
      
      - rpcserver: bitcoind RPC server
      - rpcclient: bitcoin-cli RPC client
      - rpcprotocol: shared common HTTP/JSON-RPC protocol code
      
      One step towards making bitcoin-cli independent from the rest
      of the code, and thus a smaller executable that doesn't have to
      be linked against leveldb.
      
      This commit only does code movement, there are no functional changes.
      39d84006
  6. 10 Nov, 2013 1 commit
    • Brandon Dahler's avatar
      Cleanup code using forward declarations. · e28f37ca
      Brandon Dahler authored
      Use misc methods of avoiding unnecesary header includes.
      Replace int typedefs with int##_t from stdint.h.
      Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h.
      Normalize QT_VERSION ifs where possible.
      Resolve some indirect dependencies as direct ones.
      Remove extern declarations from .cpp files.
      e28f37ca
  7. 23 Oct, 2013 2 commits
  8. 16 Dec, 2012 1 commit
  9. 29 Oct, 2012 3 commits
  10. 07 Sep, 2012 1 commit
  11. 22 Jun, 2012 1 commit
  12. 20 Apr, 2012 1 commit
  13. 13 Jan, 2012 1 commit