Ecosyste.ms: OpenCollective

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

Firo

Bringing financial privacy and freedom to the blockchain.
Collective - Host: opensource - https://opencollective.com/firo - Website: https://firo.org - Code: https://github.com/firoorg

Merge pull request #193 from TheBlueMatt/nogenoption

Remove the option to generate coins from the Options Dialog.

github.com/firoorg/firo - 5f56b2862985b4324f4f5772b1833ded71f02053 authored over 13 years ago
removed tooltip balance until it can be made to change without opening the UI

github.com/firoorg/firo - d299c28eccd48a67aa479323d01fbfd963ba77d3 authored over 13 years ago
Remove the option to generate coins from the Options Dialog.

github.com/firoorg/firo - 3451c5a9b343e36c6cfe092f7c4b721537fb7e34 authored over 13 years ago
Fix broken build (remove declarations of GUI generate methods)

github.com/firoorg/firo - e5577d5541317cd4125a8406c0216b98d6818bd7 authored over 13 years ago
Merge pull request #142 from jgarzik/remove-gui-gen.

Remove GUI 'generate coins' option.

github.com/firoorg/firo - b99c23af4092395b47f5b0491c46dd9ead435d3b authored over 13 years ago
Merge pull request #173 from gavinandresen/testnet_isstandard.

Accept non-standard transactions on testnet.

github.com/firoorg/firo - 519365cfa5f1daf40bcf51c4e1383dae2c6e4595 authored over 13 years ago
Merge pull request #190 from johnmaguire2013/tray.

Added balance to tooltip and send coin option to tray menu

github.com/firoorg/firo - 8737e1ee204a910423fe3e21ae59e4c3032df697 authored over 13 years ago
Merge pull request #178 from wizeman/link-pthread.

Link with libpthread on Linux, required by libboost_thread.

github.com/firoorg/firo - fbfbf94deb4224ce65bdbbc9151ddd44a4128753 authored over 13 years ago
fixed some translations which was... weird

github.com/firoorg/firo - d67cfd146a333f1268ddd464381e99a7753ec85f authored over 13 years ago
added balance to tooltips

github.com/firoorg/firo - bd3bd83dda1f2c964b34b6f4e615b2a85dad2484 authored over 13 years ago
added "Send Bitcoins" option in the tray menu

github.com/firoorg/firo - 3b7925eb7d0653ab304786e8e2344af91a6826fb authored over 13 years ago
Merge pull request #179 from wizeman/segfault-lockfile.

Fix segfault when we're unable to create the lock file.

github.com/firoorg/firo - 76160f784a0e8ee5e1fdcb9e250e6aee723b44d0 authored over 13 years ago
Merge pull request #181 from sipa/fixcheckconf.

Bugfix in recursive check in IsConfirmed()

github.com/firoorg/firo - 2296647e01ce795fd3cd87c8dd6faddeac249e6f authored over 13 years ago
Merge pull request #186 from TheBlueMatt/nopng.

Remove unnecessary line which creates a dependency on wx's png library.

github.com/firoorg/firo - 249aff45c205962d97d6b77b220dc26131cc7fd3 authored over 13 years ago
Merge pull request #187 from devrandom/master.

New gitian descriptor for 0.3.21

github.com/firoorg/firo - 06d9156b8d6681a92270f9f9423af768fa6b675f authored over 13 years ago
Bump version number to 0.3.22

Doing this now because I always forget to do it later.
(I'm hoping the next release will actually...

github.com/firoorg/firo - ddbc4647faea83a20e59cee36d63bf425a4f3f1d authored over 13 years ago
gitian: strip binaries

github.com/firoorg/firo - dec289e82197395d646d77a130df3f40e88f771b authored over 13 years ago
gitian descriptor with miniupnpc

github.com/firoorg/firo - 26e0de41c31fc8271c1469bbc7b901423d95df34 authored over 13 years ago
Remove unnecessary line which creates a dependency on wx's png library.

This should allow the bitcoin binaries to run on ever so slightly more installs,
specifically th...

github.com/firoorg/firo - 2d9b9fecd52fb12f187d57fb7dc891d424e0f457 authored almost 14 years ago
Bugfix in recursive check in IsConfirmed()

When one single dependency of an unconfirmed transaction is already verified, this does not mean...

github.com/firoorg/firo - be2fa90b94cfa9aeadcf6cd1a4d05bb8c2349f2f authored almost 14 years ago
directory re-organization (keeps the old build system)

there is no internal modification of any file in this commit

files are moved into directories a...

github.com/firoorg/firo - 84c3fb07b0b8199c7f85c5de280e7100bad0786f authored almost 14 years ago
Fix segfault when we're unable to create the lock file.

github.com/firoorg/firo - a925c32cca224bf8d839fa420c524213c6cb340f authored almost 14 years ago
Link with libpthread on Linux, required by libboost_thread.

Fixes link failure when using the 'gold' linker.

github.com/firoorg/firo - 1a5364bd19e92b252c75ccc54b0bcc80f4a0c1f7 authored almost 14 years ago
Better wording for transaction fee notification messages

github.com/firoorg/firo - 64ad448adc67f3c32fe0dfe074c82a8377f67ee7 authored almost 14 years ago
More 0.3.21 release prep

Bump version number in Windows installer file
Update READMEs.

github.com/firoorg/firo - ca5884873e36e5ca7453052a34ddea3691b95694 authored almost 14 years ago
Update date in license.txt

github.com/firoorg/firo - 344888addd8c7f45e8fa3a19f3b4d23fc5e8b9df authored almost 14 years ago
Monitor incoming transactions for spends by (a copy of) your own wallet

github.com/firoorg/firo - 8857aeb223c504799628bde989cf1cbf25094611 authored almost 14 years ago
Accept non-standard transactions on testnet.

github.com/firoorg/firo - 5ec05f0a280acdfeafdfb9920ce157108c161449 authored almost 14 years ago
getbalance '*' was ignoring minconf param.

github.com/firoorg/firo - 72e962cf5589d708a6ba636c07ab7db7165ba965 authored almost 14 years ago
Automatically rescan after restoring wallet.dat

Information about the best known chain is added to wallet.dat. If this
information does not matc...

github.com/firoorg/firo - 6a76c60e6c4c21c6355c5580f9f770fcc9f978ef authored almost 14 years ago
Remove GUI's "Generate Coins" option from the menu.

CPU mining remains available via command line option [until/unless
the community decides to remo...

github.com/firoorg/firo - e93e5349cb32e47bf68f9cc682cb84642a02cfef authored almost 14 years ago
Merge branch 'upnpfix' of https://github.com/TheBlueMatt/bitcoin

github.com/firoorg/firo - 657cfe721b21934349c26ce00aa18661404d46c5 authored almost 14 years ago
Fix for #156: UPnP segfault when no valid UPnP IGDs are found.

github.com/firoorg/firo - f285d4f4f395d7a69f182ddb35ec48c8b10da2d2 authored almost 14 years ago
Merge branch 'master' of https://github.com/gjs278/bitcoin

github.com/firoorg/firo - bf3a0902ef98365d803e4a03853dbf0f83511026 authored almost 14 years ago
Merge branch 'localefix'

github.com/firoorg/firo - 9a189be7401c583fd74fc7f3d7812327323ceecb authored almost 14 years ago
Set time locale to POSIX in rfc1123Time so weekday/months in http responses are correct.

github.com/firoorg/firo - 9ff411f7f7f14bcf2643cc54591a9b35ce91cfd2 authored almost 14 years ago
Merge branch 'http-version' of https://github.com/jgarzik/bitcoin

github.com/firoorg/firo - a381eb8ddbad0a6924b856d0025b79562077edfb authored almost 14 years ago
Send/return full bitcoin version string in Server and User-Agent HTTP headers

github.com/firoorg/firo - 17616eac17979ce0b3e0426e7d66ec893a2cb6c6 authored almost 14 years ago
Ensure version number->string conversion is consistent

github.com/firoorg/firo - a5843203574aba93a94df09eed9c922ec0f41d78 authored almost 14 years ago
add parameter from to listtransactions this allows querying for ranges, i.e. transactions [from, from+count)

github.com/firoorg/firo - 5aef2c0d55f2bb0de071642a944c97022d11231c authored almost 14 years ago
Exit when no UPnP router found and fUseUPnP gets set to 0.

github.com/firoorg/firo - 973800b52f13e993110e351ec414eed54147118d authored almost 14 years ago
build: add note for Snow Leopard users and fix typos in linking instructions

github.com/firoorg/firo - d7f0287235da6a5c280d5568bf9dbd079a46c28b authored almost 14 years ago
New checkpoint at block 118,000

github.com/firoorg/firo - b37f09aa2e80b17028ad7fe1e87362c0f07c7406 authored almost 14 years ago
pidfile support for daemon

github.com/firoorg/firo - 66fb32d267d90fe2e1f652570bc45aba26be55fa authored almost 14 years ago
Merge branch 'listimmature' of /Users/gavin/src/gavin_btc

github.com/firoorg/firo - 485dda9774b574a82fd23dc9650dd2cbcab2a391 authored almost 14 years ago
Merge branch 'spentpertxout' of https://github.com/sipa/bitcoin

github.com/firoorg/firo - d89d456655f03159a32e6a4a9df22bfe02d403d6 authored almost 14 years ago
Bugfix for spentpertxout: slow startup

When starting the client, ReacceptWalletTransaction didn't skip spent transactions in its loop, ...

github.com/firoorg/firo - c59b6f704cd8f42e1943f124f435363bfff244f5 authored almost 14 years ago
Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoin

github.com/firoorg/firo - 79706a8e48a043b9ca83216ba9cbb7413e81710d authored almost 14 years ago
Merge branch 'spentpertxout' of https://github.com/sipa/bitcoin

github.com/firoorg/firo - 2e8b33824f4bd76efd84837335eeb8a025787b4b authored almost 14 years ago
Spent per txout

Change some internal data structures to keep track of spentness of each wallet transaction outpu...

github.com/firoorg/firo - 335e878be8f30ae1f7a23fbd3686fdd80c600282 authored almost 14 years ago
select transaction outputs separately

Update to SelectCoins and CreateTransaction to select source transaction outputs separately inst...

github.com/firoorg/firo - aca3f961dbce34e460dc02d37969b2035d5b2260 authored almost 14 years ago
disable -daemon on windows; bitcoind forks only with -daemon set

[added setsid() call to ui.cpp, to regain consistency with init.cpp -jgarzik]

github.com/firoorg/firo - d12ea887bcf1eab4b029007c4bf5821992c0c6b1 authored almost 14 years ago
rfc1123Time: increase buffer size for time string

Make sure we can accomodate all possibilities.

github.com/firoorg/firo - d98beea894c82063362011bb7f44a09995fd6047 authored almost 14 years ago
Report immature coinbase transactions in listtransactions

Report coin generation transactions as 'category':'immature' until they have 120 confirmations (...

github.com/firoorg/firo - 198fd7b0bd5a99db4e45009c422a66c0b1285767 authored almost 14 years ago
Fixed issue 76 -- RPC error where addresses from addressbook's sending tab appear in listaccounts

github.com/firoorg/firo - 0a4cb8697645b61f781421aa10cf3f7841f776e5 authored almost 14 years ago
Merge branch 'deadlock-fixes' of https://github.com/jgarzik/bitcoin

github.com/firoorg/firo - 57b7fe4e6f4f49de0d11d107c24430cd71007c6b authored almost 14 years ago
RPC sendmany must acquire cs_main lock

github.com/firoorg/firo - 6f074b71bb4c21e0a3ce059a64be1e9383538413 authored almost 14 years ago
Fix deadlocks in setaccount, sendfrom RPC calls

SendMoney*() now requires caller to acquire cs_main.
GetAccountAddress() now requires caller to ...

github.com/firoorg/firo - f5f1878ba104a5d6a32eeb20b341326dca6086a5 authored almost 14 years ago
Remove 4way SSE2 scanhash implementation.

github.com/firoorg/firo - b26141e2c5836ccd20bd32a9c653cf2ba5e5b5ee authored almost 14 years ago
Update DNS seed list

github.com/firoorg/firo - a2b6c1930dee40b33c3395a60f73e7c4277775cc authored almost 14 years ago
Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at build time(statically linked).

Thanks joepie91 for the translation of the new copyright notices into Dutch.
Thanks sipa for the...

github.com/firoorg/firo - 8bb5edc1c9054d835ef79c9f1ab3e021b0693303 authored almost 14 years ago
allow coredumps by not catching SIGSEGV

github.com/firoorg/firo - 454bc86479a387893604cd662aae994d37699672 authored almost 14 years ago
Merge branch 'master' of git://github.com/bitcoin/bitcoin

github.com/firoorg/firo - 3a47bf72658bedf103dc75fec69d44f21fc668b5 authored almost 14 years ago
[locale] Regenerate es, nl binary message catalogs

github.com/firoorg/firo - 8203ec4b11426b33a7f029c6f3ba3f9e9b9dc4f1 authored almost 14 years ago
Merge branch 'master' of https://github.com/smola/bitcoin into tmp

github.com/firoorg/firo - 0b8e4738f90dc6e6c67b6e6cae20174a4f9c7e08 authored almost 14 years ago
Merge branch 'dutchloc' of https://github.com/sipa/bitcoin into tmp

github.com/firoorg/firo - d38e683a6f6152e8f0289a9f0d02d528d55bc0a1 authored almost 14 years ago
catch SIGINT, SIGHUP and SIGSEGV and shutdown cleanly

github.com/firoorg/firo - c3f140033c531e9c5eae920c16fe2ecc80faa1a2 authored almost 14 years ago
daemon-mode: add sleep() loop to prevent defunct child process, call setsid() in child

github.com/firoorg/firo - 1c09a4adb20aed76dd5f07051c605ffd56a093d6 authored almost 14 years ago
Updated dutch translation

github.com/firoorg/firo - a07dca7cd2012dd26af73facfee381aedcb9cc0e authored almost 14 years ago
Update copyright in About box from 2010 to 2011

github.com/firoorg/firo - b7ebc662eb186bf99beaa04d1d21544ffd2c4b2e authored almost 14 years ago
Update Spanish translation.

github.com/firoorg/firo - f30dabb2ace0e08f75cc2985556dff71587b7b95 authored almost 14 years ago
Fix -logtimestamps to only print time prefix once per output line

Incorporate BlueMatt's fix to only timestamp upon new line, and
move -logtimestamp checking outs...

github.com/firoorg/firo - e2e5f5cd9da7d5a4d54a8c3fb3981ba82accc78e authored almost 14 years ago
Merge branch 'shy'

github.com/firoorg/firo - 27b7f3b43a3868cd4d4f97e03c35074c2ef12349 authored almost 14 years ago
Merge branch 'dns-seed' of https://github.com/jgarzik/bitcoin

github.com/firoorg/firo - 4b88647966a1144b5e5532fef50bbf34f9402e71 authored almost 14 years ago
Merge branch 'log-timestamp' of https://github.com/TheBlueMatt/bitcoin

github.com/firoorg/firo - d43fd8a038b7e5068e5db357ba7a9006da812d8a authored almost 14 years ago
Merge branch 'limitfree' of /Users/gavin/src/integration_btc

github.com/firoorg/firo - 2abd56f4280cf19e76b1eab3544f75954a0c267f authored almost 14 years ago
Merge branch 'daemon-mode' of https://github.com/tcatm/bitcoin

github.com/firoorg/firo - 1bf9b3b06f483d908bb70ba3736ec347b72d90c8 authored almost 14 years ago
Merge branch 'subcent-change' of https://github.com/tcatm/bitcoin

github.com/firoorg/firo - dfd059173d911f173e67d8a384265663fb5537b0 authored almost 14 years ago
sendmany RPC command, to send to multiple recipients in one transaction.

github.com/firoorg/firo - b931ed8563eff9021ce3b1a05d8e6bc21117dc71 authored almost 14 years ago
Make sure rate-limiting code is thread-safe

github.com/firoorg/firo - 88abf70386f18020bb624bca4a4cb7900ce47d0c authored almost 14 years ago
Continuously rate-limit free transactions.

Changed algorithm to use continuous exponential function instead of discrete 10-minute window.
Ch...

github.com/firoorg/firo - 5de8b54c5138e47b6df40d31f282fb45243b29bf authored almost 14 years ago
remove from/message field from uiproject

github.com/firoorg/firo - f4f2987273a92c81a2e5c8b137010841e95687d0 authored almost 14 years ago
Merge branch 'smalltxfix' of https://github.com/gavinandresen/bitcoin-git into tmp

github.com/firoorg/firo - 8f58d0dbc8cc05d0969373eb4c0a555931b64245 authored almost 14 years ago
Merge branch 'master' of https://github.com/devrandom/bitcoin into tmp

github.com/firoorg/firo - 12e091842f9ae3b2f2e995b96d10f932b31ef52d authored almost 14 years ago
Update copyright in About box from 2010 to 2011

github.com/firoorg/firo - 81d3b1c825f9e4bfafd09a001e72bd94f8c84075 authored almost 14 years ago
Bump version number to 0.3.21 (lest we forget)

github.com/firoorg/firo - 32fb5dfef7c4fb09098f59331e872363e2439833 authored almost 14 years ago
Only log timestamps if -logtimestamps is set.

github.com/firoorg/firo - ca221e6c21d684d50fa1fb9f9e7e3592ecc5ef5f authored almost 14 years ago
Add timestamp prefix to each line in the debug log (this time with human-readable times)

github.com/firoorg/firo - fe460d47b06d10095b882d7a9ea8a98ad0079bbd authored almost 14 years ago
dnsseed: fix printf

github.com/firoorg/firo - 448b4516ff982052e375d42059bcf0fb7e58589f authored almost 14 years ago
DNS seeding

github.com/firoorg/firo - f684aec4f38d6a9e48e870ca5dae6bd65da516cf authored almost 14 years ago
shy patch from Hal

github.com/firoorg/firo - cbc920d474b84e8ca339618b1419383000db531f authored almost 14 years ago
Merge branch 'TheBlueMatt-setaccountfix' into integration

github.com/firoorg/firo - b104df742d1acfcccb35e35c5427ef221296db73 authored almost 14 years ago
Merge branch 'setaccountfix' of https://github.com/TheBlueMatt/bitcoin into TheBlueMatt-setaccountfix

github.com/firoorg/firo - 8e5aaada2e93e3a2f64135ece5ee09ad3d11cfe3 authored almost 14 years ago
throw JSONRPCError(-5, "Invalid bitcoin address") instead.

github.com/firoorg/firo - c1f74f152b278ca11390519fded87c09e7f05437 authored almost 14 years ago
setaccount should return if an invalid address is provided.

This prevents setaccount from creating new accounts which do not have any addresses.

github.com/firoorg/firo - 279ab5e62f4e4344061d54b341d8d36af874fb88 authored almost 14 years ago
-help: do not show -server and -daemon in bitcoind

github.com/firoorg/firo - e1205e4d15403fdbb9b8d081aa7a9c3190529262 authored almost 14 years ago
force fDaemon in bitcoind

github.com/firoorg/firo - ea7cd317516a6ec911e6a29bc0407a42a2534251 authored almost 14 years ago
fix whitespace

github.com/firoorg/firo - a79409afa9c552eb5117d3474ba8dde1a649ce08 authored almost 14 years ago
fix -daemon switch

github.com/firoorg/firo - dda48ccd0f7c7dd13486a580880390a43382d340 authored almost 14 years ago
Make send/receive limits bigger (10MB each)

github.com/firoorg/firo - f36b494aebcfe4cc6a45003520ee7d15eeaba8df authored almost 14 years ago