summaryrefslogtreecommitdiff
path: root/src/pkg/syslog/syslog_test.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-113/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+113
2011-09-13Imported Upstream version 60Ondřej Surý1-113/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-3/+17
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-0/+4
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-1/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-1/+1
2010-06-21syslog: use local network for testsRuss Cox1-1/+1
R=r CC=golang-dev http://codereview.appspot.com/1724042
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox1-1/+1
R=gri CC=golang-dev http://codereview.appspot.com/1326042
2010-03-11syslog: increase test timeout from 10ms to 100msChristopher Wedgwood1-1/+1
Problem pointed out by rsc. R=rsc CC=golang-dev http://codereview.appspot.com/444041 Committer: Russ Cox <rsc@golang.org>
2009-12-151) Change default gofmt default settings forRobert Griesemer1-32/+32
parsing and printing to new syntax. Use -oldparser to parse the old syntax, use -oldprinter to print the old syntax. 2) Change default gofmt formatting settings to use tabs for indentation only and to use spaces for alignment. This will make the code alignment insensitive to an editor's tabwidth. Use -spaces=false to use tabs for alignment. 3) Manually changed src/exp/parser/parser_test.go so that it doesn't try to parse the parser's source files using the old syntax (they have new syntax now). 4) gofmt -w src misc test/bench 5th and last set of files. R=rsc CC=golang-dev http://codereview.appspot.com/180050
2009-12-11syslog: new packageYves Junqueira1-0/+95
R=golang-dev, rsc http://codereview.appspot.com/157168 Committer: Russ Cox <rsc@golang.org>