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
/
lib
/
http
/
server.go
Age
Commit message (
Expand
)
Author
2009-06-09
mv src/lib to src/pkg
Rob Pike
2009-06-08
Pad error text for browsers that are too smart.
Russ Cox
2009-05-18
move ShortWrite error into io so that other packages can use it.
Russ Cox
2009-05-12
Allow http.Redirect to do both temporary (307) and permanent (301) redirects.
David Symonds
2009-05-08
implications of stricter type equality:
Russ Cox
2009-05-08
embeddability: change bufio.BufRead to bufio.Reader etc.
Rob Pike
2009-05-08
Name change to improve embeddability:
Rob Pike
2009-04-27
Fix the chunked encoding - terminate the chunk with CRLF.
Stephen Ma
2009-04-17
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...
Rob Pike
2009-04-15
make Location translate relative path to absolute
Russ Cox
2009-04-14
http additions
Russ Cox
2009-04-07
add path.Clean and other utilities.
Russ Cox
2009-03-11
Rename os.FD to os.File.
Russ Cox
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
2009-02-05
take advantage of methods on funcs
Russ Cox
2009-02-03
bufio:
Russ Cox
2009-02-02
flesh out http server.
Russ Cox
2009-01-30
update go code tree to new func rules.
Russ Cox
2009-01-20
delete export
Russ Cox
2009-01-16
casify http
Russ Cox
2009-01-15
convert strconv
Russ Cox
2008-11-17
correctly rounded floating-point conversions
Russ Cox
2008-10-08
Fixes breakage caused by semicolon restriction.
Cary Hull
2008-09-24
early HTTP library and trivial server
Russ Cox