index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
transaction.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-16
Also skip to be erased files in "netsharedpath"
Florian Festi
1
-33
/
+80
2009-09-10
Rip the broken asynchronous psm machinery
Panu Matilainen
1
-4
/
+0
2009-09-07
Ugh, erroneously introduced ; busting the conditional
Panu Matilainen
1
-1
/
+1
2009-09-07
Eliminate bunch of unused variables
Panu Matilainen
1
-2
/
+2
2009-09-02
Eliminate uses of headerNVR() and friends in librpm (and python) code
Panu Matilainen
1
-2
/
+2
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in main ts code
Panu Matilainen
1
-7
/
+7
2009-07-23
Kill off lclint remnants everywhere
Panu Matilainen
1
-4
/
+0
2009-07-09
Fix package relocatability checking, broken since forever
Panu Matilainen
1
-0
/
+10
2009-06-15
Rip hardcoded libgcc + glibc static helper kludges
Panu Matilainen
1
-6
/
+2
2009-03-09
Unbreak %_install_langs handling (rhbz#489235)
Panu Matilainen
1
-1
/
+2
2009-03-09
Initialize on declaration, cosmetics only...
Panu Matilainen
1
-5
/
+2
2009-03-09
Dont bother retrieving colors unless actually needed
Panu Matilainen
1
-10
/
+4
2009-03-09
Dont bother retrieving ts problem set unless actually needed
Panu Matilainen
1
-3
/
+2
2009-03-09
Dont bother retrieving altNEVR unless actually needed
Panu Matilainen
1
-4
/
+2
2009-02-24
Clean up runTransScripts() a bit
Panu Matilainen
1
-14
/
+9
2009-02-24
Single point of exit from rpmtsRun()
Panu Matilainen
1
-19
/
+16
2009-02-24
Split initialization of flags etc out of rpmtsRun()
Panu Matilainen
1
-50
/
+62
2009-02-24
Formatting cosmetics only
Panu Matilainen
1
-8
/
+4
2009-02-24
Calculate need to chroot just once
Panu Matilainen
1
-2
/
+3
2009-02-24
Eliminate unnecessary variable
Panu Matilainen
1
-4
/
+1
2009-02-24
Push fingerprinting chroot in+out into rpmtsPrepare() too
Panu Matilainen
1
-27
/
+33
2009-02-24
Push the rest of the prepare-calculations down to rpmtsPrepare()
Panu Matilainen
1
-46
/
+31
2009-02-24
Eliminate fingerprint hash from ts struct
Panu Matilainen
1
-12
/
+12
2009-02-24
Split fingerprinting stuff out of rpmtsRun()
Panu Matilainen
1
-73
/
+79
2009-02-24
Split prepare phase out of rpmtsRun()
Panu Matilainen
1
-27
/
+34
2009-02-24
File skipping only done for added packages, simplify
Panu Matilainen
1
-13
/
+4
2009-02-24
Eliminate unused variables
Panu Matilainen
1
-5
/
+0
2009-02-24
Split sanity checking out of rpmtsRun() to helper function
Panu Matilainen
1
-73
/
+69
2009-02-24
Fix memory leak from unused problem set
Panu Matilainen
1
-3
/
+0
2009-02-24
Calculate files in transaction just once
Panu Matilainen
1
-43
/
+23
2009-01-17
Make it possible to disable %pre- and %posttrans scriptlets (rhbz#475582)
Panu Matilainen
1
-3
/
+3
2009-01-15
Add extra parameter to rpmteClose() to control fi behavior
Panu Matilainen
1
-2
/
+3
2008-12-19
Remove couple of leftover, unused local variables
Panu Matilainen
1
-6
/
+0
2008-12-19
Eliminate last remaining fi-internals use from transaction.c
Panu Matilainen
1
-2
/
+2
2008-12-19
Add internal rpmfi apis to deal with fingerprints, use them
Panu Matilainen
1
-5
/
+3
2008-12-19
Eliminate file info set argument to rpmpsmNew()
Panu Matilainen
1
-3
/
+2
2008-12-19
Optionally reload ts element file info in rpmteOpen(), free in close
Panu Matilainen
1
-9
/
+3
2008-12-19
Use rpmteSetFI() to clear memory instead of direct access
Panu Matilainen
1
-5
/
+1
2008-12-19
Free rpmfi fingerprints in rpmfiFree()
Panu Matilainen
1
-1
/
+0
2008-12-18
Reduce the hash size of the fingerPrintCache by factor 4
Florian Festi
1
-1
/
+1
2008-12-18
Do only add symlinks the the first rpmFpHash as these are the only one we rea...
Florian Festi
1
-7
/
+12
2008-12-18
Reduce the size of the FpHashes by factor 4.
Florian Festi
1
-2
/
+2
2008-12-10
use RPMFI_KEEPHEADER instead of numerical constant
Florian Festi
1
-1
/
+1
2008-12-10
Kill rpmfiUpdateState and free all the rpmfis as soon as file conflict check ...
Florian Festi
1
-2
/
+7
2008-12-10
Move ->actions from rpmfi to rpmfs
Florian Festi
1
-41
/
+51
2008-12-10
Create a new datastructure rpmfs aka File States that contains the informatio...
Florian Festi
1
-1
/
+1
2008-11-30
Move install langs to per-transaction level
Panu Matilainen
1
-16
/
+2
2008-11-30
Move netsharedpaths to per-transaction level
Panu Matilainen
1
-10
/
+1
2008-11-27
Add + use internal rpmteHaveTransScript() function
Panu Matilainen
1
-9
/
+5
2008-11-27
Eliminate rpmtsiFi(), use rpmteFI() instead
Panu Matilainen
1
-31
/
+11
[next]