index
:
platform/upstream/rpm
accepted/tizen/generic
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_base
accepted/tizen_3.0_base
accepted/tizen_3.0_ivi
accepted/tizen_4.0_base
accepted/tizen_5.0_base
accepted/tizen_5.5_base
accepted/tizen_5.5_base_mobile_hotfix
accepted/tizen_5.5_base_wearable_hotfix
accepted/tizen_6.0_base
accepted/tizen_6.0_base_tool
accepted/tizen_6.0_base_tool_hotfix
accepted/tizen_6.5_base
accepted/tizen_6.5_base_tool
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_7.0_base_tool
accepted/tizen_7.0_base_tool_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_asan
accepted/tizen_base_riscv
accepted/tizen_base_tool
accepted/tizen_base_tool_dev
accepted/tizen_base_toolchain
accepted/tizen_base_x
accepted/tizen_base_x_asan
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_genivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel_strip
origin/tizen
sandbox/akazmin/hwasan_build
sandbox/chanleebf/compression_change
sandbox/chanleebf/test
sandbox/denis13/LTO
sandbox/denis13/NoLTO
sandbox/denis13/esan
sandbox/denis13/lib64
sandbox/denis13/test_lib64
sandbox/dkson95/build
sandbox/dkson95/buildinfo
sandbox/dkson95/devel
sandbox/dkson95/gcc-14
sandbox/dkson95/llvm
sandbox/dkson95/lto
sandbox/dkson95/merge
sandbox/dkson95/strip
sandbox/dkson95/warning
sandbox/dnxowls/rpm_4.14.1_upgrade
sandbox/dnxowls/rpm_upgrade
sandbox/hglee/asan
sandbox/jaehun77/hardfp
sandbox/leemgs/chromium-efl
sandbox/leemgs/pbzip2
sandbox/mkashkarov/annobin
sandbox/mkashkarov/armv7hl
sandbox/mkashkarov/armv7hl_rpm
sandbox/mkashkarov/armv7hl_support
sandbox/mkashkarov/debug
sandbox/mkashkarov/ttc_14
sandbox/mro/isan
sandbox/mzx/bootstraping
sandbox/mzx/fix
sandbox/mzx/upstream
sandbox/nmerinov/llvm
sandbox/pavelkopyl/gcov
sandbox/soong9/remove_nss
sandbox/soong9/rpm_4.14.1
sandbox/test/rpm_upgrade
sandbox/tizentools/rpm_upgrade
sandbox/toolchain/sanitizer
sandbox/vbarinov/arch
sandbox/vbarinov/asan
sandbox/vbarinov/clang-build
sandbox/vbarinov/lib64
sandbox/vbarinov/mips
sandbox/vbarinov/riscbuild
sandbox/vbarinov/strip
sandbox/vbarinov/tizen
sandbox/wangbiao/py3_version_6_6
sandbox/wangbiao/py3_version_bak
sandbox/wangbiao/rpm_py3
sandbox/xuwc/rpm_erase
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2_base
tizen_3.0_base
tizen_3.0_ivi
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5_base
tizen_5.5_base_mobile_hotfix
tizen_5.5_base_wearable_hotfix
tizen_5.5_tv
tizen_6.0_base
tizen_6.0_base_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_base_dev
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: SCM / Build;
park <sk7.park@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rebuilddb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-04-23
make db indices as lightweight as possible, with per-dbi config.
jbj
1
-184
/
+0
2000-04-21
fix: legacy packages required provides EVR/Flags to be added.
jbj
1
-9
/
+6
2000-04-19
Change iterator interface to use RPMTAG_FOO rather than RPMDBI_FOO.
jbj
1
-2
/
+3
2000-04-18
Consolidate changes into rpmdb.c.
jbj
1
-0
/
+1
2000-04-13
add explcit "Provides: name = [epoch:]version-release" to headers.
jbj
1
-0
/
+3
2000-04-13
The death of rpmdbFindBy{Provides,RequiredBy,Conflicts}.
jbj
1
-17
/
+0
2000-04-13
The death of rpmdbFindBy{Group,TriggeredBy,Header}.
jbj
1
-6
/
+20
2000-04-12
Remove DYING code.
jbj
1
-28
/
+1
2000-04-12
API: pass *SearchIndex() length of key (0 will use strlen(key)).
jbj
1
-24
/
+57
2000-04-11
make header db a "special" type of index database in db0, hiding falloc.c.
jbj
1
-1
/
+1
2000-04-06
use hashed access for package headers.
jbj
1
-1
/
+2
2000-04-03
Indicate that dbenv should be trashed after a rebuild.
jbj
1
-0
/
+2
2000-03-30
Mostly functional db2 interface, db3 still has problems.
jbj
1
-4
/
+12
2000-03-26
Add --preferdb for now to permit testing db0/db1/db2.
jbj
1
-6
/
+6
2000-03-23
convert db1 -> db2 on-disk format using --rebuilddb.
jbj
1
-2
/
+9
2000-03-23
- API: change dbi to pass by reference, not value.
jbj
1
-3
/
+6
2000-02-15
new rpm-build package to isolate rpm dependencies on perl/bash2.
jbj
1
-3
/
+19
2000-01-24
fix: on --rebuilddb, make sure new/old paths are not the same (#8752).
jbj
1
-4
/
+6
2000-01-23
Exit if new db directory already exists when doing --rebuilddb.
jbj
1
-0
/
+5
2000-01-17
add %_rebuilddbpath macro to permit rebuilding db in new location.
jbj
1
-10
/
+27
1999-10-31
Spec: Add rootdir (as in chroot).
jbj
1
-2
/
+2
1999-10-29
check for memory leaks (almost all leaks are plugged).
jbj
1
-2
/
+3
1999-09-21
fix: command line install had header memory leak.
jbj
1
-1
/
+2
1999-07-13
Perl bindings need
jbj
1
-2
/
+2
1999-06-17
fix: --rebuilddb with --root dinna remove directory (Michael Andres).
jbj
1
-13
/
+11
1999-03-31
add explicit macrofiles path to rpmrc.
jbj
1
-0
/
+1
1999-03-05
fixed memory leak
ewt
1
-0
/
+2
1999-01-06
propagate "const char *" into rpmlib prototypes.
jbj
1
-12
/
+25
1998-12-05
Typos.
jbj
1
-1
/
+1
1998-12-03
caldera patches (ray@Caldera.DE)
jbj
1
-1
/
+1
1998-12-03
1) let you pass the db type per-index
ewt
1
-1
/
+2
1998-11-16
LCLINT pass 0.
jbj
1
-1
/
+1
1998-10-08
Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.
jbj
1
-1
/
+0
1998-09-27
add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)
jbj
1
-11
/
+11
1998-08-11
Sync with 2.5.2 branch patches.
jbj
1
-19
/
+19
1998-07-31
Macro handling in rpmlib -- rework include: tag with macro expansion.
jbj
1
-1
/
+0
1998-07-30
Consolidated includes for librpmbuild API.
jbj
1
-1
/
+2
1998-07-25
Aggregate system includes into system.h.
jbj
1
-12
/
+1
1998-06-30
added an error message when rmdir() fails
ewt
1
-1
/
+3
1998-01-09
added more i18n strings
ewt
1
-8
/
+11
1997-01-29
does some basic sanity checks on headers read from the database
ewt
1
-7
/
+18
1997-01-17
1) use config.h if available
ewt
1
-1
/
+4
1996-12-16
fixed silly ifdef logic
ewt
1
-1
/
+1
1996-12-12
made include of alloca.h conditional
ewt
1
-1
/
+4
1996-11-18
The Great Renaming
root
1
-14
/
+13
1996-09-25
typecase getpid() return to int
ewt
1
-2
/
+2
1996-09-16
Initial revision
ewt
1
-0
/
+92