aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/jeth.go
Commit message (Expand)AuthorAgeFilesLines
* bugfix console error handlingBas van Kervel2015-08-261-4/+5
* Set ipc channel as user agent clientBas van Kervel2015-08-241-10/+0
* support for user agentsBas van Kervel2015-08-121-5/+84
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* display rpc error in consoleBas van Kervel2015-07-031-8/+10
* added RPC start/stop supportBas van Kervel2015-06-221-5/+4
* cleanup comments/codeBas van Kervel2015-06-221-90/+3
* removed old rpc structure and added new inproc api clientBas van Kervel2015-06-221-19/+25
* removed obsolete print statementBas van Kervel2015-06-111-86/+0
* changed send methods for backwards compatability in geth consoleBas van Kervel2015-06-111-0/+54
* added console commandBas van Kervel2015-06-111-11/+43
* added debug APIBas van Kervel2015-06-111-3/+4
* changed send methods for backwards compatability in geth consoleBas van Kervel2015-06-111-0/+54
* added console commandBas van Kervel2015-06-111-15/+48
* cmd/geth, jsre, rpc: run all JS code on the event loopFelix Lange2015-05-251-3/+3
* Merge branch 'develop' of github.com:ethereum/go-ethereum into developDaniel A. Nagy2015-05-111-0/+2
|\
| * rpc: display error message to stdoutobscuren2015-05-111-0/+2
* | Signing (almost) works.Daniel A. Nagy2015-05-081-2/+0
|/
* setTimeout and sendAsync implementedzsfelfoldi2015-05-061-22/+47
* Default gasobscuren2015-04-021-0/+2
* Temp fix for console outputobscuren2015-03-251-2/+4
* using robertkrimen/otto, godeps updatedzsfelfoldi2015-03-201-8/+19
* rpczelig2015-03-151-0/+43
c2013-evolution/commit/e-util?id=fb410a4f98a01358049b82d1593b97969069cc0c'>Remove the logic that assumes "Rupert> " is a citation, since it misfiresDan Winship2002-08-052-28/+22 * Don't use "isprint(c)" to mean "c >= 32 && c < 128" since it doesn't inDan Winship2002-08-012-13/+24 * If the user has enabled IPv6 support, use getaddrinfo to resolve hostnamesJeffrey Stedfast2002-07-312-9/+183 * Return the actual count, rather than always 0!Not Zed2002-07-252-1/+6 * Install libversit.a so that people compiling against the addressbook canPeter Williams2002-07-182-37/+54 * Cast to a string type. (term_eval_castint): Cast to an int type.Not Zed2002-07-163-3/+83 * #include <string.h>Dan Winship2002-07-102-0/+5 * *** empty log message ***Rodrigo Moya2002-07-031-1/+1 * Ă‘changed to return a gboolean (TRUE if the icon is found, FALSE if not).Rodrigo Moya2002-07-033-7/+14 * Use connect_while_alive, so we're not called after we've quit. See bugNot Zed2002-06-172-4/+10 * Protect against EINTR (irix?), see bug #24086.Not Zed2002-06-032-4/+12 * New.Ettore Perazzoli2002-05-073-1/+12 * Destroy our mutex too. (e_thread_new): Add thread to a new list of allNot Zed2002-05-063-0/+55 * Documented this function as not necessarily stripping shellChristopher James Lahey2002-05-022-0/+2 * Set the gettext-domain here.Christopher James Lahey2002-05-021-0/+6 * Added a sed job on po/Makefile.in.in here.Christopher James Lahey2002-04-301-1/+5 * Changed this to handle large numbers. (e_create_directory): Changed thisChristopher James Lahey2002-04-301-65/+111 * Use DBL_DIG to compute how much buffer space to use here.Christopher James Lahey2002-04-272-3/+8 * Ansification patch from danw.Christopher James Lahey2002-04-264-11/+11 * Don't leak the base64 encoded password buffer.Jeffrey Stedfast2002-04-202-11/+19 * New wrapper around gethostbyaddr_r if the system has it, else a whole newJeffrey Stedfast2002-04-173-79/+150 * Handle parsing negative integers.Jeffrey Stedfast2002-04-122-7/+23 * #include <parser.h> and <xmlmemory.h> instead of <gnome-xml/parser.h> andEttore Perazzoli2002-04-111-2/+4 * open a file selection dialog with the given title and return the selectedJP Rosevear2002-03-303-0/+70 * Use iconv-detect.c to generate a iconv-detect.h file containingJeffrey Stedfast2002-03-301-13/+33 * Added widgets/e-option-menu.lo.Christopher James Lahey2002-03-262-0/+61 * New. New.Ettore Perazzoli2002-03-234-0/+96 * Document the fact that this takes two locale charset strings and one UTF8Dan Winship2002-03-222-7/+13 * Replaced e_marshal_BOOL__STRING with this since the function it was usedChristopher James Lahey2002-03-132-11/+15 * Added e-table-search.lo.Christopher James Lahey2002-03-122-0/+25 * #include <string.h> for strcmp.Jeffrey Stedfast2002-03-052-2/+9 * Fix for if the buffer ends with an email address (and no newline).Dan Winship2002-02-232-0/+7 * New signal for when the width of the column changes.Christopher James Lahey2002-02-132-0/+22 * add row and column definesJP Rosevear2002-02-092-0/+7 * Emit E_TEP_CAPS for the right values for M-l, M-c, and M-u.Christopher James Lahey2002-02-072-4/+12 * Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-283-23/+19 * AIX and IRIX are like Sun systems - they use ISO8859-1 rather than namesJeffrey Stedfast2002-01-261-2/+2 * Yet Another Stupid Marshaller.Ettore Perazzoli2002-01-232-0/+20 * Added #include <libgnome/gnome-defs.h>.Christopher James Lahey2002-01-171-1/+1 * compile new filesJP Rosevear2002-01-154-3/+231 * Allow for a period after suffixes. Fixes Ximian bug #17012.Christopher James Lahey2002-01-112-4/+11 * Prune free'd nodes from our free list otherwise we'll end up re-usingJeffrey Stedfast2002-01-052-0/+23 * Reverted.Jeffrey Stedfast2002-01-033-8/+10 * Move the struct into md5-utils.c - this is a kludgey hack around the factJeffrey Stedfast2002-01-033-6/+15 * remove e_gnome_dialog util functions and use e-util ones insteadJP Rosevear2002-01-033-4/+66 * clear all info from the mapJP Rosevear2001-12-193-1/+20 * Merging changes:Christopher James Lahey2001-12-182-5/+40 * use UTF-8 as the char set when testing pilot linkJP Rosevear2001-12-122-2/+9 * Clear the password in bonobo-conf as well. Fixes ximian 14893.Dan Winship2001-11-202-18/+36 * Remove `-lc'. It makes the mailer do strange things when it callsEttore Perazzoli2001-11-142-1/+7 * only insert non-0 pids into the pid map (e_pilot_map_insert): remove andJP Rosevear2001-11-142-26/+69 * Explicitly add -lcJP Rosevear2001-11-142-1/+5 * added a 2nd format, with the weekday and the date. We need this so we canDamon Chaplin2001-10-302-2/+11 * CVS surgeryJoe Shaw2001-10-302-76/+0 * Require gal 0.15.99.8Joe Shaw2001-10-301-2/+0 * Remove a g_warning.Ettore Perazzoli2001-10-302-2/+4 * Added French conjunction.Christopher James Lahey2001-10-303-0/+12 * Cleaned this up a bit.Christopher James Lahey2001-10-292-4/+9 * ChangeLog fix.Chris Lahey2001-10-291-1/+1 * Check for compound first names here (X & Y).Christopher James Lahey2001-10-292-2/+89 * make sure to free the keys as well (e_pilot_map_remove_by_uid): dittoJP Rosevear2001-10-292-12/+25 * Return 1 from the button_release event.Christopher James Lahey2001-10-281-4/+1 * More fixing of the license texts.Ettore Perazzoli2001-10-282-24/+22 * More fixing of the license texts.Ettore Perazzoli2001-10-286-54/+54 * Fixing the license text.Ettore Perazzoli2001-10-2823-23/+0 * update protoJP Rosevear2001-10-273-4/+31 * take an extra param on whether to mark touched (map_sax_start_element):JP Rosevear2001-10-273-41/+81 * Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-2723-46/+46 * Bump up to 0.15.99.5.Ettore Perazzoli2001-10-272-1/+26 * Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-1/+22 * Changed the license announcement at the top of these files.Christopher James Lahey2001-10-2717-151/+293 * add archived records with pilot id of 0 (map_write_foreach): use the uidJP Rosevear2001-10-272-21/+59 * free up old memory first (e_pilot_map_destroy): free allocated memory whenJP Rosevear2001-10-26