aboutsummaryrefslogtreecommitdiffstats
path: root/devel/freeocl
diff options
context:
space:
mode:
Diffstat (limited to 'devel/freeocl')
0 files changed, 0 insertions, 0 deletions
ac7de448c85049a97cbec3dc0819122bd2cb0'>29fac7de448c85049a97cbec3dc0819122bd2cb0 (diff)parentf89dd627760b43bd405cb3db1e5efdb100835db5 (diff)downloadgo-tangerine-357732a8404c9fe4d02f041d20a0d05381a3e6d1.tar.gz
go-tangerine-357732a8404c9fe4d02f041d20a0d05381a3e6d1.tar.zst
go-tangerine-357732a8404c9fe4d02f041d20a0d05381a3e6d1.zip
Merge pull request #3696 from karalabe/contextual-logger
Contextual logger
Diffstat
-rw-r--r--accounts/abi/bind/util.go12
-rw-r--r--accounts/keystore/account_cache.go19
-rw-r--r--accounts/keystore/watch.go14
-rw-r--r--accounts/usbwallet/ledger_hub.go3
-rw-r--r--accounts/usbwallet/ledger_wallet.go35
-rw-r--r--build/update-license.go2
-rw-r--r--cmd/bootnode/main.go12
-rw-r--r--cmd/ethtest/main.go34
-rw-r--r--cmd/evm/main.go7
-rw-r--r--cmd/geth/accountcmd.go8
-rw-r--r--cmd/geth/accountcmd_test.go16
-rw-r--r--cmd/geth/chaincmd.go9
-rw-r--r--cmd/geth/main.go17
-rw-r--r--cmd/gethrpctest/main.go21
-rw-r--r--cmd/swarm/main.go9
-rw-r--r--cmd/swarm/manifest.go91
-rw-r--r--cmd/swarm/upload.go4
-rw-r--r--cmd/utils/cmd.go32
-rw-r--r--cmd/utils/flags.go12
-rw-r--r--cmd/wnode/main.go8
-rw-r--r--console/bridge.go5
-rw-r--r--contracts/chequebook/cheque.go23
-rw-r--r--contracts/release/release.go19
-rw-r--r--core/block_validator.go4
-rw-r--r--core/blockchain.go104
-rw-r--r--core/database_util.go49
-rw-r--r--core/genesis.go5
-rw-r--r--core/headerchain.go23
-rw-r--r--core/state/state_object.go21
-rw-r--r--core/state/statedb.go13
-rw-r--r--core/state_processor.go6
-rw-r--r--core/state_transition.go6
-rw-r--r--core/tx_pool.go59
-rw-r--r--core/vm/contracts.go8
-rw-r--r--core/vm/interpreter.go17
-rw-r--r--errs/errors.go12
-rw-r--r--eth/api.go5
-rw-r--r--eth/backend.go33
-rw-r--r--eth/bad_block.go7
-rw-r--r--eth/db_upgrade.go25
-rw-r--r--eth/downloader/downloader.go155
-rw-r--r--eth/downloader/queue.go25
-rw-r--r--eth/fetcher/fetcher.go67
-rw-r--r--eth/gasprice/gasprice.go6
-rw-r--r--eth/handler.go53
-rw-r--r--eth/peer.go15
-rw-r--r--eth/protocol_test.go3
-rw-r--r--eth/sync.go10
-rw-r--r--ethdb/database.go24
-rw-r--r--ethstats/ethstats.go41
-rw-r--r--internal/debug/api.go29
-rw-r--r--internal/debug/flags.go42
-rw-r--r--internal/debug/trace.go8
-rw-r--r--internal/ethapi/api.go33
-rw-r--r--les/backend.go5
-rw-r--r--les/fetcher.go38
-rw-r--r--les/handler.go71
-rw-r--r--les/odr.go8
-rw-r--r--les/odr_requests.go76
-rw-r--r--les/peer.go19
-rw-r--r--les/server.go8
-rw-r--r--les/serverpool.go20
-rw-r--r--light/lightchain.go34
-rw-r--r--light/odr_util.go6
-rw-r--r--light/state.go10
-rw-r--r--light/state_object.go21
-rw-r--r--light/txpool.go15
-rw-r--r--log/CONTRIBUTORS11
-rw-r--r--log/LICENSE13
-rw-r--r--log/README.md77
-rw-r--r--log/README_ETHEREUM.md5
-rw-r--r--log/doc.go333
-rw-r--r--log/format.go327
-rw-r--r--log/handler.go356
-rw-r--r--log/handler_glog.go227
-rw-r--r--log/handler_go13.go26
-rw-r--r--log/handler_go14.go23
-rw-r--r--log/logger.go220
-rw-r--r--log/root.go73
-rw-r--r--log/syslog.go57
-rw-r--r--log/term/LICENSE21
-rw-r--r--log/term/terminal_appengine.go13
-rw-r--r--log/term/terminal_darwin.go13
-rw-r--r--log/term/terminal_freebsd.go18
-rw-r--r--log/term/terminal_linux.go14
-rw-r--r--log/term/terminal_netbsd.go7
-rw-r--r--log/term/terminal_notwindows.go20
-rw-r--r--log/term/terminal_openbsd.go7
-rw-r--r--log/term/terminal_solaris.go9
-rw-r--r--log/term/terminal_windows.go26
-rw-r--r--logger/glog/LICENSE191
-rw-r--r--logger/glog/README44
-rw-r--r--logger/glog/glog.go1223
-rw-r--r--logger/glog/glog_file.go128
-rw-r--r--logger/glog/glog_test.go436
-rw-r--r--logger/verbosity.go27
-rw-r--r--metrics/metrics.go8
-rw-r--r--miner/agent.go6
-rw-r--r--miner/miner.go9
-rw-r--r--miner/remote_agent.go8
-rw-r--r--miner/unconfirmed.go12
-rw-r--r--miner/worker.go38
-rw-r--r--mobile/init.go7
-rw-r--r--mobile/logger.go6
-rw-r--r--node/config.go17
-rw-r--r--node/node.go28
-rw-r--r--p2p/dial.go17
-rw-r--r--p2p/discover/database.go14
-rw-r--r--p2p/discover/ntp.go13
-rw-r--r--p2p/discover/table.go24
-rw-r--r--p2p/discover/udp.go23
-rw-r--r--p2p/discv5/database.go12
-rw-r--r--p2p/discv5/net.go27
-rw-r--r--p2p/discv5/ntp.go13
-rw-r--r--p2p/discv5/sim_test.go8
-rw-r--r--p2p/discv5/udp.go17
-rw-r--r--p2p/nat/nat.go13
-rw-r--r--p2p/peer.go19
-rw-r--r--p2p/server.go55
-rw-r--r--p2p/server_test.go3
-rw-r--r--rpc/client.go39
-rw-r--r--rpc/client_test.go11
-rw-r--r--rpc/ipc.go7
-rw-r--r--rpc/json.go7
-rw-r--r--rpc/server.go14
-rw-r--r--rpc/websocket.go8
-rw-r--r--swarm/api/api.go23
-rw-r--r--swarm/api/api_test.go8
-rw-r--r--swarm/api/filesystem.go9
-rw-r--r--swarm/api/http/roundtripper.go5
-rw-r--r--swarm/api/http/server.go70
-rw-r--r--swarm/api/manifest.go19
-rw-r--r--swarm/network/depo.go34
-rw-r--r--swarm/network/forwarding.go18
-rw-r--r--swarm/network/hive.go41
-rw-r--r--swarm/network/kademlia/kaddb.go27
-rw-r--r--swarm/network/kademlia/kademlia.go27
-rw-r--r--swarm/network/protocol.go43
-rw-r--r--swarm/network/syncdb.go41
-rw-r--r--swarm/network/syncdb_test.go11
-rw-r--r--swarm/network/syncer.go69
-rw-r--r--swarm/services/swap/swap.go27
-rw-r--r--swarm/services/swap/swap/swap.go27
-rw-r--r--swarm/storage/common_test.go9
-rw-r--r--swarm/storage/dbstore.go15
-rw-r--r--swarm/storage/dpa.go30
-rw-r--r--swarm/storage/memstore.go10
-rw-r--r--swarm/storage/netstore.go14
-rw-r--r--swarm/swarm.go41
-rw-r--r--tests/block_test_util.go6
-rw-r--r--tests/state_test_util.go6
-rw-r--r--tests/transaction_test_util.go10
-rw-r--r--tests/util.go4
-rw-r--r--tests/vm_test_util.go6
-rw-r--r--trie/proof.go7
-rw-r--r--trie/secure_trie.go17
-rw-r--r--trie/trie.go15
-rw-r--r--vendor/github.com/ethereum/ethash/ethash.go25
-rw-r--r--vendor/github.com/go-stack/stack/LICENSE.md13
-rw-r--r--vendor/github.com/go-stack/stack/README.md38
-rw-r--r--vendor/github.com/go-stack/stack/stack.go349
-rw-r--r--vendor/vendor.json6
-rw-r--r--whisper/mailserver/mailserver.go22
-rw-r--r--whisper/whisperv2/message.go6
-rw-r--r--whisper/whisperv2/peer.go11
-rw-r--r--whisper/whisperv2/whisper.go16
-rw-r--r--whisper/whisperv5/api.go39
-rw-r--r--whisper/whisperv5/filter.go13
-rw-r--r--whisper/whisperv5/message.go11
-rw-r--r--whisper/whisperv5/peer.go11
-rw-r--r--whisper/whisperv5/peer_test.go3
-rw-r--r--whisper/whisperv5/whisper.go27
172 files changed, 3751 insertions, 3607 deletions