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
/
psm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-10
Rip the broken asynchronous psm machinery
Panu Matilainen
1
-3
/
+0
2008-12-19
Eliminate file info set argument to rpmpsmNew()
Panu Matilainen
1
-2
/
+1
2008-11-26
Lose unnecessary and silly rpmpsmGetTs() internal func
Panu Matilainen
1
-7
/
+0
2008-11-26
Lose now unnecessary PSM_RPMDB_LOAD stage and rpmpsmSetFI()
Panu Matilainen
1
-9
/
+0
2008-10-09
Mark psm functions as internal
Panu Matilainen
1
-0
/
+9
2008-03-17
Remove repackage support to finish off with rollback
Panu Matilainen
1
-1
/
+0
2008-02-05
Mass convert (back) to rpmTag as it's usable everywhere now
Panu Matilainen
1
-1
/
+1
2007-12-17
Make psm opaque, add minimal methods to cover internal needs
Panu Matilainen
1
-36
/
+24
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-2
/
+2
2007-12-04
Eliminate debug junk from the API
Panu Matilainen
1
-10
/
+0
2007-12-01
Add separate public header for callback declarations
Panu Matilainen
1
-0
/
+1
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-1
/
+1
2007-11-08
Minimal protection for rpmsqElem internals
Panu Matilainen
1
-0
/
+1
2007-10-28
Include "rpmsq.h" instead of <rpmsq.h>.
Ralf Corsépius
1
-1
/
+1
2007-09-21
Unexport rpmpms typedef, nothing outside rpm can use it anyway
Panu Matilainen
1
-0
/
+2
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-45
/
+10
2003-05-08
- don't use error string after gzclose (Dmitry V. Levin).
jbj
1
-1
/
+1
2003-04-02
Splint clean.
jbj
1
-3
/
+6
2003-03-19
- unify signal handling in librpmio, use condvar to deliver signal.
jbj
1
-0
/
+1
2003-03-19
Sanity.
jbj
1
-1
/
+2
2003-03-18
Proof of concept scriptlet queue, single or multi threaded.
jbj
1
-6
/
+3
2003-03-16
Create rpmsq, combining rpmdb/psm signal handlers.
jbj
1
-4
/
+7
2002-08-23
- merge signature returns into rpmRC.
jbj
1
-1
/
+1
2002-08-19
- add --with-efence to configure, check install/upgrade with efence.
jbj
1
-7
/
+77
2002-07-11
- update for sv.po.
jbj
1
-8
/
+0
2002-05-19
- Grand Renaming of rpm data types.
jbj
1
-4
/
+4
2002-04-13
- use rpmdb-redhat to suggest dependency resolution(s).
jbj
1
-2
/
+0
2002-04-11
- rescusitate --rebuild.
jbj
1
-1
/
+0
2002-04-08
doxygen cleanup.
jbj
1
-1
/
+1
2001-12-20
- solaris: translate i86pc to i386 (#57182).
jbj
1
-1
/
+1
2001-11-13
- split file info tag sets into rpmfi.c.
jbj
1
-23
/
+2
2001-11-12
- commit to using rpmDepSet and TFI_t, not header.
jbj
1
-10
/
+0
2001-11-11
- unify rpmFNSet into TFI_t.
jbj
1
-0
/
+2
2001-11-11
Replace loadFi with fiNew, freeFi with fiFree.
jbj
1
-34
/
+0
2001-11-11
- factor per-transactionElement data out of TFI_t through pointer ref.
jbj
1
-103
/
+18
2001-11-11
- common structure elements for unification of TFI_t and rpmFNSet.
jbj
1
-1
/
+4
2001-11-10
- strip header tags for erased as well as installed transactionElements.
jbj
1
-29
/
+18
2001-11-09
- no-brainer refcounts for rpmProblemSet object.
jbj
1
-1
/
+1
2001-11-08
- linear search on added package provides is dumb.
jbj
1
-1
/
+1
2001-11-05
Start deconstructing availablePackage list.
jbj
1
-2
/
+3
2001-10-30
- transaction.c: cleanly uncouple availablePackage from TFI_t.
jbj
1
-13
/
+46
2001-10-29
- start hiding availablePackage data/methods in rpmal.c/rpmal.h.
jbj
1
-0
/
+8
2001-10-29
Remove DYING code.
jbj
1
-17
/
+0
2001-10-29
Gather all problem handling routines in one place.
jbj
1
-6
/
+8
2001-10-28
- memory indices for dependency check are typedef'd and abstract'd.
jbj
1
-6
/
+13
2001-10-27
- transaction sets cerated in cli main.
jbj
1
-1
/
+1
2001-10-19
Rewire digests, step 1.
jbj
1
-2
/
+1
2001-10-18
Scaffholding for dumping full headers carried through transaction.
jbj
1
-6
/
+51
2001-10-17
Converging on lclint-3.0.17 strict level.
jbj
1
-1
/
+1
2001-10-15
lclint fiddles to annotate globals.
jbj
1
-1
/
+3
[next]