Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-10 | Update version numbers for 0.8.2rc1 releasev0.8.2rc1 | Gavin Andresen | |
2013-04-27 | Merge pull request #2559 from maqifrnswa/manpages | Wladimir J. van der Laan | |
added bitcoin-qt manpage and corrected a few minus signs | |||
2013-04-24 | re-remove irc reference in bitcoin.conf.5 | Scott Howard | |
2013-04-23 | added bitcoin-qt manpage and corrected a few minus signs used as hyphens in ↵ | Scott Howard | |
other manpages | |||
2013-04-23 | Add bitcoin-qt.pro homebrew patch | Michael Ford | |
2013-04-14 | Made it point to 0.8.1 | Patrick Brown | |
2013-04-12 | Use a uint256 for bnChainWork | Pieter Wuille | |
Every block index entry currently requires a separately-allocated CBigNum. By replacing them with uint256, it's just 32 bytes extra in CBlockIndex itself. This should save us a few megabytes in RAM, and less allocation overhead. | |||
2013-04-11 | Add test patches for pull-tester to contrib/ | Matt Corallo | |
2013-03-24 | Update contrib/debian (including IRC removal) | Matt Corallo | |
2013-02-19 | reformat OS X build instrcs, add 10.8 + Homebrew | Colin Dean | |
* reformatted the entire document to look pretty in both standard text and Markdown * incorporated [my OS X 10.8 build instructions with Homebrew as the package manager](http://bitcoin.stackexchange.com/questions/3672/trouble-compiling-bitcoind-on-osx-with-homebrew/5253#5253) * incorporated @gavinandresen's MacPorts and release build instructions based on an earlier revision of this commit * added makefile patch necessary for Homebrew compilation to `contrib` | |||
2013-02-15 | Minor build fixes | Gavin Andresen | |
Two changes: make some linux-specific linker options linux and linker specific. And in the cross-compile environment, prefer the $HOME/qt/bin tools to whatever might be somewhere else in the path. | |||
2013-02-15 | Pass compiler flags down into leveldb make | Gavin Andresen | |
Fixes issue#2288. Includes cleanups from Luke's pull 2243. | |||
2013-02-10 | Add script to clean up datadirs | Pieter Wuille | |
2013-02-06 | Merge commit 'd38c6488d067c2e88726e2ca99bc76fd67dab49b'v0.8.0rc1 | Gavin Andresen | |
2013-02-01 | Update default URL in verify.sh | fanquake | |
The current default URL doesn't seem to exist. Unsure wether this should be updated to point to 0.7.2 now or wether just to wait untill 0.8.0 is out and point there? Commit also fixes a minor typo in the macdeploy notes.txt | |||
2013-01-30 | Bump version numbers for 0.8 release | Gavin Andresen | |
Version numbers changed from 0.7.99 to 0.8.0 Set CLIENT_VERSION_IS_RELEASE to remove pre-release warning Updated copyright in COPYING and doc/READMEs to 2013 Updated doc/release-notes.txt | |||
2013-01-29 | Utility to create pnSeed array | Gavin Andresen | |
2013-01-26 | Merge pull request #2162 from gavinandresen/spendfrom | Jeff Garzik | |
spendfrom.py sends coins from a particular address or addresses | |||
2013-01-24 | spendfrom.py sends coins from a particular address or addresses | Gavin Andresen | |
Should be both useful and also a pretty good demonstration of using the raw transactions API. | |||
2013-01-18 | Port macdeployqtplus to OSX 10.8 | Gavin Andresen | |
Use 'osascript' to run AppleScript, instead of using (broken-in-10.8) python appscript package. And added support for code-signing the .app bundle, to make OSX's GateKeeper happy. | |||
2012-11-21 | Deploy properly with Nokia Qt installer's Frameworks | default | |
2012-10-29 | Merge pull request #1967 from TheBlueMatt/leveldbmakefile | Pieter Wuille | |
Undo bad gitian update. | |||
2012-10-29 | Undo bad gitian update. | Matt Corallo | |
2012-10-29 | Merge pull request #1935 from runeksvendsen/master | Gavin Andresen | |
Add script to contrib/ that verifies authenticity of binaries hosted on SourceForge | |||
2012-10-29 | Upgrade to Qt 4.8.3 (because 4.8.2 was removed from qt repos?) | Matt Corallo | |
2012-10-15 | Added script that verifies authenticity of binaries on SourceForge | Rune K. Svendsen | |
2012-10-01 | Merge branch '2012_09_base58tests' of github.com:laanwj/bitcoin | Gavin Andresen | |
2012-10-01 | data-driven base58 CBitcoinAddress/CBitcoinSecret tests | Wladimir J. van der Laan | |
Arbitrary numbers of test vectors can be generated using the script `gen_base58_test_vectors.py`. | |||
2012-09-29 | Merge pull request #1864 from Diapolo/Qt_4.8.2 | Wladimir J. van der Laan | |
switch to Qt 4.8.2 for Windows builds | |||
2012-09-25 | switch to Qt 4.8.2 for Windows builds | Philip Kaufmann | |
2012-09-22 | Update Bitcoin to use OpenSSL 1.0.1c | fanquake | |
Bump deps tp 0.0.5 Small docs corrections | |||
2012-09-09 | Merge pull request #1803 from luke-jr/md2k7_license | Wladimir J. van der Laan | |
Apply MIT license to md2k7 art | |||
2012-09-08 | Apply MIT license to md2k7 art | Luke Dashjr | |
[21:48:14] <md2k7> feel free to make it MIT if you like | |||
2012-09-06 | Merge pull request #1726 from laanwj/2012_08_gitian_qt_styles | Wladimir J. van der Laan | |
Remove unused styles on Windows from gitian qt build | |||
2012-09-06 | Minor build documentation fix | Gavin Andresen | |
2012-09-06 | Merge branch 'master' of github.com:bitcoin/bitcoin | Gavin Andresen | |
2012-09-06 | Build doc updates | Gavin Andresen | |
2012-09-05 | Fix mac .dmg packager for latest macports qt4 | Gavin Andresen | |
2012-09-05 | Update gitian build setup notes | Gavin Andresen | |
2012-08-28 | Remove unused styles on Windows from gitian qt build | Wladimir J. van der Laan | |
Keeps the "windows", "windowsxp", "windowsvista" styles. Reduces the size of a static bitcoin-qt.exe by ~400 kB. | |||
2012-08-27 | Upgrade to Boost 1.50 | Matt Corallo | |
2012-08-27 | Bugfix: Adjust gitian-win32 to use Boost 1.49 for real | Luke Dashjr | |
2012-08-27 | Bugfix: Move boost::interprocess Win32 workaround to Bitcoin-Qt sources, ↵ | Luke Dashjr | |
rather than hacking boost in gitian | |||
2012-07-22 | Replace all occurances of license.txt with COPYING, including naming the ↵ | Luke Dashjr | |
file COPYING.txt on Windows | |||
2012-07-18 | Docs Tidy up | fanquake | |
2012-07-05 | Merge branch 'uri' of https://github.com/TheBlueMatt/bitcoin | Gavin Andresen | |
2012-06-25 | Update contrib/debian and remove system json_spirit patch. | Matt Corallo | |
That patch has been broken for a long, long time (forever?) and doesn't make sense. | |||
2012-06-21 | Merge pull request #1490 from luke-jr/gd_ljr_key | Gregory Maxwell | |
gitian-downloader: Update luke-jr's key | |||
2012-06-20 | gitian-downloader: Update luke-jr's key | Luke Dashjr | |
2012-06-20 | Update my GPG key | Pieter Wuille | |