aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace
Commit message (Expand)AuthorAgeFilesLines
* Godeps, vendor: convert dependency management to trash (#3198)Péter Szilágyi2016-10-29761-407278/+0
* Godeps: update github.com/syndtr/goleveldb to 6b4daa5362Felix Lange2016-10-2027-493/+806
* Godeps: update golang.org/x/...Felix Lange2016-08-30117-52109/+18806
* Godeps: update github.com/rjeczalik/notify to f627deca7a51Felix Lange2016-08-053-4/+2
* Godeps: bump github.com/syndtr/goleveldb/... to ab8b5dcf104Felix Lange2016-07-204-16/+51
* Godeps: update golang.org/x/net/...Felix Lange2016-07-158-481/+376
* Godeps, rpc: switch back to package npipeFelix Lange2016-07-1518-1839/+1167
* Godeps: pull in ethash with the big endian build fixPéter Szilágyi2016-06-133-16/+15
* cmd/geth: codegansta/cli package renamed to urfave/cliBas van Kervel2016-06-0922-609/+1287
* Godeps: add github.com/rjeczalik/notifyFelix Lange2016-04-1236-0/+4698
* Godeps: add github.com/cspeare/cpFelix Lange2016-04-123-0/+86
* Godeps: pull in the ethash opencl fixPéter Szilágyi2016-04-115-29/+31
* rpc: use go-winio instead of vendoring a named pipe implementationFelix Lange2016-04-0411-0/+1839
* accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABIPéter Szilágyi2016-03-2411-0/+11281
* Merge pull request #2259 from bas-vk/httpJeffrey Wilcke2016-03-2311-0/+796
|\
| * rpc/http: improve request handlingBas van Kervel2016-03-2311-0/+796
* | Godeps: pull in the leveldb upstream write race fixPéter Szilágyi2016-03-113-57/+3
|/
* Godeps: update goleveldb to fix a compaction data racePéter Szilágyi2016-03-1026-2172/+182
* Godeps: pull in ethash future cache generatorPéter Szilágyi2016-03-081-7/+23
* Godeps, eth, tests: update ethash, used shared for testingPéter Szilágyi2016-02-2424-3395/+39
* console: seed random number generatorBas van Kervel2016-02-1910-45/+796
* Godeps: update all dependencies to latest codePéter Szilágyi2016-02-11658-66757/+164019
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-2631-1258/+2263
* rpc/v2: optionally passing context argument to rpc v2 api methodszsfelfoldi2015-12-163-0/+1048
* Makefile: support library build modesPéter Szilágyi2015-11-251-0/+2
* Makefile: add support for iOS cross compilationPéter Szilágyi2015-11-246-14/+34
* Merge pull request #1949 from karalabe/update-command-usageJeffrey Wilcke2015-10-3015-1751/+318
|\
| * cmd/geth, cmd/utils, eth: group CLI flags by purposePéter Szilágyi2015-10-3015-1751/+318
* | Godeps: upgrade github.com/huin/goupnp to 90f71cb5Felix Lange2015-10-3014-2233/+10215
|/
* godeps: update ethash following GPU miner mergeGustav Simonsson2015-10-163-0/+51
* all: Add GPU mining, disabled by defaultGustav Simonsson2015-10-0725-13/+6538
* Merge pull request #1792 from jeffallen/uuidFelix Lange2015-09-1417-8/+230
|\
| * Change go-uuid to use the current supported repository.Jeff R. Allen2015-09-1217-8/+230
* | godeps: pull in ethash android fixPéter Szilágyi2015-09-115-2/+2
|/
* Pull in ethash and go-isatty updatesSteven Dee2015-09-018-1/+18
* Revert "fdtrack: temporary hack for tracking file descriptor usage"Jeffrey Wilcke2015-08-204-27/+0
* cmd/geth, jsre: restore command line editing on windowsFelix Lange2015-08-1220-652/+1684
* fdtrack: temporary hack for tracking file descriptor usageFelix Lange2015-08-044-0/+27
* Godeps: use BSD-licensed version of gopkg.in/karalabe/cookiejar.v2Felix Lange2015-07-244-52/+16
* common: remove config.goFelix Lange2015-07-2413-1046/+0
* deps: Added golang-lruobscuren2015-06-305-0/+712
* Merge pull request #1321 from karalabe/cut-it-open-3000Jeffrey Wilcke2015-06-25365-330433/+12598
|\
| * Godeps: remove mist remnants, add termui depsPéter Szilágyi2015-06-24317-330433/+7171
| * godeps: pull in go-metricsPéter Szilágyi2015-06-2448-0/+5427
* | Update Ethash GodepsGustav Simonsson2015-06-244-17/+52
|/
* Update ethash Godep (again)Gustav Simonsson2015-06-172-10/+21
* Update ethash GodepGustav Simonsson2015-06-1615-13956/+74
* Godeps: update github.com/huin/goupnp to 5cff77a69fb22f5Felix Lange2015-06-051-3/+6
* Godeps: add github.com/davecgh/go-spewFelix Lange2015-05-2515-0/+5772
* Merge pull request #960 from fjl/nat-fixesJeffrey Wilcke2015-05-14137-0/+189173
|\
| * Godeps: bump github.com/huin/goupnp to c57ae84Felix Lange2015-05-14137-0/+189173
* | Make read of ethash hashrate atomic and update ethash godepGustav Simonsson2015-05-142-106/+43
|/
* Merge pull request #863 from karalabe/ordered-block-downloadJeffrey Wilcke2015-05-085-0/+467
|\
| * eth/downloader: fix priority queue reset, add throttling testPéter Szilágyi2015-05-074-20/+62
| * eth/downloader: prioritize block fetch based on chain position, cap memory usePéter Szilágyi2015-05-075-0/+425
* | Update ethash deps (more build fixes, tests)Gustav Simonsson2015-05-087-19/+63
|/
* Add ethash linux & windows build fixesGustav Simonsson2015-05-064-8/+9
* Update ethash Godeps filesGustav Simonsson2015-05-0538-2351/+3367
* cmd/geth: fix #853 colorize console output in windowsPéter Szilágyi2015-05-058-0/+743
* godeps: update leveldb and snappy, dump serpent-goPéter Szilágyi2015-04-28154-10071/+7565
* updated ethashobscuren2015-04-181-2/+2
* Updated ethashobscuren2015-04-0715-259/+313
* updated ethash. closes 646obscuren2015-04-061-1/+0
* Update ethashobscuren2015-04-0520-126/+743
* Update GodepsTaylor Gerring2015-03-3015-0/+950
* updated ethashobscuren2015-03-2515-1107/+237
* updated depsobscuren2015-03-2524-284/+1190
* Update ethash libGustav Simonsson2015-03-2418-1672/+1266
* Merge pull request #536 from zsfelfoldi/developJeffrey Wilcke2015-03-23136-13099/+4951
|\
| * using robertkrimen/otto, godeps updatedzsfelfoldi2015-03-20136-13099/+4951
* | fixed ethashobscuren2015-03-201-2/+2
* | updated ethashobscuren2015-03-2015-235/+1105
|/
* Moved ethutil => commonobscuren2015-03-161-3/+3
* updated godep ethashobscuren2015-03-161-2/+4
* Updated ethashobscuren2015-03-1429-595/+1252
* Godeps: bump github.com/codegangsta/cliFelix Lange2015-03-104-9/+40
* updated ethashobscuren2015-03-081-2/+0
* Merge pull request #433 from fjl/newcliFelix Lange2015-03-0646-2262/+6025
|\
| * Godeps: add github.com/peterh/linerFelix Lange2015-03-0621-0/+2575
| * cmd/ethereum: improve command line interfaceFelix Lange2015-03-0617-0/+3450
| * Godeps: delete golang.org/x/net/websocketFelix Lange2015-03-068-2262/+0
* | Godeps: bump github.com/ethereum/ethashFelix Lange2015-03-0662-2532/+3269
|/
* Introducing ethashMatthew Wampler-Doty2015-03-0337-0/+17316
* Update godepsTaylor Gerring2015-02-269-36/+55
* p2p/nat: switch to github.com/huin/goupnpFelix Lange2015-02-1721-26/+25
* crypto: switch to golang.org/x/cryptoFelix Lange2015-02-177-234/+0
* rpc/ws: switch to golang.org/x/netFelix Lange2015-02-178-4/+91
* p2p: fix ecies dependency in testsFelix Lange2015-02-177-1704/+0
* Update obscuren/qml revisionTaylor Gerring2015-02-171-0/+2
* Add versioned dependencies from godepTaylor Gerring2015-02-16665-0/+435279