electrum-server.git
2012-11-27 ThomasVmodule init file
2012-11-27 ThomasVMerge pull request #9 from EagleTM/master
2012-11-26 Eagle[TM]typo fix
2012-11-26 Eagle[TM]adding report_ config fields for different host and...
2012-11-26 Eagle[TM]update IRC readme with irc_nick and notes about name
2012-11-26 Eagle[TM]Merge remote-tracking branch 'upstream/master'
2012-11-26 ThomasVssl v23
2012-11-25 Eagle[TM]fix "wrong version number" error for HTTPS by using...
2012-11-24 ThomasVsession name for ssl
2012-11-24 ThomasVcatche exception on session creation
2012-11-24 ThomasVfix: cache was using a wrong format
2012-11-24 ThomasVrm backward compatibility for old clients on abe
2012-11-24 ThomasVdo not raise an error, send it in the result instead
2012-11-24 ThomasVdon't add new histories to the log during reorgs
2012-11-21 ThomasVMerge branch 'master' of github.com:spesmilo/electrum...
2012-11-21 ThomasVfix caching problem with chunks
2012-11-21 ThomasVMerge pull request #7 from Ramblurr/master
2012-11-21 ThomasVfix typo, add 1 phrase.
2012-11-20 ThomasV'pruning' flag
2012-11-20 ThomasVpassword protect unsubscribe
2012-11-20 ThomasVremove unsubscribed addresses
2012-11-20 ThomasVfix: convert h160 to addresses
2012-11-20 ThomasVfix address format in logs
2012-11-19 ThomasVfix for strange tx
2012-11-19 ThomasVfix path in readme
2012-11-19 ThomasVparse black holes correctly
2012-11-19 ThomasVfix: this wasnt the right place
2012-11-19 ThomasVwrite strange transactions if they have a nonzero value
2012-11-19 ThomasVchange name for config file
2012-11-19 ThomasVstore hashes in the database, to optimize space. use...
2012-11-19 ThomasVdo not add output if it does not have an address (coinbase)
2012-11-19 ThomasVdo not store undo info during catch up
2012-11-18 ThomasVfixes
2012-11-18 ThomasVfix
2012-11-18 ThomasVstore limited undo information for reorgs
2012-11-18 ThomasVfix for blockchain reorgs
2012-11-16 ThomasVbug: wrong name
2012-11-16 ThomasVfix and improve clarity
2012-11-16 ThomasVMerge branch 'master' of github.com:spesmilo/electrum...
2012-11-16 ThomasVadd timestamp to all log lines
2012-11-16 Casey LinkUpdate patch to work with source after Nov 10 2012
2012-11-16 Maran H.Patch not path
2012-11-16 Maran H.Updated how-to with patch instructions
2012-11-15 ThomasVfix memory pool and cache
2012-11-15 ThomasVfix mempool and notifications
2012-11-15 ThomasVslightly improved messages
2012-11-15 ThomasVfix memory pool
2012-11-14 ThomasVfixes
2012-11-14 ThomasVstore headers file locally for get_chunk
2012-11-14 ThomasVkeep old clients
2012-11-14 ThomasVvarious bug fixes
2012-11-14 ThomasVfix a few bugs
2012-11-14 ThomasVbitcoind + levelDB processor integration
2012-11-11 ThomasVnew bitcoind backend (experimental)
2012-11-10 ThomasVbc2
2012-11-10 ThomasVfix two bugs: ORDER BY in get_chunk, cache_only not...
2012-11-08 ThomasVdo not queue requests that can be answered using the...
2012-11-06 ThomasVuse a separate lock for the cache; this should improve...
2012-11-05 ThomasVMerge branch 'master' of github.com:spesmilo/electrum...
2012-11-05 ThomasVbugfix: restore method name
2012-11-05 Maran H.Replaced gitorious with github in Howto
2012-11-04 ThomasVclient sends protocol version
2012-11-04 ThomasVfix: rename method subscribe2
2012-11-04 ThomasVpatch for bitcoind
2012-11-04 ThomasVnew protocol (version 0.5), sending serialized transactions
2012-10-27 ThomasVMerge branch 'master' of github.com:spesmilo/electrum...
2012-10-27 ThomasVfix sql request in get_merkle
2012-10-26 ThomasVMerge pull request #6 from zootreeves/master
2012-10-26 ThomasVv0.4: send position along merkle path
2012-10-25 ThomasVblockchain.headers subscription service
2012-10-24 ThomasVget_chunk for SPV
2012-10-23 Ben ReevesUpdate transports/stratum_http.py
2012-10-21 ThomasVfix bug with merkle tree
2012-10-20 ThomasVupdated docs to reflect absence of patch
2012-10-20 ThomasVremove unneeded patch
2012-10-20 slush0Bugfix: importtransaction -> sendrawtransaction
2012-10-20 ThomasVsupport new unpatched bitcoind
2012-10-20 ThomasVbump protocol version number, to see which servers...
2012-10-19 ThomasVdon't send header with merkle
2012-10-19 ThomasVsend only the relevant part of the merkle tree
2012-10-18 ThomasVMerge pull request #5 from zootreeves/master
2012-10-18 ThomasVassert cert files
2012-10-18 ThomasVadd two new RPCs: transaction.get_merkle and block...
2012-10-17 ThomasVuse SSLv23
2012-10-17 ThomasVfix: shutdown connection
2012-10-17 ThomasVrm junk
2012-10-17 ThomasVserver-side support for ssl
2012-10-10 Ben ReevesFix indentation
2012-09-19 Ben ReevesAdded Support for OPTIONS Request
2012-08-29 Maran H.Merge pull request #3 from colindean/feature/format...
2012-08-29 Colin Deanreformat READMEs, add HOWTO note for outdatedness
2012-08-28 Maran H.Merge pull request #1 from colindean/master
2012-08-26 Colin Deanformat howto to fit within 80 chars + markdown
2012-08-17 Amir TaakiMerge commit 'refs/merge-requests/3' of git://gitorious...
2012-08-06 slush'id' is mandatory field in JSON-RPC notification, even...
2012-08-04 slushFix error (chain_id == None) on some Abe installation
2012-07-21 cobleeFix get_block_number bug.
2012-07-21 cobleeFix chain for get_block_number
2012-07-20 cobleeFilter only blocks for the chain we want.
2012-07-19 cobleeGeneralize the way to setup the server to use Litecoin.
next