electrum-server.git
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.
2012-07-19 cobleeAddress version for Litecoin is 48
2012-07-19 cobleeLitecoin servers login to IRC with user name starting...
2012-07-09 bitfooUpdated bitcoind patch from 0.6.2 -> 0.6.3
2012-07-08 ThomasVwarning to 32bit users
2012-07-06 ThomasVincrease this limit; it was hit recently
2012-06-28 ThomasVcatch exceptions in dispatch thread
2012-06-27 ThomasVmove code that is specific to abe
2012-06-25 ThomasVfix order so that the cache always works
2012-06-25 ThomasVavoid unnecessary sql request
2012-06-25 ThomasVdo not send tx_id ; not part of the protocol
2012-06-20 ThomasVsend server version on request
2012-06-20 ThomasVbroadcast version number
2012-06-19 ThomasVstop the server if abe fails
2012-06-19 ThomasVfix sql: do not call new_id
2012-06-17 ThomasVraise limit
2012-06-16 ThomasVfix: no coinbase, list might be empty
2012-06-16 ThomasVsimplification: removed most of CreateNewBlock
2012-06-15 ThomasVfix another bug
2012-06-15 ThomasVfix for orphaned transactions
2012-06-15 ThomasVcatch_up database before launching transports
2012-06-14 ThomasVdo not empty memorypool; tag transactions sent to electrum
2012-06-14 ThomasVadd sql limit to config
2012-06-14 ThomasVraise limit to 500; send address in error
2012-06-14 ThomasVadd limit on sql requests
2012-06-13 ThomasVextra bit of explanation
2012-06-13 ThomasVfix: line might be empty
2012-06-13 ThomasVworkaround to detect old mempool transactions: use...
2012-06-13 ThomasVremove deprecated patches
2012-06-13 ThomasVnew patch
2012-06-13 ThomasVdo_dispatch
2012-06-13 ThomasVdo not override parent anymore
2012-06-13 ThomasVadding server.load command
2012-06-13 ThomasVrestructuring: each processor has its own queue
2012-06-13 ThomasVthreadsafe get_session
2012-06-11 ThomasVmore workaround
2012-06-11 ThomasVworkaround
2012-06-11 ThomasVabe upgrades
2012-06-11 ThomasVnow in Abe.util
2012-06-11 ThomasVpatch for 0.6.2
2012-06-10 ThomasVrm native port
2012-06-05 ThomasVdisplay session type
2012-06-05 ThomasVadd timeout for http sessions
2012-06-05 ThomasVsanity check session_id
2012-06-05 ThomasVmove http sessions into dispatcher
2012-06-04 ThomasVremove support for native protocol
2012-06-04 ThomasVprint block number
2012-06-04 ThomasVoverload catch_up so that exceptions are raised
2012-06-04 ThomasVlogging
2012-06-03 ThomasVfix lock release
2012-05-29 ThomasVadd session before the requestor is started
2012-05-26 ThomasVdefault disable native port
2012-05-26 ThomasVrecv loop
2012-05-19 ThomasVfix socket send; increase buffer
2012-05-19 ThomasVjsonrpc compliance.
2012-05-18 ThomasVjsonrpc compliance. terminate support for old clients
2012-05-18 ThomasVports are set to empty string when disabled in confif...
next