aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-Lite
Commit message (Expand)AuthorAgeFilesLines
* - add stage supportaz2014-01-302-3/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - convert to the new perl5 frameworkaz2013-09-121-4/+3
* - Remove SITE_PERL from *_DEPENDSaz2012-06-291-1/+1
* -remove MD5ohauer2011-07-031-1/+0
* - Adopt unmaintained ports.ashish2010-06-141-1/+1
* - Drop maintainershipgabor2010-06-081-1/+1
* - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-2/+1
* - Remove support for old Perl from my portsgabor2007-04-011-9/+1
* Change my e-mail address.gabor2006-12-081-1/+1
* Update to 0.82.11erwin2006-09-263-11/+8
* Update search.cpan.org WWW: entries to have a trailing slash.fenner2006-02-211-1/+1
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
* - remove IGNORE on old perlleeym2005-12-311-2/+10
* Sometimes it's necessary to protect some certain data against plain readingerwin2005-12-194-0/+48
ion. Closes #737Taylor Gerring2015-04-231-1/+1 | |/ / * | | Merge pull request #787 from ethereum/revert-785-revert-781-developFelix Lange2015-04-233-39/+54 |\ \ \ | * | | Revert "Revert "refactor Dockerfile""Felix Lange2015-04-233-39/+54 |/ / / * | | Merge pull request #785 from ethereum/revert-781-developFelix Lange2015-04-233-54/+39 |\ \ \ | |/ / |/| | | * | Revert "refactor Dockerfile"Felix Lange2015-04-233-54/+39 |/ / * | Merge pull request #781 from caktux/developcaktux2015-04-233-39/+54 |\ \ | |/ |/| | * refactor Dockerfilecaktux2015-04-223-39/+54 |/ * Merge pull request #776 from fjl/win32-build-fixesJeffrey Wilcke2015-04-226-246/+89 |\ | * cmd/geth: improve the JS testsFelix Lange2015-04-222-209/+71 | * p2p: return zero node from Self if the server is not runningFelix Lange2015-04-221-1/+6 | * miner: use 32bit atomic operationsFelix Lange2015-04-221-11/+12 | * common: delete BinaryLengthFelix Lange2015-04-222-25/+0 |/ * Merge pull request #765 from Gustav-Simonsson/more_block_test_improvementsFelix Lange2015-04-224-130/+185 |\ | * Further fixes to block test wrapperGustav Simonsson2015-04-214-130/+185 * | Merge pull request #766 from tgerring/issue762Jeffrey Wilcke2015-04-221-41/+46 |\ \ | * | Treat hexnums as big.Int instead of int64Taylor Gerring2015-04-211-41/+46 |/ / * | Updated README to include windows buildsJeffrey Wilcke2015-04-211-2/+2 * | Merge pull request #760 from obscuren/developJeffrey Wilcke2015-04-2120-4053/+45 |\ \ | * \ Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-04-217-115/+294 | |\ \ | |/ / |/| | * | | Merge pull request #756 from Gustav-Simonsson/block_test_improvementsJeffrey Wilcke2015-04-215-108/+293 |\ \ \ | | |/ | |/| | * | Add block tests wrapper and fixes for tx testsGustav Simonsson2015-04-203-65/+170 | * | tests: hopefully improve test conversion helpersFelix Lange2015-04-192-30/+35 | * | cmd/geth, tests: enable running multiple tests from a single fileFelix Lange2015-04-192-33/+105 | * | eth: use NewDB hook also for extra DBFelix Lange2015-04-191-1/+4 * | | Merge pull request #763 from aboreum/developJeffrey Wilcke2015-04-211-6/+0 |\ \ \ | * \ \ syncing to mainline ethereumAndy2015-04-210-0/+0 | |\ \ \ | |/ / / |/| | | * | | | Merge pull request #761 from aboreum/developJeffrey Wilcke2015-04-211-1/+1 |\ \ \ \ | | * | | fix for: Please remove the "minGasPrice" from block returns #754Andy2015-04-211-6/+0 | | * | | syncing to developAndy2015-04-213-4/+128 | |/| | | | |/ / / |/| | | | * | | Broken link for detailed go build instructions #661Andy2015-04-211-1/+1 | * | | Merge branch 'develop' of https://github.com/aboreum/go-ethereum into developAndy2015-04-210-0/+0 | |\ \ \ | * \ \ \ fix for: Broken link for detailed go build instructions #661Andy2015-04-212-22/+48 | |\ \ \ \ | | | | | * blockpool: deletedobscuren2015-04-2113-4038/+0 | | | | | * core/rpc: fix for null entries in log filters. Closes #725obscuren2015-04-212-1/+6 | | | | | * core: removed nonce resetting from the block processor.obscuren2015-04-213-4/+7 | | | | | * miner: ignore a tx's transactor after a gas limit has been returnedobscuren2015-04-211-3/+19 | | | | | * Merge branch 'develop' of github.com-obscure:obscuren/go-ethereum into developobscuren2015-04-215-26/+176 | | | | | |\ | |_|_|_|_|/ |/| | | | | * | | | | | Merge pull request #734 from bas-vk/issue-729Jeffrey Wilcke2015-04-213-4/+128 |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | * | | | | Don't export types/functionsBas van Kervel2015-04-192-16/+16 | * | | | | Replaced channel pointer field with non pointer channelBas van Kervel2015-04-192-11/+14 | * | | | | Stop accepted and alive connections (http keep-alive) when the rpc service is...Bas van Kervel2015-04-172-38/+67 | * | | | | admin.stopRPC support added which stops the RPC HTTP listenerBas van Kervel2015-04-163-2/+94 * | | | | | Merge pull request #755 from karalabe/command-flags-cleanupJeffrey Wilcke2015-04-212-22/+48 |\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | | | * | | | cmd/geth, cmd/utils: invert --pprof once morePéter Szilágyi2015-04-212-5/+5 | * | | | cmd/geth, cmd/utils: use pprof disable flag, start globallyPéter Szilágyi2015-04-202-8/+10 | * | | | cmd/geth, cmd/utils: add cli flags for pprof and whisper.Péter Szilágyi2015-04-202-22/+46 | | | | * core: shuffled some codeobscuren2015-04-211-7/+13 | |_|_|/ |/| | | * | | | core: upgraded block chain versionobscuren2015-04-211-1/+1 * | | | Merge branch 'ethersphere-frontier/natspec' into developobscuren2015-04-2118-72/+5095 |\ \ \ \ | |/ / / |/| | | | * | | Merge branch 'frontier/natspec' of https://github.com/ethersphere/go-ethereum...obscuren2015-04-2118-72/+5095 |/| | | | * | | contract addresses include hex prefixzelig2015-04-204-37/+38 | * | | fix end to end test import cyclezelig2015-04-201-3/+1 | * | | fixed resolver testzsfelfoldi2015-04-201-2/+6 | * | | URLhint support for URLs longer than 32 byteszsfelfoldi2015-04-203-22/+70 | * | | added missing source filezsfelfoldi2015-04-201-0/+36 | * | | fixed incomplete mergezsfelfoldi2015-04-201-19/+21 | * | | test account is no longer permanently in genesis block, only put there when t...zsfelfoldi2015-04-202-12/+15 | * | | NatSpec contracts are now not in the genesis block but added by the testzsfelfoldi2015-04-204-65/+45 | * | | utils linked to natspec notice eval, test notice now using utils.toHex()zsfelfoldi2015-04-203-8/+4048 | * | | NatSpec cli option, resolver tests passingzsfelfoldi2015-04-206-32/+45 | * | | default fallback NatSpec messageszsfelfoldi2015-04-203-22/+50 | * | | natspec test bugfixzsfelfoldi2015-04-201-15/+12 | * | | NatSpec passing end to end testzsfelfoldi2015-04-207-73/+226 | * | | szsfelfoldi2015-04-204-52/+81 | * | | NatSpec contracts in genesis block, end to end test (unfinished)zsfelfoldi2015-04-209-60/+217 | * | | resolver testszelig2015-04-205-21/+85 | * | | reorg:zelig2015-04-205-116/+66 | * | | add docserver using net/http Transport/Roundtripzelig2015-04-202-0/+131 | * | | NatSpec, URL register storage retrievalzsfelfoldi2015-04-207-39/+222 | * | | add common/resolver skeletonzelig2015-04-202-0/+62 | * | | natspec integrated to console frontend confirmTransactionzelig2015-04-201-2/+11 | * | | new natspeczelig2015-04-202-51/+186 * | | | geth: added a `admin.debug.block` command which reprocess the blockobscuren2015-04-201-0/+25 * | | | core: force block process & fixed chain manager testobscuren2015-04-203-4/+24 * | | | core: added chain reset mechanism on bad blocksobscuren2015-04-202-12/+30 * | | | core: added chain head reset to known blockobscuren2015-04-204-11/+65 * | | | geth: bump version numberobscuren2015-04-201-1/+1 * | | | core: moved TD calculation from proc to chainobscuren2015-04-206-24/+24 | |_|/ |/| | * | | miner: go fmtobscuren2015-04-201-8/+7 * | | Switched getWork third output from difficulty to targetVitalik Buterin2015-04-201-1/+8 * | | miner: fixed remote miner current workobscuren2015-04-201-1/+2 |/ / * | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-04-203-0/+55 |\ \ | * \ Merge pull request #748 from fjl/build-script-unixJeffrey Wilcke2015-04-193-0/+55 | |\ \ | | * | Makefile: for non-gophersFelix Lange2015-04-193-0/+55 * | | | geth: admin download statusobscuren2015-04-202-11/+22 * | | | miner: removed default timer & update dag when threads > 0obscuren2015-04-202-16/+8 |/ / / * | | downloader: fixed tests with low ttlobscuren2015-04-192-2/+3 * | | movedobscuren2015-04-191-6/+6 * | | Merge branch 'fjl-rlp-size-validation' into developobscuren2015-04-1913-233/+481 |\ \ \ | * | | Merge branch 'rlp-size-validation' of https://github.com/fjl/go-ethereum into...obscuren2015-04-1913-233/+481 |/| | | | * | | rlp: require declared number of input elements for array typesFelix Lange2015-04-172-40/+26 | * | | p2p: make DiscReason bigger than byteFelix Lange2015-04-171-1/+1 | * | | rlp: stop accepting lists for byte slices and byte arraysFelix Lange2015-04-172-45/+10 | * | | core/types: add rlp tag "nil" for Transaction.RecipientFelix Lange2015-04-171-1/+1 | * | | rlp: stricter rules for structs and pointersFelix Lange2015-04-174-52/+148 | * | | rlp: reject non-minimal input stringsFelix Lange2015-04-172-15/+45 | * | | rlp: stricter validation of canonical integer formatFelix Lange2015-04-172-42/+93 | * | | rlp: fix handling of single byte zero when decoding into a pointerFelix Lange2015-04-172-6/+6 | * | | whisper: fix comment for rlpenvFelix Lange2015-04-171-4/+5 | * | | p2p/discover: use rlp.DecodeBytesFelix Lange2015-04-171-1/+1 | * | | rlp: fix integer overflow in list element size validationFelix Lange2015-04-172-2/+5 | * | | cmd/rlpdump, cmd/utils, eth, p2p, whisper: use rlp input limitFelix Lange2015-04-175-7/+8 | * | | rlp: check top-level value sizes against input limitFelix Lange2015-04-172-56/+171 * | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-04-192-6/+4 |\ \ \ \ | * \ \ \ Merge pull request #749 from fjl/fix-nodekey-persistenceJeffrey Wilcke2015-04-192-6/+4 | |\ \ \ \ | | * | | | crypto: update {Load,Save}ECDSA comments to mention hex encodingFelix Lange2015-04-191-2/+3 | | * | | | eth: fix node key persistenceFelix Lange2015-04-191-4/+1 * | | | | | Removed debug printlnobscuren2015-04-191-3/+0 * | | | | | eth: drop blocks with low TDobscuren2015-04-192-5/+7 * | | | | | geth: added getBlockRlp for dumping block in rlp formatobscuren2015-04-191-0/+26 * | | | | | downloader: moved chunk ignoring. Fixes issue with catching upobscuren2015-04-194-31/+44 |/ / / / / * | | | | eth: temp 100% block propagation because of the current state of the netobscuren2015-04-191-2/+2 * | | | | downloader: defer peer reset after downloadobscuren2015-04-192-4/+8 |/ / / / * | | | downloader: reset hashTtl on receiveobscuren2015-04-191-0/+2 * | | | Merge branch 'downloader-proto' into developobscuren2015-04-1913-453/+790 |\ \ \ \ | |_|/ / |/| | | | * | | cleanupobscuren2015-04-191-3/+2 | * | | eth: removed debug messages to stdoutobscuren2015-04-191-2/+2 | * | | downloader: don't remove peers. keep them aroundobscuren2015-04-193-17/+17 | * | | geth: added identity flag which allows to set a custom node nameobscuren2015-04-192-0/+10 | * | | Merge branch 'develop' into downloader-protoobscuren2015-04-191-1/+7 | |\ \ \ | |/ / / |/| | | * | | | core: merge using equal block numbers rather than the current blockobscuren2015-04-191-1/+7 | * | | miner: reverted back to old eventobscuren2015-04-191-1/+1 | * | | typoobscuren2015-04-191-1/+1 | * | | miner: changed listenerobscuren2015-04-191-1/+1 | * | | downloader: free up peers from work when the downloader resetsobscuren2015-04-193-5/+22 | * | | downloader: throw an error if there are no peers available for downloadobscuren2015-04-191-6/+16 | * | | downloader: fixed a race condition for download statusobscuren2015-04-191-1/+0 | * | | eth: adapted to new synchronous api of downloader's AddBlockobscuren2015-04-193-4/+14 | * | | downloader: improved downloading and synchronisationobscuren2015-04-194-110/+129 | * | | downloader: make sure that hashes are only accepted from the active peerobscuren2015-04-182-20/+54 | * | | Merge branch 'develop' into downloader-protoobscuren2015-04-1822-366/+916 | |\ \ \ | |/ / / |/| | | * | | | updated ethashobscuren2015-04-182-4/+4 * | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-04-1819-362/+910 |\ \ \ \ | * \ \ \ Merge pull request #736 from frozeman/developFelix Lange2015-04-181-1/+1 | |\ \ \ \ | | |_|/ / | |/| | | | | * | | add extra space to miner iconFabian Vogelsteller2015-04-171-1/+1 | |/ / / | * | | Merge pull request #718 from karalabe/whisper-cleanupFelix Lange2015-04-1716-356/+899 | |\ \ \ | | * | | whisper: cleanup lefover scopingPéter Szilágyi2015-04-173-4/+4 | | * | | whisper: hide some internal typesPéter Szilágyi2015-04-171-3/+3 | | * | | whisper: don't issue signature warning if none presentPéter Szilágyi2015-04-161-0/+5 | | * | | whisper: track active peers, add peer cache expiry testPéter Szilágyi2015-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 * | | | | | rpc: set from. Closes #742obscuren2015-04-181-0/+2 |/ / / / / | | | * | downloader: reset the queue if a peer response with an empty hash setobscuren2015-04-183-15/+37 | | | * | eth: ignore NewBlockMsg with lower tdobscuren2015-04-181-2/+3 | | | * | core: improved uncle validation error messageobscuren2015-04-181-3/+2 | | | * | downloader: all handlers check for isBusyobscuren2015-04-181-7/+7 | | | * | eth: fixed proper BroadcastBlock for mined blocksobscuren2015-04-181-1/+1 | | | * | geth: bump version numberobscuren2015-04-181-2/+3 | | | * | eth: listen for mined blocks and propagate using the protocol managerobscuren2015-04-181-17/+15 | | | * | eth: drop blocks that are knownobscuren2015-04-181-0/+6 | | | * | eth: additional cleanups to the subprotocol, improved block propagationobscuren2015-04-183-56/+140 | | | * | eth: began split up of peers and protocol managerobscuren2015-04-184-388/+369 | | | * | Merge branch 'develop' into downloader-protoobscuren2015-04-1843-253/+4347 | | | |\ \ | |_|_|/ / |/| | | | * | | | | 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 | | | * eth: basic implementation of the downloaderobscuren2015-04-171-0/+25 | | | * Merge branch 'develop' into downloader-protoobscuren2015-04-16121-1166509/+19667 | | | |\ | | | | * downloader: updated downloader and fixed issues with catch upobscuren2015-04-161-22/+48 | |_|_|/ |/| | | * | | | 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-13