Simplify logging a bit
[platform/upstream/rpm.git] / rpmio /
2009-06-24 Panu MatilainenSimplify logging a bit
2009-06-23 Jindrich NovyCheck arg in argvJoin() before dereferencing
2009-05-22 Panu MatilainenCouple of documentation typos
2009-05-22 Panu MatilainenInclude from src, not build dir
2009-05-20 Panu MatilainenEliminate useless pgpDig nbytes counter
2009-05-08 Panu MatilainenFix parsing of pubkey signature packets. Ick.
2009-04-23 Panu MatilainenHide NSS peculiarities from API
2009-04-16 Panu MatilainenPad RSA signatures up to modulus size if necessary...
2009-04-09 Panu MatilainenFix PGP v4 fingerprint calculation (rhbz#493777)
2009-03-27 Panu MatilainenHandle XZ in %uncompress macro
2009-03-27 Panu MatilainenAdd built-in %getconfdir macro for getting rpmConfigDir...
2009-03-25 Jindrich Novyprocess the "./" in file paths correctly (rhbz#491388)
2009-03-25 Panu MatilainenPush signature identification to librpmio / pgp handling
2009-03-25 Panu MatilainenPush signature verification down to librpmio
2009-03-25 Panu MatilainenEliminate header/payload digests from pgpDig_s, they...
2009-03-25 Panu MatilainenImplement fdUpdateDigests() and friends using digest...
2009-03-25 Panu MatilainenAdd a type + basic api for bundle of digests (on same...
2009-03-19 Panu Matilainenlibrpmio doesn't need libmagic for anything
2009-03-18 Panu MatilainenAdd support for "lzma alone" compression format (lzdio)
2009-03-18 Panu MatilainenLZMA -> XZ renaming
2009-03-16 Panu MatilainenProper error handling in rpmDigestDup()
2009-03-16 Panu MatilainenEliminate unnecessary pgpNewPublicKey() wrappers
2009-03-16 Panu MatilainenEliminate unnecessary field from pgpDig_s
2009-03-11 Panu MatilainenNSS supports MD2, we might as well handle it too
2009-03-11 Panu MatilainenEliminate now unnecessary FDDIGEST_t
2009-03-11 Panu MatilainenRemember hash algorithm in digest context
2009-03-11 Panu MatilainenStreamline rpmDigestInit() a bit
2009-03-09 Jindrich NovyPort XZ payload compression to xz-4.999.8 API
2009-03-04 Panu MatilainenDont leak memory from hdrmd5ctx
2009-03-04 Panu MatilainenEliminate unnecessary fields from pgpDig_s
2009-02-27 Jindrich NovyAdd md5->filedigest aliases (rhbz#487597)
2009-02-26 Panu MatilainenSwitch to libtool versioning, starting at 0:0:0
2009-01-16 Panu MatilainenAdd getenv macro, use instead of $(echo $HOME) for...
2009-01-15 Panu MatilainenMake sure global state gets NULLed on free
2009-01-14 Panu MatilainenAdd rpmluaGetGlobalState() to internal lua api
2009-01-09 Panu MatilainenDon't try to create "" directories
2009-01-08 Panu MatilainenDelay NSS initialization until actually used
2009-01-08 Panu MatilainenOnly touch _crypto_initialized if we actually change it
2009-01-08 Panu MatilainenDon't segfault in pgpPubkeyFingerprint() if rpmDigest...
2008-12-23 Jindrich NovyIncrease XZ decompression memlimit
2008-12-09 Panu MatilainenOops, missing wrappers for C++ in headers (ticket #12)
2008-12-05 Panu MatilainenAvoid "template" which is a reserved word in C++
2008-12-01 Jindrich NovyInclude rpmfileutil.h from rpmmacro.h so that
2008-11-26 Jindrich NovyIncrease memory limit for LZMA compression
2008-11-26 Jindrich NovyInitialize the LZMA encoder/decoder on demand, not...
2008-11-25 Jindrich NovyPort LZMA (XZ) support to the new API
2008-11-25 Jindrich NovyUse the new LZMA (XZ) magic
2008-11-22 Panu MatilainenUse rpmConfigDir() instead of hardwired value in Lua...
2008-11-22 Panu MatilainenAdd function to retrieve rpm config base directory
2008-11-21 Panu MatilainenPermit relative paths in rpmioMkpath() and rpmMkdirs()
2008-11-06 Panu MatilainenrpmsqAction() proto needs SA_SIGINFO conditionals too...
2008-11-04 Jindrich NovyReturn proper exit code when exec*() functions fail
2008-11-04 Panu MatilainenFix building on systems where SA_SIGINFO isn't availabl...
2008-11-04 Panu MatilainenUse more portable file access mode tests (ticket #5)
2008-10-18 Panu MatilainenPermit tab as whitespace between macro arguments (rhbz...
2008-10-14 Panu MatilainenMove luaext include fiddling out of toplevel configure
2008-10-14 Panu MatilainenSanitize libluaext linkage
2008-10-10 Panu MatilainenAdd rpmMkdirs() to librpmio
2008-10-09 Panu Matilainenrstrcasecmp() and rstrncasecmp() are "pure" functions
2008-10-09 Panu MatilainenMark risalpha() and friends as "const functions"
2008-10-09 Panu MatilainenAdd RPM_GNUC_INTERNAL macro
2008-09-25 Jindrich NovyUse safer xrealloc() instead of realloc()
2008-09-25 Jindrich NovyUse safer xstrdup() instead of strdup() wherever possible
2008-09-11 Panu MatilainenMacro argument handling regression regression (rhbz...
2008-08-08 Panu MatilainenAdd couple of new rpmPubkey() methods
2008-07-17 Panu MatilainenAdd (and use) refcounting for rpmKeyring and rpmPubkey
2008-07-16 Panu MatilainenMake rpmExpand() smarter wrt memory allocations
2008-07-16 Panu MatilainenEliminate another unnecessary temp variable
2008-07-16 Panu MatilainenEliminate unnecessary variable
2008-07-16 Panu MatilainenMacro argument handling regression (rhbz#455333)
2008-07-12 Panu MatilainenNSS uses unsigned int, not size_t for hash lengths
2008-07-08 Panu MatilainenAdd a new legacy compatibility header, kill rpmints.h
2008-07-07 Panu MatilainenTeach Fflush() about lzdio
2008-07-07 Panu MatilainenKick out ftpStrerror() and related error code defines
2008-07-04 Panu MatilainenStuff rpmio/ugid.[ch] contents to lib/misc.[ch]
2008-07-04 Panu MatilainenMake ufdClose() static, nothing outside rpmio.c needs...
2008-07-04 Panu MatilainenRemove unused ufdGetFile() from librpmio
2008-07-04 Panu MatilainenRemove unused _url_debug
2008-07-02 Panu MatilainenAdd documentation for keyring
2008-07-02 Panu MatilainenMake rpmkeyring.h public header
2008-07-02 Panu MatilainenSome keyring improvements
2008-07-01 Panu MatilainenMove keyring related typedefs to rpmtypes.h
2008-07-01 Panu MatilainenBeginnings of an abstract keyring
2008-07-01 Panu MatilainenCreate ascii armor that rpm itself accepts
2008-07-01 Panu MatilainenEliminate the nasty global _dig and _digp variables...
2008-07-01 Panu MatilainenUnexport all the umphteen pgp related tables
2008-07-01 Panu MatilainenMake every pgp function not needed by other parts of...
2008-06-11 Panu MatilainenEnable rpmDoDigest() to pass large file sizes
2008-06-10 Panu Matilainenfwrite() returns size_t, use correct type
2008-06-10 Panu MatilainenUse correct type for strlen()
2008-06-10 Panu MatilainenSilly signedness mismatch in pgpMpiSet()
2008-06-09 Panu MatilainenFD_t contentLength field is useless for us too...
2008-06-09 Panu MatilainenLose bunch of unused fields from FD_t
2008-06-09 Panu MatilainenUse 64bit type for fdSet/GetCpioPos() in rpmio
2008-06-03 Panu MatilainenUnexport rpmsqCaught now that nothing needs it
2008-06-03 Panu MatilainenAdd rpmsqIsCaught() for testing if a signal has been...
2008-06-03 Panu MatilainenUnexpose signal queue and direct manipulation functions
2008-06-02 Panu MatilainenRemove bogus comment on rpmDoDigest() ignoring algorithm
2008-06-02 Panu MatilainenDocument rpmDigestLength() error behavior
2008-05-22 Panu MatilainenRemove some leftover doxygen @todo markers
next