aboutsummaryrefslogtreecommitdiff
path: root/src/log
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-26log: make Default doc comment consistent with package docRodolfo Carvalho
2020-10-25log/syslog: set local to true if network is any of "unix", or "unixgram"imxyb
2020-10-23log: expose std via new Default functionColin Arnott
2020-10-06all: enable more tests on macOS/ARM64Cherry Zhang
2020-09-23all: add GOOS=iosCherry Zhang
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2019-10-23syscall: reenable sysctl on iOSJason A. Donenfeld
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-24log: mention names of flag constants in {Set,}Flags doc commentsAlan Donovan
2019-09-13log: add Lmsgprefix flagTim Cooper
2019-09-07log/syslog: skip unsupported tests on iOSElias Naur
2019-03-25log: expose Writer() method of the standard loggerPetr Jediný
2019-03-07log: make the name of error clearerroyeo
2018-10-25log: add Logger.Writer methodAndrew Poydence
2018-05-22log/syslog: skip tests that depend on daemon on buildersAlberto Donizetti
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2017-10-25log: Remove unnecessary elseSergey Semin
2017-09-19log: fix data race on log.Outputhagen1778
2017-09-10log: move Ldate doc to general declarationWill Faught
2017-07-16log: adds a Logger Output method Examplegmarik
2017-07-15log: fix commentmapeiqi
2017-06-08log/syslog: expand docs a bit to reduce confusionBrad Fitzpatrick
2017-05-22log: Prevent getting time if it's unnecessaryAlbert Nigmatzianov
2016-11-15all: don't call t.Fatal from a goroutineIan Lance Taylor
2016-11-04all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick
2016-10-26all: freeze net/rpc and reword the 'frozen' message in other frozen packagesRob Pike
2016-10-24log: document that log messages end in newlinesRuss Cox
2016-08-19log/syslog: document that Dial uses net.Dial parameters, add exampleBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-21all: use cannot instead of can notJosh Bleecher Snyder
2016-01-05log/syslog: document that syslog is frozenBrad Fitzpatrick
2015-10-21log/syslog: disable unix/unixgram tests on androidHyang-Ah Hana Kim
2015-06-18log: fix flaky testJosh Bleecher Snyder
2015-04-22log/syslog: make the BUG notes visible on golang.orgShenghou Ma
2015-04-13log/syslog: limiting tests on darwin/arm64David Crawshaw
2015-04-11log: add flag LUTC, to use UTC time zone for time stampRob Pike
2015-04-09log: logging an empty string should still print a lineRob Pike
2015-03-04log/syslog: avoid unix sockets on darwin/armDavid Crawshaw
2015-01-30log: add SetOutput method on LoggerAndrew Gerrand
2015-01-12log: add global Output functionRob Pike
2015-01-09log: optimize itoaMartin Möhrmann
2015-01-05log: update doc commentAndrew Gerrand
2014-09-30log/syslog: try /var/run/log, for FreeBSDRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox