summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-15Eliminate pointless argument sanity checkPanu Matilainen1-7/+0
2010-11-15Hide obsolete --nomd5 switches from help outputPanu Matilainen2-2/+2
2010-11-15Basic protection against Lua os.exit() and posix.exec() (ticket #167)Panu Matilainen4-2/+52
2010-11-15Remove unnecessary includesPanu Matilainen1-2/+0
2010-11-15Rearrange new cli utilities' popt tables for nicer outputPanu Matilainen4-11/+35
2010-11-15Oops, rpmspec.c missing from POTFILES.inPanu Matilainen1-0/+1
2010-11-15Get rid of 'rpminstall' binary & manual afterall, flip flopPanu Matilainen9-313/+2
2010-11-11Remove superfluous dbiSync() call (refactoring thinko or such)Panu Matilainen1-1/+0
2010-11-11Switch fsync off while building indexesFlorian Festi1-1/+4
2010-11-11Fix index auto creationFlorian Festi1-20/+8
2010-11-11Rename rpm.ii.offsets() to .instances() to match name of mi.instance()Florian Festi1-3/+2
2010-11-10l10n: Updated Italian (it) translation to 100%Guido Grazioli1-308/+151
2010-11-10Don't restore db file atime/mtime after rebuildPanu Matilainen1-6/+1
2010-11-09Kill broken --rebuilddbpath popt aliasPanu Matilainen1-2/+0
2010-11-09Eliminate silly "I am about to create a directory now" debug loggingPanu Matilainen1-4/+0
2010-11-09Simplify the dbpath shuffle in db rebuilds a bitPanu Matilainen1-15/+10
2010-11-09Dont bother NULL'ing local variables on exitPanu Matilainen1-2/+2
2010-11-09Eliminate pointless (and racy) test for rebuilddb directory existencePanu Matilainen1-7/+0
2010-11-09Remove unused local variableFlorian Festi1-1/+0
2010-11-09Hide --aid and --nosuggest switches for nowPanu Matilainen1-3/+4
2010-11-09Lose useless --fileconflicts cli-switchPanu Matilainen1-3/+0
2010-11-09Move --dbpath into common rpm popt options tablePanu Matilainen2-5/+8
2010-11-09Eliminate stillborn codePanu Matilainen1-13/+0
2010-11-05Fix IndexIterator to not open an private dbi that never gets closedFlorian Festi1-2/+2
2010-11-05Const-correctness: rpmdsRpmlib() doesn't (and must not) modify tblpPanu Matilainen2-2/+2
2010-11-04Lose the remaining dbapi references in code + configurationPanu Matilainen5-53/+6
2010-11-04Eliminate useless dbapi version to internal openDatabase()Panu Matilainen1-19/+6
2010-11-04Eliminate useless dbapi argument to rpmdbRemoveDatabase()Panu Matilainen1-19/+9
2010-11-04Start eliminating dbapi leftoversPanu Matilainen1-49/+39
2010-11-04Eliminate unused strlen() calls 'n stuff from skipInstallFiles()Panu Matilainen1-9/+3
2010-11-04Remove nicely misleading #ifndef NOTYET case from skipInstallFiles()Panu Matilainen1-8/+1
2010-11-03l10n: Updated Ukrainian (uk) translation to 100%Yuri Chornoivan1-978/+1135
2010-11-03Merge rpmdbIndexIteratorKey and rpmdbIndexIteratorKeySize into rpmdbIndexIter...Florian Festi3-39/+28
2010-11-03Make ints in IndexIterator API unsigned as the interal types areFlorian Festi2-11/+11
2010-11-03Rename rpmdbKeyIterator to rpmdbIndexIteratorFlorian Festi9-145/+145
2010-11-03Give access to the pkg offset and tag num of the index entry the key iterator...Florian Festi3-2/+71
2010-10-30Const-correctness: source is a pointer to fullSource and must not be freedPanu Matilainen1-1/+1
2010-10-29Const-correctness: rpmCharCheck() doesn't modify field, make it constPanu Matilainen2-3/+3
2010-10-29Add rough-cut man-pages for our new executablesPanu Matilainen8-0/+1001
2010-10-29More ancient cruft removal from the repositoryPanu Matilainen1-43/+0
2010-10-29Lose ancient lclint remnants from the repositoryPanu Matilainen3-53/+0
2010-10-29Eliminate unused truncStringBuf() functionPanu Matilainen2-12/+0
2010-10-29Eliminate unused spectag and speclines goo from specPanu Matilainen5-108/+0
2010-10-28elfdeps: Fix version definitions processingAlexey Gladkov1-0/+1
2010-10-28Fix the remaining enum abuse over rpmParseState in librpmbuildPanu Matilainen3-5/+5
2010-10-28Now, make getStringBuf() return const char * for correctness sakePanu Matilainen2-2/+2
2010-10-28parseScript() const pedantryPanu Matilainen1-5/+5
2010-10-28Use ARGV_t instead of stringbuf in changelog parsingPanu Matilainen1-6/+7
2010-10-28Use ARGV_t for temporary line storage directlyPanu Matilainen1-9/+3
2010-10-28Pass the script to doScript() as const char *Panu Matilainen3-9/+16