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