summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2007-07-12rpmioSlurp() related cleanups.Panu Matilainen3-4/+4
2007-07-12Fread() and Fwrite() can return negative values, change type to reflect thatPanu Matilainen2-4/+4
2007-07-11Turn rpmioSlurp() length argument to unsigned size_t, fix up uses.Panu Matilainen3-3/+3
2007-07-11Ifdef unused http timeout setting to future..Panu Matilainen1-0/+3
2007-07-11Cast assignment to destination type to fix warnings.Panu Matilainen2-3/+3
2007-07-11Ifdef out currently unused rpm logging facility stuff.Panu Matilainen1-0/+4
2007-07-11Shut up fdUpdateDigest() differing signedness compiler warnings.Panu Matilainen1-6/+6
2007-07-10Bunch of variable initializations to avoid compiler warnings.Panu Matilainen1-1/+1
2007-07-10Cast glob_t *dir methods to void* to fix compiler warnings.Panu Matilainen1-3/+3
2007-07-10Cast signal handler pointers to void* to avoid compiler warnings.Panu Matilainen1-2/+2
2007-07-10Remove const type-qualifiers from function return types everywhere.Panu Matilainen4-6/+6
2007-07-10Cast to strlen expected type to avoid warning.Panu Matilainen1-1/+1
2007-07-10Use correct size type for getpeername()Panu Matilainen1-1/+1
2007-07-10Remove / #ifdef out unused variables as appropriate.Panu Matilainen1-1/+3
2007-07-10#ifdef out unused pgpSecret* definitions to shut up compiler warnings.Panu Matilainen1-0/+6
2007-07-09Fix include of misc.h, rpmpgp.h and rpmsq.h in C++.Panu Matilainen2-3/+5
2007-07-03Fix segfault on errors if neon transport is used (rhbz#220392)Panu Matilainen1-0/+1
2007-07-02Plug some memory leaks.Panu Matilainen1-1/+3
2007-06-25IPv4/6 and EPSV support by Arkadiusz MiskiewiczPanu Matilainen2-10/+171
2007-05-23Remove hardcoded RH GPG-keys from the source.Panu Matilainen1-71/+0
2007-04-16Fix off-by-one error in glob call.Paul Nasrat1-1/+1
2007-04-16Return an error if Fileno is called with NULL instead of segfaulting.Paul Nasrat1-0/+1
2007-04-16Fork failure patch from OpenSuSEPaul Nasrat1-0/+1
2007-03-14Cleanup: Remove dumpasn1 utilPaul Nasrat3-6912/+1
2007-02-22Remove unused libraryPaul Nasrat17-2257/+0
2007-02-22Fix from James Olin Oden for a scriptlet deadlock (#146549).Paul Nasrat1-12/+41
2007-02-16Allow build without the neon library.Paul Nasrat4-4/+106
2005-07-13Add porting sanity check (#159024).jbj1-0/+5
2005-07-13- fix: % at end-of-line overflow (#161091).jbj1-2/+4
2005-07-02GCC fidgets, add parentheses around timedRead vector.jbj1-1/+1
2005-03-13Add support for sha256/sha384/sha512 (if available.).jbj3-3/+47
2005-02-17- rework configure.ac et al to lose internal library baggage flexibly.jbj3-29/+49
2005-02-14- don't build with sqlite3 if <sqlite3.h> is missing.rpm-4.4.1-releasejbj1-1/+1
2005-02-13- macosx: change to --prefix=/usr rather than /opt/local.jbj1-1/+1
2005-02-08Update bytesRemain iff R/W operation.jbj1-0/+7
2005-02-02- fix: length of gpg V4 hash seed was incorrect (#146896).jbj1-2/+2
2005-01-28Revert glob/fnmatch/alloca uniqify on macosx for now.jbj2-2/+4
2005-01-25macosx/opendarwin hackery, take 1.jbj2-5/+5
2005-01-23- blueprint rpm-4_4 and HEAD to minimize diff spew.jbj2-3/+3
2005-01-23Orphan.jbj1-0/+135
2005-01-17Build on macosx.jbj6-3/+18
2005-01-09- build against external/internal neon.jbj1-3/+26
2005-01-04- mac os x patches (#133611, #133612, #134637).jbj1-9/+9
2005-01-04- mac os x patches (#131943,#131944,#132924,#132926).jbj1-1/+10
2005-01-04Splint fiddles.jbj2-11/+21
2004-12-01Deal with \r\n after "-----END PGP PBLIC KEY BLOCK-----" from hkp://sks.keyse...jbj2-10/+37
2004-11-29- detect and return errors from neon through Ferror.jbj3-70/+59
2004-11-28- add support for automagic pubkey retrieval using HKP.jbj12-47/+198
2004-11-25- fix: chunked davRead returns 0 is EOF.jbj1-2/+5
2004-11-19- bump soname into libfoo-4.4.so everywhere.jbj1-1/+1