FellowTraveler / Open-Transactions-old

Open-Transactions democratizes financial and monetary actions. You can use it for issuing currencies/stock, paying dividends, creating asset accounts, sending/receiving digital cash, writing/depositing cheques, cashier's cheques, creating basket currencies, trading on markets, scripting custom agreements, recurring payments, escrow, etc. Open-Transactions uses strong crypto. The balances are unchangeable (even by a malicious server.) The receipt history is destructible. The transactions are unforgeable. The cash is unlinkable. The cheques are non-repudiable. Etc.
http://opentransactions.org
407 stars 84 forks source link

Signal Handler (rfree) and Static Analysis fixes (da2ce7) #227

Closed da2ce7 closed 10 years ago

da2ce7 commented 10 years ago

Hopefully these changes make OT quite a bit nicer. :)

In-addition, I've written a simple OpenSSL_BIO class so the pointer may be auto-collected correctly. :)

da2ce7 commented 10 years ago

Now building on windows, with level 4 warnings enabled (except for a few manually disabled). I have got the build down to only 3 warnings in OTClient.cpp. :)

da2ce7 commented 10 years ago

This pull request needs more work... Closing for now.