summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-25Simplify the hysterical per-platform vendor-sed thingPanu Matilainen1-24/+1
2011-03-25Create platform specific config on all OS'esPanu Matilainen1-4/+1
2011-03-25Move %_fixperms to main macro configPanu Matilainen2-12/+3
2011-03-25Yank out 2001 vintage Mandrake-specific macrosPanu Matilainen1-61/+0
2011-03-25Replace distro/vendor autodetection with a configure switchPanu Matilainen1-13/+7
2011-03-25Move find-provides and find-requires link to autodeps/Florian Festi2-38/+28
2011-03-24Clean up headerRead()Jindrich Novy1-16/+14
2011-03-23Remove checks of unused things from configure.acJindrich Novy1-12/+1
2011-03-23Don't use mtrace(3), muntrace(3) and don't check for mcheck.hJindrich Novy2-13/+0
2011-03-23Avoid timedRead() usageJindrich Novy6-13/+10
2011-03-23Remove libio support to suppress timedRead()Jindrich Novy4-92/+15
2011-03-23Eliminate pointless isSource member from eiu struct, duhPanu Matilainen1-4/+1
2011-03-23Eliminate header from eiu struct, its just a local temp variable reallyPanu Matilainen1-12/+11
2011-03-23Reduce vsflags flip-flopPanu Matilainen1-6/+2
2011-03-23checkFreshenStatus() only needs a header, not the entire eiu structPanu Matilainen1-9/+8
2011-03-22Fix classification of ELF binaries with sticky bit (RhBug:689182)Panu Matilainen1-1/+1
2011-03-17Fix a small memleak in rpmsign toolPanu Matilainen1-0/+1
2011-03-17Plug memory leaks on macro definition error casesPanu Matilainen1-3/+3
2011-03-17Fix couple of incorrect sizeof() usesPanu Matilainen2-2/+2
2011-03-17Missing va_end() callPanu Matilainen1-0/+1
2011-03-16Avoid freeing an unallocated variable (RhBug:688091)Jindrich Novy1-0/+1
2011-03-15Fix cpio_doio()Jindrich Novy1-21/+18
2011-03-14Clean up rpmfcClassify()Jindrich Novy1-20/+19
2011-03-11Update librpm doxygen module listPanu Matilainen1-2/+2
2011-03-11Mark htonll() as "const" functionPanu Matilainen1-1/+3
2011-03-10Clean up rpmfcApply() and rpmfcHelper()Jindrich Novy1-40/+44
2011-03-10Fix whitespace in Python doc stringFlorian Festi1-1/+1
2011-03-10Move string hash function to librpmio and rename for namespacingPanu Matilainen10-36/+34
2011-03-09Fix the PyBytes vs PyString compatibility definesPanu Matilainen1-5/+5
2011-03-09Python 3 fixupsPanu Matilainen2-1/+3
2011-03-09Preliminary distutils support for the python bindingsPanu Matilainen3-0/+57
2011-03-09Cut the remaining ties python bindings have to main rpm sourcesPanu Matilainen3-4/+3
2011-03-09Don't bother with the callback die-die-die error translationPanu Matilainen1-1/+1
2011-03-09Eliminate unnecessary _free() usages in pythonPanu Matilainen1-2/+2
2011-03-09Python bindings dont need our debug.h for anythingPanu Matilainen12-26/+0
2011-03-09Verify some properties of replaced and wrong-colored files (RhBug:528383)Panu Matilainen1-2/+12
2011-03-09Take file state into account for file dependenciesPanu Matilainen1-3/+16
2011-03-09Clean up rpmfcExec()Jindrich Novy1-7/+4
2011-03-08Improve the dependency loop debug message a bitPanu Matilainen1-2/+3
2011-03-08Preferred color pkgs should be erased lastPanu Matilainen1-3/+10
2011-03-07Clean up rpmgiGlobArgv() a bitPanu Matilainen1-21/+14
2011-03-04Make peace with autoconf-2.68Panu Matilainen1-0/+2
2011-03-04Merge branch 'master' of ssh://rpm.org/srv/projects/rpm/git/rpmPanu Matilainen1-15/+15
2011-03-04Remove unused return code variablePanu Matilainen1-4/+4
2011-03-04Don't bother storing irrelevant return codesPanu Matilainen1-11/+11
2011-03-04Remove unused variable in debugeditPanu Matilainen1-2/+0
2011-03-04Don't bother checking for rasprintf() return codes in rpmProblemString()Panu Matilainen1-22/+16
2011-03-04Throw an exception from Fseek() errors in python rpmfd.seek()Panu Matilainen1-1/+1
2011-03-04Yet remove some unused variables to suppress warningsJindrich Novy1-13/+13
2011-03-04Remove unused return code variablePanu Matilainen1-2/+1