<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go/src/pkg/http/cgi/testdata/test.cgi, branch main</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2011-11-03T20:26:43Z</updated>
<entry>
<title>net: renamings</title>
<updated>2011-11-03T20:26:43Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2011-11-03T20:26:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=de03d502c7e0bd07c6f084ed9b5bb0446df29b49'/>
<id>urn:sha1:de03d502c7e0bd07c6f084ed9b5bb0446df29b49</id>
<content type='text'>
This is Go 1 package renaming CL #3.
This one merely moves the source; the import strings will be
changed after the next weekly release.
This one moves pieces into net.

http -&gt; net/http
http/cgi -&gt; net/http/cgi
http/fcgi -&gt; net/http/fcgi
http/pprof -&gt; net/http/pprof
http/httptest -&gt; net/http/httptest
mail -&gt; net/mail
rpc -&gt; net/rpc
rpc/jsonrpc -&gt; net/rpc/jsonrpc
smtp -&gt; net/smtp
url -&gt; net/url

Also remove rand (now math/rand) from NOTEST - it has a test.

The only edits are in Makefiles and deps.bash.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5335048
</content>
</entry>
<entry>
<title>cgi: close stdout reader pipe when finished</title>
<updated>2011-07-11T22:59:27Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2011-07-11T22:59:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=1722ec22cd6a34dcef717cc242e3e1ac24366069'/>
<id>urn:sha1:1722ec22cd6a34dcef717cc242e3e1ac24366069</id>
<content type='text'>
This causes the child, if still writing, to get an error or
SIGPIPE and most likely exit so our subsequent wait can
finish.

A more guaranteed fix would be putting a time limit on the
child's overall execution, but this fixes the problem
I was having.

Fixes #2059

R=rsc
CC=golang-dev
https://golang.org/cl/4675081
</content>
</entry>
<entry>
<title>cgi: don't depend on CGI.pm for tests</title>
<updated>2011-07-08T00:45:28Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2011-07-08T00:45:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3236097ab02943068c7d29c5fd43e97962363b7d'/>
<id>urn:sha1:3236097ab02943068c7d29c5fd43e97962363b7d</id>
<content type='text'>
CGI.pm used to be part of the Perl core,
but some distros now bundle perl-core
and perl-modules separately.

It's not worth depending on.

R=golang-dev, mattn.jp
CC=golang-dev
https://golang.org/cl/4675063
</content>
</entry>
<entry>
<title>http/cgi: add Handler.Dir to specify working directory</title>
<updated>2011-06-30T16:44:23Z</updated>
<author>
<name>Yasuhiro Matsumoto</name>
<email>mattn.jp@gmail.com</email>
</author>
<published>2011-06-30T16:44:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2f9fbad04332b2bd9f5805c2a99c1d4c22cf4afe'/>
<id>urn:sha1:2f9fbad04332b2bd9f5805c2a99c1d4c22cf4afe</id>
<content type='text'>
R=golang-dev, bradfitz, alex.brainman
CC=golang-dev
https://golang.org/cl/4635042
</content>
</entry>
<entry>
<title>cgi: improve Location response handling</title>
<updated>2011-04-27T21:07:13Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2011-04-27T21:07:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b477a79c4e67e90e828cdf3e82fad5bac644a85c'/>
<id>urn:sha1:b477a79c4e67e90e828cdf3e82fad5bac644a85c</id>
<content type='text'>
Add local URI path support, which isn't as fringe
as I originally thought. (it's supported by Apache)

Send an implicit 302 status on redirects (not 200).

Fixes #1597

R=rsc, r
CC=golang-dev
https://golang.org/cl/4442089
</content>
</entry>
<entry>
<title>http: modified perl cgi test to remove newline from env variables</title>
<updated>2011-03-25T16:33:45Z</updated>
<author>
<name>Roger Pau Monné</name>
<email>royger@gmail.com</email>
</author>
<published>2011-03-25T16:33:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=500effe79ebbb9b130d2ad5a86c92c2f960f2456'/>
<id>urn:sha1:500effe79ebbb9b130d2ad5a86c92c2f960f2456</id>
<content type='text'>
Fixes #1639

R=golang-dev, bradfitzgo
CC=golang-dev
https://golang.org/cl/4291069
</content>
</entry>
<entry>
<title>cgi: child support (e.g. Go CGI under Apache)</title>
<updated>2011-03-08T16:01:19Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2011-03-08T16:01:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=d64a18a27e13550606063ca970a5a004611d6881'/>
<id>urn:sha1:d64a18a27e13550606063ca970a5a004611d6881</id>
<content type='text'>
The http/cgi package now supports both being
a CGI host or being a CGI child process.

R=rsc, adg, bradfitzwork
CC=golang-dev
https://golang.org/cl/4245070
</content>
</entry>
<entry>
<title>http: add packages http/cgi and http/httptest</title>
<updated>2011-03-04T18:55:47Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2011-03-04T18:55:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=da679db0f1ff2380af62371665bded20fef7afad'/>
<id>urn:sha1:da679db0f1ff2380af62371665bded20fef7afad</id>
<content type='text'>
R=rsc, adg, jnw, bradfitzwork
CC=golang-dev
https://golang.org/cl/4247048
</content>
</entry>
</feed>
