summaryrefslogtreecommitdiff
path: root/libgo/go/net
Commit message (Expand)AuthorAgeFilesLines
* libgo: update to go1.7rc3ian2016-07-22214-5403/+18769
* libgo: Update to final Go 1.6 release.ian2016-02-1812-83/+378
* libgo: Update to go1.6rc1.ian2016-02-03107-1883/+13901
* PR go/65785ian2015-11-211-2/+2
* libgo: Solaris portability fixes.ian2015-11-061-16/+8
* libgo: Update from Go 1.5 to Go 1.5.1.ian2015-10-315-2/+49
* runtime: Remove now unnecessary pad field from ParFor.ian2015-10-31208-6140/+15969
* PR go/67874ian2015-10-071-1/+9
* net: Restore earlier Solaris-specific version of setKeepAlivePeriod.ian2015-01-161-0/+27
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.ian2015-01-15100-1015/+2499
* libgo: Update to Go 1.3.3 release.ian2014-10-276-22/+39
* libgo: Update to Go 1.3 release.ian2014-07-19103-825/+3649
* libgo: Merge to master revision 19184.ian2014-06-0648-278/+1139
* libgo: Merge from revision 18783:00cce3a34d7e of master library.ian2014-06-0430-180/+424
* libgo: Update to Go 1.2.1 release.ian2014-03-031-8/+40
* net: work around Solaris connect issue when server closes socketian2013-12-281-0/+10
* PR go/59506ian2013-12-271-1/+1
* Revert unwanted commit.uros2013-12-251-1/+1
* gcc/uros2013-12-251-1/+1
* libgo: Update to current Go library.ian2013-11-278-12/+79
* net: On Solaris use Darwin keepalive code.ian2013-11-141-25/+0
* net: Fix TCP keepalive handling for Solaris.ian2013-11-111-0/+25
* mksysinfo, net: Always define F_DUPFD_CLOEXEC.ian2013-11-111-1/+1
* libgo: Update to October 24 version of master library.ian2013-11-06130-2425/+4985
* net: give C.getaddrinfo a hint that we only want SOCK_STREAM answersian2013-08-091-1/+2
* net/http: Don't try to trace sendfile64 on alpha.ian2013-07-241-1/+6
* net: Remove Solaris-specific version of listenerSockaddr.ian2013-07-231-29/+0
* libgo: Update to Go 1.1.1.ian2013-07-16117-2711/+8099
* PR go/56172ian2013-02-071-1/+1
* PR go/56172ian2013-02-064-7/+34
* libgo: Update Go library to master revision 15489/921e53d4863c.ian2013-01-2947-704/+1025
* libgo: Update to revision 15193:6fdc1974457c of master library.ian2012-12-2221-166/+806
* libgo: Update to current master library sources.ian2012-12-1253-701/+1735
* libgo: Update to current version of master library.ian2012-11-2163-683/+2306
* libgo: Solaris portability patches.ian2012-10-251-90/+0
* libgo: Update to current sources.ian2012-10-2383-2065/+2789
* libgo: Update to Go 1.0.3.ian2012-10-0326-205/+926
* libgo: Use libbacktrace rather than debug/elf registration.ian2012-09-282-2/+0
* libgo: Update to Go 1.0.2 release.ian2012-06-2513-16/+138
* libgo: Update to Go 1.0.1 release.ian2012-05-048-22/+21
* mksysinfo, net: Always define syscall.SO_REUSEPORT.ian2012-04-261-3/+5
* PR go/52583ian2012-04-255-3/+160
* net, syscall: Use native endianness for GNU/Linux netlink code.ian2012-04-201-11/+6
* net/http: Ignore sigaltstack when running strace in test.ian2012-04-201-1/+1
* syscall, net: Fix GNU/Linux netlink code for big-endian systems.ian2012-04-031-2/+11
* libgo: Update to weekly.2012-03-27 aka go1 release.ian2012-03-301-0/+4
* libgo: Update to weekly.2012-03-22.ian2012-03-305-40/+31
* libgo: Update to weekly.2012-03-13.ian2012-03-3036-469/+1482
* libgo: Export {enter,exit}syscall and use it for getaddrinfo.ian2012-03-131-1/+6
* libgo: Implement and use runtime.Caller, runtime.Func.FileLine.ian2012-03-072-0/+2