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
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-08-22
path, path/filepath: remove dead code
Dave Cheney
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
2014-03-11
path/filepath: fixed misaligned comment.
Kay Zhu
2014-03-04
path/filepath: ensure Glob does not ignore broken symlinks
Kelsey Hightower
2014-02-25
all: merge NaCl branch (part 1)
Dave Cheney
2014-01-07
all: add solaris build tags
Aram Hăvărneanu
2013-12-17
os, path/filepath: don't ignore Lstat errors in Readdir
Brad Fitzpatrick
2013-12-17
all: add missing copyright
ChaiShushan
2013-09-09
path/filepath: fix race with other tests
Russ Cox
2013-08-24
all: dragonfly support
Joel Sing
2013-08-21
all: protect alloc count tests by -testing.short
Rob Pike
2013-08-05
undo CL 12486043 / ab644299d124
Brad Fitzpatrick
2013-08-05
all: use strings.IndexByte instead of Index where possible
Brad Fitzpatrick
2013-07-31
path/filepath: Panic in Match when parsing invalid character range.
Pieter Droogendijk
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-03-01
path/filepath: better error reporting during TestWinSplitListTestsAreValid
Alex Brainman
2013-02-20
path/filepath, os/exec: unquote PATH elements on Windows
Péter Surányi
2013-02-19
path/filepath: add examples for SplitList and Rel.
Kamil Kisiel
2013-02-19
path/filepath: document Dir better
Russ Cox
2013-02-19
src: use internal tests if possible
Robin Eklind
2013-02-04
path/filepath: document that Walk does not follow symlinks
Russ Cox
2013-02-02
testing: add AllocsPerRun
Kyle Lemons
2012-12-01
all: set GOMAXPROCS to 1 when counting mallocs
Shenghou Ma
2012-10-30
gofmt: apply gofmt -w src misc
Robert Griesemer
2012-10-17
path/filepath: better documentation for WalkFunc
Rob Pike
2012-08-30
path: improve documentation for Dir
Rob Pike
2012-08-05
syscall: return EINVAL when string arguments have NUL characters
Alexey Borzenkov
2012-06-30
path/filepath: avoid allocation in Clean of cleaned path even on windows (fix...
Alex Brainman
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-27
path/filepath: fix typo
Anthony Martin
2012-04-24
path: document that Clean deletes trailing slashes.
Rob Pike
2012-04-05
path/filepath: move out of temp directory before deleting it in TestAbs
Alex Brainman
2012-03-28
path/filepath: correct comment in EvalSymlinks
Alex Brainman
2012-03-27
path/filepath: use windows GetShortPathName api to force GetLongPathName to d...
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-19
path/filepath: implement Match and Glob on windows
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
[next]