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
2009-10-14
Move pile of helpers from rpmio_internal.h to rpmio.c, remove unused stuff
Panu Matilainen
2
-122
/
+58
2009-10-14
Move fd statistics foo inside rpmio.c now that it can
Panu Matilainen
2
-63
/
+55
2009-10-14
Move fdDigest*() to rpmio.c where they better belong
Panu Matilainen
3
-31
/
+30
2009-10-14
Remove pointless inlining of stuff in rpmio
Panu Matilainen
1
-9
/
+8
2009-10-14
Use common "not implemented" implementation of Fseek()
Panu Matilainen
1
-22
/
+4
2009-10-09
Add an interface to parse armored OpenPGP from memory
Panu Matilainen
2
-19
/
+37
2009-10-06
Decompress lzma files with xz.
Ville Skyttä
1
-2
/
+0
2009-09-22
Missing <string.h> include
Panu Matilainen
1
-0
/
+1
2009-09-17
EXIT_FAILURE being defined is already handled in system.h
Panu Matilainen
1
-4
/
+0
2009-09-17
Compare pointers against NULL, not 0
Panu Matilainen
1
-4
/
+4
2009-09-17
Add runtime settable custom memory allocation failure callback routine
Panu Matilainen
2
-3
/
+44
2009-09-17
Always use build + use our own allocator functions
Panu Matilainen
2
-8
/
+35
2009-09-07
Eliminate unused variable
Panu Matilainen
1
-2
/
+2
2009-09-07
Avoid potentially calling a NULL function pointer
Panu Matilainen
1
-1
/
+1
2009-09-07
Remove redundant reinitialization, cleanup
Panu Matilainen
1
-6
/
+1
2009-09-07
Add RPM_GNUC_NONNULL macro for portable use of gcc nonnull attribute
Panu Matilainen
1
-2
/
+5
2009-08-31
Ugh, fix brokenness from previous commit
Panu Matilainen
2
-1
/
+2
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in io code
Panu Matilainen
5
-10
/
+8
2009-08-31
Hum, rename rstrneq() to rstreqn() to avoid confusing neq with "not equal"
Panu Matilainen
1
-1
/
+1
2009-08-31
Accept direct compressor names as Fopen() modes too
Panu Matilainen
1
-4
/
+4
2009-08-31
Switch rpmio mode checking to use rstreq()
Panu Matilainen
1
-8
/
+8
2009-08-31
Add two helper functions for comparing string equality
Panu Matilainen
1
-0
/
+23
2009-08-13
Add missing <pthread.h> include in rpmsq.h (ticket #87)
Panu Matilainen
1
-0
/
+3
2009-07-14
Dont treat filenames starting with - as stdin
Panu Matilainen
1
-1
/
+2
2009-06-26
Handle hook unregistering itself
Panu Matilainen
1
-1
/
+3
2009-06-26
Fix rpm.unregister() Lua extension
Panu Matilainen
1
-1
/
+1
2009-06-26
Add base64 encode and decode extensions to the lua interface
Panu Matilainen
1
-0
/
+34
2009-06-25
Kick out silly constfree() use
Panu Matilainen
1
-2
/
+2
2009-06-24
Simplify logging a bit
Panu Matilainen
1
-52
/
+33
2009-06-23
Check arg in argvJoin() before dereferencing
Jindrich Novy
1
-1
/
+1
2009-05-22
Couple of documentation typos
Panu Matilainen
1
-2
/
+2
2009-05-22
Include from src, not build dir
Panu Matilainen
1
-1
/
+1
2009-05-20
Eliminate useless pgpDig nbytes counter
Panu Matilainen
1
-2
/
+0
2009-05-08
Fix parsing of pubkey signature packets. Ick.
Panu Matilainen
1
-3
/
+3
2009-04-23
Hide NSS peculiarities from API
Panu Matilainen
1
-0
/
+27
2009-04-16
Pad RSA signatures up to modulus size if necessary (rhbz#494049)
Panu Matilainen
1
-1
/
+20
2009-04-09
Fix PGP v4 fingerprint calculation (rhbz#493777)
Panu Matilainen
1
-1
/
+7
2009-03-27
Handle XZ in %uncompress macro
Panu Matilainen
1
-0
/
+3
2009-03-27
Add built-in %getconfdir macro for getting rpmConfigDir() value
Panu Matilainen
1
-0
/
+4
2009-03-25
process the "./" in file paths correctly (rhbz#491388)
Jindrich Novy
1
-4
/
+12
2009-03-25
Push signature identification to librpmio / pgp handling
Panu Matilainen
2
-0
/
+26
2009-03-25
Push signature verification down to librpmio
Panu Matilainen
2
-0
/
+84
2009-03-25
Eliminate header/payload digests from pgpDig_s, they dont belong
Panu Matilainen
4
-56
/
+7
2009-03-25
Implement fdUpdateDigests() and friends using digest bundle
Panu Matilainen
3
-80
/
+45
2009-03-25
Add a type + basic api for bundle of digests (on same data)
Panu Matilainen
2
-0
/
+139
2009-03-19
librpmio doesn't need libmagic for anything
Panu Matilainen
1
-1
/
+0
2009-03-18
Add support for "lzma alone" compression format (lzdio)
Panu Matilainen
1
-12
/
+68
2009-03-18
LZMA -> XZ renaming
Panu Matilainen
4
-20
/
+21
2009-03-16
Proper error handling in rpmDigestDup()
Panu Matilainen
1
-6
/
+7
2009-03-16
Eliminate unnecessary pgpNewPublicKey() wrappers
Panu Matilainen
1
-12
/
+2
[prev]
[next]