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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-11-23
Move stringbuf into librpmio, rename header
Panu Matilainen
10
-17
/
+19
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
153
-395
/
+395
2007-11-23
Fix typo in preinstall.am generation.
Ralf Corsépius
2
-27
/
+27
2007-11-22
Remove AM_CPPFLAGS += -I$(top_srcdir)/build.
Ralf Corsépius
1
-2
/
+0
2007-11-22
Regenerate.
Ralf Corsépius
1
-0
/
+104
2007-11-22
Fix preinstall.am handling for VPATH builds.
Ralf Corsépius
1
-2
/
+2
2007-11-22
Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS.
Ralf Corsépius
1
-1
/
+1
2007-11-22
Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS.
Ralf Corsépius
6
-6
/
+6
2007-11-22
Add header preinstallation.
Ralf Corsépius
3
-2
/
+21
2007-11-22
Include system.h
Ralf Corsépius
1
-0
/
+2
2007-11-22
Eliminate egrep (Abandoned by POSIX many years ago).
Ralf Corsépius
1
-2
/
+2
2007-11-21
Add AC_USE_SYSTEM_EXTENSIONS.
Ralf Corsépius
1
-4
/
+3
2007-11-21
s/build_cpu/host_cpu/
Ralf Corsépius
1
-7
/
+7
2007-11-19
Lose rpmerr.h for good
Panu Matilainen
42
-162
/
+41
2007-11-19
Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels
Panu Matilainen
39
-546
/
+546
2007-11-16
Split digest-stuff out of rpmio_internal to separate header
Panu Matilainen
13
-68
/
+80
2007-11-16
Eliminate copy-paste fd digest stealing, stuff into rpmio_internal
Panu Matilainen
3
-45
/
+31
2007-11-16
Eliminate need for rpmio_internal.h in rpmdb.c
Panu Matilainen
3
-21
/
+29
2007-11-15
Debugedit needs crypto initialization too..
Panu Matilainen
1
-0
/
+2
2007-11-15
Remember to initialize crypto in various test programs..
Panu Matilainen
3
-0
/
+4
2007-11-15
Initialize NSS early (rhbz#382091)
Panu Matilainen
4
-4
/
+26
2007-11-14
Fix base64 decoder related crash (rhbz#380911)
Panu Matilainen
1
-16
/
+15
2007-11-13
Fix rpm -K segfaulting on corrupted header
Panu Matilainen
1
-1
/
+1
2007-11-13
Make "rpmbuild -bb --quiet" quiet as should be
Panu Matilainen
1
-1
/
+8
2007-11-13
Fix build without O2
Panu Matilainen
1
-0
/
+2
2007-11-13
Align rpm -V output
Panu Matilainen
1
-1
/
+1
2007-11-13
Use dgettext() instead of just gettext()
Panu Matilainen
1
-1
/
+1
2007-11-13
Fix free on invalid pointer after displaying "Unable to open temp file"
Panu Matilainen
1
-1
/
+1
2007-11-08
Minimal protection for rpmsqElem internals
Panu Matilainen
3
-0
/
+5
2007-11-08
Remove unnecessary psm.h include
Panu Matilainen
1
-2
/
+0
2007-11-08
Dead code removal
Panu Matilainen
1
-9
/
+0
2007-11-08
Use _target_* macros for build restriction checking
Panu Matilainen
1
-8
/
+3
2007-11-08
Disable -Wstrict-prototypes for now due to noise from NSPR headers
Panu Matilainen
1
-1
/
+3
2007-11-08
Kludge around mktemp() uses to shut up build warnings
Panu Matilainen
2
-0
/
+8
2007-11-08
Remove dead & unused RPMTAG_ARCHIVESIZE addition code
Panu Matilainen
1
-43
/
+0
2007-11-08
Kill off deprecated and unused rpmGetMachine() entirely
Panu Matilainen
2
-20
/
+0
2007-11-08
Remove rpmSetMachine() from API
Panu Matilainen
2
-13
/
+12
2007-11-08
Remove dead rpmrc-related code from spec parsing
Panu Matilainen
1
-49
/
+0
2007-11-08
Remove useless "var" parameter from setup helpers
Panu Matilainen
1
-17
/
+15
2007-11-08
Kill off unused rpmSetVar() and freeRpmVar()
Panu Matilainen
1
-21
/
+0
2007-11-08
Remove rpmGetVar, rpmSetVar from API
Panu Matilainen
2
-23
/
+10
2007-11-07
Eliminate dead code
Panu Matilainen
1
-12
/
+0
2007-11-07
Eliminate rpmlead use from legacy retrofitting.
Panu Matilainen
3
-12
/
+7
2007-11-07
Only do legacy retrofitting on packages that need it.
Panu Matilainen
1
-2
/
+7
2007-11-07
Document rpmio_internal.h uses outside rpmio/
Panu Matilainen
12
-13
/
+15
2007-11-07
Move tufdio under rpmio/ where it belongs..
Panu Matilainen
3
-4
/
+4
2007-11-07
Silence bogus gcc warning
Panu Matilainen
1
-1
/
+2
2007-11-07
Remove unused variable
Panu Matilainen
1
-1
/
+0
2007-11-07
Silence bunch of compiler warnings from test programs
Panu Matilainen
11
-13
/
+14
2007-11-07
Remove bunch of unnecessary misc.h includes, document others
Panu Matilainen
14
-14
/
+7
[next]