Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -6/+6 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+86 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -86/+0 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -2/+2 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -7/+24 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -13/+1 | |
2010-03-30 | simplify various code using new map index rule | Russ Cox | 1 | -2/+1 | |
R=r CC=golang-dev http://codereview.appspot.com/833044 | |||||
2010-01-26 | net: fix segfault if /etc/hosts fails to open or doesn't exist | Michael Hoisie | 1 | -1/+3 | |
R=rsc CC=golang-dev, r http://codereview.appspot.com/194043 Committer: Russ Cox <rsc@golang.org> | |||||
2010-01-25 | net: parse aliases in /etc/hosts correctly | Andrey Mirtchovski | 1 | -3/+5 | |
Previous behaviour only picked the first entry (official hostname) but not the aliases. R=rsc CC=golang-dev http://codereview.appspot.com/193092 Committer: Russ Cox <rsc@golang.org> | |||||
2010-01-15 | Use /etc/hosts when resolving names. | Yves Junqueira | 1 | -0/+78 | |
http://code.google.com/p/go/issues/detail?id=313 This conflics with Chris' patch at: http://codereview.appspot.com/181063 But I believe this is more complete since it has a simple caching and proper tests. R=cw, rsc CC=golang-dev http://codereview.appspot.com/183066 Committer: Russ Cox <rsc@golang.org> |