index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
path
/
filepath
/
path_test.go
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-08-22
path/filepath: make Abs handle paths like c:a.txt properly
Alex Brainman
2014-08-07
path/filepath: do not restore original working directory twice in test
Alex Brainman
2014-07-17
os: Implement symlink support for Windows
Michael Fraenkel
2014-05-20
build: make nacl pass
Russ Cox
2013-12-17
os, path/filepath: don't ignore Lstat errors in Readdir
Brad Fitzpatrick
2013-09-09
path/filepath: fix race with other tests
Russ Cox
2013-08-21
all: protect alloc count tests by -testing.short
Rob Pike
2013-05-24
path/filepath: Skip TestEvalSymlinks. Plan 9 doesn't have symlinks.
Christopher Nielsen
2013-03-06
all: Skip AllocsPerRun tests if GOMAXPROCS>1.
Albert Strasheim
2013-02-20
path/filepath, os/exec: unquote PATH elements on Windows
Péter Surányi
2013-02-02
testing: add AllocsPerRun
Kyle Lemons
2012-12-01
all: set GOMAXPROCS to 1 when counting mallocs
Shenghou Ma
2012-06-28
path/filepath: add test case for rooted ".."
Han-Wen Nienhuys
2012-06-27
path/filepath: avoid allocation in Clean of cleaned path
Russ Cox
2012-06-04
path/filepath: fix test
Mikio Hara
2012-06-02
path/filepath: implement documented SkipDir behavior
Jan Mercl
2012-04-05
path/filepath: move out of temp directory before deleting it in TestAbs
Alex Brainman
2012-03-27
path/filepath: convert drive letter to upper case in windows EvalSymlinks
Alex Brainman
2012-03-23
path/filepath: windows drive letter cannot be a digit
Alex Brainman
2012-03-08
all: gofmt -w -s src misc
Robert Griesemer
2012-03-08
path/filepath: retrieve real file name in windows EvalSymlinks
Alex Brainman
2012-03-07
os: fix SameFile to work for directories on windows
Alex Brainman
2012-03-07
path/filepath: disable AbsTest on windows
Rob Pike
2012-03-07
path/filepath/path_test.go: repair and enable TestAbs
Rob Pike
2012-02-17
path/filepath: fix test on darwin
Rob Pike
2012-02-16
path, path/filepath: polish documentation.
Rémy Oudompheng
2012-02-13
all: update 'gotest' to 'go test'
Shenghou Ma
2012-02-07
path/filepath: repair and simplify the symlink test
Rob Pike
2012-02-04
path/filepath: disable broken tests
Russ Cox
2012-02-03
os: turn FileStat.Sys into a method on FileInfo
Gustavo Niemeyer
2012-01-30
build: remove Make.pkg, Make.tool
Russ Cox
2012-01-25
path/filepath: fix test
Rob Pike
2011-12-23
path/filepath: implement Base and Dir for windows
Alex Brainman
2011-12-22
path/filepath: Dir
Rob Pike
2011-12-02
gofmt -s misc src
Russ Cox
2011-11-30
os: new FileInfo, FileMode types + update tree
Russ Cox
2011-11-27
filepath/path: fix Rel buffer sizing
Gustavo Niemeyer
2011-11-01
src/pkg/[n-z]*: gofix -r error -force=error
Russ Cox
2011-10-04
path/filepath: added Rel as the complement of Abs
Gustavo Niemeyer
2011-09-13
path/filepath: new signature for Walk
Rob Pike
2011-09-09
path/filepath: make UNC file names work
Yasuhiro Matsumoto
2011-09-07
undo CL 4964067 / 661cb84cc6f0
Robert Griesemer
2011-09-07
path/filepath: Simplify Walk interface
Gustavo Niemeyer
2011-09-06
cleanup: gofmt -s -w src misc
Robert Griesemer
2011-07-18
path/filepath: fixes for windows paths
Alex Brainman
2011-06-24
path/filepath: enable TestWalk to run on windows
Alex Brainman
2011-06-02
path/filepath: skip permission test in all.bash
Russ Cox
2011-05-30
filepath: Abs must always return a clean path
Gustavo Niemeyer
2011-05-17
filepath: make EvalSymlinks work on Windows
Alex Brainman
[next]