tools/librpm-tizen.git
2010-12-01 Panu MatilainenMake rpmdeps honor RPM_BUILD_ROOT if set
2010-12-01 Panu MatilainenPass RPM_BUILD_ROOT to helper scripts through environme...
2010-12-01 Panu MatilainenRemember buildroot directory in rpmfc struct
2010-12-01 Panu MatilainenEliminate unused dir argument to getOutputFrom()
2010-12-01 Panu MatilainenUnbreak perl module dependency extraction
2010-11-29 Panu MatilainenFix long-standing segfault on unknown tags on header...
2010-11-29 Panu MatilainenEliminate dead RPMTAG_INSTALLPREFIX tag extension
2010-11-23 Panu MatilainenWe're already considering <pthread.h> mandatory header...
2010-11-23 Panu MatilainenAxe the rpmsq debug code which was never getting built...
2010-11-23 Panu MatilainenLose all the stillborn code in rpmsq.[ch]
2010-11-23 Panu MatilainenOops, missing include in previous commit
2010-11-23 Panu MatilainenPermit unicode paths in rpm.fd() (RhBug:654145)
2010-11-22 Panu MatilainenAdd bunch of rpmvercmp() algorithm tests to the test...
2010-11-22 Panu MatilainenMove the current "version compare" tests to rpm install...
2010-11-21 Yuri Chornoivanl10n: Updated Ukrainian (uk) translation to 100%
2010-11-19 Piotr Drągl10n: Updated Polish (pl) translation to 100%
2010-11-18 Panu MatilainenUpdate translations to pick up recent changes
2010-11-18 Panu MatilainenOnly force default umask during transaction (RhBug...
2010-11-17 Panu MatilainenAlways exit rpmtsRun() via rpmtsFinish()
2010-11-17 Panu MatilainenPlug a minor memory leak in librpmbuild doPatch()
2010-11-17 Panu MatilainenRevert rpmquery/rpmverify split, ain't gonna happen...
2010-11-17 Panu MatilainenYet another round of enum-as-function-argument elimination
2010-11-17 Panu MatilainenAvoid enum as function argument for headerConvert()
2010-11-15 Panu MatilainenRemove RPMTAG_FILESTATUS tag extension
2010-11-15 Panu MatilainenRemove no longer relevant references to build from...
2010-11-15 Panu MatilainenRemove absolute paths from our popt exec aliases now...
2010-11-15 Panu MatilainenMake our popt exec path more useful, permit environment...
2010-11-15 Panu MatilainenEliminate pointless argument sanity check
2010-11-15 Panu MatilainenHide obsolete --nomd5 switches from help output
2010-11-15 Panu MatilainenBasic protection against Lua os.exit() and posix.exec...
2010-11-15 Panu MatilainenRemove unnecessary includes
2010-11-15 Panu MatilainenRearrange new cli utilities' popt tables for nicer...
2010-11-15 Panu MatilainenOops, rpmspec.c missing from POTFILES.in
2010-11-15 Panu MatilainenGet rid of 'rpminstall' binary & manual afterall, flip...
2010-11-11 Panu MatilainenRemove superfluous dbiSync() call (refactoring thinko...
2010-11-11 Florian FestiSwitch fsync off while building indexes
2010-11-11 Florian FestiFix index auto creation
2010-11-11 Florian FestiRename rpm.ii.offsets() to .instances() to match name...
2010-11-10 Guido Graziolil10n: Updated Italian (it) translation to 100%
2010-11-10 Panu MatilainenDon't restore db file atime/mtime after rebuild
2010-11-09 Panu MatilainenKill broken --rebuilddbpath popt alias
2010-11-09 Panu MatilainenEliminate silly "I am about to create a directory now...
2010-11-09 Panu MatilainenSimplify the dbpath shuffle in db rebuilds a bit
2010-11-09 Panu MatilainenDont bother NULL'ing local variables on exit
2010-11-09 Panu MatilainenEliminate pointless (and racy) test for rebuilddb direc...
2010-11-09 Florian FestiRemove unused local variable
2010-11-09 Panu MatilainenHide --aid and --nosuggest switches for now
2010-11-09 Panu MatilainenLose useless --fileconflicts cli-switch
2010-11-09 Panu MatilainenMove --dbpath into common rpm popt options table
2010-11-09 Panu MatilainenEliminate stillborn code
2010-11-05 Florian FestiFix IndexIterator to not open an private dbi that never...
2010-11-05 Panu MatilainenConst-correctness: rpmdsRpmlib() doesn't (and must...
2010-11-04 Panu MatilainenLose the remaining dbapi references in code + configuration
2010-11-04 Panu MatilainenEliminate useless dbapi version to internal openDatabase()
2010-11-04 Panu MatilainenEliminate useless dbapi argument to rpmdbRemoveDatabase()
2010-11-04 Panu MatilainenStart eliminating dbapi leftovers
2010-11-04 Panu MatilainenEliminate unused strlen() calls 'n stuff from skipInsta...
2010-11-04 Panu MatilainenRemove nicely misleading #ifndef NOTYET case from skipI...
2010-11-03 Yuri Chornoivanl10n: Updated Ukrainian (uk) translation to 100%
2010-11-03 Florian FestiMerge rpmdbIndexIteratorKey and rpmdbIndexIteratorKeySi...
2010-11-03 Florian FestiMake ints in IndexIterator API unsigned as the interal...
2010-11-03 Florian FestiRename rpmdbKeyIterator to rpmdbIndexIterator
2010-11-03 Florian FestiGive access to the pkg offset and tag num of the index...
2010-10-30 Panu MatilainenConst-correctness: source is a pointer to fullSource...
2010-10-29 Panu MatilainenConst-correctness: rpmCharCheck() doesn't modify field...
2010-10-29 Panu MatilainenAdd rough-cut man-pages for our new executables
2010-10-29 Panu MatilainenMore ancient cruft removal from the repository
2010-10-29 Panu MatilainenLose ancient lclint remnants from the repository
2010-10-29 Panu MatilainenEliminate unused truncStringBuf() function
2010-10-29 Panu MatilainenEliminate unused spectag and speclines goo from spec
2010-10-28 Alexey Gladkovelfdeps: Fix version definitions processing
2010-10-28 Panu MatilainenFix the remaining enum abuse over rpmParseState in...
2010-10-28 Panu MatilainenNow, make getStringBuf() return const char * for correc...
2010-10-28 Panu MatilainenparseScript() const pedantry
2010-10-28 Panu MatilainenUse ARGV_t instead of stringbuf in changelog parsing
2010-10-28 Panu MatilainenUse ARGV_t for temporary line storage directly
2010-10-28 Panu MatilainenPass the script to doScript() as const char *
2010-10-28 Panu MatilainenArgument passing hysteria in doScript()
2010-10-28 Panu MatilainenHandle NULL sb in getStringBuf() cleanly
2010-10-28 Panu MatilainenUse ARGV_t for package fileFile, fileList and policyList
2010-10-28 Panu MatilainenEliminate splitString() leftover braindamage in process...
2010-10-26 Panu MatilainenBury stripTrailingChar() inside the only remaining...
2010-10-26 Panu MatilainenBury StringBuf inside librpmbuild internals
2010-10-26 Panu MatilainenMake rpmfcExec() internal
2010-10-26 Panu MatilainenEliminate the sole StringBuf user in librpm side
2010-10-26 Panu MatilainenFix BDB version check in configure to work with >=...
2010-10-26 Panu MatilainenSeparate match iterator allocation vs initialization
2010-10-25 Panu MatilainenCreate less draconian loops for grouped collections
2010-10-25 Panu MatilainenOnly specific cases of collections need extra ordering
2010-10-23 Piotr Drągl10n: Updated Polish (pl) translation to 100%
2010-10-22 Panu MatilainenEek.. librpmsign sources went missing in the move
2010-10-22 Panu MatilainenBah, couple of missed places for librpmsign moving
2010-10-22 Panu MatilainenTeach python about the new RPMDBI_* tags
2010-10-22 Panu MatilainenUpdate translations to pick recent changes + files...
2010-10-22 Panu MatilainenMove librpmsign to its own subdirectory in the sources
2010-10-22 Panu MatilainenBrute-force s/rpmTag/rpmTagVal/ in entire librpmbuild
2010-10-22 Panu MatilainenFix invalid uses of rpmTag/rpmSigTag in pack.c
2010-10-22 Panu MatilainenReplace remaing rpmSigTag uses with rpmTagVal
2010-10-22 Panu MatilainenUse header datatype for hash algo instead of pgpHashAlg...
2010-10-22 Panu MatilainenEliminate pgpHashAlgo uses in librpm side
next