aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks
ModeNameSize
-rw-r--r--Makefile1540logstatsplainblame
d---------abclock141logstatsplain
d---------aclock146logstatsplain
d---------alarm-clock178logstatsplain
d---------alltraxclock109logstatsplain
d---------amor146logstatsplain
d---------asclock-gtk178logstatsplain
d---------asclock-xlib178logstatsplain
d---------asclock141logstatsplain
d---------astime109logstatsplain
d---------astzclock141logstatsplain
d---------bbdate109logstatsplain
d---------bclock141logstatsplain
d---------buici-clock141logstatsplain
d---------cairo-clock185logstatsplain
d---------dclock141logstatsplain
d---------emiclock146logstatsplain
d---------eyeclock178logstatsplain
d---------gdesklets-clock178logstatsplain
d---------gdesklets-countdown178logstatsplain
d---------gdesklets-ebichuclock178logstatsplain
d---------glclock141logstatsplain
d---------gtubeclock146logstatsplain
d---------intclock146logstatsplain
d---------kdetoys473logstatsplain
d---------kteatime146logstatsplain
d---------ktimer146logstatsplain
d---------ktux146logstatsplain
d---------lmclock109logstatsplain
d---------mlclock109logstatsplain
d---------mouseclock178logstatsplain
d---------oclock146logstatsplain
d---------osdclock141logstatsplain
d---------pclock146logstatsplain
d---------plasma-applet-adjustableclock146logstatsplain
d---------plasma-applet-geekclock109logstatsplain
d---------rclock109logstatsplain
d---------sanduhr146logstatsplain
d---------stopwatch109logstatsplain
d---------swisswatch178logstatsplain
d---------t3d109logstatsplain
d---------tclock141logstatsplain
d---------tktz178logstatsplain
d---------wmbday146logstatsplain
d---------wmbinclock109logstatsplain
d---------wmblueclock141logstatsplain
d---------wmcalclock141logstatsplain
d---------wmclock109logstatsplain
d---------wmclockmon178logstatsplain
d---------wmfishtime141logstatsplain
d---------wmfuzzy141logstatsplain
d---------wmitime141logstatsplain
d---------wmtime141logstatsplain
d---------wmtimer141logstatsplain
d---------xalarm178logstatsplain
d---------xclock146logstatsplain
d---------xdaliclock141logstatsplain
d---------xfce4-datetime-plugin146logstatsplain
d---------xfce4-timer-out-plugin146logstatsplain
d---------xfce4-timer-plugin146logstatsplain
d---------xtimer109logstatsplain
tions'>-8/+5 | | | | | | * | | | Fixed incorrect recipient derivedobscuren2015-03-211-1/+1 | | | | | | * | | | Merge branch 'conversion' of github.com-obscure:ethereum/go-ethereum into ↵obscuren2015-03-2116-355/+201 | |\ \ \ \ | | | | | | | | | | | | | | | | | | conversion | | * | | | whisper: use common.HashFelix Lange2015-03-214-41/+34 | | | | | | | | * | | | eth: enable whisper againFelix Lange2015-03-211-1/+1 | | | | | | | | * | | | whisper: use package rlpFelix Lange2015-03-212-37/+24 | | | | | | | | * | | | rlp: add Stream.RawFelix Lange2015-03-213-12/+59 | | | | | | | | * | | | Merge remote-tracking branch 'ethereum/conversion' into conversionFelix Lange2015-03-2133-1279/+1522 | | |\ \ \ \ | | * | | | | cmd/blocktest: delete packageFelix Lange2015-03-211-213/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Blocktests are now integrated in cmd/ethereum. | | * | | | | rlp: fix nil pointer decodingFelix Lange2015-03-212-2/+27 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The generic pointer decoder did not advance the input position for empty values. This can lead to strange issues and even infinite loops. | | * | | | | Merge remote-tracking branch 'ethereum/conversion' into conversionFelix Lange2015-03-2037-1707/+5453 | | |\ \ \ \ \ | | * | | | | | common: drop accessors for Value.ValFelix Lange2015-03-204-11/+3 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't see why we would need two different accessors for a public field. | | * | | | | | common: drop unused kind field from ValueFelix Lange2015-03-201-5/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes Value 24 bytes smaller on 64bit systems. | | * | | | | | common: make Value encodable with package rlpFelix Lange2015-03-202-28/+55 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Value.{Encode,Decode} are gone. It implements rlp.Encoder and rlp.Decoder instead, so Value can be decoded into directly. | | * | | | | | crypto: remove use of common.Value.EncodeFelix Lange2015-03-201-9/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This seems to be the last remaining use of it. | * | | | | | | Right pad bytes to prevent future programmers making bugsobscuren2015-03-211-14/+18 | | |_|/ / / / | |/| | | | | | * | | | | | Merge branch 'ethersphere-frontier/blockpool' into conversionobscuren2015-03-2116-544/+736 | |\ \ \ \ \ \ | | * | | | | | iterator returned wrong valueobscuren2015-03-211-2/+1 | | | | | | | | | | * | | | | | Merge branch 'frontier/blockpool' of ↵obscuren2015-03-2116-542/+735 | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/ethersphere/go-ethereum into ethersphere-frontier/blockpool | | | * | | | | | use common.Hash as pool key, no string conversion neededzelig2015-03-202-8/+8 | | | | | | | | | | | | * | | | | | fix common.Hash conversionzelig2015-03-203-3/+5 | | | | | | | | | | | | * | | | | | fix import in reorganised testzelig2015-03-201-2/+0 | | | | | | | | | | | | * | | | | | remove eth/wallet.go (only commented out content)zelig2015-03-201-80/+0 | | | | | | | | | | | | * | | | | | improve documentation and move one testzelig2015-03-209-156/+202 | | | | | | | | | | | | * | | | | | reduce logging outputzelig2015-03-203-25/+22 | | | | | | | | | | | | * | | | | | uncomment status test, hack: skip the 2 unreliable fieldszelig2015-03-202-171/+182 | | | | | | | | | | | | * | | | | | check and penalise td misreportingzelig2015-03-207-52/+129 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add ErrIncorrectTD - checkTD called after insertChain successful - fix tests, use blockPoolTester.tds to map block index to TD | | | * | | | | | fix missing hexification on IdleTooLong error logzelig2015-03-201-1/+1 | | | | | | | | | | | | * | | | | | use own total difficulty to limit best peerzelig2015-03-207-26/+87 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update blockpool td by subscribing to ChainHeadEvent - if ahead of best peer, demote it - addPeer now take own td as current td - removePeer now take own td as current td - add relevant tests to peers_test - eth: backend now calls blockpool with eth.eventMux and chainManager.Td | | | * | | | | | peer suspension to disallow reconnect after disconnect on fatal error for ↵zelig2015-03-208-44/+125 | | | | |/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | set period (PeerSuspensionInterval) | * | / | | | | wipobscuren2015-03-214-3/+15 | |/ / / / / / | * | | | | | mergeobscuren2015-03-2011-730/+635 | |\ \ \ \ \ \ | * | | | | | | Added caching for block chain. Currently set to 10kobscuren2015-03-204-2/+136 | | |/ / / / / | |/| | | | | | * | | | | | fixed ethashobscuren2015-03-202-4/+4 | | | | | | | | * | | | | | updated ethashobscuren2015-03-2016-237/+1107 | | | | | | | | * | | | | | copy over loopobscuren2015-03-202-14/+4 | | | | | | | | * | | | | | Removed more castsobscuren2015-03-205-24/+14 | | | | | | | | * | | | | | Merge branch 'develop' into conversionobscuren2015-03-204-1254/+4054 | |\ \ \ \ \ \ | * | | | | | | :-)obscuren2015-03-201-1/+0 | | | | | | | | | * | | | | | | mergeobscuren2015-03-1912-178/+275 | |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | * | | | | | | Merge remote-tracking branch 'ethereum/conversion' into conversionFelix Lange2015-03-19408-1200/+32257 | |\ \ \ \ \ \ \ | | * \ \ \ \ \ \ Merge branch 'develop' into conversionobscuren2015-03-191-10/+18 | | |\ \ \ \ \ \ \ | | * | | | | | | | improved test outputobscuren2015-03-191-24/+45 | | | | | | | | | | | | * | | | | | | | Merge branch 'develop' into conversionobscuren2015-03-19408-1182/+32210 | | |\ \ \ \ \ \ \ \ | * | | | | | | | | | eth, whisper: adapt for RLP encoder switch in package p2pFelix Lange2015-03-195-175/+124 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I have rewritten the protocol test to use p2p.MsgPipe because p2p.NewMsg is gone. | * | | | | | | | | | p2p: interrupt MsgPipe payload read/writeFelix Lange2015-03-191-3/+6 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is better because protocols might not actually read the payload for some errors (msg too big, etc.) which can be a pain to test with the old behaviour. | * | | | | | | | | | p2p: log disconnect requestsFelix Lange2015-03-191-0/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This helps a lot with debugging. | * | | | | | | | | | p2p: use package rlp to encode messagesFelix Lange2015-03-198-68/+64 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message encoding functions have been renamed to catch any uses. The switch to the new encoder can cause subtle incompatibilities. If there are any users outside of our tree, they will at least be alerted that there was a change. NewMsg no longer exists. The replacements for EncodeMsg are called Send and SendItems. | * | | | | | | | | | p2p: export ExpectMsg (for eth protocol testing)Felix Lange2015-03-192-32/+32 | |/ / / / / / / / / | * | | | | | | | | Merge remote-tracking branch 'ethereum/conversion' into conversionFelix Lange2015-03-1919-244/+304 | |\ \ \ \ \ \ \ \ \ | | * \ \ \ \ \ \ \ \ Merge branch 'rpcfrontier' into conversionobscuren2015-03-192-67/+65 | | |\ \ \ \ \ \ \ \ \ | | * \ \ \ \ \ \ \ \ \ Merge branch 'develop' into conversionobscuren2015-03-197-97/+97 | | |\ \ \ \ \ \ \ \ \ \ | | * \ \ \ \ \ \ \ \ \ \ mergeobscuren2015-03-1910-78/+92 | | |\ \ \ \ \ \ \ \ \ \ \ | | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'conversion' of github.com-obscure:ethereum/go-ethereum into ↵obscuren2015-03-1815-114/+216 | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conversion | | * | | | | | | | | | | | | prep template for fixed size hashesobscuren2015-03-182-2/+50 | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | rlp: fix encoding of one element strings and byte slicesFelix Lange2015-03-192-7/+20 | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The encoder was missing a special case for one element strings whose element is below 0x7f. Such strings must be encoded as a single byte without a string header. | * | | | | | | | | | | | | cmd/ethereum, cmd/utils: partial fix for chain importFelix Lange2015-03-182-8/+4 | | | | | | | | | | | | | | | * | | | | | | | | | | | | Merge remote-tracking branch 'ethereum/conversion' into conversionFelix Lange2015-03-1840-660/+1366 | |\| | | | | | | | | | | | | | * | | | | | | | | | | | conversions. -compilable-obscuren2015-03-1812-130/+139 | | | | | | | | | | | | | | | | * | | | | | | | | | | | conversionsobscuren2015-03-184-27/+30 | | | | | | | | | | | | | | | | * | | | | | | | | | | | Added Hex methodsobscuren2015-03-181-0/+2 | | | | | | | | | | | | | | | | * | | | | | | | | | | | Merge branch 'develop' into conversionobscuren2015-03-1829-505/+1197 | | |\ \ \ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | | | | core: fix testsFelix Lange2015-03-185-19/+13 | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | core: use package rlp to encode blocksFelix Lange2015-03-182-30/+34 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also changes the chain export format so there is no enclosing list around the blocks, which enables streaming export. | * | | | | | | | | | | | | | core/types: use package rlp instead of common.DecodeFelix Lange2015-03-184-60/+155 | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | rlp: add DecodeBytesFelix Lange2015-03-181-0/+7 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Über-convenience. | * | | | | | | | | | | | | | rlp: don't panic for nil *big.IntFelix Lange2015-03-182-1/+7 | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All other pointer types can handle nil just fine. | * | | | | | | | | | | | | Fixed tests and bloomobscuren2015-03-183-19/+35 | | | | | | | | | | | | | | | * | | | | | | | | | | | | bloomobscuren2015-03-173-14/+20 | | | | | | | | | | | | | | | * | | | | | | | | | | | | Fixed VM & Tests w/ conversionobscuren2015-03-177-22/+30 | | | | | | | | | | | | | | | * | | | | | | | | | | | | Merge branch 'develop' into conversionobscuren2015-03-17124-989/+12704 | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: common/types.go | * | | | | | | | | | | | | | fixed toobscuren2015-03-172-50/+65 | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | core: actually convert transaction poolFelix Lange2015-03-173-17/+19 | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | Merge remote-tracking branch 'ethereum/conversion' into conversionFelix Lange2015-03-1711-72/+88 | |\ \ \ \ \ \ \ \ \ \ \ \ \ \