- Mar 23, 2016
-
-
Jeffrey Wilcke authored
Strip extraneous carriage return from end of entered password
-
Ramesh Nair authored
-
Jeffrey Wilcke authored
rpc/http: improve request handling
-
Bas van Kervel authored
-
- Mar 17, 2016
-
-
Péter Szilágyi authored
accounts/abi: Fixed bytes input accept []byte and variable input support
-
- Mar 16, 2016
-
-
Péter Szilágyi authored
eth, miner: fetch pending block/state in on go (data race)
-
Péter Szilágyi authored
accounts/abi: handle the "constant" modifier for functions
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core: fixed various typos
-
- Mar 15, 2016
-
-
Felix Lange authored
core, eth: replace reorganiz with reorganis
-
Leif Jurvetson authored
-
Felix Lange authored
core: various typos
-
Felix Lange authored
eth: various typos
-
Leif Jurvetson authored
-
Leif Jurvetson authored
-
Leif Jurvetson authored
-
Jeffrey Wilcke authored
Fixed up `[]byte` slice support such that `function print(bytes input)` accepts `[]byte` as input and treats it as 1 element rather than a slice of multiple elements. Added support for variable length input parameters like `bytes` and `strings`.
-
Péter Szilágyi authored
cmd/utils, internal/debug: fixes for debugging
-
- Mar 14, 2016
-
-
Jeffrey Wilcke authored
templates: added issue template
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
p2p/nat: fix #2291, NAT discovery did't abort on failure
-
Péter Szilágyi authored
-
- Mar 11, 2016
-
-
Felix Lange authored
Go 1.6 only prints stacks for the current goroutine by default, but for this panic we want to see all of them.
-
Felix Lange authored
Setting runtime.MemProfileRate to 0 through the flag default value makes it impossible to get an 'in-use' profile.
-
Jeffrey Wilcke authored
core: added future proc mutex lock
-
Péter Szilágyi authored
core: cache fresh headers and tds to avoid db trashing
-
Jeffrey Wilcke authored
Added a future lock which prevents the anything being added or removed from or to the set when looping over the set of blocks. This fixes a nil pointer in the range loop when trying to retrieve a block from the set which was previously available but removed due to regular chain processing. Fixes #2305
-
Péter Szilágyi authored
Godeps: pull in the leveldb upstream write race fix
-
Péter Szilágyi authored
-
- Mar 10, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth/downloader: fix a throughput estimation data race
-
Jeffrey Wilcke authored
core: create a header chain structure shared by full and light clients
-
Zsolt Felföldi authored
-
Jeffrey Wilcke authored
core: announce ChainSideEvent during reorg
-
Jeffrey Wilcke authored
Godeps: update goleveldb to fix a compaction data race
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Mar 09, 2016
-
-
Péter Szilágyi authored
cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache
-
Péter Szilágyi authored
-