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
/
install.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-04-13
The death of rpmdbFindBy{Provides,RequiredBy,Conflicts}.
jbj
1
-9
/
+0
2000-04-13
The death of rpmdbFindBy{Group,TriggeredBy,Header}.
jbj
1
-0
/
+13
2000-04-08
Hash package headers using simple counter.
jbj
1
-21
/
+1
2000-04-07
use "rpmdb db" consistently throughout, add doxygen tags.
jbj
1
-0
/
+8
2000-04-04
Permit dboffsets in hex and octal.
jbj
1
-1
/
+1
2000-03-23
- API: change dbi to pass by reference, not value.
jbj
1
-9
/
+28
2000-02-16
Disable i18n lookaside for now.
jbj
1
-1
/
+1
2000-02-15
new rpm-build package to isolate rpm dependencies on perl/bash2.
jbj
1
-1
/
+1
1999-12-21
lib/rpmio.c: Start weeding the debug messages.
jbj
1
-2
/
+2
1999-12-08
rename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES.
jbj
1
-5
/
+5
1999-12-01
Add underscore in front of (possibly) non-supported FDIO_t vectors.
jbj
1
-2
/
+2
1999-11-30
lib/install.c: Check errno and mkdir specdir/sourcedir only for local fs.
jbj
1
-61
/
+76
1999-11-19
macros.in: Add buildsubdir and scriptlet template macros.
jbj
1
-4
/
+0
1999-11-18
The death of lib/ftp.c, merged into lib/rpmio.c.
jbj
1
-0
/
+5
1999-11-14
lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.
jbj
1
-1
/
+1
1999-11-12
Use Fstrerror on ufdio throughut.
jbj
1
-14
/
+22
1999-11-04
Use Fopen almost everywhere.
jbj
1
-4
/
+0
1999-11-03
First use of libio.
jbj
1
-0
/
+4
1999-10-30
Make fdFileno() static, use Fileno()/Ferror() analogues throughout.
jbj
1
-4
/
+4
1999-10-27
use compressed filenames on install side.
jbj
1
-6
/
+3
1999-10-21
lclint annotations.
jbj
1
-1
/
+1
1999-10-21
got installs/removes working with new file lists
ewt
1
-11
/
+9
1999-10-20
lclint annotations.
jbj
1
-1
/
+1
1999-10-20
Tyo: RPMTAG_COMPFILENAMES is ...COMPFILELIST.
jbj
1
-3
/
+3
1999-10-20
another batch of changes for new file list format -- one more to go
ewt
1
-3
/
+3
1999-10-08
support new file list format for relocations and package removal
ewt
1
-0
/
+2
1999-10-06
first steps toward getting compressed file lists to work -- most things
ewt
1
-5
/
+5
1999-10-04
dumb cpp's want white space around lclint annotations (Tim Mooney).
jbj
1
-3
/
+3
1999-09-28
portatbility fiddles (solaris).
jbj
1
-1
/
+2
1999-09-21
fix: command line install had header memory leak.
jbj
1
-10
/
+13
1999-09-17
python: shared module needs -lrpm -lbz2.
jbj
1
-6
/
+8
1999-09-17
rewrite installArchive() with common exit point.
jbj
1
-160
/
+150
1999-08-15
resuscitate net shared paths (#4330).
jbj
1
-1
/
+8
1999-08-09
Prepare for per-package non-string macros like epoch.
jbj
1
-3
/
+14
1999-08-06
Use headerNVR throughout.
jbj
1
-4
/
+2
1999-07-13
Eliminate static prototypes.
jbj
1
-373
/
+371
1999-07-13
Perl bindings need
jbj
1
-2
/
+2
1999-07-08
add configure scaffolding to support rpm-4.0 packages.
jbj
1
-0
/
+2
1999-04-14
Make silly headerGetEntry consistent throughout.
jbj
1
-6
/
+4
1999-04-13
minor cleanups
ewt
1
-15
/
+1
1999-04-09
removed extra headerFree() :-(
ewt
1
-2
/
+0
1999-04-07
install callbacks didn't return proper total size for source packages
ewt
1
-0
/
+4
1999-04-03
add name/version/release macros during src.rpm install.
jbj
1
-4
/
+58
1999-03-31
don't install a single package twice
ewt
1
-1
/
+5
1999-03-22
fix: accessing freed memory.
jbj
1
-6
/
+7
1999-03-22
fix: don't add header if signature generation failed (Carlo Wood).
jbj
1
-3
/
+3
1999-03-20
eliminate old rpmrc configuration syntax.
jbj
1
-4
/
+9
1999-03-16
Fix newSpec in "rpm -q --specfile --specedit"
jbj
1
-1
/
+0
1999-03-05
plugged a memory leak
ewt
1
-0
/
+1
1999-02-21
dded FA_ to enum fileActions stuff
ewt
1
-40
/
+17
[next]