Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3570)

Issue 6460108: net: epoll dispatcher 2

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by dvyukov
Modified:
11 years, 5 months ago
Reviewers:
Visibility:
Public.

Description

net: epoll dispatcher 2

Patch Set 1 #

Patch Set 2 : diff -r ac1b735e8753 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r ac1b735e8753 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r ac1b735e8753 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r ac1b735e8753 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r ac1b735e8753 https://go.googlecode.com/hg/ #

Patch Set 7 : diff -r ac1b735e8753 https://go.googlecode.com/hg/ #

Patch Set 8 : diff -r ac1b735e8753 https://go.googlecode.com/hg/ #

Patch Set 9 : diff -r ac1b735e8753 https://go.googlecode.com/hg/ #

Patch Set 10 : diff -r ac1b735e8753 https://go.googlecode.com/hg/ #

Patch Set 11 : diff -r ac1b735e8753 https://go.googlecode.com/hg/ #

Patch Set 12 : diff -r ac1b735e8753 https://go.googlecode.com/hg/ #

Patch Set 13 : diff -r ac1b735e8753 https://go.googlecode.com/hg/ #

Patch Set 14 : diff -r ac1b735e8753 https://go.googlecode.com/hg/ #

Patch Set 15 : diff -r ac1b735e8753 https://go.googlecode.com/hg/ #

Patch Set 16 : diff -r ac1b735e8753 https://go.googlecode.com/hg/ #

Patch Set 17 : diff -r ac1b735e8753 https://go.googlecode.com/hg/ #

Patch Set 18 : diff -r 1e84edee3397 https://go.googlecode.com/hg/ #

Patch Set 19 : diff -r 1e84edee3397 https://go.googlecode.com/hg/ #

Patch Set 20 : diff -r 9ebf39aaedaa https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 21 : diff -r 2518eee18c4f https://go.googlecode.com/hg/ #

Patch Set 22 : diff -r 9e610a78455c https://go.googlecode.com/hg/ #

Patch Set 23 : diff -r 9e610a78455c https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 24 : diff -r 9e610a78455c https://go.googlecode.com/hg/ #

Patch Set 25 : diff -r 9e610a78455c https://go.googlecode.com/hg/ #

Patch Set 26 : diff -r 9e610a78455c https://go.googlecode.com/hg/ #

Patch Set 27 : diff -r 3181682928c9 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 28 : diff -r 3181682928c9 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 29 : diff -r 79225d9f3ced https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 30 : diff -r 79225d9f3ced https://go.googlecode.com/hg/ #

Patch Set 31 : diff -r 29990fa0951c https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 32 : diff -r 29990fa0951c https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 33 : diff -r 29990fa0951c https://go.googlecode.com/hg/ #

Patch Set 34 : diff -r 29990fa0951c https://go.googlecode.com/hg/ #

Patch Set 35 : diff -r bbc0024af4a4 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 36 : diff -r bbc0024af4a4 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 37 : diff -r f2755950769b https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1086 lines, -473 lines) Patch
M src/pkg/net/fd_linux.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 1 chunk +479 lines, -153 lines 0 comments Download
M src/pkg/net/fd_unix.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 10 chunks +46 lines, -253 lines 0 comments Download
M src/pkg/net/fd_unix_test.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/newpollserver_unix.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 1 chunk +1 line, -40 lines 0 comments Download
M src/pkg/net/sock_posix.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/net/sockopt_linux.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 1 chunk +33 lines, -0 lines 0 comments Download
M src/pkg/net/sockopt_posix.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 2 chunks +9 lines, -19 lines 0 comments Download
A src/pkg/net/sockopt_unix.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 1 chunk +38 lines, -0 lines 0 comments Download
M src/pkg/runtime/defs_linux_amd64.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 23 4 chunks +21 lines, -1 line 0 comments Download
A src/pkg/runtime/epoll_linux.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 1 chunk +399 lines, -0 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/runtime/sys_linux_amd64.s View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 23 26 27 28 29 30 31 32 33 34 35 36 1 chunk +46 lines, -0 lines 0 comments Download
M src/pkg/runtime/time.goc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 4 chunks +9 lines, -4 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b