summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/ztypes_windows.go
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.2] net: ignore some errors in windows AcceptRuss Cox2014-02-271-0/+2
* net: re-enable raw socket tests on windowsAlex Brainman2013-09-241-0/+1
* net: use SetFileCompletionNotificationModes on windows if availableDmitriy Vyukov2013-08-081-0/+66
* os: request appropriate access rights before calling windows TerminateProcessAlex Brainman2013-06-111-0/+1
* os: return io.EOF from windows ReadAt as documentedAlex Brainman2013-06-101-0/+1
* net: use windows ConnectEx to dial (when possible)Alex Brainman2013-01-111-9/+30
* net: implement IPv6 support for windowsAlex Brainman2012-11-071-0/+17
* net: fix connection resets when closed on windowsAlex Brainman2012-10-311-0/+1
* syscall: fix windows copyFindDataRuss Cox2012-06-131-3/+1
* syscall: revert API changes in Windows Win32finddata fix.Russ Cox2012-06-081-4/+20
* syscall: correct Win32finddata definitionAlex Brainman2012-06-031-0/+16
* os/signal: run windows TestCtrlBreak during buildAlex Brainman2012-05-021-0/+4
* os, syscall: windows really isn't posix compliant, fix os.IsExist()Shenghou Ma2012-03-131-0/+2
* crypto/x509: allow server gated crypto in windows systemVerifyMikkel Krautz2012-03-081-1/+3
* crypto/x509: new home for root fetchers; build chains using Windows APIMikkel Krautz2012-03-071-0/+142
* os: implement UserTime/SystemTime on windowsAlex Brainman2012-03-021-0/+2
* syscall: force Windows to always use US English error messagesShenghou Ma2012-02-201-0/+3
* runtime, syscall, os/signal: fix windows buildAlex Brainman2012-02-141-13/+31
* net, syscall: add IPv4 multicast helpers for windowsMikio Hara2012-02-011-0/+5
* os/user: windows implementationAlex Brainman2012-01-301-1/+4
* syscall: fix windows buildMikio Hara2012-01-101-8/+16
* crypto/tls: cleanup certificate load on windowsAlex Brainman2011-12-011-1/+1
* mime: implement TypeByExtension for windowsAlex Brainman2011-11-181-0/+40
* net, syscall: add missing copyright noticesMikio Hara2011-11-161-0/+4
* syscall: use errorRuss Cox2011-11-131-12/+12
* net: implement LookupTXT for windowsAlex Brainman2011-11-021-0/+5
* exp/winfsnotify: filesystem watcher for WindowsHector Chu2011-10-181-0/+30
* crypto/tls: fetch root CA from Windows storeMikkel Krautz2011-10-131-0/+8
* net: implement ip protocol name to number resolver for windowsAlex Brainman2011-10-121-0/+6
* os: forgotten file of submitted CL 4984051Jaroslavas Po?epko2011-09-091-1/+0
* os: use GetFileAttributesEx to implement Stat on windowsAlex Brainman2011-09-061-6/+14
* syscall: SOMAXCONN should be 0x7fffffff at winsock2.Yasuhiro Matsumoto2011-08-261-1/+1
* net: fix windows buildAlex Brainman2011-08-191-0/+3
* net: implement windows LookupMX and LookupAddrAlex Brainman2011-08-051-0/+6
* syscall: remove unused windows code and commentsAlex Brainman2011-07-251-58/+16
* net: windows/amd64 portWei Guangjing2011-07-131-19/+2
* syscall: rearrange windows code so 386 and amd64 can share filesAlex Brainman2011-07-071-0/+656