aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api
Commit message (Expand)AuthorAgeFilesLines
* support for user agentsBas van Kervel2015-08-125-20/+36
* core, eth, trie, xeth: merged state, chain, extra databases in oneJeffrey Wilcke2015-08-081-1/+1
* Merge pull request #1595 from obscuren/extra-dataJeffrey Wilcke2015-08-071-6/+2
|\
| * miner, rpc: added length check for extra dataJeffrey Wilcke2015-08-071-6/+2
* | miner, rpc: added submit hashrate for remote agentsJeffrey Wilcke2015-08-062-0/+41
|/
* Merge pull request #1461 from bas-vk/eth_resendJeffrey Wilcke2015-08-022-7/+19
|\
| * bugfix, pending transaction was resend with new gas price/limit but not remov...Bas van Kervel2015-07-282-7/+19
* | rpc/api: add missing autocomplete commandsPéter Szilágyi2015-07-311-5/+12
* | rpc: to in Call no longer required. Fixed eth_estimateGasJeffrey Wilcke2015-07-293-8/+4
* | Merge pull request #1515 from fjl/license-fixesJeffrey Wilcke2015-07-2834-34/+34
|\ \
| * | all: fix license headers one more timeFelix Lange2015-07-2434-34/+34
* | | params: reduce extra data to 32 bytesJeffrey Wilcke2015-07-261-0/+8
|/ /
* / all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-2334-136/+136
|/
* added net.versionBas van Kervel2015-07-083-2/+10
* all: update license informationFelix Lange2015-07-0734-0/+544
* Merge pull request #1428 from obscuren/coinbase-fixesJeffrey Wilcke2015-07-073-0/+43
|\
| * eth,miner,rpc: set coinbaseJeffrey Wilcke2015-07-071-1/+1
| * cmd,eth,rpc,tests: default coinbaseJeffrey Wilcke2015-07-073-0/+43
* | fix/skip tests, adapt registrar to no contract addresszelig2015-07-071-6/+6
* | rebase with zelig/frontier/registrarBas van Kervel2015-07-071-20/+10
* | corrected input formatters as suggested during reviewBas van Kervel2015-07-076-24/+4
* | fixed web3 formatters mismatchBas van Kervel2015-07-079-174/+73
* | fix js arguments and TestContract passeszelig2015-07-072-17/+19
* | fix sleepBlocks, implement sleepzelig2015-07-073-18/+44
* | add missing method to api/adminzelig2015-07-072-2/+17
* | Registrar and contractInfo handlingzelig2015-07-073-13/+508
* | Registrar and contractInfo handlingzelig2015-07-072-0/+79
|/
* core, eth, rpc: proper gas used. Closes #1417Jeffrey Wilcke2015-07-072-5/+4
* rpc, xeth: fixed returned tx hash & receipt logsJeffrey Wilcke2015-07-061-9/+14
* Add autocomplete support for consoleTaylor Gerring2015-07-061-0/+1
* CleanupTaylor Gerring2015-07-051-4/+4
* Compose additional fieldsTaylor Gerring2015-07-052-5/+18
* Remove redundant functionTaylor Gerring2015-07-051-1/+1
* Rename local variable for clarityTaylor Gerring2015-07-041-2/+2
* Decode full receipt storageTaylor Gerring2015-07-041-2/+4
* Fix hex conversionTaylor Gerring2015-07-041-1/+2
* Initial getTransactionReceipt supportTaylor Gerring2015-07-042-0/+43
* fix logging jsonrpc request #1365ethers2015-07-011-1/+1
* Merge pull request #1328 from bas-vk/issue1327Jeffrey Wilcke2015-06-305-8/+252
|\
| * solved merge conflictsBas van Kervel2015-06-301-9/+0
| |\
| | * initialize fields to prevent nil pointer exceptionBas van Kervel2015-06-291-3/+8
| | * add json parsing method for resend transactionBas van Kervel2015-06-292-2/+76
| | * improved error handling in parsing requestBas van Kervel2015-06-292-2/+8
| | * fixed unittest compilation issueBas van Kervel2015-06-241-2/+3
| | * added eth.resendBas van Kervel2015-06-244-0/+76
| | * added eth.pendingTransactionsBas van Kervel2015-06-244-6/+79
| * | rebase with developBas van Kervel2015-06-302-15/+33
| * | initialize fields to prevent nil pointer exceptionBas van Kervel2015-06-301-3/+8
| * | add json parsing method for resend transactionBas van Kervel2015-06-302-2/+76
| * | improved error handling in parsing requestBas van Kervel2015-06-302-2/+8
| * | fixed unittest compilation issueBas van Kervel2015-06-301-2/+3
| * | added eth.resendBas van Kervel2015-06-304-0/+76
| * | added eth.pendingTransactionsBas van Kervel2015-06-304-6/+79
* | | core: reduce CPU load by reducing calls to checkQueueJeffrey Wilcke2015-06-301-2/+3
|/ /
* | core, eth, rpc: avoid unnecessary block header copyingFelix Lange2015-06-301-8/+10
* | rpc: unmask pending block fieldsFelix Lange2015-06-301-8/+0
* | cmd/geth, rpc/api: fix reported metrics issuesPéter Szilágyi2015-06-251-15/+12
* | rpc/api, cmd/geth: retrievel all percentiles, add time unitsPéter Szilágyi2015-06-241-21/+22
* | cmd/geth, rpc/api: extend metrics API, add a basic monitor commandPéter Szilágyi2015-06-243-32/+96
* | cmd/geth, rpc/api: move the metrics into the new consolePéter Szilágyi2015-06-242-0/+69
|/
* bugfix in startRPC error handlingBas van Kervel2015-06-231-4/+4
* fixed eth sign unittestBas van Kervel2015-06-224-8/+27
* added RPC start/stop supportBas van Kervel2015-06-2218-91/+152
* fixed unittestsBas van Kervel2015-06-221-29/+0
* added batch support to console and attach actionsBas van Kervel2015-06-223-26/+26
* moved solidity test to new rpc structureBas van Kervel2015-06-221-0/+110
* removed old rpc structure and added new inproc api clientBas van Kervel2015-06-223-6/+2695
* fixed rpc test failure in eth.blockNumberBas van Kervel2015-06-221-43/+45
* fixed rpc test failure in net_peerCountBas van Kervel2015-06-221-1/+1
* fixed web3 rpc test failuresBas van Kervel2015-06-221-0/+24
* added DB apiBas van Kervel2015-06-226-5/+295
* refactored old rpc structure to newBas van Kervel2015-06-221-0/+4
* added comms httpBas van Kervel2015-06-221-0/+4
* Merge pull request #1267 from SilentCicero/developJeffrey Wilcke2015-06-193-0/+45
|\
| * New DataArgs and eth_sendRawTransactionSilentCicero2015-06-172-1/+30
| * thanks subtly :)Nick Dodson2015-06-161-1/+1
| * NewSigArgs arg change.Nick Dodson2015-06-161-1/+1
| * Update utils.goNick Dodson2015-06-151-1/+1
| * Update eth.goNick Dodson2015-06-151-1/+1
| * Changed variable namesSilentCicero2015-06-151-7/+1
| * eth_pushTx send raw signed encoded TX data to the chain through RPCSilentCicero2015-06-152-0/+22
* | Merge pull request #1260 from obscuren/tx-drop-low-txJeffrey Wilcke2015-06-162-7/+10
|\ \
| * | rpc/api: fixed default gas-(price) issue.obscuren2015-06-152-7/+10
| |/
* / fixed rpc/api.GasPricezsfelfoldi2015-06-151-1/+1
|/
* upgrade web3.js with _extend supportBas van Kervel2015-06-117-6/+51
* added net APIBas van Kervel2015-06-111-0/+8
* added miner APIBas van Kervel2015-06-111-1/+5
* added console commandBas van Kervel2015-06-113-15/+19
* added API/IPC commandline flagsBas van Kervel2015-06-111-0/+5
* restructured eth rpc APIBas van Kervel2015-06-113-0/+122
* added shh APIBas van Kervel2015-06-116-5/+370
* cleanup of javascript APIBas van Kervel2015-06-119-88/+89
* added txpool APIBas van Kervel2015-06-114-1/+91
* upgrade web3.js with _extend supportBas van Kervel2015-06-115-79/+79
* added admin APIBas van Kervel2015-06-1114-203/+613
* added personal APIBas van Kervel2015-06-115-9/+259
* added debug APIBas van Kervel2015-06-115-1/+270
* added net APIBas van Kervel2015-06-119-11/+141
* added miner APIBas van Kervel2015-06-115-1/+323
* added console commandBas van Kervel2015-06-117-46/+165
* added API/IPC commandline flagsBas van Kervel2015-06-111-0/+5
* added RPC/IPC supportBas van Kervel2015-06-111-0/+41
* restructured eth rpc APIBas van Kervel2015-06-117-0/+1911
='deletions'>-1/+8 * - Add TEST_DEPENDSswills2012-01-301-0/+3 * - Add TEST_DEPENDSswills2012-01-301-0/+4 * - Add TEST_DEPENDSswills2012-01-301-0/+1 * - Correct BUILD_DEPENDS and RUN_DEPENDSswills2012-01-301-1/+15 * - Correct BUILD_DEPENDS and RUN_DEPENDSswills2012-01-301-1/+2 * - Add TEST_DEPENDS to enable testingswills2012-01-301-0/+2 * - Add TEST_DEPENDS to enable testingswills2012-01-301-0/+2 * - Add TEST_DEPENDS to enable testingswills2012-01-301-0/+1 * - Add TEST_DEPENDS to enable testingswills2012-01-301-0/+2 * - Add missing DEPENDSswills2012-01-301-1/+6 * - Add missing DEPENDSswills2012-01-301-1/+6 * - Add TEST_DEPENDS to enable testingswills2012-01-301-0/+1 * - Add TEST_DEPENDS to enable testingswills2012-01-301-0/+1 * - Add TEST_DEPENDS to enable testingswills2012-01-301-0/+7 * - Add TEST_DEPENDS to enable testingswills2012-01-291-0/+1 * - Add TEST_DEPENDS to enable testingswills2012-01-291-0/+1 * - Add TEST_DEPENDS to enable testingswills2012-01-291-0/+2 * - Correct BUILD_DEPENDSswills2012-01-291-1/+3 * - Add TEST_DEPENDS to enable testingswills2012-01-291-0/+1 * - Add USE_GMAKE=yes to ensure MAKE_JOBS_SAFEsunpoet2012-01-291-0/+1 * - Update to 0.02002miwi2012-01-292-4/+4 * - Update to 1.2.1miwi2012-01-292-3/+3 * chdb implements a read-only memory mapped hash-table for PHP.miwi2012-01-294-0/+42 * Postgresql-8.2 is no longer supported by upstream.crees2012-01-281-0/+3 * - Add TEST_DEPENDS to enable testingswills2012-01-281-0/+2 * - Update to 0.74sunpoet2012-01-272-3/+3 * - Update pure to 0.51 and update modulespav2012-01-262-20/+6 * This is the PostgreSQL backend module for ProFTPDmm2012-01-263-0/+32 * This is the MySQL backend module for ProFTPDmm2012-01-263-0/+32 * The problem previously reported on freebsd-ports@ hasn't been fixed,dougb2012-01-262-3/+10 * - Update to 0.2107sunpoet2012-01-262-4/+3 * - To preserve my sanity, slave 82 and 83 to 84, and 90 to 91, resulting increes2012-01-268-1139/+217 * - Integrate a upstream patch to fix lock bug when creating queuejgh2012-01-264-3/+59 * - update to 0.6.5rm2012-01-263-4/+4 * - Update to 1.94swills2012-01-263-17/+5 * - Reassign to the heaptabthorpe2012-01-261-1/+1 * - Pet Tinderbox and friends.avilla2012-01-251-1/+1 * - Lock these under my maintainership temporarily while the repo copy and upgr...pgollucci2012-01-252-2/+2 * - Reset MAINTAINER [1]culot2012-01-241-3/+4 * - Update *_DEPENDSsunpoet2012-01-241-9/+20 * - Reset MAINTAINERsunpoet2012-01-241-1/+1 * - Reset MAINTAINERsunpoet2012-01-241-1/+1 * Add OPTION to postgresql9[10]-contrib for building without uuid-osspcrees2012-01-248-17/+45 * Unbreak ICU 4.8 supportcrees2012-01-241-2/+2 * - Update to 2.12.1jgh2012-01-232-3/+3 * - update to 3.7.10scheidell2012-01-234-16/+53 * - Remove manual fix for FreeBSD 10.x as the FreeBSD 10.x workaround inbeat2012-01-229-35/+0 * - Update to 0.2106sunpoet2012-01-222-3/+3 * Reset maintainer as per request.crees2012-01-222-2/+2 * - Add profile support for PostgreSQL serversjgh2012-01-2218-42/+354 * - Add test depends.kuriyama2012-01-221-0/+2 * - Disallow from pointyhat: distfile exceeds pointyhat filesize limitpav2012-01-221-0/+2 * At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-2286-86/+86 * A Perl module which provides an enhanced database populate methodswills2012-01-215-0/+96 * - Add TEST_DEPENDSsunpoet2012-01-201-0/+3 * - Update to 4.5.0jgh2012-01-205-79/+91 * Over to perl@ (really not being abandoned!)crees2012-01-201-1/+1 * Over to perl@ -- more exposure to criticismcrees2012-01-201-1/+1 * fix typo %%PG_GROUP%% in pkg-plist-serverjgh2012-01-2012-12/+12 * - Update to 0.9-3tota2012-01-202-4/+3 * - Reset ports due to maintainer timeouts and lack of response to emailstabthorpe2012-01-1921-21/+21 * - Fixed authenticaton to database != 0scheidell2012-01-192-1/+25 * update math/R to 2.14.1, and adjust dependent portsbf2012-01-192-2/+2 * Fix plist to create directory with proper ownerships so PostgreSQL databasejgh2012-01-192-1/+4 * Fix plist to create directory with proper ownerships PostgreSQL databasejgh2012-01-1910-1/+20 * p5-DBIx-Wrapper: convenience wrapper around Perl's DBIjgh2012-01-185-0/+44 * - s/plugins/plugin/g so that its where mysqld expects thempgollucci2012-01-171-5/+6 * Update to 2.2.1jpaetzel2012-01-173-18/+57 * - Pass maintainership to zope@wen2012-01-161-1/+1 * - Update to 2.12.0scheidell2012-01-162-3/+3 * - Update to 0.2105sunpoet2012-01-163-5/+3 * - Add TEST_DEPENDSmiwi2012-01-151-0/+1 * - Update to 1.2.2miwi2012-01-153-6/+22 * - Update to 1.2.1miwi2012-01-152-6/+5 * - Add TEST_DEPENDS to enable testingswills2012-01-141-0/+1 * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-1448-56/+53 * - Add TEST_DEPENDS to enable testingswills2012-01-141-1/+2 * Update to 5.5.20 release.ale2012-01-134-6/+6 * Update to 5.1.61 release.ale2012-01-132-3/+3 * - update to 2.0.2flo2012-01-133-57/+61 * - Update to 1.027sunpoet2012-01-132-6/+15 * 2012-01-12 databases/phpmyadmin211: No longer supported by the phpMyAdmin pro...eadler2012-01-139-270/+0 * - Update to 1.926sunpoet2012-01-132-6/+17 * - update to 2.1.1wen2012-01-132-3/+3 * Update from 2.4.5 to 2.4.6.osa2012-01-122-3/+3 * share/doc/HTML/en/kmysqladmin/common is a symlink not a directory, fix plist ...bapt2012-01-122-2/+2 * Update to 2.10cs2012-01-103-4/+4 * Update to 2.3 release.ale2012-01-102-3/+3 * Fix multi-instance handling in rc.d scriptdougb2012-01-101-17/+14 * - patch to resolve THRIFT-1487 issuescheidell2012-01-101-0/+9 * - The proper acronym for Apache Software License 2 is really AL2tabthorpe2012-01-099-9/+9 * The port asks the user a question. Tools like portmaster need tolbr2012-01-091-0/+2 * - update to 1.0.6rm2012-01-097-43/+85 * 2011-11-30 databases/pear-Doctrine: Please upgrade to 1.2.x: http://svn.doctr...eadler2012-01-096-1139/+0 * - Change DISTNAME to follow lang/perl5.14sunpoet2012-01-083-4/+14 * Repeated words are are hard to to find sometimes.eadler2012-01-083-3/+3 * - Update to 0.0018wen2012-01-082-3/+3 * Upgrade to version 1.41.olgeni2012-01-083-3/+23 * - Update to 1.51sunpoet2012-01-082-7/+21 * - Update to 0.766sunpoet2012-01-082-3/+3 * - Update to 2.11.7culot2012-01-072-3/+3 * Python DB-API 2.0 client interface for Cassandraeadler2012-01-075-0/+67 * - Update to 0.5.1culot2012-01-062-3/+3