1. 22 Mar, 2014 1 commit
    • Chris Beams's avatar
      Ignore temporary object files · ffde86c2
      Chris Beams authored
      Prior to this change, `git status` would report untracked files of the
      following sort if run during a build:
      
          ?? src/rpcprotocol.o-e628def3
      
      These files should be explicitly ignored not only because they are a
      nuisance, but given that they appear and disappear quickly, they may be
      inadvertently added to the index even if one has been careful to check
      for untracked files with `git status` prior to a `git add .`.
      ffde86c2
  2. 13 Jan, 2014 1 commit
  3. 02 Nov, 2013 1 commit
  4. 21 Oct, 2013 1 commit
    • Wladimir J. van der Laan's avatar
      Add separate bitcoin-rpc client · 7389d39c
      Wladimir J. van der Laan authored
      This adds an executable `bitcoin-rpc` that only serves as a Bitcoin RPC
      client.
      The commit does not remove RPC functionality from the `bitcoind` yet,
      this functionality should be deprecated but is left for a later version
      to give users some time to switch.
      7389d39c
  5. 16 Sep, 2013 1 commit
    • Cory Fields's avatar
      included-tests: generate binary data from test files for inclusion into test binaries · 09cc4490
      Cory Fields authored
      This change moves test data into the binaries rather than reading them from
      the disk at runtime.
      
      Advantages:
      - Tests become distributable
      - Cross-compile friendly. Build on one machine and execute in an arbitrary
        location on another.
      - Easier testing for backports. Users can verify that tests pass without having
        to track down corresponding test data.
      - More trustworthy test results and easier quality assurance as tests make
        fewer assumptions about their environment.
      - Tests could theoretically run at client/daemon startup and exit on failure.
      
      Disadvantages:
      - Required 'hexdump' build-dependency. This is a standard bsd tool that should
        be usable everywhere. It is likely already installed on all build-machines.
      - Tests can no longer be fudged after build by altering test-data.
      09cc4490
  6. 06 Sep, 2013 1 commit
  7. 17 Aug, 2013 1 commit
    • Pieter Wuille's avatar
      Squashed 'src/leveldb/' changes from ae6c262..a02ddf9 · 84d6d69f
      Pieter Wuille authored
      a02ddf9 Added GNU/kFreeBSD kernel name (TARGET_OS)
      8487468 CondVar::SignalAll was broken, leading to deadlocks on Windows builds. http://code.google.com/p/leveldb/issues/detail?id=149
      f6d84d1 Allow files to be opened for reading multiple times
      cb8e3f7 Checking whether closing succeeds
      d5317e8 Print actual Win32 error that occurred on file creation failure.
      907f308 Port leveldb to MinGW32
      9def2bf Mingw support for Windows LevelDB port
      0a7b074 Pre-Vista leveldb::port::InitOnce implementation
      31a2b09 Native Windows LevelDB port
      058a035 Remove Snappy support
      5bd76dc Release leveldb 1.12
      7b094f1 Release leveldb 1.11
      28dad91 Release leveldb 1.10
      514c943 Make DB::Open fail if sst files are missing.
      d84c825 Fix corruption bug found and analyzed by dhruba@gmail.com
      ea2e919 added utility to dump leveldb files
      REVERT: ae6c262 Merge branch 'leveldb' into ripple-fork
      REVERT: 28fa222 Looks like a bit more delay is needed to smooth the latency.
      REVERT: a18f3e6 Tidy up JobQueue, add ripple_core module
      REVERT: ab82e57 Release leveldb 1.12
      REVERT: 02c6259 Release leveldb 1.11
      REVERT: 5bbb544 Rate limit compactions with a 25ms pause after each complete file.
      REVERT: 8c29c47 LevelDB issue 178 fix: cannot resize a level 0 compaction set
      REVERT: 18b245c Added GNU/kFreeBSD kernel name (TARGET_OS)
      REVERT: 8be9d12 CondVar::SignalAll was broken, leading to deadlocks on Windows builds. http://code.google.com/p/leveldb/issues/detail?id=149
      REVERT: c9fc070 Upgrade LevelDB to 1.10.0, mostly for better write stall logging.
      REVERT: 8215b15 Tweak to variable name to support unity build
      REVERT: aca1ffc Allow files to be opened for reading multiple times
      REVERT: 693a70c Checking whether closing succeeds
      REVERT: 0144d04 Print actual Win32 error that occurred on file creation failure.
      REVERT: 43ed517 Fix corruption bug found and analyzed by dhruba@gmail.com
      REVERT: 413c74c added utility to dump leveldb files
      REVERT: 96eda85 Port leveldb to MinGW32
      REVERT: 0967260 Mingw support for Windows LevelDB port
      REVERT: ee3f9bd Pre-Vista leveldb::port::InitOnce implementation
      REVERT: f5d0a41 Native Windows LevelDB port
      REVERT: 28b35f1 Remove Snappy support
      
      git-subtree-dir: src/leveldb
      git-subtree-split: a02ddf9b14d145e88185ee209ab8b01d8826663a
      84d6d69f
  8. 04 May, 2013 1 commit
  9. 26 Apr, 2013 1 commit
  10. 24 Feb, 2013 1 commit
  11. 20 Oct, 2012 1 commit
  12. 20 Sep, 2012 1 commit
  13. 24 May, 2012 1 commit
  14. 17 May, 2012 1 commit
  15. 10 Apr, 2012 1 commit
    • Pieter Wuille's avatar
      Build identification strings · 8b1f2f2b
      Pieter Wuille authored
      All client version information is moved to version.cpp, which optionally
      (-DHAVE_BUILD_INFO) includes build.h. build.h is automatically generated
      on supporting platforms via contrib/genbuild.sh, using git describe.
      
      The git export-subst attribute is used to put the commit id statically
      in version.cpp inside generated archives, and this value is used if no
      build.h is present.
      
      The gitian descriptors are modified to use git archive instead of a
      copy, to create the src/ directory in the output. This way,
      src/src/version.cpp will contain the static commit id. To prevent
      gitian builds from getting the "-dirty" marker in their git-describe
      generated identifiers, no touching of files or running sed on the
      makefile is performed anymore. This does not seem to influence
      determinism.
      8b1f2f2b
  16. 26 Sep, 2011 1 commit
  17. 19 Sep, 2011 1 commit
  18. 11 Sep, 2011 1 commit
    • p2k's avatar
      Some Mac OS X specific things · 97209a36
      p2k authored
      * Added application icon for Mac OS X * Added instructions for compiling
      under Mac OS X * Added Portfile for compiling miniupnpc with MacPorts
      97209a36
  19. 06 Sep, 2011 1 commit
  20. 28 Aug, 2011 1 commit
  21. 03 Jun, 2011 1 commit
  22. 12 May, 2011 1 commit
  23. 10 May, 2011 1 commit
  24. 08 May, 2011 1 commit
  25. 07 May, 2011 1 commit
  26. 23 Apr, 2011 1 commit
    • Jaromil's avatar
      directory re-organization (keeps the old build system) · 84c3fb07
      Jaromil authored
      there is no internal modification of any file in this commit
      
      files are moved into directories according to established standards in
      sourcecode distribution; these directories contain:
      
       src - Files that are used in constructing the executable binaries,
             but are not installed.
      
       doc - Files in HTML and text format that document usage, quirks of
             the implementation, and contributor checklists.
      
       locale - Files that contain human language translation of strings
                used in the program
      
       contrib - Files contributed from distributions or other third party
       	   implementing scripts and auxiliary programs
      84c3fb07
  27. 26 Feb, 2011 1 commit