1. 11 Apr, 2012 2 commits
  2. 10 Apr, 2012 4 commits
    • Pieter Wuille's avatar
      Merge pull request #1054 from sipa/buildinfo · 93439752
      Pieter Wuille authored
      Build identification strings
      93439752
    • Wladimir J. van der Laan's avatar
      Merge pull request #1046 from laanwj/2012_04_rpcporterror · f5df100d
      Wladimir J. van der Laan authored
      Show error message instead of exception crash when unable to bind RPC port
      f5df100d
    • 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
    • Pieter Wuille's avatar
      Merge pull request #1070 from cardpuncher/patch-1 · 62443e83
      Pieter Wuille authored
      Trivial: added comment lines in French & Turkish
      62443e83
  3. 09 Apr, 2012 3 commits
  4. 08 Apr, 2012 3 commits
  5. 06 Apr, 2012 10 commits
  6. 05 Apr, 2012 14 commits
  7. 04 Apr, 2012 4 commits