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 (
Collapse
)
Author
Files
Lines
2007-10-22
Remove bunch of unnecessary rpmio_internal includes
Panu Matilainen
1
-1
/
+2
2007-10-17
Cleanup CPPFLAGS.
Ralf Corsépius
1
-2
/
+2
2007-10-17
Expand AM_CPPFLAGS.
Ralf Corsépius
1
-6
/
+6
2007-10-17
Add tput.
Ralf Corsépius
1
-0
/
+4
2007-10-10
Move pkginc_HEADERS to toplevel Makefile.am
Ralf Corsépius
1
-6
/
+0
2007-10-10
Add support for lzma compressed "Sources".
Ralf Corsépius
2
-2
/
+12
2007-10-09
Make rpmerr.h private, include directly where needed.
Panu Matilainen
2
-3
/
+2
2007-10-09
Remove rpmError() and rpmMessage() retrofitting
Panu Matilainen
2
-19
/
+0
2007-10-09
More RPMMESS -> RPMLOG verbosity fixes
Panu Matilainen
1
-3
/
+3
2007-10-09
Replace all uses of RPMMESS_ERROR with RPMLOG_ERR
Panu Matilainen
1
-1
/
+1
2007-10-09
Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
Panu Matilainen
2
-3
/
+3
2007-10-09
Replace all rpmMessage() uses with rpmlog()
Panu Matilainen
2
-4
/
+4
2007-10-09
Replace all rpmError() uses with rpmlog()
Panu Matilainen
3
-30
/
+30
2007-10-09
Hide rpmio vectors from API, only internal needs
Panu Matilainen
2
-146
/
+146
2007-10-09
Remove timedRead() define
Panu Matilainen
2
-1
/
+8
2007-10-09
Remember to remove fdFgets() definition too..
Panu Matilainen
1
-4
/
+0
2007-10-09
Rename __fd*() to fd*() for consistency now that the names are free
Panu Matilainen
1
-38
/
+38
2007-10-09
Remove unused legacy rpmio fd*() interfaces
Panu Matilainen
2
-54
/
+0
- fdFileno(), fdOpen(), fdRead(), fdWrite(), fdClose() gone...
2007-10-09
Remove unused rpmio fdFdopen() function
Panu Matilainen
2
-21
/
+0
2007-10-09
Remove unused rpmio fdFgets() function
Panu Matilainen
1
-63
/
+0
2007-10-09
Remove bunch of deprecated and unused rpmlog functions
Panu Matilainen
2
-34
/
+0
2007-10-09
Use enums instead of ints for processing isCompressed ret-val.
Ralf Corsépius
1
-6
/
+4
2007-10-08
Make header files self-contained.
Ralf Corsépius
1
-0
/
+2
2007-10-08
'Adjust extern C {} blocks.'
Ralf Corsépius
10
-36
/
+43
2007-10-08
Use 'file' instead of '<file>' to work around include path issues.
Ralf Corsépius
1
-1
/
+1
2007-10-05
Fix minor typo.
Ralf Corsépius
1
-1
/
+1
2007-10-05
Add __fdFileno, fdFileno.
Ralf Corsépius
1
-21
/
+37
2007-10-05
Remove fdFileno.
Ralf Corsépius
1
-11
/
+0
2007-10-05
Make fdFileno an external function.
Ralf Corsépius
1
-4
/
+1
2007-10-04
Stop checking for machine/types.h (Private header of some OSes not supposed ↵
Ralf Corsépius
1
-4
/
+0
to be used).
2007-10-01
Fix minor typo.
Ralf Corsépius
1
-1
/
+1
2007-10-01
Never glob non-local paths in rpmGlob()
Panu Matilainen
1
-1
/
+2
2007-10-01
Remove (unused).
Ralf Corsépius
1
-22
/
+0
2007-09-22
Take out __FILE__, __LINE__ from DBGREFS.
Ralf Corsépius
2
-7
/
+6
2007-09-21
Add fdLink, fdFree, fdNew functions.
Ralf Corsépius
1
-1
/
+28
2007-09-21
Remove fdLink, fdFree, fdNew defines.
Ralf Corsépius
1
-6
/
+3
2007-09-21
Remove fdClose, fdOpen, fdRead, fdWrite defines.
Ralf Corsépius
1
-8
/
+4
2007-09-21
Add fdClose, fdOpen, fdRead, fdWrite functions.
Ralf Corsépius
1
-0
/
+36
2007-09-21
Eliminate fdClose/__fdClose preprocessor games.
Ralf Corsépius
1
-8
/
+6
2007-09-21
Eliminate fdWrite/__fdWrite preprocessor games.
Ralf Corsépius
1
-7
/
+5
2007-09-21
Eliminate fdRead/__fdRead preprocessor games.
Ralf Corsépius
1
-8
/
+6
2007-09-21
Eliminate fdOpen/__fdOpen preprocessor games.
Ralf Corsépius
1
-9
/
+7
2007-09-21
Add another HAVE_ZLIB_H conditional.
Ralf Corsépius
1
-1
/
+3
2007-09-20
Rename MacroContext and -Entry to rpmMacro* for namespacing
Panu Matilainen
2
-59
/
+59
2007-09-20
Move _free() into system.h for now
Panu Matilainen
7
-85
/
+0
- get rid of dozen _free() definitions - get _free() out of public headers
2007-09-20
Conditionalize zlib conditional pieces of code on HAVE_ZLIB_H.
Ralf Corsépius
1
-0
/
+6
2007-09-20
Remove splint remnants.
Ralf Corsépius
3
-7
/
+0
2007-09-20
Add dependency on libbz2.
Ralf Corsépius
1
-0
/
+1
2007-09-19
Adjust pktlen to pgpReadPkt's expectations.
Ralf Corsépius
1
-1
/
+1
2007-09-18
Change main() to using char *argv[].
Ralf Corsépius
7
-7
/
+7
[next]