aboutsummaryrefslogtreecommitdiffstats
path: root/peer.go
Commit message (Expand)AuthorAgeFilesLines
* Added missing GetTx (0x16) wire messageobscuren2014-03-281-2/+16
* Reworked transaction constructorsobscuren2014-03-271-1/+2
* Added client string to configurationobscuren2014-03-171-2/+1
* Logobscuren2014-03-171-0/+1
* Moved on to the state managerobscuren2014-03-171-1/+2
* Partially refactored server/txpool/block manager/block chainobscuren2014-03-051-9/+11
* Updated protocol version to 7obscuren2014-03-031-2/+4
* Fixed shutting downobscuren2014-02-281-3/+2
* Infof rather than infolnobscuren2014-02-241-2/+2
* Updated some of the log statements to use the ethutil loggerobscuren2014-02-221-16/+14
* Merge pull request #5 from sdboyer/iotasJeffrey Wilcke2014-02-191-3/+6
|\
| * Add comment explaining why iota is not used.Sam Boyer2014-02-191-0/+3
| * Express bit flag constants using iota bitshift.Sam Boyer2014-02-191-3/+3
* | Fix a couple errors from go vetSam Boyer2014-02-181-2/+1
|/
* Changed debug messagesobscuren2014-02-181-5/+7
* Added proper error messageobscuren2014-02-171-1/+3
* The great mergeobscuren2014-02-151-6/+5
* Refactoring RlpValue => Valueobscuren2014-02-131-43/+80
* Put leveldbobscuren2014-02-121-0/+2
* Interop!obscuren2014-02-121-3/+4
* Fixed peer handlingobscuren2014-02-101-7/+8
* Reversed backobscuren2014-02-101-12/+13
* Changed client idobscuren2014-02-101-1/+4
* Added some loggersobscuren2014-02-101-8/+16
* Corrected version number in error logobscuren2014-02-101-6/+7
* Forgot to bump the versionobscuren2014-02-101-1/+1
* Version 3 and added added catch upobscuren2014-02-101-7/+28
* Self connect on handshakeobscuren2014-02-101-9/+10
* Fixed self connect through public key discovery.obscuren2014-02-101-19/+29
* Changed peer formatobscuren2014-02-091-6/+9
* Fixed valueobscuren2014-02-061-25/+16
* Properly encode txobscuren2014-02-031-1/+1
* Transaction processingobscuren2014-02-031-1/+1
* removed self connect logobscuren2014-02-031-2/+0
* Encode caps as byteobscuren2014-02-031-2/+2
* Disconnection reasonsobscuren2014-02-031-13/+38
* Removed the seed peer option from startobscuren2014-02-031-15/+2
* upnp testobscuren2014-02-021-10/+25
* UPNP wipobscuren2014-02-021-25/+20
* (un)pack addrobscuren2014-02-011-33/+87
* For the testnet always 30303 for now to make it easyobscuren2014-01-311-2/+4
* Self connectobscuren2014-01-311-1/+0
* Get peers returns now both in and outbound peersobscuren2014-01-311-2/+2
* Self connect detectobscuren2014-01-311-12/+42
* Updated seed peersobscuren2014-01-311-114/+129
* Implemented get chain msgobscuren2014-01-281-11/+33
* Removed default connectionobscuren2014-01-271-1/+27
* Graceful shutdown of peersobscuren2014-01-261-13/+20
* Updated peersobscuren2014-01-251-8/+8
* Data send over the wire shouldn't be RLPed more then onceobscuren2014-01-241-6/+9
* Updated packagesobscuren2014-01-241-1/+2
* Initial commit bootstrapping packageobscuren2014-01-241-0/+303