1. 01 Mar, 2013 1 commit
  2. 20 Feb, 2013 1 commit
  3. 10 Feb, 2013 1 commit
  4. 08 Feb, 2013 1 commit
  5. 07 Feb, 2013 2 commits
  6. 06 Feb, 2013 1 commit
  7. 30 Jan, 2013 1 commit
  8. 29 Jan, 2013 1 commit
  9. 24 Jan, 2013 2 commits
  10. 22 Dec, 2012 1 commit
  11. 21 Dec, 2012 1 commit
  12. 17 Dec, 2012 1 commit
  13. 12 Dec, 2012 1 commit
  14. 06 Dec, 2012 1 commit
  15. 05 Dec, 2012 1 commit
  16. 29 Nov, 2012 1 commit
  17. 24 Nov, 2012 1 commit
  18. 21 Nov, 2012 1 commit
  19. 19 Nov, 2012 1 commit
  20. 12 Nov, 2012 1 commit
  21. 10 Nov, 2012 1 commit
  22. 06 Nov, 2012 1 commit
  23. 05 Nov, 2012 1 commit
  24. 02 Nov, 2012 1 commit
  25. 01 Nov, 2012 1 commit
  26. 26 Oct, 2012 1 commit
    • syscall: fix creds_test to reliably close os.File · 85c2f96c
      Uncovered by Uros Bizjak.
      
      Before this patch the test would close the file descriptor but
      not the os.File.  When the os.File was GC'ed, the finalizer
      would close the file descriptor again.  That would cause
      problems if the same file descriptor were returned by a later
      call to open in another test.
      
      On my system:
      
      > GOGC=30 go test
      --- FAIL: TestPassFD (0.04 seconds)
      passfd_test.go:62: 	FileConn: dup: bad file descriptor
      FAIL
      
      From-SVN: r192854
      Ian Lance Taylor committed
  27. 25 Oct, 2012 1 commit
  28. 23 Oct, 2012 2 commits
  29. 03 Oct, 2012 1 commit
  30. 28 Sep, 2012 1 commit
  31. 06 Sep, 2012 1 commit
  32. 23 Aug, 2012 1 commit
  33. 26 Jul, 2012 1 commit
  34. 25 Jun, 2012 1 commit
  35. 14 Jun, 2012 1 commit
  36. 13 Jun, 2012 2 commits