Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/firoorg/firo

The privacy-focused cryptocurrency
https://github.com/firoorg/firo

Merge branch 'master' of https://github.com/bitcoin/bitcoin

8828da5f56313855e19f463ff1c09196812b997b authored over 13 years ago
Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, dynamic linking unless STATIC=1 is passed

b4d0588d06e7c2746b624128b3cc4596459ddf87 authored over 13 years ago
Merge branch 'master' of github.com:bitcoin/bitcoin

eab61cd0b277da17816834fea81aa7a2d7f9c011 authored over 13 years ago
Merge pull request #573 from luke-jr/bugfix_bits_string

Bugfix: getmemorypool "bits" should be a hex-string

4db9705dd839cbb386398b1eb4be2a67357c27c4 authored over 13 years ago
Merge pull request #575 from globalcitizen/master

Unix build documentation improvements

ddd9b39bd48bc27d578b29da55a018ce71d05e58 authored over 13 years ago
Fix typo. Improve Gentoo instructions.

bdf2f7e7111eda0d91b4e740797345d54289947f authored over 13 years ago
Improved Gentoo instructions.

4adf78bad32f016196bdcc8d6edfc9d9796b04ef authored over 13 years ago
Fix extraneous directory specifier, beautify bash syntax $VAR -> ${VAR}

c60aec9c203f1495039abb1c3ad39ea691f128ac authored over 13 years ago
Collate generic dependency information. Segregate distribution-specific (Ubuntu/Debian) information. Add Gentoo information.

7b465b663acbf7b402c251e20a9bd32a8611898f authored over 13 years ago
Bump version to 0.5.0.0

94eaab77109dd4fa568a855a375adb2c2a3207f9 authored over 13 years ago
Remove old wx translations, updated qt translations

0b3f3657c8cfacba017b206ab72792cc47e939d6 authored over 13 years ago
Remove ui_res from makefiles

c1131a28adf041c62248b4b075a45fd65ee8d132 authored over 13 years ago
Fix build on windows and mac

Replaced all occurrences of #if* __WXMSW__ with WIN32,
and all occurrences of __WXMAC_OSX__ with...

6853e627f12de21b38a178def14c067435517d96 authored over 13 years ago
Merge pull request #572 from delirium---/master

Fix for win64 build

e9b95e4f6c35cb0f150ff7e70154668f142ee0ba authored over 13 years ago
Bugfix: "bits" should be a hex-string, not a number (that just doesn't make sense)

903a25583604b73e8b139c591b1e4a8a5402cbba authored over 13 years ago
Fix for 64bit build

b95e6376d083dc904722c4b5ddd7954a3a44826d authored over 13 years ago
Merge pull request #564 from luke-jr/optimize_remove_CheckWork_delay

Remove 2 second sleep from CheckWork

32ebde46123046d5dd41789b40578d2d43f1e7ef authored over 13 years ago
Merge pull request #566 from luke-jr/optimize_http_status

Optimize HTTP status messages

e653578db3cb29b5b168d8c16538461eb5087675 authored over 13 years ago
Use C's const char* for status strings rather than C++'s std::string, which is slower

ae81b82fb8262148b9f8519d4c9e849048420b8b authored over 13 years ago
Fix miner_test unit test bug

9e5322d23aec76413313825e377985ae63c433a5 authored over 13 years ago
Merge branch 'listsinceblock' of https://github.com/cdhowie/bitcoin

3a6e468d9a0caceea80f274967bb0cf6aecdc8f1 authored over 13 years ago
Auto-build dependencies

4ffbdcc0f5a1b28092f4f45bef6ae0bbcdcefe42 authored over 13 years ago
Update mac Makefile and build instructions to use MacPorts

e9e7bb968b31cd49d1fdcb46cb1fdb6489280fe8 authored over 13 years ago
Merge pull request #545 from tcatm/remove-addr.txt

remove code that reads addr.txt in LoadAddreses()

ff3b2355803c050964473ac986bdcb0de8e65f57 authored over 13 years ago
Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoin

b898c8fce687de9320bfae8dd2392e92c5464831 authored over 13 years ago
Merge pull request #558 from luke-jr/bugfix_CreateThread_ThreadSocketHandler_errReporting

Bugfix: ThreadSocketHandler creation error

8bc52d069247b3c7968bbb5c9ced9e6a7baa57e8 authored over 13 years ago
Merge pull request #561 from luke-jr/optimize_conn_adjtime

Only GetAdjustedTime once for the retry loop

9ec4fa7b50e6389cab5792acd4210397c77f9f44 authored over 13 years ago
Send "Connection: close" HTTP header with JSON-RPC requests (client)

3552497ae52b78f799be3d34d7a874d610ee6e71 authored over 13 years ago
Merge pull request #549 from enmaku/master

Python scripts demonstrating using RPC to keep passphrases out of shell history/etc.

5c5d310a0a94ec00d08c52637d38f3344a6e2c6f authored over 13 years ago
Merge pull request #547 from TheBlueMatt/build-updates

Update release-process to point to gitian.sigs repo.

887b9d4113bcfc8d2874fcd21cedd40ff4b2b469 authored over 13 years ago
Remove 2 second sleep from CheckWork

514b18722aa2bd0c591428f91b4ba167013ecbc1 authored over 13 years ago
Bugfix: report error creating ThreadSocketHandler thread just like the rest

65ba3e2f5024e1e38e119a0c25d5fc30c896cd65 authored over 13 years ago
Only GetAdjustedTime once for the retry loop

a4e6ae101a02d6dfd981eab374336b78199895b2 authored over 13 years ago
Added bitrpc.py which allows for sending of all standard Bitcoin commands via RPC rather than as command line args.

Signed-off-by: David Perry <[email protected]>

5a105cdb7d79ce0a6ec8f68b6d88a9c3205de47d authored over 13 years ago
Added wallet tools

Signed-off-by: David Perry <[email protected]>

8ad100a55be07efd481641319efe70ba430e8d23 authored over 13 years ago
Declare integer constant LL

35048017783fcd69fa4f77e4ca557e4f48472ef4 authored over 13 years ago
Update release-process to point to gitian.sigs repo.

c923fe71b46fb96cc03617998f300a16b10d016c authored over 13 years ago
Edited doc/readme-qt.rst via GitHub

ba2db7262bec34d45c75c6842c3a1c0cfaba893e authored over 13 years ago
Bugfix: Restore old behaviour of USE_UPNP as close as possible (built & enabled by default, can be disabled or unsupported by option)

5d3083c3fbd3ab4999bb01e4987920d91e78fb7c authored over 13 years ago
remove code that reads addr.txt in LoadAddreses()

74567f7ef1b0c550523267c77ad3f8f1d2831c40 authored over 13 years ago
Merge pull request #543 from laanwj/utiltests

Remove possibility of 63 bit overflow in ParseMoney

1ff3583e41b0cdb0ee902028b4a37aef41a6f8ba authored over 13 years ago
Merge pull request #476 from forrestv/getmemorypool

Added RPC call 'getmemorypool' for p2p mining pools

ad9ceecf9c8c5979c61aea1eb6df6cf99ebe3dd2 authored over 13 years ago
Added RPC call 'getmemorypool' that provides everything needed to construct a block with a custom generation transaction and submit a solution

getmemorypool [data]
If [data] is not specified, returns data needed to construct a block to wor...

074d584a04ee80123001728ad63d4fd7e9adb828 authored over 13 years ago
remove possibility of 63 bit overflow in ParseMoney

- also, add unit tests for various functions in util.cpp/util.h

2f7f2a5fca52f064a2f5663ab46c7c16e1b117f8 authored over 13 years ago
only install translator when not empty

608dacf6895223159bff6a342fdbe581187c8b4b authored over 13 years ago
simpler ByteReverse

452506fc4153be072fe443fe3e3cbf76d9563a42 authored over 13 years ago
remove cryptopp dependency, add simple unittest for SHA256Transform()

6ccff2cbdebca38e4913b679784a4865edfbb12a authored over 13 years ago
Merge branch 'master' of https://github.com/bitcoin/bitcoin

52e9fe929615d339732c060573b0637c51e353dc authored over 13 years ago
make USE_SSL actually work (thanks @prusnak for noticing)

8f1631b797f35b377764eaa94b8cdc6489dc292e authored over 13 years ago
Merge pull request #524 from sipa/signandverif

Sign and verify message with bitcoin address

f4769e44a326f61bdf47fa39346e1293b97e31c4 authored over 13 years ago
Merge pull request #542 from laanwj/qt2

qmake build system improvements

e297ea999e15445fa8385597f03aa621ba479d18 authored over 13 years ago
qmake build system improvements

- USE_SSL=1 to support RPC SSL
- BDB_LIB_SUFFIX= to link against specific BDB version
- Fix typo
...

07e2882366db709d6009ef4e4c01550bb1095c31 authored over 13 years ago
Merge pull request #539 from laanwj/qt2

Qt GUI updates

9a7e5ed3b000a9788f3e3e2a145c4504473d812e authored over 13 years ago
Merge pull request #537 from tcatm/remove-deprecated-rpcs

remove deprecated RPCs

7dd4001b40b65b66ba5d47e628f10253ccb5d99c authored over 13 years ago
Add assertion size>0 to MedianFilter

20091df725e56376f6df0f71d19c63a34a5bf71d authored over 13 years ago
Merge pull request #538 from tcatm/deprecate-midstate

deprecate midstate and hash1 in getwork

e8e0e23d203a21037e05d45e082278a3c4dbac95 authored over 13 years ago
Update "other files" in Qt Creator with all documentation now that the projects merged

f33a43efdf2aacd3ada68a7027758877fa321169 authored over 13 years ago
Merge branch 'master' of https://github.com/bitcoin/bitcoin

Conflicts:
.gitignore (used upstream version)
bitcoin-qt.pro

002a4dcad0c0f74b1063cf27f0a9550d5e56c3f0 authored over 13 years ago
use median filter for peer-reported reported number of blocks

- fixes problem that one misconfigured or malicious node can mess up progress bar
- implementatio...

a8b95ce6ed5e84d34748ecdd0ff1db4d03377cf0 authored over 13 years ago
Merge pull request #536 from TheBlueMatt/build-updates

Update release-process.txt with gitian release instructions.

4dcad1d294e264a81280fd007d1508d9bd4f0273 authored over 13 years ago
deprecate midstate and hash1 in getwork

f8acc29fca44a0f4a5a6c0e0dc0ac9fed868d127 authored over 13 years ago
remove deprecated RPCs

eec44dad17ca31ed6dcab439f8b5b2d9ab848f2d authored over 13 years ago
Update release-process.txt with gitian release instructions.

45723584c5da2fa1070001fbcdf2301013338a6e authored over 13 years ago
Merge pull request #533 from alexwaters/readme

Updated readme file with timers.

ab1bbe54920c2589c7af64ec6e46330bf4d8b8de authored over 13 years ago
translation handling improvements

- automatically build binary translation files in qmake/make
- roll translations into resource f...

59020408744664fde902406cf41de125859d461f authored over 13 years ago
base64-based sign/verify

d9867551fc58ebb62eddef3dfbdb1dc711110577 authored over 13 years ago
Sign and verify message with bitcoin address and public key

Add padding to input (fixed string + address) before hashing

cc2567e32fb62df84f40d3f28f2ee48ab1009775 authored over 13 years ago
Use key recovery for message signatures

Instead of encoding the public key inside the signature string, use
key recovery to do verificat...

3a570dc80a7391b7f3943cb83849055318e0217a authored over 13 years ago
Incorporate pubkey in signature, check based on address

Include the public key in the signature string, to allow verification
based on address.

b53d6284eb5b2833ed1bde46dbce5b5a4284804a authored over 13 years ago
Compact signatures and key recovery

Introduce a new type of signatures that are only 65 bytes long, and allow
reconstruction of the ...

01cc526318ff9f0ee6fb675ffe3be4ca7f3cda7a authored over 13 years ago
Test case for base64 encode/decode

e93bf37e86488e481136ca66cd0b6b17b2c2e05e authored over 13 years ago
Inline base64 encoder/decoder

This replaces the openssl-based base64 encoder and decoder with a more
efficient internal one. T...

4b603f1cd6a0b8480c15555389077a4b401c2c7b authored over 13 years ago
Faster Base64 decoder.

4e67a6216bf3633320950117aba3566cbfd5ffda authored over 13 years ago
Merge pull request #25 from Matoking/master

Send Coins page changes

d28ed9c98e6b87a61b39a4c718dec01553be62c5 authored over 13 years ago
Removing the if statement entirely - not needed.

a1ef0d19b1c1dd30b49bba6b0036eea3414e6ef7 authored over 13 years ago
Remove DoS penalty for SigOpCount or immature transactions

a8c108bca1a2e67bd7c335119d9b04c87552c159 authored over 13 years ago
Send Coins page not cleared when changing tabs. Clear all button for clearing the entries

609acbf43d8d66102878e47a826c037edc270e46 authored over 13 years ago
Updated readme file with timers.

13945b2a61328069592adcec4ec4990d63394d55 authored over 13 years ago
Merge pull request #532 from TheBlueMatt/build-updates

Output build temp files in build/ instead of current directory.

9a1ce869690fe87fbce169a4b685695dc9e575f6 authored over 13 years ago
Output build temp files in build/ instead of current directory.

36eccc5174fab77783a242b5da68c3045c65d811 authored over 13 years ago
Update build instructions for the new, no-wxwidgets world

adea540e38d1039f26faa28f9eda3364e57b202e authored over 13 years ago
Fix build: put back rules to build cryptopp files

81cadd74d28ce26d5fc726807eb24f06cf8dd768 authored over 13 years ago
Remove wxWidgets

Makefiles now build bitcoind only.
qmake/make in top-level directory is used to build Bitcoin QT...

565c4771b6eba0eeb82f8602735100bbcf4b053e authored over 13 years ago
Merge pull request #492 from gavinandresen/fasterinitialdownload

Skip verifying transaction signatures during initial block-chain download

ee1d6e4ed0a931defc6f6273cc67a0a3e980940f authored over 13 years ago
Skip verifying transaction signatures during initial block-chain download

b14bd4df58171454c2aa580ffad94982943483f5 authored over 13 years ago
Bump version to 0.4.1

6b8a5ab622e5c9386c872036646bf94da983b190 authored over 13 years ago
Merge pull request #513 from cjdelisle/feature-hardening

Hardening

5df25e78db8257df5dc5f71073cb31d9ae16711c authored over 13 years ago
Merge pull request #517 from gavinandresen/DoSprevention

Denial-of-service prevention

17e2c24645a10354849dec917b31f364e9056d58 authored over 13 years ago
Merge pull request #521 from laanwj/qt

Qt GUI

f7f2a36925bb560363f691fc3ca3dec83830dd15 authored over 13 years ago
Change define to determine use of DBUS to USE_DBUS, to prevent overlap with Qt-defined QT_DBUS

010c4fc0b5ca8ceccf15417b833bea4ce1016f43 authored over 13 years ago
make qmake build system more configurable (as suggested by lukejr)

99cec89cb369beb8dce6c92db837bb5951f627d5 authored over 13 years ago
Merge pull request #528 from TheBlueMatt/gitian-downloader

Add win32 gitian download config.

f8937b2d3bb545a0a6ff78031ce3cdcb3208ecbe authored over 13 years ago
Update release process for repackaging gitian builds, and osx dmg

c1ffdc58018332353ad1e3da0eeacadcd0e1d7a4 authored over 13 years ago
Merge branch 'master' of https://github.com/bitcoin/bitcoin

0961c2fc0d0f9d8a0dee46f8e2020ac479d5b997 authored over 13 years ago
Add win32 gitian download config.

3fc4c3a9f187a2f15d98d6d24e812bdfa81e9927 authored over 13 years ago
Script to create OSX .dmg diskimage file.

a4f2c8419f5a8b47c4b48e962b4ff02885164c9b authored over 13 years ago
Merge pull request #527 from TheBlueMatt/gitian-downloader

Restructure gitian files and add download config files.

c7eb151ad0ed441d6fd598551059a9bbfb09e99e authored over 13 years ago
Restructure gitian files and add download config files.

0920ad152fc8ec0486b360a9b6fe04ada3abba39 authored over 13 years ago
Fix QA email address

16d6963ef648fce5c651571d260d48cf0dea095f authored over 13 years ago
Merge pull request #526 from sipa/nl

Updated dutch translation

da799d92fa8bfa907155401bdff8cb5e5d713fa4 authored over 13 years ago