summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/sync
Commit message (Collapse)AuthorAgeFilesLines
* Bug #340899 - Validate getaddrinfo() results.Zac Medico2010-10-131-0/+29
|
* Fix whenago() to show times as integers instead of floats.v2.2_rc74Zac Medico2010-09-021-5/+5
|
* Remove all svn $Id keywords.Zac Medico2010-03-242-2/+0
|
* Add periods.Zac Medico2010-03-091-2/+2
| | | | svn path=/main/trunk/; revision=15803
* Use ewarn output style to add some color.Zac Medico2010-03-091-7/+7
| | | | svn path=/main/trunk/; revision=15802
* Add copyright header.v2.2_rc66Zac Medico2010-03-081-0/+3
| | | | svn path=/main/trunk/; revision=15771
* Show --sync in messages, to help avoid confusion.Zac Medico2010-03-081-2/+2
| | | | svn path=/main/trunk/; revision=15758
* Produce a warning message if the timestamp of the portage tree is more thanZac Medico2010-03-082-0/+99
30 days old, and make it adjustable via the PORTAGE_SYNC_STALE variable. Thanks to Ned Ludd <solar@g.o> for the most of this code. svn path=/main/trunk/; revision=15756