Age | Commit message (Expand) | Author | Files | Lines |
2002-07-25 | - popt: fix --usage (#62234). | jbj | 31 | -43/+52 |
2002-07-25 | - python: remove the old initdb/rebuilddb methods, use ts.fooDB(). | jbj | 31 | -33/+35 |
2002-07-24 | - verify signatures/digests retrieved through rpmdbNextIterator(). | jbj | 1 | -4/+4 |
2002-07-21 | Remove obsolete files. | jbj | 2 | -151/+0 |
2002-07-21 | Update to gettext-0.11.2-3 intl contents. | jbj | 32 | -461/+1701 |
2002-07-21 | Update to gettext/intl license. | jbj | 1 | -0/+515 |
2002-07-20 | - popt: parse file into string of options (#56860). | jbj | 43 | -57/+625 |
2002-07-15 | Clarify intl licensing. | jbj | 1 | -0/+481 |
2002-07-14 | - python: sanity check fixes on rpmts/rpmte methods. | jbj | 31 | -30/+31 |
2002-07-13 | - popt: mingw32 portability configure check (#67911). | jbj | 2 | -2/+5 |
2002-07-09 | - placeholders for manifest constants for SuSE patch packages. | jbj | 30 | -30/+30 |
2002-07-08 | Propagate splint-3.0.1.7 close(2) internalState annotation throughout. | jbj | 3 | -11/+12 |
2002-07-03 | - use rpmfi in showQueryPackage(), eliminating headerGetEntry(). | jbj | 30 | -30/+30 |
2002-07-02 | Add boundsread annotations throughout, enable +bounds checking. | jbj | 4 | -2/+9 |
2002-06-25 | - python: link internal libelf (if used) directly into rpmmodule.so. | jbj | 31 | -31/+31 |
2002-06-22 | Factor bounds checking annotations into source code. | jbj | 8 | -1/+52 |
2002-06-19 | Annotate incondefs in source code. | jbj | 2 | -3/+3 |
2002-06-15 | - beecrypt: merge changes from beecrypt-2.3.0. | jbj | 36 | -130/+204 |
2002-06-01 | - fix: use getgrnam, not getpwnam, to convert gid -> group. | jbj | 1 | -10/+15 |
2002-05-16 | - opaque (well mostly) rpmTransactionSet using methods. | jbj | 1 | -1/+1 |
2002-05-06 | - rework most of rpmdb.c prepatory to implementing duplicates. | jbj | 29 | -29/+29 |
2002-05-01 | - attempt to make peace with automake-1.6.1, autoconf-2.53. | jbj | 7 | -979/+9 |
2002-04-08 | doxygen cleanup. | jbj | 32 | -127/+146 |
2002-03-13 | Split transaction set handling into separate file, prepatory to | jbj | 30 | -2563/+622 |
2002-03-12 | - permit --dbpath and --root with signature (i.e. --import) modes. | jbj | 1 | -1/+4 |
2002-03-06 | - add header DSA signature. | jbj | 1 | -6/+0 |
2002-02-10 | - make peace with automake et al in 8.0, ugh. | jbj | 39 | -594/+1209 |
2002-02-01 | - permit args to be hidden within %%__find_{requires,provides}. | jbj | 1 | -1/+1 |
2002-01-18 | - missing key(s) on keyring when verifying a signature is now an error. | jbj | 37 | -454/+508 |
2001-12-08 | - lclint-3.0.0.19 fiddles. | jbj | 33 | -32/+35 |
2001-10-19 | - beecrypt is at least as good as pgp/gpg on verify, pull the plug. | jbj | 29 | -725/+725 |
2001-10-17 | Converging on lclint-3.0.17 strict level. | jbj | 3 | -25/+31 |
2001-10-16 | Factor -type problems into explicit code annotations. | jbj | 3 | -4/+15 |
2001-10-16 | More lclint annotations. | jbj | 2 | -19/+27 |
2001-10-15 | Explicit branchstate annotations. | jbj | 33 | -427/+432 |
2001-10-15 | lclint fiddles to annotate globals. | jbj | 33 | -752/+778 |
2001-10-13 | More lclint annotations. | jbj | 4 | -28/+33 |
2001-10-13 | - ratchet up to lclint "strict" level. | jbj | 31 | -94/+101 |
2001-09-25 | - Start rpm-4.1. | jbj | 2 | -2/+2 |
2001-09-24 | Move to lclint-3.0.0.15, revisit and clean up annotations. | jbj | 12 | -0/+4150 |
2001-09-21 | - lclint-3.0.0.15 fiddles. | jbj | 32 | -94/+98 |
2001-09-15 | Sync with rpm-4_0 branch. | jbj | 32 | -881/+1215 |
2001-08-13 | - fix: segfault on headerFree given malicious data. | jbj | 1 | -44/+57 |
2001-07-17 | - fix: _smp_flags macro broken. | jbj | 2 | -30/+32 |
2001-07-11 | - fix: adjust arg count for --POPTdesc/--POPTargs deletion. | jbj | 1 | -1/+4 |
2001-07-07 | - popthelp.c: don't use stpcpy to avoid portability grief (#47500). | jbj | 6 | -140/+355 |
2001-06-29 | Update included gettext routines to 0.10.38. | jbj | 24 | -2795/+1314 |
2001-06-19 | - preliminary abstraction to support per-header methods. | jbj | 1 | -23/+35 |
2001-06-17 | - popt: add POPT_CONTEXT_ARG_OPTS for all opts to return 1 (#30912). | jbj | 3 | -13/+27 |
2001-06-17 | - popt: add POPT_ARGFLAG_SHOW_DEFAULT to display initial values (#32558). | jbj | 5 | -70/+239 |