index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
time
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime: convert netpoll to Go
Dmitriy Vyukov
2014-09-04
2
-4
/
+5
*
time: update generated zoneinfo_abbrs_windows.go
Alex Brainman
2014-09-02
1
-4
/
+4
*
time: use go generate rather than Makefile (windows only)
Rob Pike
2014-08-26
4
-17
/
+25
*
runtime: convert timers to Go
Dmitriy Vyukov
2014-08-25
1
-1
/
+1
*
time: removed from tests now obsolete assumption about Australian tz abbrevia...
Alberto Donizetti
2014-08-21
1
-15
/
+21
*
runtime: remove now arg from timer callback
Dmitriy Vyukov
2014-08-21
2
-4
/
+4
*
time: Fix missing colon when formatting time zone offsets with seconds
Joel Stemmer
2014-08-08
2
-6
/
+7
*
runtime: implement monotonic clocks on windows
Alex Brainman
2014-08-01
1
-3
/
+19
*
time: make it clearer that the reference time is the reference time.
Rob Pike
2014-07-28
1
-2
/
+3
*
time: minor typo in doc
Mathieu Lonjaret
2014-07-24
1
-1
/
+1
*
time: change nsec back to int32
Russ Cox
2014-07-16
1
-13
/
+6
*
time: change formatting of microseconds duration to SI modifier
Rob Pike
2014-06-12
3
-13
/
+12
*
time: avoid broken fix for buggy TestOverflowRuntimeTimer
Rob Pike
2014-06-12
2
-45
/
+12
*
time: support version 3 zone records
Brad Fitzpatrick
2014-06-03
2
-2
/
+11
*
std lib: fix various typos in comments
Robert Griesemer
2014-05-02
1
-1
/
+1
*
time: MeST is a time zone name
Rui Ueyama
2014-04-30
2
-2
/
+3
*
all: fix typos
Rui Ueyama
2014-04-16
1
-1
/
+1
*
time: increase timeout in negative sleep duration test
Andrew Gerrand
2014-04-02
1
-3
/
+2
*
time: add comment explaining rejection of years outside [0000,9999]
Russ Cox
2014-03-24
1
-0
/
+2
*
time: handle int64 overflow in ParseDuration.
Adam Langley
2014-03-10
2
-0
/
+4
*
all: merge NaCl branch (part 1)
Dave Cheney
2014-02-25
2
-2
/
+2
*
time: use RunParallel in benchmarks
Dmitriy Vyukov
2014-02-24
1
-18
/
+5
*
runtime: use monotonic clock for timers (linux/386, linux/amd64)
Jay Weisskopf
2014-02-24
3
-9
/
+7
*
time: explicitely mention Tickers have to be stopped
Patrick M?zard
2014-02-24
1
-0
/
+1
*
time: use an alternative method of yielding during Overflow timer test
Dave Cheney
2014-02-02
2
-1
/
+12
*
time: use names for beginning and end of zone transition times
Ian Lance Taylor
2014-01-31
4
-13
/
+20
*
time: correctly handle timezone before first transition time
Ian Lance Taylor
2014-01-31
2
-1
/
+121
*
time: increase timeout of TestOverflowRuntimeTimer on Plan 9
David du Colombier
2014-01-27
1
-2
/
+6
*
time: break parse and formatting tests into a separate source file
Rob Pike
2014-01-16
2
-500
/
+512
*
all: add solaris build tags
Aram H?v?rneanu
2014-01-07
2
-2
/
+2
*
time: add tests for Tick, NewTicker with negative duration
Shawn Smith
2014-01-06
1
-0
/
+18
*
time: add tests for Duration.Nanoseconds, Duration.Minutes, and Duration.Hours
Shawn Smith
2014-01-02
1
-0
/
+54
*
time: fix test error in Chinese edition of Windows
Shenghou Ma
2013-12-17
1
-1
/
+1
*
time: correct path to time zone zip file on Unix
Russ Cox
2013-10-29
5
-2
/
+35
*
time: fix ParseDuration overflow when given more than 9 digits on 32-bit arch
Shenghou Ma
2013-10-22
2
-2
/
+4
*
time: allow more time for TestOverflowRuntimeTimer to succeed
Alex Brainman
2013-09-09
1
-1
/
+5
*
runtime: handle timer overflow in tsleep
Anthony Martin
2013-09-06
2
-0
/
+69
*
time: add more docs on Sleep
Brad Fitzpatrick
2013-08-28
1
-1
/
+2
*
all: dragonfly support
Joel Sing
2013-08-24
2
-2
/
+2
*
time: make timers heap 4-ary
Sokolov Yura
2013-08-21
1
-18
/
+80
*
all: protect alloc count tests by -testing.short
Rob Pike
2013-08-21
1
-0
/
+3
*
time: fix time zones yet again.
Rob Pike
2013-08-16
3
-12
/
+61
*
time: expand acceptance of time zones when parsing
Rob Pike
2013-08-15
1
-14
/
+23
*
time: handle GMT possibly with offset
Rob Pike
2013-08-15
2
-19
/
+64
*
time: make Time implement encoding interfaces
Russ Cox
2013-08-14
2
-21
/
+61
*
time: match month and day names only when not followed immediately by a lower...
Rob Pike
2013-08-05
2
-2
/
+20
*
various: deleted unused items
Rob Pike
2013-08-03
3
-18
/
+0
*
time: Allow Parse and Format to handle time zone offsets with seconds
Ulf Holm Nielsen
2013-07-31
2
-40
/
+126
*
time: find correct zone abbreviations even on non-English windows systems
Alex Brainman
2013-07-10
1
-1
/
+82
*
time: prevent a panic from leaving the timer mutex held
Jeff R. Allen
2013-07-01
1
-0
/
+20
[next]