Axe the rpmsq debug code which was never getting built anyway
[platform/upstream/rpm.git] / rpmio /
2010-11-23 Panu MatilainenAxe the rpmsq debug code which was never getting built...
2010-11-23 Panu MatilainenLose all the stillborn code in rpmsq.[ch]
2010-11-15 Panu MatilainenBasic protection against Lua os.exit() and posix.exec...
2010-10-26 Panu MatilainenBury stripTrailingChar() inside the only remaining...
2010-10-26 Panu MatilainenBury StringBuf inside librpmbuild internals
2010-10-22 Panu MatilainenEliminate use of pgpHashAlgo in rpmio interface arguments
2010-10-05 Panu MatilainenTolerate NULL args in argvSplitString()
2010-09-27 Panu MatilainenHandle non-terminated substrings centrally in expandMacro()
2010-09-27 Panu MatilainenDynamic expansion buffer reallocation for lua macros too
2010-09-27 Panu MatilainenWhoops, fix typo/thinko from commit dc258bac41e32e754b1...
2010-09-27 Panu MatilainenEliminate the internal in-place-expansion buffer limitation
2010-09-27 Panu MatilainenSimplify / sanitize expandU() a bit
2010-09-27 Panu MatilainenDynamically reallocate macro expansion buffer (ticket...
2010-09-27 Panu MatilainenLet expandMacro() allocate its own buffer
2010-09-27 Panu MatilainenTrack current expansion point via distance to buffer...
2010-09-27 Panu MatilainenPush the macro buffer size limit down by one level
2010-09-27 Panu MatilainenEliminate unused spec field from macro expansion state...
2010-09-27 Panu MatilainenAvoid calloc() in macro findEntry()
2010-09-27 Panu MatilainenAvoid unnecessary round-trip through expandT() where...
2010-09-27 Panu MatilainenUse function arguments to pass, duh, arguments into...
2010-09-22 Panu MatilainenRemove double const in urlstring struct
2010-09-22 Panu MatilainenMake rpmsqAction compatible to sa_sigaction
2010-09-21 Panu MatilainenAdd "c++ protection" to (hopefully) all of our internal...
2010-09-21 Panu MatilainenAdd "C++ protection" to the public rpmutil.h header...
2010-09-21 Panu MatilainenReturn typed pointers from rpmluaFree() and rpmluavFree()
2010-09-21 Panu MatilainenAdjust pgpMpiSet() dest type to match actual use
2010-09-21 Panu MatilainenError string is const char *, not void pointer
2010-09-21 Panu MatilainenAdjust internal io read, write and digest update to...
2010-09-21 Panu MatilainenAvoid using void pointer when we have a real type for...
2010-09-21 Panu MatilainenChange fdstat functions to take fdOpx enum to fix int...
2010-09-21 Panu MatilainenFix up silly int/enum and type vs variable name mixups...
2010-09-21 Panu MatilainenStop abusing enum typedefs for bitfield types
2010-09-13 Panu MatilainenEliminate all fooUnlink() functions out of the API
2010-09-08 Panu MatilainenFix _USE_LIBIO test
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
next