electrum-server.git
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
2012-03-25 ThomasVuse shared queues
2012-03-25 genjixadded broadcast_transaction hook into libbitcoin
2012-03-25 genjixtransaction.broadcast
2012-03-25 genjixMerge branch 'master' of gitorious.org:electrum/server
2012-03-25 genjixshow raw_output_script for unspent outputs.
2012-03-25 genjixserver banner
2012-03-25 genjixresubscribe to reorganize
2012-03-25 ThomasVadding host, port and two subscribe methods
2012-03-25 ThomasVMerge branch 'master' of gitorious.org:electrum/server
2012-03-25 genjixBUGFIX: correctly handle unspent outputs
2012-03-24 ThomasVMerge branch 'master' of gitorious.org:electrum/server
2012-03-24 genjixAbe module stub
2012-03-24 ThomasVMerge branch 'master' of gitorious.org:electrum/server
2012-03-24 genjixreorganised and tidied files up.
2012-03-24 ThomasVMerge branch 'master' of gitorious.org:electrum/server
2012-03-24 genjixaddress.get_history
2012-03-24 ThomasVnot used
2012-03-24 ThomasVmove abe backend into module
2012-03-24 ThomasVfix: update last_time
2012-03-23 ThomasVfixes
2012-03-21 genjixNotify on new blocks.
2012-03-21 genjixUse threading.Event() to wait until value is initially...
2012-03-21 genjixMerge branch 'master' of gitorious.org:electrum/server
2012-03-21 genjixnumblocks.subscribe responds with latest block.
2012-03-21 ThomasVmove address_queue
2012-03-21 genjixAdded genjix server which uses libbitcoin (python-bitco...
2012-03-21 genjixRemoved redundant while loop - hooray for flatter code.
2012-03-21 genjixReturn JSONs on error scenarios instead of polluting...
2012-03-21 genjixFixed syntax error part for requestor
2012-03-21 genjixUntested: response_queue (formerly output_queue) now...
2012-03-21 genjixFront-end cannibalised from old server code.
2012-03-21 ThomasVremove db
2012-03-21 ThomasVmove store back into main
2012-03-20 ThomasVremove bccapi things; move send_tx to backend
2012-03-20 ThomasVfix
2012-03-20 ThomasVlicence
2012-03-20 ThomasVcleanup
2012-03-20 ThomasVcleanup
2012-03-20 ThomasVseparate backend
2012-03-19 ThomasVcomment
next