summaryrefslogtreecommitdiffstats
path: root/loader/dirbrowser.c
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove loader/Will Woods2012-02-151-208/+0
| | | | IT IS ACCOMPLISHED.
* Check the return value of get_file_list (#741466)Brian C. Lane2011-09-291-3/+4
| | | | | | get_file_list can return a NULL, or a NULL terminated array (which could have the NULL in the first element) so both conditions need to be checked when using the result.
* Fix the logic surrounding use of the filterfunc for get_file_list (#691880).Chris Lumens2011-03-291-1/+8
| | | | | | Everywhere this function is used, we expect that a return value of 1 means "include the entry" and 0 means "omit it". However, that's not how get_file_list behaves. So fix it to do so, and then document the behavior.
* Rework how image loading works for HD installs.Chris Lumens2010-10-151-3/+4
| | | | | | This is the same as has been previously done for NFS and URL install methods. While I'm at it, add a parseDeviceAndDir convenience function similar to what we've got in nfsinstall.c.
* Move isys and booty into the pyanaconda/ directory, adjust paths to match.Chris Lumens2010-06-281-1/+1
| | | | | | | This is required so the source layout and package layout have a similar enough structure to make our test setup work. Without this move, you can't run "make check" or checkbot without getting error messages about no such module pyanaconda.booty.
* move log.c from loader into isys.Ales Kozumplik2010-03-081-1/+2
| | | | | | This is in preparation to use logging from imount.c. We don't want a dependency of isys on loader, instead move logging code into isys and change loader sources to use the log.h header in isys.
* Get rid of dead code, and fix gettimespecofday's math.Peter Jones2009-11-061-17/+0
| | | | | We've got a lot of dead code here. This removes a bunch of it. Also, it fixes gettimespecofday's math to yield the correct result.
* Revert "Work around gcc bug #492973"David Cantrell2009-03-311-2/+2
| | | | | | This reverts commit 5a0189827c1c6db21ecbfd01f00ee1f5edbb7a77. gcc-4.4.0-0.31 in rawhide fixes the problem we were seeing.
* Work around gcc bug #492973David Cantrell2009-03-301-2/+2
| | | | | | | | | Problem with -O2 and some string functions with the latest version of gcc in rawhide. Work around the problem for now so we can compile, ideally we can revert this patch in the future. gcc bug: https://bugzilla.redhat.com/show_bug.cgi?id=492973
* Use strverscmp() from glibc in place of rpmvercmp()David Cantrell2008-12-051-1/+1
| | | | | We are linking with glibc now, so use strverscmp() in place of the rpmvercmp() function in loadermisc.c.
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-0/+215