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
/
rpmdb.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-03
Internalize most direct rpmdb manipulation functions
Panu Matilainen
1
-60
/
+0
2010-11-03
Merge rpmdbIndexIteratorKey and rpmdbIndexIteratorKeySize into rpmdbIndexIter...
Florian Festi
1
-16
/
+5
2010-11-03
Make ints in IndexIterator API unsigned as the interal types are
Florian Festi
1
-4
/
+4
2010-11-03
Rename rpmdbKeyIterator to rpmdbIndexIterator
Florian Festi
1
-18
/
+18
2010-11-03
Give access to the pkg offset and tag num of the index entry the key iterator...
Florian Festi
1
-0
/
+23
2010-10-22
Change rpmdb internals and iterator APIs to use the appropriate tag types
Panu Matilainen
1
-4
/
+4
2010-10-21
rpmdbKeyIterator: loop over keys in the database indexes
Florian Festi
1
-0
/
+40
2010-09-13
Eliminate all fooUnlink() functions out of the API
Panu Matilainen
1
-7
/
+0
2010-05-31
Use the new chroot API everywhere, eliminate old related goo
Panu Matilainen
1
-8
/
+0
2010-05-06
Convert tsmem->removedPackages to a hash table and remove rpmdbPruneIterator ...
Florian Festi
1
-12
/
+0
2010-04-07
Make rpmdbAdd() and rpmdbRemove() internal-only
Panu Matilainen
1
-16
/
+0
2010-04-07
Unify rpmdbAdd/Remove() interfaces
Panu Matilainen
1
-2
/
+2
2010-04-07
Eliminate the headerCheck() foo from rpmdbAdd/Remove()
Panu Matilainen
1
-11
/
+2
2010-04-07
Move header INSTALLTID manipulation out of rpmdbAdd()
Panu Matilainen
1
-2
/
+2
2010-04-01
Remove unused rpmdbCloseDBI()
Panu Matilainen
1
-8
/
+0
2010-03-22
Lose the useless rpmdb refcounting debug junk + switches
Panu Matilainen
1
-6
/
+2
2009-12-07
Remove support for sqlite based rpm database
Florian Festi
1
-1
/
+1
2008-05-12
Fixup paths and Makefiles for rpmdb/ elimination
Panu Matilainen
1
-1
/
+1
2008-05-12
Start (re-)joining librpmdb and librpm
Panu Matilainen
1
-0
/
+287
2001-05-08
- create rpmdb.la so that linkage against rpm's db-3.2.9 is possible.
jbj
1
-441
/
+0
2001-05-05
- enough lclint annotations and fiddles already.
jbj
1
-0
/
+2
2001-05-03
- still more boring lclint annotations and fiddles.
jbj
1
-19
/
+19
2001-04-29
- globalize _free(3) wrapper in rpmlib.h, consistent usage throughout.
jbj
1
-1
/
+1
2001-04-10
Doxygen annotations for config files.
jbj
1
-1
/
+1
2001-02-17
Merge changes from rpm-4.0.2.
jbj
1
-0
/
+9
2001-01-26
lclint annotations.
jbj
1
-11
/
+5
2000-10-28
- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>).
jbj
1
-2
/
+2
2000-08-29
- translate rpm.8 man page (Peter Ivanyi <ivanyi@internet.sk>).
jbj
1
-3
/
+7
2000-08-27
Doxygen annotations.
jbj
1
-36
/
+37
2000-08-23
doxygen/lclint annotations.
jbj
1
-34
/
+34
2000-07-07
lclint fiddles.
jbj
1
-14
/
+32
2000-06-19
fix: open all db indices before performing chroot.
jbj
1
-0
/
+1
2000-06-12
Don't use BSDish typedefs.
jbj
1
-8
/
+8
2000-06-12
Add dbcursor to dbi interface.
jbj
1
-7
/
+8
2000-05-07
Repair rebuilddb lossage, removing debug messages and final copy on user msgs.
jbj
1
-5
/
+5
2000-05-02
Add usedbenv (disabled) to use db3 as db1 was used.
jbj
1
-5
/
+5
2000-05-01
Rename db0.c to db1.c, resurrect db2.c (from db3.c).
jbj
1
-3
/
+6
2000-04-28
Don't incrementally link pthreads, causes segfault on (at least) alpha.
jbj
1
-0
/
+6
2000-04-27
Sanity and API clean up. (make dist)
jbj
1
-17
/
+23
2000-04-27
- API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd.
jbj
1
-5
/
+0
2000-04-26
Rip out remaining legacy dbi interfaces.
jbj
1
-81
/
+100
2000-04-25
Sanity.
jbj
1
-29
/
+98
2000-04-23
make db indices as lightweight as possible, with per-dbi config.
jbj
1
-46
/
+86
2000-04-19
Change iterator interface to use RPMTAG_FOO rather than RPMDBI_FOO.
jbj
1
-1
/
+1
2000-04-19
Data size of index databases now per-index (was always 8 bytes).
jbj
1
-2
/
+49
2000-04-18
Consolidate changes into rpmdb.c.
jbj
1
-0
/
+167
2000-04-07
use "rpmdb db" consistently throughout, add doxygen tags.
jbj
1
-3
/
+7
2000-03-23
- API: change dbi to pass by reference, not value.
jbj
1
-1
/
+25
1999-09-17
add perms to openDatabase() call.
jbj
1
-1
/
+1
1999-09-12
Fiddles to resurrect lclint.
jbj
1
-1
/
+1
[next]