aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* updated testsobscuren2014-12-134-6255/+7294
* Squashed commit of the following:obscuren2014-12-124-31/+75
* changed to unsigned integersobscuren2014-12-101-7/+19
* updated testsobscuren2014-12-1014-783/+8344
* Log is now interfaceobscuren2014-12-041-1/+1
* Renamed State => StateDBobscuren2014-12-041-6/+6
* Renames for chain, updated VM, moved methodsobscuren2014-12-042-4/+4
* Moved execution from vm to chain.obscuren2014-12-042-152/+58
* mergeobscuren2014-12-032-14/+43
|\
| * Fixed mem error in vm. Fixed logs testsobscuren2014-12-032-14/+43
* | merge errors fixedobscuren2014-12-0219-335/+9560
|\|
| * Check for known block err and ignoreobscuren2014-12-021-2/+0
| * updated testsobscuren2014-12-024-0/+120
| * Added state testsobscuren2014-12-022-5/+79
| * Fixed EXP gasobscuren2014-12-021-13/+1
| * Make an attempt to pay for the gas prior to expanding the mem.obscuren2014-12-021-1/+4
| * Updated testsobscuren2014-12-0216-335/+9242
* | try to get full coverage report on travisTaylor Gerring2014-11-151-132/+133
|/
* Fixes for the log methodobscuren2014-11-121-1/+1
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-1212-204/+3848
* Moved ethtest to cmdobscuren2014-11-103-3344/+0
* Fixed VM and added static analysis for EVM jumpsobscuren2014-11-051-1/+5
* Squashed commit of the following:obscuren2014-11-0520-2954/+2155
* added dbobscuren2014-11-041-0/+1
* chain, tests/helper, vm: make tests compileFelix Lange2014-11-011-1/+1
* all: fix rename breakageFelix Lange2014-11-015-31/+31
* Implemented LOG. Closes #159obscuren2014-10-271-0/+1
* Merge eth-go repository into go-ethereumFelix Lange2014-10-236-13/+13
* Chnged to use GetOp instead & added error + checkingobscuren2014-10-231-1/+2
* Update to HEAD testsobscuren2014-10-2311-314/+5
* Updated the VM & VM testsobscuren2014-10-233-4/+4
* Updated tests-subtreeobscuren2014-10-2214-2/+446
* added a transfer method to vm envobscuren2014-10-222-6/+5
* Renamed block_chain to chain_managerobscuren2014-10-201-5/+4
* movedobscuren2014-10-1922-9/+9
* Added tests as subtreeobscuren2014-10-1922-20/+13365
* Readersobscuren2014-10-193-27/+44
* Reflect changed to eth/vmobscuren2014-10-182-4/+4
* tests/vm: fix syntaxFelix Lange2014-10-171-5/+0
* ethvm, tests/*: use log level constantsFelix Lange2014-10-172-1/+5
* arith testobscuren2014-10-171-0/+3239
* Quick dirty peer updateobscuren2014-10-171-1/+1
* added eth testerobscuren2014-10-172-0/+104
* Fixed most of the testsobscuren2014-10-173-23/+49
* Updated testsobscuren2014-10-162-15/+34
* Fixed remote Arithmetic testsobscuren2014-10-154-19/+32
* Working on test suiteobscuren2014-10-157-0/+228
span>/+196 * | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-211-1/+1 * | Use -no-undefined on Linux tooMilan Crha2009-05-203-3/+3 * | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-041-0/+2 * | Redesign EPluginUI to accommodate merging and unmerging shell views.Matthew Barnes2009-01-242-146/+0 * | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-122-2/+0 * | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-022-32/+30 * | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-1118-288/+281 * | Saving progress. Lots of changes. Things are a bit broken at the moment.Matthew Barnes2008-09-053-578/+1 |/ * updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-2120-20/+20 * ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-0612-20/+9 * gtk_window_set_policy -> gtk_window_set_resizable.Kjartan Maraas2008-06-042-13/+13 * ** Fixes bug #534360Matthew Barnes2008-05-232-6/+6 * Replace G_GNUC_FUNCTION (deprecated) with G_STRFUNC.Matthew Barnes2008-01-293-5/+5 * ** Fixes bug #495951 Use GtkTreeView in place of ETableGilles Dartiguelongue2007-11-273-276/+242 * ** Remove trailing whitespace from source code.Matthew Barnes2007-11-1520-58/+58 * text/e.entry.[ch] text/e-completion.[ch] text/e-text-model-uri.[ch]Kjartan Maraas2007-10-311-2/+2 * Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-0220-40/+40 * ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-8/+0 * Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-2810-97/+42 * Remove a warningSrinivasa Ragavan2007-06-181-1/+0 * ** Fix for bug #446015 from Gilles Dartiguelongue Srinivasa Ragavan2007-06-183-303/+332 * ** Fix for bug #325882Srinivasa Ragavan2007-06-181-1/+1 * Fix compilation warnings in widgets folder (#441014).Matthew Barnes2007-06-032-25/+25 * Add tooltips for Views menu.Srinivasa Ragavan2007-05-111-0/+7 * Massive code cleanup (bug #429422)Matthew Barnes2007-04-205-14/+17 * ** Fixes bug #419524Matthew Barnes2007-03-218-13/+13 * remove "*" from translation. Fixes bug #331147.Andre Klapper2006-07-192-2/+2 * remove empty strings from translationAndre Klapper2006-07-131-2/+2 * Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-301-1/+1 * ** Fixes bug #326264Srinivasa Ragavan2006-01-141-1/+1 * Use e_util_mkdir_hier() instead of e_mkdir_hier().Simon Zheng2006-01-101-0/+1 * ** Fixes bug #240762Srinivasa Ragavan2005-12-201-1/+1 * Include libedataserver/e-xml-utils.h for e_xml_save_file() prototype.Tor Lillqvist2005-12-181-0/+1 * Include libedataserver/e-xml-utils.h for e_xml_save_file() prototype.Tor Lillqvist2005-12-181-1/+1 * Patch from Irene Huang <Irene.Huang@sun.com>.Veerapuram Varadhan2005-12-131-1/+1 * Load the widget pointer before using it. Fixes a compiler warning as wellVeerapuram Varadhan2005-12-061-1/+1 * 2005-11-29 Simon Zheng <simon.zheng@sun.comaHarry Lu2005-11-291-3/+5 * menus/gal-view-collection.c (load_single_dir) UseTor Lillqvist2005-09-302-2/+2 * Fix #240762. If the galview implement the edit function, enable the editLi Yuan2005-09-291-2/+2 * Install in privsolib instead of privlib (no difference on Unix). UseTor Lillqvist2005-09-281-6/+10 * Add a11y name to the left table of config dialog. Add name to the leftLi Yuan2005-08-041-0/+10 * Fixes a bug where it allows just builtin views to be edited and not userSrinivasa Ragavan2005-07-251-2/+2 * Added widgets in INCLUDES.Kaushal Kumar2005-06-234-4/+4 * Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-1721-55/+94 * Port to Windows, initial commit:Tor Lillqvist2005-04-2910-45/+93 * Fixes #40762Li Yuan2005-03-231-1/+8 * don't bonobo_ui_free_string from bonobo_ui_node_to_string - it should beNot Zed2005-03-151-4/+1 * Install shared libraries to privlibdir.Hans Petter Jansson2005-02-101-1/+1 * Convert to G_DEFINE_TYPEJP Rosevear2004-11-121-12/+12 * do not set position, it's already done in .glade, call set_transient_forRadek Doulik2004-08-041-1/+9 * watch for selection changes and set Delete button sensitivity according toRadek Doulik2004-07-241-0/+21 * clone view before saving it to avoid problems with setting current_view_idRadek Doulik2004-06-211-0/+2 * prepend label " " before the ETableRadek Doulik2004-06-152-14/+57 * HIGified, updated as suggested in #46236Radek Doulik2004-06-112-244/+224 * remove defunct Revert button and replace OK/Cancel buttons with a CloseJon Oberheide2004-06-102-43/+2 * Fixes #48129Jon Oberheide2004-05-101-0/+1 * don't issue the display view signal a second time, connect_view does thisJP Rosevear2004-04-061-1/+0 * NULL out priv->instance when we unref it. Bug #51713.Not Zed2003-12-101-1/+3 * shared object looks for wrong mo file"Suresh Chandrasekharan2003-11-033-3/+3 * fix string duplication and refcounting problems.Larry Ewing2003-06-242-5/+7 * block the signal that got us here until we're done to stop an infiniteMike Kestner2003-05-171-0/+2 * Make sure the galview.xml file exists before trying to parse it withJeffrey Stedfast2003-05-171-3/+7 * Disable debugging messages.Ettore Perazzoli2003-05-162-2/+2 * guard against multiple destroysJP Rosevear2003-05-151-0/+3 * (gal_view_menus_unmerge): Guard againstEttore Perazzoli2003-05-141-1/+2 * Don't convert the label charset from UTF-8 into the locale charset.Jeffrey Stedfast2003-04-291-8/+4 * Try stat'ing the file before loading it with xmlParseFile() to avoidJeffrey Stedfast2003-04-251-4/+6 * Free the id when we're done with it.Hans Petter Jansson2003-04-161-0/+3 * fix padding and default size. Fixed warnings elsewhere in file.Mike Kestner2003-04-161-1/+7 * use stock buttons, remove desc frame. #if out the copy button. addMike Kestner2003-04-113-282/+229 * add ... to "Define Views" and "Save Custom View" menuitem labels.Mike Kestner2003-04-101-2/+2 * fix button order fix button order fix button orderMike Kestner2003-04-083-3/+3 * (set_state): Removed debugging message.Ettore Perazzoli2003-03-281-1/+1 * Use glib macro G_GNUC_FUNCTION instead of __FUNCTION__. Thank u, Ettore.Sanshao Jiang2003-03-222-6/+7 * Instead of using gtk_widget_unparent(), remove the widget from theHans Petter Jansson2003-03-183-3/+3 * use access() like camelMike Kestner2003-03-152-3/+8 * Use G_GNUC_FUNCTION instead of __FUNCTION__.Ettore Perazzoli2003-03-071-2/+2 * Remove unneeded MAP_DIR define. (gladedir): Remove. Defined inDan Winship2003-02-061-0/+1 * Here too.Jeffrey Stedfast2003-01-162-2/+2 * add the parent arg.Chris Toshok2002-12-195-10/+18 * protect against null instance_id's (bug#35540)Mike Kestner2002-12-141-1/+5 * check for null or blank view namesGilbert Fang2002-12-111-5/+9 * convert some GnomeDialog stuff to GtkDialog.Chris Toshok2002-11-173-13/+11 * GtkObject->Gobject and GnomeDialog->GtkDialog work.Chris Toshok2002-11-174-208/+252 * use GtkDialog's ::response instead of GnomeDialog's ::clicked.Chris Toshok2002-11-151-5/+5 * hrm, we shouldn't need to do this, but gtk_widget_show_all the customChris Toshok2002-11-151-0/+1 * more porting work.Chris Toshok2002-11-1414-1098/+971 * menus/gal-view-menus.h GObjectified.Ettore Perazzoli2002-11-142-40/+33 * start porting to GObject.Chris Toshok2002-11-1412-375/+235 * gnome-xml->libxmlNot Zed2002-11-132-3/+3 * First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-021-2/+2 * merging the gal-2 branch back to the trunk.Mike Kestner2002-11-0114-52/+64 * ref/unref the gvmMike Kestner2002-08-151-0/+4 * Edit the view after appending it to the model.Christopher James Lahey2002-06-171-0/+1 * Added this function to let you disable the define views dialog.Christopher James Lahey2002-06-052-41/+67 * Don't show this dialog more than once per collection.Christopher James Lahey2002-06-051-9/+32 * Added this function to set the user visible name of this collection.Christopher James Lahey2002-06-044-4/+45 * Made it so that if the current_id doesn't match any of the given ids, itChristopher James Lahey2002-05-141-4/+10 * Set the gettext-domain here.Christopher James Lahey2002-05-022-4/+10 * Ansification patch from danw.Christopher James Lahey2002-04-264-4/+4 * Bumped version number to 0.19.99.14.Christopher James Lahey2002-04-232-0/+143 * New signal for when the width of the column changes.Christopher James Lahey2002-02-131-0/+2 * New function to handle unmerging menus at control deactivation time. (d):Christopher James Lahey2002-02-082-15/+26 * Bumped the required version of gal.Christopher James Lahey2002-02-072-117/+257 * Create the local directory when loading instead of when saving. This wayChristopher James Lahey2002-02-071-2/+2 * Bumped the version number to 0.19.99.5.Christopher James Lahey2002-02-079-136/+1216 * Added gal-view-instance.c and gal-view-instance.h.Christopher James Lahey2002-02-014-72/+573 * Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-281-3/+2 * Bumped the version number here to 0.16.Christopher James Lahey2001-10-311-0/+3 * Check item->type != NULL here. Fixes Ximian bug #4668.Christopher James Lahey2001-10-281-1/+1 * Changed the license announcement at the top of these files.Christopher James Lahey2001-10-2716-76/+302 * Ref the BonoboUIComponent that we are holding. (gvm_destroy): Unref ourJon Trowbridge2001-10-251-0/+12 * Make this not be a radio button, but instead just a normal menu.Christopher James Lahey2001-10-211-70/+53 * #include bonobo-ui-util.hJeffrey Stedfast2001-10-191-0/+1 * add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-052-5/+6 * added BONOBO_GNOME_CFLAGS to make it compile with latest BonoboRodrigo Moya2001-10-041-0/+1 * Fixes #2465Chyla Zbigniew2001-09-051-4/+4 * Don't display the Define Views dialog.Christopher James Lahey2001-08-111-0/+2 * Chain to the destroy handler in the parent class!Federico Mena Quintero2001-08-095-2/+19 * Changed this to match the changed signal on the ETableConfig object. FixesChristopher James Lahey2001-07-071-1/+5 * Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1 * Store the connection ID of the "changed" signal in the collection.Federico Mena Quintero2001-06-012-9/+21 * Document the fact that this function ref()s the factory and that peopleFederico Mena Quintero2001-05-301-7/+55 * make the view menuitems radio items of the same group, and allocate theChris Toshok2001-05-221-52/+70 * Removed EVOLUTION_VERSION from the rest of makefiles. use VERSION instead. SoGediminas Paulauskas2001-05-082-4/+9 * Found out that I forgot to commit this.Gediminas Paulauskas2001-05-031-4/+2 * Fix a memory leak.Dan Winship2001-04-131-4/+4 * Translate the title as we read it.Christopher James Lahey2001-04-111-1/+5 * i18n fixes, added missing includes.Gediminas Paulauskas2001-04-111-1/+3 * make parent_class staticDan Winship2001-04-081-1/+1 * Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-051-2/+4 * Some small header cleanups & fixes, and fix to translate all popup menusGediminas Paulauskas2001-04-051-2/+1 * Fix headers.Kjartan Maraas2001-04-051-0/+2 * Fix headers. Ditto. Ditto. Ditto. Ditto.Kjartan Maraas2001-04-045-6/+8 * Ahem, free the xmlDoc. (load_single_dir): Free the filename if we returnFederico Mena Quintero2001-04-031-1/+3 * Ahem, free the xmlDoc.Federico Mena Quintero2001-04-031-0/+1 * Removed glade.h files -- xml-i18n-tools generates them itself.Gediminas Paulauskas2001-04-022-4/+0 * No one responds on IRC, explained everything in bugzilla and these changelogs.Gediminas Paulauskas2001-04-022-4/+6 * Don't print the xml tree here.Christopher James Lahey2001-03-291-1/+3 * Added accelerator to elements missing accelerators (Reply, Inline, Quoted,Miguel de Icaza2001-03-171-5/+5 * Reorganize the menus to have entries always in a consistent fashion, asMiguel de Icaza2001-03-071-1/+1 * Rebuild when the collection changes.Christopher James Lahey2001-03-061-11/+60 * New changed signal.Christopher James Lahey2001-03-062