GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/portage-utils.git
master
Small and fast Portage helper tools written in C
Mike Frysinger <vapier@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
delete unused variable
Mike Frysinger
2011-10-02
1
-4
/
+2
*
fix uninitialized warning after previous commit
Mike Frysinger
2011-03-02
1
-3
/
+3
*
make sure ROOT works properly
Mike Frysinger
2011-03-01
1
-8
/
+9
*
convert many fgets() to getline(), clean up ARRAY_SIZE usage, and some other ...
Mike Frysinger
2011-02-21
1
-17
/
+26
*
constify more strings
Mike Frysinger
2011-02-21
1
-3
/
+3
*
create our own local basename() to avoid portability issues #323889 by Naohir...
Mike Frysinger
2010-07-19
1
-10
/
+10
*
- update headers
Ned Ludd
2010-04-07
1
-5
/
+5
*
optimize qfile() a bit to avoid memory allocation and copying and re-use exis...
Mike Frysinger
2010-01-16
1
-85
/
+76
*
only warn and avoid exiting if we find a file in the pkg db #301221 by Petter...
Mike Frysinger
2010-01-16
1
-4
/
+6
*
check the return value of realpath() instead of relying on errno all the time
Mike Frysinger
2010-01-13
1
-14
/
+6
*
check return value of fgets()
Mike Frysinger
2010-01-13
1
-3
/
+4
*
introduce and use xchdir()
Mike Frysinger
2010-01-13
1
-16
/
+10
*
- New option. -S/Display installed packages with slots
Ned Ludd
2009-10-18
1
-6
/
+24
*
- update copyright headers
v0.1.27
Ned Ludd
2007-05-24
1
-5
/
+5
*
- whitespace cleanups
Ned Ludd
2007-05-23
1
-3
/
+2
*
- Bug #173527 - -Os compile time warnings
Ned Ludd
2007-04-06
1
-9
/
+7
*
- more qfile -x updates from TGL. Bug 160735
Ned Ludd
2007-01-13
1
-11
/
+18
*
- qfile -x/--exclude option. TGL bug 160735
Ned Ludd
2007-01-12
1
-8
/
+69
*
- make check should not fail. bug 160767
Ned Ludd
2007-01-07
1
-19
/
+13
*
- qfile -f file support. TGL bug #158829
Ned Ludd
2007-01-07
1
-106
/
+302
*
// -> /* */
Mike Frysinger
2006-12-25
1
-33
/
+39
*
- style fixups
Ned Ludd
2006-12-01
1
-11
/
+11
*
fix style/whitespace
Mike Frysinger
2006-11-09
1
-20
/
+22
*
- updated qfile ROOT and manpage handling.. TGL bug #142217
Ned Ludd
2006-08-21
1
-55
/
+170
*
- Use xmalloc vs malloc for error checking. err() is a function that would di...
Ned Ludd
2006-07-19
1
-10
/
+10
*
- fix up segv in initial orphan handling code. attachment#92150 from bug 1400...
Ned Ludd
2006-07-18
1
-11
/
+11
*
- qfile new option to find orphan files bug 140019
Ned Ludd
2006-07-18
1
-17
/
+50
*
- qfile optimizations. bug #139825
Ned Ludd
2006-07-18
1
-74
/
+68
*
- update qfile behavior with symlinks. Bug #130004 TGL degrenier@easyconnect
Ned Ludd
2006-07-09
1
-37
/
+138
*
use _Q_PATH_MAX instead of PATH_MAX
Mike Frysinger
2006-05-14
1
-3
/
+3
*
on second thought, dont check the return value of realpath() as it is ok if w...
v0.1.17
Mike Frysinger
2006-05-13
1
-3
/
+7
*
dont rely on errno, check the return value of realpath()
Mike Frysinger
2006-05-13
1
-5
/
+3
*
define stub functions for now since the weak handling is broken when building...
Mike Frysinger
2006-01-26
1
-2
/
+4
*
use the APPLET_ define style to enable/disable applets as solar was doing before
Mike Frysinger
2006-01-25
1
-3
/
+3
*
touchup how we declare/include applets so that many steps can be automated
Mike Frysinger
2006-01-24
1
-2
/
+6
*
update copyright years
Mike Frysinger
2006-01-05
1
-5
/
+5
*
rename the global quiet option to -q from -Q, have qfile use it rather than i...
Mike Frysinger
2005-12-30
1
-11
/
+4
*
define our own _Q_PATH_MAX rather than relying on _POSIX_PATH_MAX/PATH_MAX
Mike Frysinger
2005-12-30
1
-3
/
+3
*
- added qatom and removed the need for the applets enum
Ned Ludd
2005-12-11
1
-3
/
+3
*
- added per applet rcsid
Ned Ludd
2005-11-06
1
-1
/
+2
*
- quse: grab the date when looking at revisions -vvvv
Ned Ludd
2005-11-04
1
-3
/
+3
*
- lets go with realpath anyway for qfile handling of relative paths
Ned Ludd
2005-10-29
1
-4
/
+8
*
- qfile now works with pwd ./filenames. I opted not use realpath() so ../../f...
Ned Ludd
2005-10-21
1
-4
/
+14
*
cleanup license header
Mike Frysinger
2005-09-24
1
-22
/
+3
*
move the q_vdb_get_next_dir() func into shared space and make all applets use...
Mike Frysinger
2005-08-19
1
-7
/
+6
*
finish adding support for ROOT
Mike Frysinger
2005-08-19
1
-3
/
+4
*
use new xasprintf() macro, re-order memory usage to optimize, and trim traili...
Mike Frysinger
2005-07-25
1
-9
/
+13
*
use the new contents parsing function
Mike Frysinger
2005-07-20
1
-15
/
+14
*
remove duplicated prototypes and move qfile() prototype to qfile
Mike Frysinger
2005-06-21
1
-1
/
+2
*
rename atom_free func to atom_implode
Mike Frysinger
2005-06-19
1
-2
/
+2
[next]