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
/
rpmdb
/
rpmdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-11
/
+11
2007-12-03
Rename _rpmdbMatchIterator -> rpmdbMatchIterator_s
Panu Matilainen
1
-1
/
+1
2007-12-02
Move rpmsenseFlag enums to rpmds where they logically belong
Panu Matilainen
1
-0
/
+1
2007-12-03
Use regular POSIX functions instead of "RPC" clones
Panu Matilainen
1
-3
/
+3
2007-11-27
Revert the buggy dbiFindByLabel() epoch handling for now
Panu Matilainen
1
-30
/
+9
2007-11-27
Move legacy%#¤%#¤ to librpm now that it can move..
Panu Matilainen
1
-1
/
+0
2007-11-27
Drop support for old style file tags in rpmdb
Panu Matilainen
1
-3
/
+0
2007-11-27
Teach dbiFindByLabel() to grok epochs
Panu Matilainen
1
-9
/
+30
2007-11-26
Eliminate type "byte"
Ralf Corsépius
1
-4
/
+4
2007-11-23
Expand private include file names to be relative to $(top_srcdir)
Ralf Corsépius
1
-4
/
+4
2007-11-23
Move rpmCleanPath from macros to rpmfileutil.h
Panu Matilainen
1
-0
/
+1
2007-11-23
Move the xstr*() string variants from rpmio.h to rpmstring.h
Panu Matilainen
1
-0
/
+1
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-7
/
+7
2007-11-19
Lose rpmerr.h for good
Panu Matilainen
1
-1
/
+1
2007-11-19
Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels
Panu Matilainen
1
-24
/
+24
2007-11-16
Eliminate need for rpmio_internal.h in rpmdb.c
Panu Matilainen
1
-21
/
+7
2007-11-07
Document rpmio_internal.h uses outside rpmio/
Panu Matilainen
1
-1
/
+3
2007-10-28
Include "rpmio_internal.h" instead of <rpmio_internal.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmmacro.h" instead of <rpmmacro.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmsq.h" instead of <rpmsq.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-26
Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.
Ralf Corsépius
1
-20
/
+20
2007-10-17
Use HAVE_DB_H for both internal and external BDB
Panu Matilainen
1
-2
/
+2
2007-10-09
Make rpmerr.h private, include directly where needed.
Panu Matilainen
1
-0
/
+1
2007-10-09
Replace all uses of RPMMESS_WARNING with RPMLOG_WARNING
Panu Matilainen
1
-1
/
+1
2007-10-09
Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE
Panu Matilainen
1
-1
/
+1
2007-10-09
Replace all uses of RPMMESS_ERROR with RPMLOG_ERR
Panu Matilainen
1
-6
/
+6
2007-10-09
Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
Panu Matilainen
1
-17
/
+17
2007-10-09
Replace all rpmMessage() uses with rpmlog()
Panu Matilainen
1
-22
/
+22
2007-10-09
Replace all rpmError() uses with rpmlog()
Panu Matilainen
1
-24
/
+24
2007-09-20
Rename tagName/Value/Type() to rpmTagGet*()
Panu Matilainen
1
-22
/
+22
2007-09-19
Remove db-internals from rpmts
Panu Matilainen
1
-0
/
+29
2007-09-17
Hide db index handling and rpmdb details from the API to internal header
Panu Matilainen
1
-0
/
+1
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-499
/
+141
2007-09-05
Handle mire matching against binary blobs (rhbz#277161)
Panu Matilainen
1
-2
/
+13
2007-09-05
Fix false mire matches on nonexistent headers.
Panu Matilainen
1
-1
/
+3
2007-09-03
Remove __LCLINT__-ifdef'ed blocks.
Ralf Corsépius
1
-12
/
+0
2007-07-21
Make rpmdbCheckTerminate() non-terminating.
Panu Matilainen
1
-8
/
+10
2007-07-20
Support explicitly asking from rpmdb cleanup + termination.
Panu Matilainen
1
-6
/
+12
2007-07-12
Use uint_32 for dirindexes everywhere
Panu Matilainen
1
-3
/
+3
2007-07-11
b64decode() len paramenter is unsigned size type, use it...
Panu Matilainen
1
-2
/
+2
2007-06-19
Don't open temporary databases at rpmdbOpenAll():
Panu Matilainen
1
-30
/
+27
2007-06-19
Nuke default skipDirs list (rhbz#140055 & others).
Panu Matilainen
1
-7
/
+0
2007-06-07
Ooops, rpmdbFindFpList() not finding anything is not an error...
Panu Matilainen
1
-1
/
+1
2007-06-07
Return error codes from rpmdbFindFpList() on "can't happen" situations.
Panu Matilainen
1
-3
/
+3
2007-05-16
Make rebuilddb work with the --root option.
Panu Matilainen
1
-2
/
+2
2007-04-16
Make rpmdbSync obey the no_dbsync flag
Paul Nasrat
1
-0
/
+2
2005-02-16
fix: restore longer scope for sqlite3 data (which frees on cClose).
jbj
1
-2
/
+3
2005-02-02
- fix: length of gpg V4 hash seed was incorrect (#146896).
jbj
1
-17
/
+67
2005-01-23
- blueprint rpm-4_4 and HEAD to minimize diff spew.
jbj
1
-2
/
+2
2005-01-04
Splint fiddles.
jbj
1
-0
/
+2
[next]