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

Update mac build (alkor on forums)

2a097fc5edc2f22aefe520a7578bb4b2e53cb6f2 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
doc/README: word wrap into something readable

e9fd7d9fad9fdb142d039d2a625dd6d50090e495 authored over 13 years ago by Jeff Garzik <[email protected]>
Bump version to 0.3.25

Yes, we might release as v0.4, but let's just do a simple increment
for now.

24a0def8cda671e9faedb84e6590eb761ba7487e authored over 13 years ago by Jeff Garzik <[email protected]>
Update CWallet::LoadWallet for proper return type.

116df55e21e5380c1cf4bccc62546757d44c1294 authored over 13 years ago by Jeff Garzik <[email protected]>
Merge pull request #399 from muggenhor/warning-fixes

Warning fixes

4ea952d5c03e18b9ddd0e97f4434cd9092358dab authored over 13 years ago by Jeff Garzik <[email protected]>
fix warning: unused variable 'X' [-Wunused-variable]

Remove several unused variables.

Signed-off-by: Giel van Schijndel <[email protected]>

858cebed7dee2e9801e754a9969844b7969254ee authored over 13 years ago by Giel van Schijndel <[email protected]>
fix warning: unused function 'SigIllHandlerSSE2' [-Wunused-function]

Only declare & define SigIllHandlerSSE2 when its used.

Signed-off-by: Giel van Schijndel <me@mo...

d0538a81bb7836865086d72ccc6a4d263fa49aef authored over 13 years ago by Giel van Schijndel <[email protected]>
fix warning: X enumeration values not handled in switch [-Wswitch-enum]

Add default cases to opcode switches to assert that they should never
occur.

Signed-off-by: Gie...

225f222c9fba7a831e2e5f80ccbba34ed2bca532 authored over 13 years ago by Giel van Schijndel <[email protected]>
fix warnings: expression result unused [-Wunused-value]

In the assert()s take advantage of the fact that string constants
("string") are effectively of ...

ecf1c79aada222ccbf93b0f15d98339431d1a881 authored over 13 years ago by Giel van Schijndel <[email protected]>
fix warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]

Don't check for a negative parameter count, because not only will it
never happen, it doesn't ma...

d7f1d200ab5d385c727261621c069dfbc6170e78 authored over 13 years ago by Giel van Schijndel <[email protected]>
fix warning on 64bit systems: cast to pointer from integer of different size [-Wint-to-pointer-cast]

Signed-off-by: Giel van Schijndel <[email protected]>

df4018141752de57cd7ce59ef556f541016facc1 authored over 13 years ago by Giel van Schijndel <[email protected]>
fix warnings: using the result of an assignment as a condition without parentheses [-Wparentheses]

Don't unnecessarily assign to variables within the *boolean* expression
of a conditional.

Signe...

f85c0974492d9c779d45112fc943f0dbe0b95cda authored over 13 years ago by Giel van Schijndel <[email protected]>
Update makefile.linux-mingw to work with crypter and UPnP fix.

0ca8324f599eda83cae5f6a99ed9d1d40ec3ff2d authored over 13 years ago by Matt Corallo <[email protected]>
Merge pull request #381 from TheBlueMatt/nminversion

Add minversion to wallet.

0fa89d8e816807a621419495d7bdc6366979a0f0 authored over 13 years ago by Jeff Garzik <[email protected]>
Merge pull request #402 from jayschwa/hirez-icon

High resolution Windows icon

61e3c011f5506b4ebd0014e49ea8b61ae916d20d authored over 13 years ago by Jeff Garzik <[email protected]>
Merge pull request #396 from jayschwa/nsis-branding

Add bitcoin.org logos/branding to NSIS installer.

696d34069a4b87ceaeb64fc0efe78904bba140bc authored over 13 years ago by Jeff Garzik <[email protected]>
Merge pull request #352 from TheBlueMatt/newenc

Wallet Private Key Encryption (on CWallet)

0bad8e423754cae582ceb99389709953f56947bc authored over 13 years ago by Jeff Garzik <[email protected]>
Increase resolution of Windows icon.

The .ico file has changed in the following ways:
* Added 64x64 layer (max size for "Classic Mode...

aaa468563b9d8789cca22c7a1f280ebc5cbc0fa2 authored over 13 years ago by Jay Weisskopf <[email protected]>
Add Wallet Encryption section to README

b6b039d84ed3d1616cb97ee45ff24ec343efbed0 authored over 13 years ago by Matt Corallo <[email protected]>
Make an invalid addrIncoming so that old clients crash.

This prevents old clients from opening, and thus corrupting
or otherwise causing harm to encrypt...

7414733beac92ce8ba365def592d0363fb24872c authored over 13 years ago by Matt Corallo <[email protected]>
Dynamically remove/insert the Options for encryption in the menus.

81598083e7c822964815bdb1e26d6c62760e52b8 authored over 13 years ago by Matt Corallo <[email protected]>
Use DB Transactions when encrypting wallet.

This speeds up the encryption process significantly.

96f34cd5c4d76459917b29b15aa9f4b7e2a6cec1 authored over 13 years ago by Matt Corallo <[email protected]>
Add the walletlock RPC method to lock the wallet manually.

fbeb5fb4835b9c58baec3e6331b0dd5bbdca67f1 authored over 13 years ago by Matt Corallo <[email protected]>
Push unlocked_until in getinfo.

98545d2cdf53f7b6f32eba7a7f51034a9ca994c2 authored over 13 years ago by Matt Corallo <[email protected]>
Do not use obsolete CPrivKey for passing keys around

0efda1a79eab6dd2e101edc615c6dd14138c31a2 authored over 13 years ago by Pieter Wuille <[email protected]>
Add wallet privkey encryption.

This commit adds support for ckeys, or enCrypted private keys, to the wallet.
All keys are store...

4e87d341f75f13bbd7d108c31c03886fbc4df56f authored over 13 years ago by Matt Corallo <[email protected]>
Set the number of SHA512 rounds based on the speed of the computer.

ddebdd9a8fb118caca4f981f6641696c1c227f02 authored over 13 years ago by Matt Corallo <[email protected]>
Remove NSIS branding from bottom divider.

aa0bcaaf2be4bbb7729d307fffec13b7ef0cb806 authored over 13 years ago by Jay Weisskopf <[email protected]>
Set default compression for NSIS installer to LZMA.

Use of LZMA (versus the current zlib) shaves a few MB off the installer.

230b894779aa0876e68eb7ebdcf8d05bf1ac97b4 authored over 13 years ago by Jay Weisskopf <[email protected]>
also show balloon on sent transaction, to notify when coins sent

4a843976e094eee9eb8528f7828f389bd31c462e authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Show unconfirmed balance on overview page

df5ccbd2b2c72039f1e0e69fc51957f7c2d6068d authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Make tooltip on refresh more clear

eee0d2391cb9d2c72d75c9912363392f87c7b976 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Add logos/branding currently found on bitcoin.org into NSIS installer.

6c9498147fb4bd6e1a79eaaa0c93a558a57a0caf authored over 13 years ago by Jay Weisskopf <[email protected]>
Make mlock() and munlock() portable to systems that require the address to be on a page boundary.

a48c671957e37594d8f9e0fd51b24e7a4f44300e authored over 13 years ago by Doug Huff <[email protected]>
Merge pull request #392 from laanwj/antimagic

Remove another magic number: change threshold for nLockTime to constant

354f2dd09487c865f8f0d0d40f66573f764e5a96 authored over 13 years ago by Jeff Garzik <[email protected]>
wxp/mingw build fixes

c87cdc9160d27e56d7a4236d1bab87e06c9b7c31 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
add better windows7/vista look by nico_w

0b814f9ea3d47e35b6966061aa3f3c0aac5ab048 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
remove placeholder text from ui form, code generator screws up on older qt

7668631d1b65ff1d1e7ad09086f6dc91fdd7ed77 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Add -fstack-protector to gcc CXX flags

ea8440d74264cf107da563031f4ccea4160d8486 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
README update

adad8e46c90f36d4828ce53b1a9f83b17994efc0 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
add export functionality for address book / receiving addresses

f54d59ba4a9136a79734ac399433b0e74b1bec00 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
remove magic number: change threshold for nLockTime to constant

2eace48d9a50e5393f3627bcd0614ed9b262794a authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
remove magic number: change threshold for nLockTime to constant

fa989f42c1e2a927267ef8839563e21a2cd4b712 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
remove magic number: change threshold for nLockTime to constant

aa496b75c2ff3bfb232d1ab023391f62a0183fd5 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Readme update

460cd40aa51a5367c361ebb32c2a2d39cdd08195 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Add context menu on transaction list: copy label, copy address, edit label, show details

51d7cc07f10209ac12bd5286391e3c8b095abd34 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Transaction list: less terse tooltip

35105534e702d1a6db4fcac994869ab05266285b authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
send coins dialog: make sure send button remain default button (triggered with enter)

3ddf10e5cacabc75feea25350e98bfefb922b909 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Compile 'sv' translation

f08736405e98d0f16ec294606dda782043d5ab3d authored over 13 years ago by Jeff Garzik <[email protected]>
Merge pull request #376 from codler/translate

Minor translation changes for latest build (Swedish)

c05d011fba95fa49b84baf8f84f3b1e083039877 authored over 13 years ago by Jeff Garzik <[email protected]>
forgot synced icons

83b8237046a25248c1b178917c2219d03bc9648f authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Reorganize "send coins" tab

d8aeb8dd2af508febafd9f7aa23526b67b97185f authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Display a "freshness" indicator instead of nr of blocks

84c8506e90c01b4ba38c19064389d8549593be2f authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
mlock() all private keys in memory

Inline comment and idea come from the encprivkeys branch
by Matt Corallo <[email protected]>.

c1aacf0be347b10a6ab9bbce841e8127412bce41 authored over 13 years ago by Dylan Noblesmith <[email protected]>
Prepare codebase for Encrypted Keys.

acd6501610817eee0bd1c8ea9c591f043affbaec authored over 13 years ago by Pieter Wuille <[email protected]>
update README

8ffec99b071df945e4d6c59641a89a8bd409c4ec authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
"Status" doesn't fit into narrow first column in transaction history, make the header empty

610121480cc1cd66c08f54c7e67a5440892cc6a2 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Add German translation by nico_w

ba3d0255fcb0a661097a7d4b67cd16a1da26cddc authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
add [testnet] to whatever the current window title is

0002bdddfa81123d479d3c37a37e67f8334fd980 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
clarify todo/dones in readme

a7e506d6980d76001fe49c6c87262af183373c0c authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Selection/tab navigation fixes

94fe42a945bc9a5e7091149eb43d90d77165d5a2 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
convert to full tab-based ui

3479849dc47acd2fb1e191ea690a0c507a97bb73 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Qt handles the "..." for too long table rows. Remove this functionality from TransactionTableModel...

5eaa1b435c144d841c9a03fb9c478ef760f22d8c authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Sync to bitcoin git e94010b2395694d56dd6

ae3d0aba158d0a38c33d687e5473d688fbcb903d authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
temp patch for qtui

42c405ad2340c11c769643ab8aee5e6ab118d2a1 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
CKeyStore::AddKey must return a boolean

33c75fd9aaafe12a518900d72685b5360f567638 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Export functionality for transaction list

fbaee7a8533b23d846ee16837320f709c4e83d47 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Rename "History" tab to more logical "Transactions", move "Number of transactions" from status bar to overview page

d52a0f3bca2c8df8360308b062185d803e34f0d9 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
minor language/text updates

fac047480df29f1bde3b73899019d43e854b4c4e authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Improve view of generated transactions (show clock icon when still maturing)

e59924680340427b658d1bb37dc38028f6fa6317 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Address book: Disable "copy to clipboard" and "Delete" buttons when nothing selected

393adf7acd8bfacaccb8b9543ce4d2b442608124 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Remove code for no longer existing edit button in address book dialog

8bca4099c712b816ec859b39571b7c555b33be49 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Add "BTC" to all amount widgets, to make clear what the unit is

e1f3d64c4a95893ec623fd082c82f443ae868fcd authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
tab reorg phase 1: split main gui into "overview" and "history"

64c8b6994881ba2715cb08f48b406aaf1f28603c authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Merge pull request #383 from sipa/syncdefault

Fix synchronization of default key

e94010b2395694d56dd62a2cb956a40ef801a191 authored over 13 years ago by Jeff Garzik <[email protected]>
make balance selectable / copyable

825aa7d8d88251f89474e410e8631d0d75e8e898 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Merge pull request #384 from TheBlueMatt/upnp

Fix UPnP building, entirely my fault.

bb0d9ce2264c3b50d11850491c800654abffa1a5 authored over 13 years ago by Jeff Garzik <[email protected]>
Add minversion to wallet.

7ec552676c66488fe00fb503d02ec4a389a715b7 authored over 13 years ago by Matt Corallo <[email protected]>
Enable UPnP by default on bitcoin, but not on bitcoind (on gitian)

Also fix a minor type in gitian.yml

09923991e58e3c7f92cbcf1a7cf89a8bd5304d15 authored over 13 years ago by Matt Corallo <[email protected]>
Revert "Make UPnP default on Bitcoin but not on Bitcoind."

This reverts commit ee1f884229736da6f5443157ccba97f4e8f50f82.

Stupid, stupid me...there is exac...

3f0950ea019ad43c2a8fc79c2aa61845003bd4dc authored over 13 years ago by Matt Corallo <[email protected]>
Fix synchronization of default key

e9f61c8787af99c49678ba4bc182b24b8fdba0c4 authored over 13 years ago by Pieter Wuille <[email protected]>
Merge pull request #379 from gavinandresen/nocommas

Do not use comma as thousands separator

9390431ce49893cbdf23846edb4bdf72b3d4e830 authored over 13 years ago by Gavin Andresen <[email protected]>
Merge pull request #380 from TheBlueMatt/buildupdates

Added a couple minor things to match newer build process.

06c903b26c5e64f481858464a0615d43c427a32e authored over 13 years ago by Jeff Garzik <[email protected]>
Added a couple minor things to match newer build process.

This adds the relevent patches which are applied to wx,
and updates for cross compiling.

fa105b1d3a055e076a78674b96d0e9b859dfe5b2 authored over 13 years ago by Matt Corallo <[email protected]>
as there is no "default receiving address" in this GUI, don't autogenerate new addresses on receiving

b8f174a5ce24d9a5dc6742bd68bd93d0a4544c2a authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Do not use comma as thousands separator

Using the comma as thousands separator causes problems for parts of the world
where comma == deci...

59f9c8e8c9a1baf181789053fa4ca254f83416b0 authored over 13 years ago by Gavin Andresen <[email protected]>
add windows build instructions

9dfb2d28141dab60b5db59161e7f498ee19f9e3e authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
windows build fixes

8fe2308b34c444f74fed453133e0ada34ed9dd23 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Eliminate useless padding

3913c387c98ae791db52703c19d41a9fecab9461 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Block-chain lock-in at 134444

d547a4433217061ef4791cfb4cdbab8cd8606074 authored over 13 years ago by Gavin Andresen <[email protected]>
Minor translation changes for latest build

096a890097469304f2acb5f39cb1c7bc8269e5bb authored over 13 years ago by Han Lin Yap <[email protected]>
move another setPlaceHolderText to 4.7+ only code

482e57812bb5d3b2c608eab7ae3929ab2bec04cc authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
remove libboostall-dev is not needed dependency

21e47f8d0403e2b45fd403f212ace20f3bfd2888 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
Bump OSX version to 0.3.24 (missed in previous commit)

fc27eb188fcea575df156f58bfba77479bc50480 authored over 13 years ago by Jeff Garzik <[email protected]>
Bump version to 0.3.24.

b4b536d782320b37e30a6d3021d4325ebe8c85e0 authored over 13 years ago by Jeff Garzik <[email protected]>
Merge branch 'tmp2' into tmp3

a76899624ab4987dab7ca81d5ed22af140482d42 authored over 13 years ago by Jeff Garzik <[email protected]>
Merge pull request #374 from TheBlueMatt/neterror

Give more detailed error messages for connection failure.

1a19fc17b27e72991265a7a28c4f818d36820e43 authored over 13 years ago by Jeff Garzik <[email protected]>
remove "edit" button, document double-click behaviour to edit

ecde936aeecb7d3cd2450aa84f6fff078ed542fd authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
ui improvements: allow inline editing of labels/addresses in address book table, better tab order in send dialog, set focus on sending address table when coming from send coins dialog

154e25ff60115b9ff286b97ffc87d65736593c86 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>
make tooltip equal to placeholder

c1ffa5b1c5d79a6c52547ff58292c571c2bc3952 authored over 13 years ago by Wladimir J. van der Laan <[email protected]>