electrum-server.git
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...
2012-05-14 ThomasVAccess-Control-Allow-Origin ; session bug workaround
2012-05-06 ThomasVdisplay error message
2012-05-02 ThomasVreturn response to server.version
2012-05-02 ThomasVdo not log connections with no subscriptions
2012-04-30 ThomasVcheck password for 'info' command. display version...
2012-04-30 ThomasVadd server info command. send command line commands...
2012-04-30 ThomasVfix logging info: address
2012-04-29 ThomasVremove debug message
2012-04-29 ThomasVfix for sending notifications
2012-04-29 ThomasVnotification
2012-04-29 ThomasVfix notifications
2012-04-29 ThomasVrelax json rules for 0.43 clients. do not add None...
2012-04-23 genjixdon't use affected_addrs between store and confirm...
2012-04-23 genjixbe stricter with response typing.
2012-04-23 genjix{"id": null, "method":"blockchain.numblocks.subscribe...
2012-04-22 genjixBugfix: allow blockchain.address.subscribe notification...
2012-04-22 genjixBUGFIX: confirmations & payment_history fixes.
2012-04-22 genjixtrace input addresses for a tx
2012-04-22 genjixhistory using memory_pool to lookup txs
2012-04-22 genjixhandle invalid address, and address with no activity
2012-04-22 genjix.gitignore
2012-04-22 genjixC++ core with working memory pool
2012-04-21 genjixSuper fast C++ payment_history (not working with mempoo...
2012-04-20 genjixC++ framework for fast blockchain.address.get_history
2012-04-20 genjixBUGFIX: stop after load memory pool tx with single...
2012-04-19 genjixpoller __init__ takes service now
2012-04-19 genjixmempool subscribe works with outputs of transactions.
2012-04-15 genjixupdated numblocks.subscribe to work since sessions...
2012-04-15 genjixIntegrated blockchain.address.get_history component...
2012-04-15 genjix"methods" and "params" shouldnt be in response json.
2012-04-15 genjixpayment_history(...) function which constructs a Histor...
2012-04-15 genjixmempool_counter does not exist in get_history. the...
2012-04-15 genjixmempool counter should work for output too.
2012-04-15 genjixhistory mempool counter.
2012-04-15 genjixblockchain.address.get_history memory pool transactions.
2012-04-12 genjixmemory pool buffer used for looking up memory pool...
2012-04-10 genjiximprove get_history (clearer + better error checking)
2012-04-07 genjixlibbitcoin session now requires async_service during...
2012-04-07 ThomasVunneeded psycopg2 import in abe backend
2012-04-07 genjixre-raise ImportError exception until we find a way...
2012-04-07 genjixshow backend name when backend is not found.
2012-04-06 genjixRenamed: modules -> backends
2012-04-06 genjixImport backend using backend name.
2012-04-04 genjixload /etc/electrum.conf first, then ./electrum.conf...
2012-04-04 genjixremoved .pyc files.
2012-04-04 genjixSome tidying up and re-arranging.
2012-04-04 genjixcan specify backend in conf file
2012-04-04 genjixTypo with importing LibbitcoinProcessor
2012-04-04 genjixtry to load ./electrum.conf before /etc/electrum.conf
2012-04-01 ThomasVimproved logging
2012-04-01 ThomasVfix
2012-04-01 ThomasVavoid nickname collision
2012-04-01 ThomasVMerge commit 'refs/merge-requests/2' of git://gitorious...
2012-03-31 Ovidiu ConstantinFix keys in the sample config file.
2012-03-31 Ovidiu ConstantinServer HOWTO and patched for bitcoind 0.6.0.
2012-03-30 ThomasVuse queue for session responses
2012-03-30 ThomasVnew spec and conversion
2012-03-29 ThomasVsimplification, server.stop
2012-03-29 ThomasVpassword
2012-03-29 ThomasVbugfix
2012-03-29 ThomasVport numbers
2012-03-29 ThomasVnativeServer does not work with libbitcoin
2012-03-29 ThomasVmove files in modules dir
2012-03-29 ThomasVcreate dispatcher class; redefine processors as threads
2012-03-28 ThomasVfix for http server
2012-03-28 ThomasVdirectory for transports
2012-03-28 ThomasVgeneric processor; register backends
2012-03-28 ThomasVmore modularisation
2012-03-28 ThomasVmajor reorganisation, http works now
2012-03-28 ThomasVfix internal id
2012-03-28 ThomasVrename
2012-03-28 ThomasVabstract services from processor; define server.peers...
2012-03-27 ThomasVrefactoring
2012-03-27 ThomasVnew workflow
2012-03-27 ThomasVpush session and request
2012-03-27 ThomasVcleanup dead code
2012-03-27 ThomasV*create method for garbage collection; it might be...
2012-03-27 ThomasVfix
2012-03-26 ThomasVadd two update methods for processor
2012-03-26 ThomasVMerge branch 'master' of gitorious.org:electrum/server
2012-03-26 ThomasVdon't close session twice; get connection inside try...
2012-03-25 genjixblk_hash -> block_hash
2012-03-25 ThomasVuse stratum
2012-03-25 ThomasVrestore previous host+port
2012-03-25 ThomasVfix: recv returns empty string if the connection is...
2012-03-25 ThomasVfix: restore nested while loop for parse
next