Skip to content

Instantly share code, notes, and snippets.

diff --git a/modules/host/contractmanager/sector.go b/modules/host/contractmanager/sector.go
index f8ba8ba..cdfb532 100644
--- a/modules/host/contractmanager/sector.go
+++ b/modules/host/contractmanager/sector.go
@@ -63,17 +63,22 @@ type (
}
)
-// readSector will read the sector in the file, starting from the provided
-// location.
package main
import (
"fmt"
"time"
"golang.org/x/crypto/twofish"
)
func main() {
2017/06/08 06:38:19.881082 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts.
2017/06/08 10:26:00.657174 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts.
2017/06/08 15:11:04.345277 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts.
2017/06/08 22:50:30.040344 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts.
2017/06/09 03:54:43.136234 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts.
2017/06/09 06:49:15.349779 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts.
2017/06/09 12:28:26.010772 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts.
2017/06/09 16:40:12.558419 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts.
2017/06/09 23:00:48.977573 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts.
2017/06/10 00:26:31.761166 scan.go:319: Performing scan on 200 online hosts and 200 offline hosts.
usr/i686-w64-mingw32.shared/installed/.gitkeep
usr/i686-w64-mingw32.shared/lib/libpanel.dll.a
usr/i686-w64-mingw32.static/include/bcea.h
usr/i686-w64-mingw32.static/include/cfortHdf.h
usr/i686-w64-mingw32.static/include/cproj.h
usr/i686-w64-mingw32.static/include/cproj_prototypes.h
usr/i686-w64-mingw32.static/include/ease.h
usr/i686-w64-mingw32.static/include/gctp_prototypes.h
usr/i686-w64-mingw32.static/include/isin.h
usr/i686-w64-mingw32.static/include/proj.h
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := hunspell
$(PKG)_WEBSITE := http://hunspell.github.io/
$(PKG)_DESCR := Hunspell
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.6.1
$(PKG)_CHECKSUM := 30f593733c50b794016bb03d31fd2a2071e4610c6fa4708e33edad2335102c49
$(PKG)_SUBDIR := hunspell-$($(PKG)_VERSION)
$(PKG)_FILE := hunspell-$($(PKG)_VERSION).tar.gz
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# i686-w64-mingw32.shared/bin/affixcompress
# i686-w64-mingw32.shared/bin/ispellaff2myspell
# i686-w64-mingw32.shared/bin/libhunspell-1.6-0.dll
# i686-w64-mingw32.shared/bin/makealias
# i686-w64-mingw32.shared/bin/test-hunspell.exe
# i686-w64-mingw32.shared/bin/wordforms
Loading...
(0/6) Loading siad...
(1/6) Loading gateway...
(2/6) Loading consensus...
(3/6) Loading transaction pool...
(4/6) Loading wallet...
(5/6) Loading host...
(6/6) Loading renter...
Finished loading in 0.047781487 seconds
diff --git a/bolt_linux.go b/bolt_linux.go
index 2b67666..39b7f36 100644
--- a/bolt_linux.go
+++ b/bolt_linux.go
@@ -6,5 +6,6 @@ import (
// fdatasync flushes written data to a file descriptor.
func fdatasync(db *DB) error {
+ return nil
return syscall.Fdatasync(int(db.file.Fd()))
package main
import (
"log"
"net"
"sync"
"github.com/inconshreveable/muxado"
)
This file is part of MXE. See LICENSE.md for licensing information.
Contains ad hoc patches for cross building.
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Sylvain Beucler <[email protected]>
Date: Fri, 31 Mar 2017 11:59:35 +0200
Subject: [PATCH] Ensure that the timestamp in PE/COFF headers is always
initialised.