Age | Commit message (Expand) | Author | Files | Lines |
2003-04-16 | - resurrect manifests, RPMRC_NOTFOUND returned by readLead(). | jbj | 1 | -1/+1 |
2003-04-09 | Splint fiddles. | jbj | 7 | -153/+178 |
2003-04-08 | fix: prevent segfault if malicious server sends 1 GB of data through ftpNLST. | jbj | 4 | -20/+46 |
2003-04-07 | Calibrated stopwatch using rdtsc. | jbj | 5 | -41/+113 |
2003-04-04 | Accumulate compress/uncompress times. | jbj | 2 | -2/+1 |
2003-04-02 | Use rpmswEnter/rpmswExit throughout. | jbj | 6 | -63/+42 |
2003-04-02 | Splint clean. | jbj | 9 | -42/+152 |
2003-04-01 | Splint fiddles. | jbj | 2 | -4/+43 |
2003-04-01 | Splint fiddles. | jbj | 1 | -3/+36 |
2003-04-01 | Splint fiddles. | jbj | 1 | -14/+8 |
2003-04-01 | Splint fiddles. | jbj | 5 | -31/+44 |
2003-03-28 | fix: Pass FIPS-C character by character, not strlen(ifn). | jbj | 1 | -10/+16 |
2003-03-28 | Add gcrypt to tdigest. | jbj | 3 | -12/+41 |
2003-03-25 | Repair rdtsc stopwatch, use gettimeofday(3) for now. | jbj | 6 | -51/+163 |
2003-03-24 | Add benchmark stopwatch, change precision from milli- to micro-secs. | jbj | 6 | -30/+233 |
2003-03-20 | Make sure that $(RPM_BUILD_ROOT}/usr/lib is 1st libarry searched. | jbj | 2 | -2/+4 |
2003-03-19 | Sanity, take 2. | jbj | 1 | -0/+2 |
2003-03-19 | Sanity. | jbj | 2 | -88/+81 |
2003-03-18 | Proof of concept scriptlet queue, single or multi threaded. | jbj | 2 | -46/+331 |
2003-03-16 | Create rpmsq, combining rpmdb/psm signal handlers. | jbj | 3 | -2/+350 |
2003-03-06 | - fix: memory leak (85522). | jbj | 1 | -0/+2 |
2003-02-20 | Sanity. | jbj | 1 | -0/+8 |
2003-01-28 | - fix: clean relocation path for --prefix=/. | jbj | 2 | -7/+37 |
2003-01-06 | - portabilitly: solaris fixes. | jbj | 3 | -1/+11 |
2002-12-24 | - add %%pubkey attribute to read armored pubkey files into header. | jbj | 2 | -0/+60 |
2002-12-24 | Rescusitate doxygen file manifest. | jbj | 3 | -2/+368 |
2002-12-14 | - fix: make sure each library has DT_NEEDED for all unresolved syms. | jbj | 1 | -7/+4 |
2002-12-01 | - use usrlib_LTLIBRARIES to install directly in /usr/lib64 instead. | jbj | 1 | -4/+5 |
2002-12-01 | - link rpm libraries together, use shared helpers with external -lelf. | jbj | 2 | -2/+1 |
2002-11-30 | More splint fiddles. | jbj | 2 | -3/+5 |
2002-11-19 | - add AC_SYS_LARGFILE throughout. | jbj | 1 | -8/+0 |
2002-11-19 | Correct doxygen-1.2.18 warnings. | jbj | 1 | -1/+1 |
2002-10-15 | Replace libelf with elfutils. | jbj | 1 | -0/+1 |
2002-10-09 | - fix: use size_t consistently, avoid segfault on ia64. | jbj | 1 | -1/+1 |
2002-10-07 | lclint annotations. | jbj | 1 | -0/+2 |
2002-09-20 | Add va_end to match va_copy (#74251). | jbj | 1 | -0/+1 |
2002-09-17 | - lclint clean. | jbj | 2 | -0/+11 |
2002-09-16 | Another pgp parser fix. | jbj | 1 | -0/+2 |
2002-09-04 | - fix: parse header data more carefully. | jbj | 1 | -1/+1 |
2002-09-03 | - fix: parse pgp packets more carefully. | jbj | 2 | -21/+47 |
2002-08-31 | Sync with rpm-4.1. | jbj | 3 | -22/+71 |
2002-08-19 | - add --with-efence to configure, check install/upgrade with efence. | jbj | 1 | -0/+2 |
2002-08-15 | - python: explicit method to set transFlags. | jbj | 1 | -0/+2 |
2002-08-13 | - fix: rebuilddb stat'ed target, not source, for rename sanity. | jbj | 2 | -0/+60 |
2002-08-04 | - resurrect --rollback. | jbj | 1 | -12/+17 |
2002-08-03 | Remove dbi_tear_down, now that rpmdb's are closed on signals. | jbj | 1 | -4/+4 |
2002-08-02 | - fix: signed pubkeys were imported incorrectly (#68291). | jbj | 2 | -14/+9 |
2002-07-24 | - verify signatures/digests retrieved through rpmdbNextIterator(). | jbj | 2 | -6/+18 |
2002-07-21 | - add methods to make signature handling opaque wrto rpmts. | jbj | 3 | -6/+5 |
2002-07-20 | - version added to *.la dependency libraries (#69063). | jbj | 6 | -144/+158 |