fix: prevent segfault if malicious server sends 1 GB of data through ftpNLST.
[platform/upstream/rpm.git] / lib / rpmts.c
2003-04-08 jbjfix: prevent segfault if malicious server sends 1 GB...
2003-04-07 jbjCalibrated stopwatch using rdtsc.
2003-04-04 jbjAccumulate compress/uncompress times.
2003-04-02 jbjUse rpmswEnter/rpmswExit throughout.
2003-03-25 jbjAdd transaction stop watch points.
2003-03-06 jbj- fix: memory leak (85522).
2003-03-05 jbjSanity.
2003-01-25 jbjDisplay statfs(2) returns for debugging.
2003-01-23 jbjsplint fiddles.
2003-01-20 jbjSplint fiddles.
2003-01-17 jbj- duplicate package checks with arch/os checks if colored.
2002-12-31 jbj1st crack at colored installs.
2002-12-28 jbj- fix builddir relative inclusion, add %%pubkeys to...
2002-12-24 jbjsplint fiddles.
2002-12-22 jbj- simplify specfile query linkage loop.
2002-08-27 jbj- fix: segfault with --checksig, plug memory leak ...
2002-08-23 jbj- merge signature returns into rpmRC.
2002-08-20 jbj- fix: add epoch to "already installed" check.
2002-08-19 jbj- add --with-efence to configure, check install/upgrade...
2002-08-15 jbj- python: explicit method to set transFlags.
2002-08-13 jbj- supply transitive closure for CLI packages from rpmdb...
2002-08-09 jbj- python: add (optional) ts.check() callback.
2002-08-06 jbj- add bitmask for precise control of signature/digest...
2002-07-29 jbj- update trpm.
2002-07-28 jbj- python: don't segfault in ts.GetKeys() on erased...
2002-07-24 jbj- verify signatures/digests retrieved through rpmdbNext...
2002-07-21 jbj- add methods to make signature handling opaque wrto...
2002-07-18 jbjup2date functional on rpm-python-4.1 bindings.
2002-07-13 jbj- install rpmal.h and rpmhash.h, implicit rpmps.hinclud...
2002-07-08 jbjPropagate splint-3.0.1.7 close(2) internalState annotat...
2002-07-05 jbj- update rpmcache.8.
2002-06-27 jbj- use rpmdb-redhat for suggestions if/when configured...
2002-06-22 jbjFactor bounds checking annotations into source code.
2002-06-19 jbjAnnotate incondefs in source code.
2002-06-12 jbj- fix: separate existence and number checks for problem...
2002-06-05 jbjLclint fiddles.
2002-06-05 jbj- python: portability fiddles (#54350).
2002-05-27 jbjAdd bindings for rpmte and FD_t.
2002-05-27 jbjAdd rpmal bindings, Grand Renaming to rpmalFoo().
2002-05-23 jbjCreate rpmts-py.c.
2002-05-19 jbj- fix: synthesize unpacking progress callbacks for...
2002-05-19 jbj- Grand Renaming of rpm data types.
2002-05-17 jbjTransactions made increasingly opaque.
2002-05-16 jbj- opaque (well mostly) rpmTransactionSet using methods.
2002-05-07 jbj- plug most install mode leaks.
2002-05-02 jbj- eliminate db1 support.
2002-04-14 jbj- use build time to choose one of multiple alternative...
2002-04-13 jbj- merge conflicts into problems, handle as transaction...
2002-04-13 jbj- use rpmdb-redhat to suggest dependency resolution(s).
2002-04-11 jbj- rescusitate --rebuild.
2002-03-17 jbj- *really* dump signature header immutable region.
2002-03-13 jbjFactor notify callback function/arg onto per-ts method.
2002-03-13 jbjSplit transaction set handling into separate file,...