On a second thought, rename rpmfiDigest() to rpmfiFDigest() for consistency
[platform/upstream/rpm.git] / lib / transaction.c
2008-06-02 Panu MatilainenOn a second thought, rename rpmfiDigest() to rpmfiFDige...
2008-06-02 Panu MatilainenMake handleOverlappedFiles() honor rpmfi digest algorithm
2008-05-15 Panu MatilainenDumb segfault in %posttrans
2008-05-12 Panu MatilainenFixup paths and Makefiles for rpmdb/ elimination
2008-05-02 Panu MatilainenCheck for arch compatibility on multilib too
2008-04-30 Jindrich NovyDon't use alloca() in fpsCompare()
2008-04-25 Panu MatilainenReplace alloca() + memset() with xcalloc() in skipFiles()
2008-04-24 Panu MatilainenAdd rpmteEVR() function
2008-04-24 Panu MatilainenI'm out of words for this one.
2008-04-24 Panu MatilainenCheck for chroot() result in rpmtsRun()
2008-04-17 Panu MatilainenEliminate splitString() and freeSplitString()
2008-04-04 Panu MatilainenRename currentDirectory() to rpmGetCwd() and move to...
2008-03-17 Panu MatilainenRefactor running of pre/post scriptlets out of rpmtsRun()
2008-03-17 Panu MatilainenRemove repackage support to finish off with rollback
2008-03-17 Panu MatilainenRemove rollback support
2008-03-17 Panu MatilainenRemove support for automatic rollback on failure
2008-03-07 Panu MatilainenLog message adjustments
2008-02-14 Panu MatilainenFix a bunch of string format mismatches found by gcc...
2008-02-05 Panu MatilainenYet another typedef for transaction ID, use where spotted
2008-02-05 Panu MatilainenUse rpm_flag_t for header generic bitfields (file flags...
2008-02-05 Panu MatilainenAdd rpm_mode_t type, use where spotted
2008-02-05 Panu MatilainenAdd rpm_color_t type for rpm color bits, use where...
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu MatilainenUse rpmsenseFlags type for dependency flags everywhere...
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2008-01-02 Panu MatilainenAssorted int -> size_t corrections for string lengths
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-19 Panu MatilainenConst-pedantry here and there...
2007-12-17 Panu MatilainenMake psm opaque, add minimal methods to cover internal...
2007-12-17 Panu Matilainentransaction.c doesn't need fsm.h, rpmfi_internal does
2007-12-15 Panu MatilainenRemove bogus const from rpmGetPath() temporary targets
2007-12-14 Panu MatilainenBogus const removal continued...
2007-12-14 Panu MatilainenMore size_t type pedantry
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-04 Panu MatilainenEliminate debug junk from the API
2007-12-03 Panu MatilainenSplit rpmte internals to separate header
2007-12-03 Panu MatilainenSplit rpmfi internals to separate header
2007-12-01 Panu MatilainenMove hGet*() funcs from rpmts, rename to headerGet*()
2007-11-30 Panu MatilainenMove logging related macros rpmlog, adjust includes
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-22 Panu MatilainenCalculating file checksums aint legacy activity
2007-11-23 Panu MatilainenMove string helpers from lib/misc.h to rpmio/rpmstring.h
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-07 Panu MatilainenRemove bunch of unnecessary misc.h includes, document...
2007-10-31 Panu MatilainenDocument RPMFI_INTERNAL uses
2007-10-31 Panu MatilainenDocument _RPMTE_INTERNAL needs
2007-10-31 Panu MatilainenSplit out rpmts_internal.h from rpmts.h
2007-10-30 Ralf Corsépiusmerge.
2007-10-30 Panu MatilainenUse rpmteKey() instead of te internals
2007-10-30 Panu MatilainenRemove unnecessary rpmShowProgress duplicate prototype
2007-10-28 Ralf CorsépiusInclude "rpmlib.h" instead of <rpmlib.h>.
2007-10-28 Ralf CorsépiusInclude "rpmmacro.h" instead of <rpmmacro.h>.
2007-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-10-24 Panu MatilainenUse NEVRA, not NEVR everywhere for rpmProblems
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_FATALERROR with RPMLOG_CRIT
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_ERROR with RPMLOG_ERR
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
2007-10-09 Panu MatilainenReplace all rpmMessage() uses with rpmlog()
2007-10-06 Ralf CorsépiusAdd description-stubs to doxygen blocks to silence...
2007-09-26 Panu MatilainenAvoid unnecessary rpmps internals access
2007-09-26 Panu MatilainenRename whatis() to rpmfiWhatis() for namespacing
2007-09-21 Panu MatilainenRename alKey & alNum to rpmal* for namespacing
2007-09-20 Panu MatilainenRename public fileAction* type to rpmFileAction for...
2007-09-17 Panu MatilainenHide db index handling and rpmdb details from the API...
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-09-03 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm...
2007-09-03 Panu MatilainenAutomated merge with ssh://login.linux.duke.edu//home...
2007-09-03 Panu MatilainenUse direct selinux calls for context initialization...
2007-09-03 Panu MatilainenAutomated merge with ssh://login.linux.duke.edu//home...
2007-09-03 Panu MatilainenSanitize SELinux file context initialization.
2007-08-30 Panu MatilainenAutomated merge with ssh://login.linux.duke.edu//home...
2007-08-30 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm-cli
2007-08-30 Panu MatilainenMove rollback IDTX out of cli-stuff, its needed by...
2007-08-27 Panu MatilainenDon't check for termination signals in middle of transa...
2007-08-09 Panu MatilainenAvoid unnecessary .rpmnew and .rpmsave files (rhbz...
2007-08-09 Panu MatilainenAvoid unnecessary .rpmnew and .rpmsave files (rhbz...
2007-07-11 Panu MatilainengetRepackageHeaderFromTE() expects const char * as...
2007-07-11 Panu Matilainendomd5() buffer signedness fixes.
2007-07-10 Panu MatilainenRemove meaningles statement to avoid compiler warning.
2007-07-10 Panu MatilainenCast tid to time_t for ctime() to avoid compiler warning.
2007-06-25 Panu MatilainenNuke ugly /var/log/lastlog kludgery.
2007-06-21 Paul NasratInitialise replaced
2007-06-21 Paul NasratFix thinko
2007-06-19 Panu MatilainenFix variable double definition.
2007-06-19 Panu MatilainenOpen non-temporary db's before chroot (rhbz#103952...
2007-06-18 Paul NasratEnsure the status of the file which be replaced by...
2007-05-16 Panu MatilainenDo not run pre/posttrans scripts in test mode.
2007-05-01 Paul NasratEnable configurable preferable elf colour policy (...
2007-04-16 Paul NasratWhen deleting files, drop any s-bit first, so that...
2007-02-22 Paul NasratFix netshared path comparison (rh#52725) fix by jbj.
2005-07-02 jbjCorrect typo.
2005-02-10 jbj- perform callbacks as always (#147537).
2004-12-07 jbjavoid md5 on sparse /var/log/lastlog file
2004-11-11 jbjAvoid unnecessary chroot("/") calls for certain Mac...
2004-10-25 jbjAdd options to populate transaction set while iterating.
2004-10-20 jbjDoxygen fiddles.
2004-10-09 jbjFlush changes from rpm-4_3 branch.
2004-07-05 jbj- bump rpm and popt versions to insure "newer".
2004-05-03 jodenMinor tweaks to comments in autorollback code, made...
next