- 22 Mar, 2014 1 commit
-
-
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 .`.
-
- 13 Jan, 2014 1 commit
-
-
harry authored
remove the "-" in leveldb-* to include src/leveldb/Makefile
-
- 02 Nov, 2013 1 commit
-
-
Josh Triplett authored
Unless a .gitignore pattern is anchored, it'll match in any directory, not juts at the top level. Simplify .gitignore accordingly.
-
- 21 Oct, 2013 1 commit
-
-
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.
-
- 16 Sep, 2013 1 commit
-
-
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.
-
- 06 Sep, 2013 1 commit
-
-
Cory Fields authored
-
- 17 Aug, 2013 1 commit
-
-
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
-
- 04 May, 2013 1 commit
-
-
Vinnie Falco authored
git-subtree-dir: src/leveldb git-subtree-split: aca1ffc4b65be5e099b2088c6e6a308d69e1ad73
-
- 26 Apr, 2013 1 commit
-
-
Michael Ford authored
Saves you from seeing everything in the Bitcoin-Qt.app/Contents/ dir after compiling
-
- 24 Feb, 2013 1 commit
-
-
Peter Todd authored
-
- 20 Oct, 2012 1 commit
-
-
Mike Hearn authored
-
- 20 Sep, 2012 1 commit
-
-
Gavin Andresen authored
-
- 24 May, 2012 1 commit
-
-
Jeff Garzik authored
-
- 17 May, 2012 1 commit
-
-
R E Broadley authored
-
- 10 Apr, 2012 1 commit
-
-
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.
-
- 26 Sep, 2011 1 commit
-
-
Matt Corallo authored
-
- 19 Sep, 2011 1 commit
-
-
Wladimir J. van der Laan authored
-
- 11 Sep, 2011 1 commit
-
-
p2k authored
* Added application icon for Mac OS X * Added instructions for compiling under Mac OS X * Added Portfile for compiling miniupnpc with MacPorts
-
- 06 Sep, 2011 1 commit
-
-
Luke Dashjr authored
-
- 28 Aug, 2011 1 commit
-
-
Misbakh-Soloviev Vadim A authored
-
- 03 Jun, 2011 1 commit
-
-
Doug Huff authored
-
- 12 May, 2011 1 commit
-
-
Wladimir J. van der Laan authored
-
- 10 May, 2011 1 commit
-
-
Wladimir J. van der Laan authored
-
- 08 May, 2011 1 commit
-
-
Wladimir J. van der Laan authored
-
- 07 May, 2011 1 commit
-
-
Wladimir J. van der Laan authored
-
- 23 Apr, 2011 1 commit
-
-
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
-
- 26 Feb, 2011 1 commit
-
-
Matt Giuca authored
-