Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / rpmio /
2009-09-22 Panu MatilainenMissing <string.h> include
2009-09-17 Panu MatilainenEXIT_FAILURE being defined is already handled in system.h
2009-09-17 Panu MatilainenCompare pointers against NULL, not 0
2009-09-17 Panu MatilainenAdd runtime settable custom memory allocation failure...
2009-09-17 Panu MatilainenAlways use build + use our own allocator functions
2009-09-07 Panu MatilainenEliminate unused variable
2009-09-07 Panu MatilainenAvoid potentially calling a NULL function pointer
2009-09-07 Panu MatilainenRemove redundant reinitialization, cleanup
2009-09-07 Panu MatilainenAdd RPM_GNUC_NONNULL macro for portable use of gcc...
2009-08-31 Panu MatilainenUgh, fix brokenness from previous commit
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-08-31 Panu MatilainenHum, rename rstrneq() to rstreqn() to avoid confusing...
2009-08-31 Panu MatilainenAccept direct compressor names as Fopen() modes too
2009-08-31 Panu MatilainenSwitch rpmio mode checking to use rstreq()
2009-08-31 Panu MatilainenAdd two helper functions for comparing string equality
2009-08-13 Panu MatilainenAdd missing <pthread.h> include in rpmsq.h (ticket...
2009-07-14 Panu MatilainenDont treat filenames starting with - as stdin
2009-06-26 Panu MatilainenHandle hook unregistering itself
2009-06-26 Panu MatilainenFix rpm.unregister() Lua extension
2009-06-26 Panu MatilainenAdd base64 encode and decode extensions to the lua...
2009-06-25 Panu MatilainenKick out silly constfree() use
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
next