aboutsummaryrefslogtreecommitdiffstats
path: root/pow
Commit message (Expand)AuthorAgeFilesLines
* Integrate new ethash API and change geth makedag cmdGustav Simonsson2015-05-053-8/+8
* pow/ezp: use common.HashFelix Lange2015-03-171-7/+4
* updated vm envobscuren2015-03-171-2/+3
* Moved ethutil => commonobscuren2015-03-163-10/+10
* POW fixesobscuren2015-03-141-1/+0
* Changed nonce to a uint64obscuren2015-03-043-9/+14
* Introducing ethashMatthew Wampler-Doty2015-03-036-29/+16
* Exposing stuff for ethashMatthew Wampler-Doty2015-02-281-0/+2
* Introducign MixDigest and SeedHashMatthew Wampler-Doty2015-02-282-2/+2
* Turbo offobscuren2015-02-211-1/+1
* Optimisations and fixed a couple of DDOS issues in the minerobscuren2015-02-201-1/+1
* Disable turboobscuren2015-02-181-1/+1
* Filter and mutex locks addedobscuren2015-02-171-1/+1
* Fixed mining & limited hash powerobscuren2015-02-141-1/+1
* Reset hash rate to 0 when mining is stoppedobscuren2015-02-141-1/+2
* Basic structure minerobscuren2015-02-101-11/+18
* Merge branch 'develop' into minerobscuren2015-02-062-2/+2
|\
| * Default gas price and default gas for rpcobscuren2015-02-051-2/+0
| * set uncles regardless of empty uncle list. Fixes invalid blocks being minedobscuren2015-02-051-2/+3
|/
* WIP minerobscuren2015-02-041-1/+1
* Moved sha3 from `obscuren`obscuren2015-01-222-2/+2
* pre-powobscuren2015-01-122-0/+19
* Refactored ethutil.Config.Db outobscuren2015-01-075-301/+0
* Fixed peer window. Minor tweaks and fixesobscuren2015-01-061-1/+1
* Cleaned up some of that utilobscuren2015-01-042-0/+179
* Refactored block & Transactionobscuren2014-12-232-3/+3
* Merged developobscuren2014-12-181-1/+1
|\
| * Locks, refactor, testsobscuren2014-12-181-1/+1
* | WIPobscuren2014-12-151-4/+8
|/
* Moved powobscuren2014-12-103-0/+106
* all: fix rename breakageFelix Lange2014-11-013-10/+10
* Merge eth-go repository into go-ethereumFelix Lange2014-10-234-6/+7
* Implemented AR PoWobscuren2014-10-115-0/+300
> | | | | The release notes can be found at http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a good idea of what has gone into this release overall. However, a lot of FreeBSD specific additions and fixes have been made. For example, this release offers fixed ACPI support as well as new CPU freqeuncy monitoring support. See the FreeBSD GNOME 2.10 upgrade page at http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well as a list of known issues and upgrade instructions. GNOME 2.10, as well as all of our releases, would not be possible without the great team that goes into porting and testign each and every component. Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all their work. We would also like to thank our adventurous users that chose to ride the walrus. We'd especially like to thank the following users that provided patches for GNOME 2.10: ade Yasuda Keisuke Franz Klammer Khairil Yusof Radek Kozlowsk And anyone else I may have accidentally omitted. As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all of the FreeBSD GNOME splashscreen entries with gnomesession. You can use the deskutils/splashsetter port to choose the one you like best. As always, GNOME users should _not_ use portupgrade alone to upgrade to 2.10. Instead, get the gnome_upgrade.sh script from http://www.FreeBSD.org/gnome/gnome_upgrade.sh. Enjoy! * Update to 2.4.2.adamw2005-02-122-4/+3 | * Respect WITHOUT_PYTHON knob.bland2004-12-172-6/+18 | | | | Noticed by: dougb * I misread a configure variable. Correct the path to the XML catalog.marcus2004-11-301-3/+3 | * Update to 2.4.1.marcus2004-11-304-31/+9 | * - Bump portrevision to ease upgrading to new GNOMEpav2004-11-081-0/+1 | | | | Forgotten by: marcus, it seems * Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet * Update to 2.4.0.marcus2004-05-184-13/+14 | * Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best releasemarcus2004-04-05