aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/xfce4-xkb-plugin
ModeNameSize
-rw-r--r--Makefile554logstatsplainblame
-rw-r--r--distinfo244logstatsplainblame
-rw-r--r--pkg-descr637logstatsplainblame
-rw-r--r--pkg-plist3111logstatsplainblame
5:35 +0800'>2015-04-162-22/+86 | * whisper: remove dead code, rename a few constantsPéter Szilágyi2015-04-166-59/+7 | * whisper: use async handshakes to handle blocking peersPéter Szilágyi2015-04-153-47/+12 | * whisper: remove some unneeded testing complexityPéter Szilágyi2015-04-153-32/+5 | * whisper: global message expiration tests, polishesPéter Szilágyi2015-04-153-16/+49 | * whisper: mock tests to use simulated peersPéter Szilágyi2015-04-152-71/+55 | * whisper: add basic tests for the whiper peersPéter Szilágyi2015-04-142-0/+221 | * whisper: shorten constants to TTL and PoWPéter Szilágyi2015-04-145-15/+15 | * whisper, xeth/whisper, ui/qt/qwhispe: fix API polish breakagesPéter Szilágyi2015-04-143-20/+19 | * whisper: add known message expiration to peers, cleanupPéter Szilágyi2015-04-142-95/+145 | * whisper: general cleanups, documentationPéter Szilágyi2015-04-144-129/+146 | * whisper: fix anonymous broadcast drop, add broadcast testsPéter Szilágyi2015-04-143-24/+99 | * whisper: add utility functions for creating topicsPéter Szilágyi2015-04-143-8/+58 | * whisper: push work in progress for bug reportPéter Szilágyi2015-04-132-6/+19 | * whisper: start adding integration testsPéter Szilágyi2015-04-131-18/+118 | * whisper: clean up and integrate topicsPéter Szilágyi2015-04-137-43/+85 | * whisper: separate out magic number from the codePéter Szilágyi2015-04-134-25/+29 * | Merge pull request #733 from fjl/p2p-dial-timerJeffrey Wilcke2015-04-171-3/+8 |\ \ | * | p2p: fix the dial timerFelix Lange2015-04-171-3/+8 |/ / * | Merge pull request #728 from tgerring/issue727Jeffrey Wilcke2015-04-171-2/+2 |\ \ | * | Fix call output when emptyTaylor Gerring2015-04-161-2/+2 * | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-04-1741-248/+4230 |\ \ \ | * \ \ Merge pull request #730 from Gustav-Simonsson/update_transaction_testsJeffrey Wilcke2015-04-1741-248/+4230 | |\ \ \ | | * | | Fixes for TransactionTestsGustav Simonsson2015-04-163-41/+53 | | * | | Update JSON testsGustav Simonsson2015-04-1638-207/+4177 | |/ / / * / / / downloader: fixed a typoobscuren2015-04-171-1/+1 |/ / / * | | downloader: added demotion / promotion in prep. for rep. systemobscuren2015-04-162-0/+25 * | | downloader: updated downloader and fixed issues with catch upobscuren2015-04-161-21/+47 * | | core: changed split detection to also account for number less thanobscuren2015-04-161-1/+2 |/ / * | miner: start a newly registered agent if the miner is running. Closes #681obscuren2015-04-152-3/+9 * | common: Added debug reporterobscuren2015-04-151-0/+20 * | miner: moved bad uncle logging to ridiculous log level. Closes #720obscuren2015-04-152-2/+7 * | core: fixed issue for logs filter. Closes #629obscuren2015-04-151-1/+1 * | core/types: Changed bloom lookup to take anything bytes backedobscuren2015-04-151-2/+6 * | rpc: changed logging to use glogobscuren2015-04-151-2/+3 * | geth: fixed failing cli testsobscuren2015-04-151-2/+2 * | rpc: change eth_protocolVersion to eth_version. Closes #714obscuren2015-04-151-1/+1 * | geth: added print block to adminobscuren2015-04-141-1/+32 * | eth: limit the amount of peers that will receive Block/Tx messagesobscuren2015-04-141-2/+3 * | state: fixed mutex lockesobscuren2015-04-141-2/+14 * | p2p: added limiter function to limit package broadcastingobscuren2015-04-141-0/+13 * | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-04-146-41/+14 |\ \ | * \ Merge pull request #704 from fjl/p2p-concurrency-fixupsJeffrey Wilcke2015-04-146-41/+14 | |\ \ | | * | p2p/discover: improve timer handling for reply timeoutsFelix Lange2015-04-141-2/+3 | | * | p2p/discover: remove unused field Node.activeStampFelix Lange2015-04-132-16/+0 | | * | p2p: fix unsynchronized map access during Server shutdownFelix Lange2015-04-131-0/+2 | | * | p2p: fix yet another disconnect hangFelix Lange2015-04-131-22/+8 | | * | p2p: fix goroutine leak when handshake read failsFelix Lange2015-04-131-1/+1 * | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-04-141-2/+2 |\| | | | * | | Merge pull request #709 from ligi/patch-1Felix Lange2015-04-141-2/+2 | |\ \ \ | | * | | Fix links ligi2015-04-141-2/+2 | |/ / / * | | | core: during split properly insert parent blocksobscuren2015-04-141-1/+32 * | | | miner: don't break loop when encountering gas limit reach errobscuren2015-04-141-8/+7 * | | | state: fixed nonce issue in managed stateobscuren2015-04-141-2/+2 |/ / / * | | rpc: removed hash from LogRes. Closes #701obscuren2015-04-141-1/+0 * | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-04-13101-1166413/+19449 |\ \ \ | * \ \ Merge pull request #702 from ethersphere/frontier/blockpoolJeffrey Wilcke2015-04-1313-366/+370 | |\ \ \ | | * | | blockpool stability fixes:zelig2015-04-1313-366/+370 | | |/ / | * | | Merge pull request #700 from bas-vk/issue_650Jeffrey Wilcke2015-04-136-29/+188 | |\ \ \ | | * | | Added blockchain DB versioning support, closes #650Bas van Kervel2015-04-136-29/+188 | * | | | Merge pull request #689 from Gustav-Simonsson/add_transaction_testsJeffrey Wilcke2015-04-1374-1165839/+18528 | |\ \ \ \ | | |_|/ / | |/| | | | | * | | Enable more tx tests by expecting most common encoding of valuesGustav Simonsson2015-04-102-15/+8 | | * | | Remove unneeded map assignments for working tx RLP testsGustav Simonsson2015-04-101-7/+0 | | * | | Add TransactionTests wrapped as Go testsGustav Simonsson2015-04-103-3/+211 | | * | | Update JSON test filesGustav Simonsson2015-04-10