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