Add a new public function for retrieving build dependencies from spec
[platform/upstream/rpm.git] / rpmio /
2010-07-13 Jindrich NovyRedirect macro stack backtrace printing to debug log.
2010-07-13 Jindrich NovyFix cryptic macro evaluation error message (RhBug:613010)
2010-06-29 Jiri KastnerTell rpm about SHA-224 existence (RhBug:608599)
2010-06-03 Panu MatilainenFix "empty reply from server" curl-syndrome with url...
2010-06-01 Panu MatilainenPermit DOS line-endings in PGP armors (RhBug:532992)
2010-05-19 Panu MatilainenAdd public pgpValString() function + enum for the vario...
2010-05-19 Panu MatilainenBury struct pgpValTbl_s definition inside rpmpgp.c
2010-03-29 Panu MatilainenLose long since unused fdReadable() and fdWritable()
2010-03-29 Panu MatilainenLose long since unused url control structure and relate...
2010-03-22 Panu MatilainenFurther rpmio NULL sanity checks
2010-03-22 Panu MatilainenLose FDSANE() macro, check in c2f() and callers instead
2010-03-22 Panu MatilainenChange most of the FDSANE() asserts into good old NULL...
2010-03-22 Panu MatilainenLose the useless rpmio refcounting debug junk
2010-03-19 Panu MatilainenBury FTS inside librpmbuild and eliminate from public ABI
2010-03-15 Panu MatilainenAdd an enhanced argvSplitString() function for splittin...
2010-02-10 Panu MatilainenSplit elf dependency extraction out of librpmbuild...
2010-02-03 Florian FestiKill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything...
2010-01-07 Panu MatilainenMerge branch 'master' of ssh://rpm.org/srv/projects...
2010-01-07 Panu MatilainenRevert "Always free locally defined macros when they...
2010-01-05 Panu MatilainenMove <stdio.h> includes out of system.h to the places...
2010-01-05 Panu MatilainenMove <ctype.h> include out of system.h to the places...
2010-01-05 Panu MatilainenMove <errno.h> include out of system.h to the places...
2010-01-05 Panu MatilainenRemove <string.h> include from system.h into the few...
2010-01-05 Panu MatilainenInclude <stdlib.h> as necessary instead of system.h
2010-01-05 Panu Matilainenfts.h requires <stdint.h>, include it there explicitly
2010-01-05 Panu MatilainenUnconditionally include <sys/wait.h> where needed
2010-01-05 Panu MatilainenMove sys/mman.h include out of system.h to the places...
2010-01-05 Panu MatilainenUnconditionally include <netdb.h> where needed instead...
2010-01-04 Panu MatilainenClean up poll() vs select() tests
2010-01-04 Panu MatilainenUse MAP_FAILED instead of hardwired (void *)-1
2010-01-04 Panu MatilainenRe-enable mmap test in configure & fix the code build...
2010-01-04 Panu MatilainenRemove further replacement functions for POSIX 2001...
2010-01-04 Panu MatilainenRemove unnecessary setenv() replacement function
2010-01-04 Panu MatilainenRemove largely unnecessary putenv() replacement
2010-01-04 Panu MatilainenEliminate myrealloc() replacement function
2010-01-04 Panu MatilainenRemove unneeded strdup() replacement in misc/
2010-01-04 Panu MatilainenAlways free locally defined macros when they go out...
2010-01-04 Panu MatilainenRemove -98 vintage ifdef'ed dead code
2009-12-23 Panu MatilainenOops, update stubs.c too for the removed replacements
2009-12-23 Panu MatilainenMove getopt() portability fiddles out of system.h
2009-12-23 Panu MatilainenMove malloc portability tweaks out of system.h
2009-12-07 Panu MatilainenBump soname for all our libraries
2009-11-25 Panu MatilainenWe can't handle OpenPGP subkeys or secret keys, so...
2009-10-17 Panu MatilainenUnbreak lzdio/xzdio
2009-10-16 Panu MatilainenUse a helper function for finding fileno of specific...
2009-10-16 Panu MatilainenLose unnecessary url type checking from fdSize()
2009-10-16 Panu MatilainenLose unused leftover definitions
2009-10-16 Panu MatilainenEliminate ufdio-specific read, write, seek and close
2009-10-15 Panu MatilainenAdd ftell() clone to FD_t
2009-10-14 Panu MatilainenMake fdUpdateDigests() static now that its possible
2009-10-14 Panu MatilainenMake FD_t struct opaque, finally
2009-10-14 Panu MatilainenEliminate last remaining FD_t struct privacy violation
2009-10-14 Panu MatilainenRemove cpio stuff from FD_t
2009-10-14 Panu MatilainenMove debug goo defs to rpmio.c
2009-10-14 Panu MatilainenMove pile of helpers from rpmio_internal.h to rpmio...
2009-10-14 Panu MatilainenMove fd statistics foo inside rpmio.c now that it can
2009-10-14 Panu MatilainenMove fdDigest*() to rpmio.c where they better belong
2009-10-14 Panu MatilainenRemove pointless inlining of stuff in rpmio
2009-10-14 Panu MatilainenUse common "not implemented" implementation of Fseek()
2009-10-09 Panu MatilainenAdd an interface to parse armored OpenPGP from memory
2009-10-06 Ville SkyttäDecompress lzma files with xz.
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
next