index
:
paludis/paludis.git
1.4
cross
master
wip/cross-compiling
Paludis, the other package mangler.
ciaranm
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
paludis
/
repository_name_cache.cc
Age
Commit message (
Expand
)
Author
Lines
2016-08-06
modernize: use default method synthesis
Saleem Abdulrasool
-3
/
+1
2015-08-21
nothrow -> noexcept
Wouter van Kesteren
-1
/
+1
2013-05-22
Switch to std mutex and condition_variable
Ciaran McCreesh
-7
/
+7
2011-02-28
Allow repos to return partial results if faster
Ciaran McCreesh
-2
/
+2
2011-01-09
Rework Pimp to avoid ImpPtr ickiness
Ciaran McCreesh
-2
/
+2
2010-12-10
Do our own buffering for SafeOFStream
Ciaran McCreesh
-3
/
+3
2010-12-08
Documentation now suggests using cave fix-cache instead of paludis --regenera...
Aleksandar Petrinic
-2
/
+2
2010-08-24
FSEntry -> FSPath, FSStat
Ciaran McCreesh
-22
/
+24
2010-07-24
Make use of Options init lists
Ciaran McCreesh
-1
/
+1
2010-07-23
Avoid more explicit newage
Ciaran McCreesh
-3
/
+3
2010-07-23
PrivateImplementationPattern -> Pimp, Implementation -> Imp
Ciaran McCreesh
-6
/
+6
2010-07-22
Less verbose PrivateImplementationPattern
Ciaran McCreesh
-2
/
+1
2010-07-22
No more tr1:: and tr1/
Ciaran McCreesh
-13
/
+13
2010-03-30
Tinker with permissions on mkdirs.
Ciaran McCreesh
-5
/
+9
2009-02-09
Avoid std::ifstream and std::ofstream.
Ciaran McCreesh
-22
/
+28
2008-12-06
kill more sr
Ciaran McCreesh
-7
/
+7
2008-04-26
paludis::tr1:: is dead. We no longer support compilers that don't do tr1 (tha...
Ciaran McCreesh
-13
/
+14
2008-04-16
Better warning messages
Ciaran McCreesh
-2
/
+4
2008-04-16
Give log messages an id
Ciaran McCreesh
-23
/
+28
2008-03-30
Regenerate the VDB names cache incrementally after install and uninstall.
David Leverton
-55
/
+136
2008-03-29
Prepare for future changes.
David Leverton
-7
/
+14
2008-02-06
Add sorting by i-node for DirIterator
Fernando J. Pereda
-1
/
+1
2007-11-02
Stop using libebt, libwrapiter. C++0x compliant iterators. Use static_assert,...
Ciaran McCreesh
-2
/
+2
2007-10-23
Remove email addresses from places that aren't AUTHORS
Ciaran McCreesh
-1
/
+1
2007-10-23
Use an email address that works
Ciaran McCreesh
-1
/
+1
2007-09-25
Rename const iterators to ConstIterator, mutable to Iterator. Fixes: ticket:365
Ciaran McCreesh
-2
/
+2
2007-07-16
Be thread safe.
Ciaran McCreesh
-0
/
+7
2007-07-05
r3770@snowflake: ciaranm | 2007-07-05 01:48:14 +0100
Ciaran McCreesh
-12
/
+13
2007-06-06
r3336@snowflake: ciaranm | 2007-06-06 14:25:08 +0100
Ciaran McCreesh
-0
/
+2
2007-06-01
Code cleanup. Fixes: ticket:266, ticket:267
Ciaran McCreesh
-0
/
+2
2007-05-20
Change how we access tr1 to make things easier for third party clients. Fixes...
Ciaran McCreesh
-9
/
+9
2007-02-05
Fix repo name cache
Ciaran McCreesh
-2
/
+4
2007-02-05
Add the repository name to names cache locations. Fixes: ticket:78.
Ciaran McCreesh
-4
/
+19
2007-01-29
Use std::tr1::shared_ptr<> instead of paludis::CountedPtr.
Ciaran McCreesh
-11
/
+10
2006-12-12
typo
Ciaran McCreesh
-1
/
+1
2006-12-07
Split out common cache code. Make the cache more sensitive to misuse.
Ciaran McCreesh
-0
/
+185