Sign in
go
/
go
/
59b3424cd97d80d6e8d7ef903ec2aeb7a6b9b820
/
src
/
net
/
timeout_test.go
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/net/timeout_test.go]
0c2a727
build: make nacl pass
by Russ Cox
· 11 years ago
9cddb60
net: extend TestVariousDeadlines1Proc timeout
by Josh Bleecher Snyder
· 11 years ago
f0433e4
net: make use of testing.Errorf instead of testing.Fatalf in non-test function goroutines
by Mikio Hara
· 11 years ago
fa7791e
all: fix some mistakes found by go tool vet .
by Rob Pike
· 12 years ago
11320fa
net: have separate read and write processing threads on windows
by Alex Brainman
· 12 years ago
ec9e3e6
net: wait longer before failing TestVariousDeadlines4Proc on windows
by Alex Brainman
· 12 years ago
9bbf1e1
net: make TestDeadlineRace shorter
by Dmitriy Vyukov
· 12 years ago
9707f26
runtime: fix network timers related crash Fixes #6103.
by Dmitriy Vyukov
· 12 years ago
a574822
runtime: disable dynamic priority boosting on windows
by Dmitriy Vyukov
· 12 years ago
29f17fb
net: temporary skip hanging test on windows Update #5971.
by Dmitriy Vyukov
· 12 years ago
0f136f2
net: fix accept/connect deadline handling
by Dmitriy Vyukov
· 12 years ago
b2249f2
net: pass tests on Plan 9
by Akshat Kumar
· 12 years ago
6a9e956
all: use t.Skip{,f}
by Dave Cheney
· 12 years ago
9622f50
net: fix timeout tests
by Mikio Hara
· 12 years ago
87b315a
net: add missing close socket code
by Alex Brainman
· 12 years ago
0420eb3
net: report Accept error during TestVariousDeadlines1Proc test
by Alex Brainman
· 12 years ago
d6fd52c
net: fix flaky test
by Dmitriy Vyukov
· 12 years ago
f4ed50c
net: add deadline prolongation test
by Dmitriy Vyukov
· 12 years ago
74fcf82
net: add unit tests for read/write deadlines
by Dmitriy Vyukov
· 12 years ago
5fa3aeb
net: check read and write deadlines before doing syscalls
by Brad Fitzpatrick
· 12 years ago
834028d
net: fix timeout slack calculation
by Shenghou Ma
· 12 years ago
a906f9a
net: do not test TestReadWriteDeadline timeout upper bound during short test
by Alex Brainman
· 12 years ago
824b332
net: fix race in TestReadWriteDeadline.
by Rémy Oudompheng
· 12 years ago
fa3e4fc
net: fix connection resets when closed on windows
by Alex Brainman
· 12 years ago
d12a7d3
net: use read deadline in Accept on windows
by Alexey Borzenkov
· 12 years ago
9442c44
net: add skip message to test
by Mikio Hara
· 13 years ago
d4e1383
net: improve server and file tests
by Mikio Hara
· 13 years ago
a3caf07
net: during short test, don't bother timeout longer than expected
by Shenghou Ma
· 13 years ago
fe30ed2
net: actually reset deadline when time is zero
by Brad Fitzpatrick
· 13 years ago
b71883e
net: change SetTimeout to SetDeadline
by Brad Fitzpatrick
· 13 years ago
03823b8
use new time API
by Russ Cox
· 13 years ago
eb69292
src/pkg/[n-z]*: gofix -r error -force=error
by Russ Cox
· 13 years ago
5842336
net: Plan 9 fixes
by Fazlul Shahriar
· 13 years ago
41f93a4
net: drop laddr from Dial, cname from LookupHost; new functions
by Russ Cox
· 14 years ago
e46e192
net: fix build
by Russ Cox
· 14 years ago
ff25900bb
net: implement windows timeout
by Wei Guangjing
· 14 years ago
e3a0c2f
net: disable tests for functions not available on windows
by Alex Brainman
· 15 years ago
bb84f4b
changes &x -> x[0:] for array to slice conversion
by Russ Cox
· 15 years ago
47a0533
net: introduce net.Error interface
by Russ Cox
· 15 years ago
74b131c
net: fix nil deref in testTimeout when Dial fails Pointed out by Scott Schwartz.
by Russ Cox
· 15 years ago
a3d1045
1) Change default gofmt default settings for
by Robert Griesemer
· 15 years ago
6e788e0
net: enforce timeouts for ReadFrom/WriteTo
by Russ Cox
· 15 years ago
40621d5
remove semis after statements in one-statement statement lists
by Robert Griesemer
· 15 years ago
368f8cb
- fine-tuning of one-line func heuristic (nodes.go)
by Robert Griesemer
· 15 years ago
5d37705
gofmt-ify net
by Robert Griesemer
· 15 years ago
20011bc
unused imports
by Russ Cox
· 16 years ago
b04ac10
convert non-low-level non-google pkg code to whole-package compilation.
by Russ Cox
· 16 years ago
a0bcaf4
Change os.Error convention:
by Russ Cox
· 16 years ago
d90e7cb
mv src/lib to src/pkg
by Rob Pike
· 16 years ago
[Renamed from src/lib/net/timeout_test.go]
9e0fec9
update Go tree to use new syscall package.
by Russ Cox
· 16 years ago
1f6463f
Convert go tree to hierarchical pkg directory:
by Russ Cox
· 16 years ago
60ce95d
code changes for array conversion.
by Russ Cox
· 16 years ago
1e37e8a
document Conn interface better, in preparation
by Russ Cox
· 16 years ago