| Commit message (Expand) | Author | Age | Files | Lines |
| * | internal/poll: don't wait for unpollable files | Ian Lance Taylor | 2017-07-14 | 3 | -9/+17 |
| * | net: fix sendfile for Solaris | Shawn Walker-Salas | 2017-06-30 | 1 | -4/+1 |
| * | internal/poll: implement RawControl of FD on Windows | Mikio Hara | 2017-05-20 | 1 | -1/+6 |
| * | internal/poll: add RawControl, RawRead and RawWrite methods to FD | Mikio Hara | 2017-05-19 | 3 | -0/+82 |
| * | internal/poll: remove unused ioSrv.ExecIO parameter | Alex Brainman | 2017-05-19 | 2 | -9/+9 |
| * | internal/cpu: new package to detect cpu features | Martin Möhrmann | 2017-05-10 | 13 | -0/+213 |
| * | internal/poll: remove allocation in windows FD.Writev | Alex Brainman | 2017-05-08 | 1 | -1/+1 |
| * | os, net, internal/poll: return consistent error for closed socket | Ian Lance Taylor | 2017-04-26 | 12 | -60/+93 |
| * | internal/poll: don't use r/w lock for Pread/Pwrite | Ian Lance Taylor | 2017-04-25 | 2 | -31/+23 |
| * | runtime: record swept and reclaimed bytes in sweep trace | Austin Clements | 2017-04-19 | 4 | -8/+13 |
| * | net, internal/poll, net/internal/socktest: use accept4 and SOCK_{CLOEXEC,NONB... | Mikio Hara | 2017-04-18 | 3 | -3/+3 |
| * | internal/poll: rename RecvFrom to ReadFrom for consistency | Mikio Hara | 2017-04-13 | 6 | -9/+24 |
| * | internal/poll: adjust panic messages | Mikio Hara | 2017-04-11 | 2 | -7/+7 |
| * | cmd/link: skip TestDWARF when cgo is disabled | Josh Bleecher Snyder | 2017-03-30 | 2 | -0/+20 |
| * | go/internal/srcimporter: skip tests on iOS | Elias Naur | 2017-03-08 | 1 | -0/+13 |
| * | internal/poll: code cleanup | Mikio Hara | 2017-03-07 | 12 | -32/+31 |
| * | internal/poll: only start Windows goroutines when we need them | Ian Lance Taylor | 2017-03-06 | 1 | -13/+13 |
| * | runtime/pprof/internal/profile: move internal/pprof/profile here | Russ Cox | 2017-02-24 | 8 | -3069/+0 |
| * | internal/poll: define PollDescriptor on plan9 | Ian Lance Taylor | 2017-02-15 | 1 | -0/+4 |
| * | os: use poller for file I/O | Ian Lance Taylor | 2017-02-15 | 4 | -5/+30 |
| * | internal/poll: remove unused poll.pollDesc methods | Dave Cheney | 2017-02-15 | 1 | -8/+0 |
| * | internal/testenv: do not delete target file | Alex Brainman | 2017-02-15 | 1 | -1/+0 |
| * | internal/poll: only build str.go on plan9 | Dave Cheney | 2017-02-14 | 1 | -0/+2 |
| * | internal/poll: remove named return values and naked returns | Dave Cheney | 2017-02-14 | 7 | -69/+66 |
| * | internal/poll: return error if WriteConsole fails | Ian Lance Taylor | 2017-02-13 | 1 | -1/+1 |
| * | internal/poll: only export FD.eofError for testing on posix systems | Ian Lance Taylor | 2017-02-13 | 2 | -4/+15 |
| * | net: refactor poller into new internal/poll package | Ian Lance Taylor | 2017-02-13 | 29 | -0/+2988 |
| * | cmd/trace: Record mark assists in execution traces | Heschi Kreinick | 2017-02-10 | 5 | -94/+112 |
| * | internal/pprof/profile: parse mutex profile including comments | Hana Kim | 2016-11-29 | 2 | -26/+95 |
| * | internal/pprof: don't discard allocations called by reflect.Call | Ian Lance Taylor | 2016-11-28 | 1 | -0/+2 |
| * | internal/syscall/windows: add GetModuleFileName | Shenghou Ma | 2016-11-07 | 2 | -0/+15 |
| * | os: use extended-length paths on Windows when possible | Quentin Smith | 2016-11-07 | 1 | -0/+16 |
| * | all: make copyright headers consistent with one space after period | Michael Munday | 2016-11-04 | 2 | -2/+2 |
| * | internal/syscall/unix: add randomTrap const for GOARCH=mips{,le} | Vladimir Stefanovic | 2016-11-03 | 1 | -0/+11 |
| * | testing: mark tests and benchmarks failed if a race occurs during execution | Russ Cox | 2016-11-03 | 2 | -0/+6 |
| * | internal/pprof/profile: new package, moved from cmd/internal/pprof/profile | Russ Cox | 2016-11-02 | 8 | -0/+2998 |
| * | runtime/trace, internal/trace: script to collect canned traces | Austin Clements | 2016-10-28 | 2 | -0/+21 |
| * | runtime, cmd/trace: track goroutines blocked on GC assists | Austin Clements | 2016-10-28 | 3 | -4/+11 |
| * | runtime, cmd/trace: annotate different mark worker types | Austin Clements | 2016-10-28 | 6 | -7/+13 |
| * | syscall: use ERROR_IO_PENDING value in errnoErr | Alex Brainman | 2016-10-22 | 2 | -8/+8 |
| * | os, syscall: fix incorrect offset calculation in Readlink on windows | Hiroshi Ioka | 2016-10-19 | 2 | -0/+35 |
| * | os: use FindFirstFile when GetFileAttributesEx fails in Stat | Alex Brainman | 2016-10-14 | 1 | -0/+1 |
| * | os: make readConsole handle its input and output correctly | Alex Brainman | 2016-10-13 | 1 | -0/+6 |
| * | os: add new tests for symbolic links and directory junctions | Alex Brainman | 2016-10-12 | 5 | -7/+222 |
| * | cmd/trace: fix a runnable goroutine count bug | Hyang-Ah (Hana) Kim | 2016-10-11 | 2 | -43/+49 |
| * | cmd/trace: label mark termination spans as such | Austin Clements | 2016-10-07 | 1 | -2/+2 |
| * | cmd/trace: move process-wide GC events to their own row | Austin Clements | 2016-10-07 | 1 | -0/+3 |
| * | os: use GetConsoleCP() instead of GetACP() | Yasuhiro Matsumoto | 2016-09-21 | 2 | -0/+8 |
| * | internal/testenv: add GoTool | Josh Bleecher Snyder | 2016-09-10 | 1 | -5/+16 |
| * | syscall: avoid convT2I allocs for common Windows error values | Brad Fitzpatrick | 2016-09-07 | 2 | -4/+54 |