Age | Commit message (Collapse) | Author | Files | Lines |
|
CVS patchset: 4700
CVS date: 2001/04/21 06:02:09
|
|
CVS patchset: 4666
CVS date: 2001/04/03 14:43:32
|
|
CVS patchset: 4623
CVS date: 2001/03/14 23:06:36
|
|
CVS patchset: 4622
CVS date: 2001/03/14 23:04:43
|
|
Add RPMRC_BADSIZE to deal with packages changing size after repackaging.
CVS patchset: 4550
CVS date: 2001/02/12 19:02:15
|
|
Remove dead code.
CVS patchset: 4549
CVS date: 2001/02/12 16:33:08
|
|
- remove almost all explicit uses of stderr in rpmlib using rpmError().
CVS patchset: 4406
CVS date: 2001/01/03 20:19:27
|
|
CVS patchset: 4338
CVS date: 2000/12/12 20:03:45
|
|
CVS patchset: 4317
CVS date: 2000/12/04 02:13:11
|
|
CVS patchset: 4305
CVS date: 2000/12/02 21:53:44
|
|
CVS patchset: 4258
CVS date: 2000/11/12 11:11:49
|
|
CVS patchset: 4244
CVS date: 2000/11/07 13:16:43
|
|
CVS patchset: 4175
CVS date: 2000/09/26 17:42:39
|
|
CVS patchset: 4174
CVS date: 2000/09/26 17:42:00
|
|
CVS patchset: 4139
CVS date: 2000/08/28 01:50:45
|
|
CVS patchset: 4121
CVS date: 2000/08/24 17:31:01
|
|
CVS patchset: 3841
CVS date: 2000/06/13 19:00:40
|
|
CVS patchset: 3837
CVS date: 2000/06/13 07:15:15
|
|
CVS patchset: 3820
CVS date: 2000/06/07 23:25:41
|
|
Add dependencies to *.la.
CVS patchset: 3787
CVS date: 2000/06/01 04:47:42
|
|
- API: replace rpmdbFindByLabel with RPMDBI_LABEL iteration.
- API: replace rpmdbGetRecord with iterators.
- API: replace findMatches with iterators.
CVS patchset: 3704
CVS date: 2000/04/27 00:10:28
|
|
CVS patchset: 3687
CVS date: 2000/04/19 22:15:02
|
|
CVS patchset: 3670
CVS date: 2000/04/12 16:30:46
|
|
API: remove rpmdb{First,Next}RecNum routines.
db3.c: remove cursor DB_RMW implementation, something else is needed.
rpmdb.c: first crack at rpmdb match iterator.
query.c: ditto.
rebuilddb.c: ditto.
dumpdb.c: ditto.
CVS patchset: 3668
CVS date: 2000/04/12 13:42:57
|
|
In popt, check for building within the rpm tree before requiring GNU gettext.
CVS patchset: 3595
CVS date: 2000/02/27 23:40:36
|
|
- add i18n lookaside to PO catalogue(s) for i18n strings.
- try for /etc/rpm/macros.specspo so that specspo autoconfigures rpm.
- per-platform configuration factored into /usr/lib/rpm subdir.
CVS patchset: 3588
CVS date: 2000/02/25 16:29:44
|
|
CVS patchset: 3586
CVS date: 2000/02/24 22:28:31
|
|
CVS patchset: 3524
CVS date: 2000/01/17 18:58:36
|
|
CVS patchset: 3474
CVS date: 1999/12/11 17:53:25
|
|
lib/rpmio.c: Create ftpOpen/httpOpen from ufdOpen case's.
lib/rpmio.c: ftpStat et al uses ftpOpen and NLST w/o path.
lib/query.c: Don't Fclose(fd) if fd == NULL.
CVS patchset: 3442
CVS date: 1999/11/30 14:49:45
|
|
lib/rpmio.c: Add fd{Get,Set}{Io,Fp,Fdno} abstraction wrappers.
lib/rpmio.c: Start rationalizing debug output by using fdbg to display the
fd layer stack.
rpm.c: Add --nolibio to disable libio if desired.
rpm2cpio.c: Use Fdopen(..., gzdio) and ufdCopy().
build/build.c: Use Fdopen(..., fpio) rather than fdio.
build/files.c: Use Fdopen(..., fpio) rather than ufdio.
build/parseSpec.c: ditto.
lib/macro.c: ditto.
lib/rpmrc.c: ditto
lib/macro.c: Use Fopen(..., ufdio) in isCompressed() rather that fdOpen().
lib/misc.c: ditto.
lib/misc.c: Avoid fstat by using Stat.
build/pack.c: Add persist fdLink() and use fdFree() in package{Sources,Binaries}
build/pack.c: Try to remove the fdDup before cpioBuildArchive() call.
build/pack.c: Use rpmGenPath with %{_builddir}.
build/parsePreamble.c: Use fdSize rather than Stat to get icon file size.
lib/rpmrc.c: ditto
lib/ftp.c: start capturing ufdio layer syserrno/errcookie.
CVS patchset: 3424
CVS date: 1999/11/14 19:15:18
|
|
Rip out --enable-bzip2-payload, we'll use Fopen w macros instead.
Work out ref counting for ftpControl so that control channel is persistent.
build/build.c: Use fpio to write build stage script.
parseSpec.c: Rework include stack to use FD_t, not FILE *.
tread.c: Delete, use ufdio->read instead.
rpmio.c: Filter out fdio fd == NULL assertion failures.
rpmrc.c: Don't fail if HOME is not environment.
rpmrc.c: Rework ufdio FTP rcfile I/O to be more similar to stdio.
CVS patchset: 3417
CVS date: 1999/11/04 21:26:08
|
|
Hide fdOpen/ufdOpen, use {fdio,ufdio}->open throughout.
url.c: Create ref counted abstract urlinfo type with debugging.
url.c: Rename functions to urlNew/urlFree/urlFreeCache for consistency.
rpmio.c: Create ref counted abstract FD_t type with debugging.
rpmio.c: Create private struct _FD_s type.
cpio.c: Create fd[GS]etCpioPos to preserve FD_t abstraction.
CVS patchset: 3414
CVS date: 1999/11/02 14:33:14
|
|
Make ufdClose() static, use Fclose() with ufdio cookie throughout.
rpm.c: Clean urlinfoCache and rpmBuildArgs leaks.
url.c: urlIsURL() should be here, not in rpmio.c.
url.c: Preserve FD_t abstraction by creating ufdGetUrlinfo().
url.c: Create freeUrlinfoCache().
rpmio.c: Create ufdio cookie.
CVS patchset: 3407
CVS date: 1999/10/30 16:43:29
|
|
CVS patchset: 3403
CVS date: 1999/10/29 16:06:01
|
|
start unifying FD types, CFD_t now gone.
CVS patchset: 3402
CVS date: 1999/10/27 23:18:10
|
|
Remove compiler warnings.
CVS patchset: 3386
CVS date: 1999/10/20 18:38:37
|
|
CVS patchset: 3385
CVS date: 1999/10/20 16:48:10
|
|
CVS patchset: 3384
CVS date: 1999/10/20 16:46:54
|
|
CVS patchset: 3363
CVS date: 1999/09/30 21:40:20
|
|
CVS patchset: 3362
CVS date: 1999/09/30 21:20:34
|
|
CVS patchset: 3359
CVS date: 1999/09/30 20:04:03
|
|
CVS patchset: 3356
CVS date: 1999/09/30 17:45:42
|
|
CVS patchset: 3353
CVS date: 1999/09/30 16:03:43
|
|
CVS patchset: 3339
CVS date: 1999/09/29 15:59:55
|
|
CVS patchset: 3335
CVS date: 1999/09/26 23:44:36
|
|
CVS patchset: 3332
CVS date: 1999/09/26 17:28:00
|
|
CVS patchset: 3331
CVS date: 1999/09/26 17:09:46
|
|
CVS patchset: 3330
CVS date: 1999/09/26 15:04:03
|
|
CVS patchset: 3320
CVS date: 1999/09/23 21:46:48
|