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
/
rpmio
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-27
Use check_PROGRAMS instead of EXTRA_PROGRAMS for t*programs.
Ralf Corsépius
1
-15
/
+13
2007-08-27
Comment out Glob_error.
Ralf Corsépius
1
-0
/
+2
2007-08-27
Adjust paths to beecrypt headers.
Ralf Corsépius
1
-2
/
+2
2007-08-27
Adjust paths to beecrypt headers.
Ralf Corsépius
1
-4
/
+4
2007-08-27
Eliminate noinst_HEADERS.
Ralf Corsépius
1
-11
/
+12
2007-08-27
Fix monday morning thinkos wrt macro buffer changes.
Panu Matilainen
1
-10
/
+16
2007-08-27
Automated merge with ssh://login.linux.duke.edu//home/groups/rpm/hg/rpm
Panu Matilainen
2
-228
/
+0
2007-08-27
Fix potential buffer overflow in macro primitive execution
Panu Matilainen
1
-2
/
+3
2007-08-27
Fix potential buffer overflow in macro findEntry()
Panu Matilainen
1
-1
/
+3
2007-08-27
Fix potential buffer overflow by using dynamic buffer size.
Panu Matilainen
1
-1
/
+4
2007-08-27
Fix buffer overflow in macro shell escaping (#253971)
Panu Matilainen
1
-1
/
+4
2007-08-27
Remove tdigest.
Ralf Corsépius
1
-4
/
+0
2007-08-27
Remove (Unused junk).
Ralf Corsépius
1
-224
/
+0
2007-08-22
Remove INCPATH.
Ralf Corsépius
1
-2
/
+1
2007-08-20
Remove LDFLAGS from librpmio_la_LDFLAGS.
Ralf Corsépius
1
-1
/
+1
2007-08-19
Remove RPM_BUILD_ROOT.
Ralf Corsépius
1
-2
/
+0
2007-08-13
Use size_t for pktlen to reflect pgpReadPkts() parameters.
Ralf Corsépius
1
-1
/
+1
2007-08-13
Reformat.
Ralf Corsépius
1
-25
/
+35
2007-08-08
Remove BEECRYPTLOBJS, .created.
packman@mccallum.corsepiu.local
1
-14
/
+1
2007-08-06
Remove dead tficl code..
Panu Matilainen
2
-84
/
+1
2007-08-06
Minor bug fixes to test programs to make them buildable again.
Panu Matilainen
1
-30
/
+30
2007-08-05
Automake cleanups.
Panu Matilainen
1
-5
/
+3
2007-07-25
Set libdir /usr/lib vs lib64 directly, drop MARK64 stuff
Panu Matilainen
1
-1
/
+1
2007-07-24
Expect neon headers to live in neon/ directory in include path
Panu Matilainen
1
-17
/
+11
2007-07-24
Expect beecrypt headers to live in beecrypt/ directory in include path
Panu Matilainen
1
-14
/
+14
2007-07-12
rpmioSlurp() related cleanups.
Panu Matilainen
3
-4
/
+4
2007-07-12
Fread() and Fwrite() can return negative values, change type to reflect that
Panu Matilainen
2
-4
/
+4
2007-07-11
Turn rpmioSlurp() length argument to unsigned size_t, fix up uses.
Panu Matilainen
3
-3
/
+3
2007-07-11
Ifdef unused http timeout setting to future..
Panu Matilainen
1
-0
/
+3
2007-07-11
Cast assignment to destination type to fix warnings.
Panu Matilainen
2
-3
/
+3
2007-07-11
Ifdef out currently unused rpm logging facility stuff.
Panu Matilainen
1
-0
/
+4
2007-07-11
Shut up fdUpdateDigest() differing signedness compiler warnings.
Panu Matilainen
1
-6
/
+6
2007-07-10
Bunch of variable initializations to avoid compiler warnings.
Panu Matilainen
1
-1
/
+1
2007-07-10
Cast glob_t *dir methods to void* to fix compiler warnings.
Panu Matilainen
1
-3
/
+3
2007-07-10
Cast signal handler pointers to void* to avoid compiler warnings.
Panu Matilainen
1
-2
/
+2
2007-07-10
Remove const type-qualifiers from function return types everywhere.
Panu Matilainen
4
-6
/
+6
2007-07-10
Cast to strlen expected type to avoid warning.
Panu Matilainen
1
-1
/
+1
2007-07-10
Use correct size type for getpeername()
Panu Matilainen
1
-1
/
+1
2007-07-10
Remove / #ifdef out unused variables as appropriate.
Panu Matilainen
1
-1
/
+3
2007-07-10
#ifdef out unused pgpSecret* definitions to shut up compiler warnings.
Panu Matilainen
1
-0
/
+6
2007-07-09
Fix include of misc.h, rpmpgp.h and rpmsq.h in C++.
Panu Matilainen
2
-3
/
+5
2007-07-03
Fix segfault on errors if neon transport is used (rhbz#220392)
Panu Matilainen
1
-0
/
+1
2007-07-02
Plug some memory leaks.
Panu Matilainen
1
-1
/
+3
2007-06-25
IPv4/6 and EPSV support by Arkadiusz Miskiewicz
Panu Matilainen
2
-10
/
+171
2007-05-23
Remove hardcoded RH GPG-keys from the source.
Panu Matilainen
1
-71
/
+0
2007-04-16
Fix off-by-one error in glob call.
Paul Nasrat
1
-1
/
+1
2007-04-16
Return an error if Fileno is called with NULL instead of segfaulting.
Paul Nasrat
1
-0
/
+1
2007-04-16
Fork failure patch from OpenSuSE
Paul Nasrat
1
-0
/
+1
2007-03-14
Cleanup: Remove dumpasn1 util
Paul Nasrat
3
-6912
/
+1
2007-02-22
Remove unused library
Paul Nasrat
17
-2257
/
+0
[next]