1. 827be89 path/filepath: fix TestGlobError by Dominik Honnef · 8 years ago
  2. 2f7fbf8 path, path/filepath: clarify and cross-reference packages by Brad Fitzpatrick · 8 years ago
  3. 1989921 os: do not report ModeDir for symlinks on windows by Alex Brainman · 8 years ago
  4. 516e6f6 all: remove some unused parameters in test code by Daniel Martí · 8 years ago
  5. acc1f47 path/filepath: add test to walk symlink by Alex Brainman · 8 years ago
  6. 61bf0d1 path/filepath: add test for directory junction walk by Alex Brainman · 8 years ago
  7. 2ceeb7b path/filepath: fix TestWinSplitListTestsAreValid on some systems by Remi Gillig · 8 years ago
  8. 34b455d path/filepath: ignore dot for Dir(`\\server\share`) by Yasuhiro Matsumoto · 8 years ago
  9. 067bab0 all: fix misspellings by shawnps · 8 years ago
  10. 1106512 path/filepath: deprecate HasPrefix by Joe Tsai · 8 years ago
  11. 8f91865 path/filepath: fix Abs on Windows by Zev Goldstein · 8 years ago
  12. 643c6b3 path/filepath: make TestToNorm robust by Hiroshi Ioka · 8 years ago
  13. 7e9f420 test: delete bugs directory by Josh Bleecher Snyder · 8 years ago
  14. 452bbfc path/filepath: fix match of \\?\c:\* on Windows by Russ Cox · 8 years ago
  15. 0e7f970 path/filepath: pass TestToNorm even if VolumeName(tmpdir) != VolumeName(pwd) on windows by Hiroshi Ioka · 8 years ago
  16. ad50408 path/filepath: simplify TestToNorm by Hiroshi Ioka · 8 years ago
  17. b65cdc2 path/filepath: add a test case for EvalSymlinks error by Hiroshi Ioka · 9 years ago
  18. 6597bcb path/filepath: remove unneeded doc statement for SplitList by Dmitri Shuralyov · 9 years ago
  19. 199b17c path/filepath: handle "C:." correctly in EvalSymlinks on Windows by Hiroshi Ioka · 9 years ago
  20. 0318d80 path/filepath: use new style deprecation message by Jaana Burcu Dogan · 9 years ago
  21. 7722d0f path/filepath: handle ".." in normalizing a path on Windows by Hiroshi Ioka · 9 years ago
  22. 157fc45 path/filepath: don't return SkipDir at top by Ian Lance Taylor · 9 years ago
  23. 03723c9 path/filepath: use testenv.MustHaveSymlink to simplify symlink tests by Hiroshi Ioka · 9 years ago
  24. df7c159 path/filepath: fix typo in comment by Ian Lance Taylor · 9 years ago
  25. 9447712 path/filepath: document Clean behavior for each function by Ian Lance Taylor · 9 years ago
  26. d2c92f8 path/filepath: prevent infinite recursion on Windows on UNC input by Josh Bleecher Snyder · 9 years ago
  27. 99d29d5 path/filepath: fix globbing of c:\*dir\... pattern by Alex Brainman · 9 years ago
  28. 683917a all: use bytes.Equal, bytes.Contains and strings.Contains, again by Dominik Honnef · 9 years ago
  29. c4dda7e path/filepath: normalize output of EvalSymlinks on windows by Hiroshi Ioka · 9 years ago
  30. 1f7e55e path, path/filepath: add Join example with joined rooted path by Russ Cox · 9 years ago
  31. 9804737 path/filepath: use fsutil with TestEvalSymlinksCanonicalNames by Alex Brainman · 9 years ago
  32. 1d40e2b Rewrite leftover references to plan9.bell-labs.com to 9p.io. by Muhammed Uluyol · 9 years ago
  33. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  34. fdd0179 all: fix typos and spelling by Martin Möhrmann · 9 years ago
  35. 58ec583 all: fix typos by Shawn Smith · 9 years ago
  36. b04f3b0 all: replace strings.Index with strings.Contains where possible by Nathan VanBenschoten · 9 years ago
  37. 3540376 path/filepath: include test number in TestIssue13582 output by Alex Brainman · 9 years ago
  38. 61eb705 path/filepath: keep walking if EvalSymlinks returns symlink by Alex Brainman · 9 years ago
  39. 2fb931d path/filepath: remove code working around Join bug by Alex Brainman · 9 years ago
  40. 51a112f path/filepath: handle c: as first parameter in Join properly by Alex Brainman · 9 years ago
  41. 2619dcc path/filepath: in Rel use case-insensitive comparison on Windows by Mohit Agarwal · 9 years ago
  42. e0e4ccb path/filepath: include the original paths in error messages by Mohit Agarwal · 9 years ago
  43. 935faf3 path/filepath: in Rel use case-insensitive comparison on Windows by Yasuhiro Matsumoto · 9 years ago
  44. 3d5163c path/filepath: fix EvalSymlinks(".") on windows by Alex Brainman · 9 years ago
  45. 72193c9 path/filepath: test EvalSymlinks returns canonical path on windows by Alex Brainman · 10 years ago
  46. 460568b6 path/filepath: disable symlink tests on android. by Hyang-Ah Hana Kim · 9 years ago
  47. f62b749 all: fix some vet-caught formatting errors, mostly but not only in tests by Rob Pike · 10 years ago
  48. 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
  49. 4df6b1e path/filepath: document and test behavior of SkipDir on files by Russ Cox · 10 years ago
  50. 8c5f66b path/filepath: skip test on darwin/arm64 by David Crawshaw · 10 years ago
  51. 32e75ba all: fix race when allocating buffer for some windows syscalls by Alex Brainman · 10 years ago
  52. 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
  53. eb96bb1 path/filepath: clarify the package doc about '/' in returned results. by Hyang-Ah (Hana) Kim · 10 years ago
  54. 5432b4d path/filepath: get tests working on darwin/arm by David Crawshaw · 10 years ago
  55. 5868ce3 path/filepath: add example for filepath.Split by Andrew Gerrand · 10 years ago
  56. 9b6ccb1 all: don't refer to code.google.com/p/go{,-wiki}/ by Péter Surányi · 10 years ago
  57. 8128b01 path/filepath: make Join handle UNC paths on Windows by Emil Hessman · 10 years ago
  58. ddd666b path/filepath: remove named result parameter for VolumeName by Emil Hessman · 10 years ago
  59. 54b63f0 path/filepath: document that Glob ignores i/o errors by Russ Cox · 10 years ago
  60. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago