electrum-server.git
2012-02-19 ThomasVversion 0.40a
2012-02-16 Ovidiu Constantin* Update server HOWTO to Bitcoin 0.5.2
2012-02-14 ThomasVbanner
2012-02-08 ThomasVuse block_number=0 for no server; -1 means unknown...
2012-02-08 ThomasVblock_number should return -1 if we know the DB is...
2012-02-08 ThomasVrelease lock in finally statement
2012-01-19 ThomasVupdate imports
2012-01-17 ThomasVlog time
2012-01-15 ThomasVdirect interface for ultralight clients
2012-01-15 ThomasVfix: varname
2012-01-12 ThomasVstandardize send_tx and new_session parameters
2012-01-11 ThomasVremove electrum.php
2012-01-11 ThomasVadd json calls related to sessions
2011-12-28 Ovidiu Constantin* Make patches apply to bitcoin's git head.
2011-12-28 Ovidiu Constantin* HOWTO fix and clarification.
2011-12-27 Ovidiu Constantin* Run a server HOWTO.
2011-12-27 Ovidiu Constantin* Add missing cache key to sample config.
2011-12-27 Ovidiu Constantin* Sample config file beautification.
2011-12-27 Ovidiu Constantin* Single-file diff that applies cleanly to Bitcoin...
2011-12-26 ThomasVfixes
2011-12-23 ThomasVlog messages
2011-12-23 ThomasVmultithreaded
2011-12-23 ThomasVadd bitcoind section
2011-12-23 ThomasVdon't use bitcoinrpc anymore
2011-12-22 ThomasVmore command separation
2011-12-22 ThomasVfirst jsonrpc commands
2011-12-22 ThomasVread password once
2011-12-22 ThomasVseparate commands from transport
2011-12-20 ThomasVbccapi commands: login and getAccountInfo
2011-12-15 ThomasVrename function; fix get_status
2011-12-12 ThomasVcleanup
2011-12-12 ThomasVupdate README with new patch
2011-12-12 ThomasVgetmemorypool != database; use db to set address_has_me...
2011-12-12 ThomasVpatch for bitcoind
2011-12-10 ThomasVremove ismempool flag
2011-12-10 ThomasVanother patch for bitcoind
2011-12-10 ThomasVmaintain a list of mempool keys; the database might...
2011-12-10 ThomasVbetter logs
2011-12-09 ThomasVdisambiguate mempool blocks
2011-12-09 ThomasVsessions: store client version
2011-12-08 ThomasVupdate session
2011-12-08 ThomasVcache commands
2011-12-06 ThomasVminor fix in recv loop
2011-12-05 ThomasVfix for memcache
2011-12-05 ThomasVfixes
2011-12-04 ThomasVservers not updating peers list properly; let us see...
2011-12-04 ThomasVcommand that displays number of blocks
2011-12-04 ThomasVdefault to localhost
2011-12-04 ThomasVfix memcache issue; turn it off by default
2011-12-03 ThomasVenable memory cache
2011-12-03 ThomasVMemory cache for addresses. Not activated for the momen...
2011-12-03 ThomasVreset peer list before update
2011-12-01 ThomasVtypos
2011-12-01 ThomasVMerge commit 'refs/merge-requests/6' of git://gitorious...
2011-12-01 ThomasVtypo
2011-11-30 Ovidiu Constantin* small IRC fix and doc
2011-11-30 Ovidiu Constantin* when I said IP, I meant IP, not hostnames.
2011-11-30 Ovidiu Constantin* move server's hostname on IRC to realname, part 3...
2011-11-30 Ovidiu Constantin* move server's hostname on IRC to realname, part 2...
2011-11-30 root* move server's hostname on IRC to realname, part 1...
2011-11-29 Ovidiu Constantin* fix config file keys for MySQL.
2011-11-27 Ovidiu ConstantinPrivacy feature: allow running a private server, that...
2011-11-26 ThomasVMerge commit 'refs/merge-requests/3' of git://gitorious...
2011-11-26 ThomasVMerge commit 'refs/merge-requests/2' of git://gitorious...
2011-11-23 Ovidiu Constantin* adding support for MySQL
2011-11-23 Ovidiu ConstantinMerge remote-tracking branch 'upstream/master'
2011-11-23 ThomasVsql fix
2011-11-23 Ovidiu ConstantinOk, *really* fix to use the correct bitcoinrpc module.
2011-11-23 ThomasVmultiline
2011-11-23 ThomasVfix
2011-11-23 ThomasVMerge commit 'refs/merge-requests/1' of git://gitorious...
2011-11-23 ThomasVstart and stop
2011-11-23 ThomasVshow hostnames
2011-11-23 Ovidiu Constantin* forgot to add a sample config file
2011-11-23 Ovidiu Constantin* added support for ini-style config file
2011-11-23 Ovidiu Constantin* fix bitcoinrpc import library name
2011-11-22 ThomasVunnecessarily large
2011-11-22 ThomasVimproved page
2011-11-22 ThomasVnote
2011-11-22 ThomasVbitcoin-python not python-bitcoin :)
2011-11-21 ThomasVfixes
2011-11-18 ThomasVget block num in locked section
2011-11-16 ThomasVretrieve peers list from IRC
2011-11-14 rootcreate cleaning thread, add commad line socket requests
2011-11-14 rootclean unused sessions
2011-11-14 rootmessages
2011-11-11 rootread message from file
2011-11-10 rootpost
2011-11-10 rootminor
2011-11-10 ThomasVreadmes
2011-11-09 ThomasVfix
2011-11-09 ThomasVphp server
2011-11-09 ThomasVhandle http
2011-11-04 ThomasVserver code