Hi!
[tools/librpm-tizen.git] / lib /
2000-04-19 jbjData size of index databases now per-index (was always...
2000-04-18 jbjConsolidate changes into rpmdb.c.
2000-04-18 jbjEliminate, contents moved to rpmdb.c/rpmdb.h.
2000-04-18 jbjPrepare to move contents to rpmdb.c/rpmdb.h
2000-04-17 jbjStart composting db interfaces.
2000-04-15 jbjfix: cpio.c: pre-, not post-, decrement the link count.
2000-04-13 jbjadd explcit "Provides: name = [epoch:]version-release...
2000-04-13 jbjSanity (bump release).
2000-04-13 jbjRemove rpmdbFindByFile from API (and fix RPMDBI_FILE...
2000-04-13 jbjInsure that EXIT_FAILURE is defined (irix6.5).
2000-04-13 jbjThe death of rpmdbFindBy{Provides,RequiredBy,Conflicts}.
2000-04-13 jbjThe death of rpmdbFindBy{Group,TriggeredBy,Header}.
2000-04-12 jbjMake sure that match iterators can be called with mi...
2000-04-12 jbjRemove DYING code.
2000-04-12 jbjPass key as void *, not char *.
2000-04-12 jbjAPI: pass *SearchIndex() length of key (0 will use...
2000-04-11 jbj- treat legacy falloc.c as "special" db[01] index for...
2000-04-11 jbjmake header db a "special" type of index database in...
2000-04-08 jbjfix: dbiCloseIndex not called (typo).
2000-04-08 jbjHash package headers using simple counter.
2000-04-07 jbjfix: rpmdbCountPackages should pass by reference, not...
2000-04-07 jbjuse "rpmdb db" consistently throughout, add doxygen...
2000-04-07 jbjsolaris2.6: avoid bsearch with empty dir list (Ric...
2000-04-06 jbjuse hashed access for package headers.
2000-04-04 jbjSanity.
2000-04-04 jbjPermit dboffsets in hex and octal.
2000-04-03 jbjAdd variable to control dbenv teardown on close.
2000-04-03 jbjPermit db3 paramaters from macro.
2000-04-03 jbjIndicate that dbenv should be trashed after a rebuild.
2000-04-03 jbjReplace individual dbi pointers with an array.
2000-03-31 jbjdb3 configured for testing with (DB_INIT_MPOOL|DB_INIT_...
2000-03-31 jbjfix: duplicate free in db3.
2000-03-30 jbjMostly functional db2 interface, db3 still has problems.
2000-03-27 jbjadd db3 to the pile, isolate all with incremental link...
2000-03-27 jbjCompilation with db3.
2000-03-26 jbjAdd --preferdb for now to permit testing db0/db1/db2.
2000-03-23 jbjconvert db1 -> db2 on-disk format using --rebuilddb.
2000-03-23 jbj- API: change dbi to pass by reference, not value.
2000-03-18 jbjTypo.
2000-03-13 jbjuse DIRNAMES/BASENAMES/DIRINDICES not FILENAMES in...
2000-03-11 jbjfix: use glibc 2.1 glob/fnmatch everywhere.
2000-03-10 jbjPortability.
2000-03-07 jbjportability: zlib-1.0.4 has not gzseek
2000-02-29 jbjPortability fiddles.
2000-02-27 jbjPermit building w/o libbz2.a.
2000-02-27 jbjDiminish solaris2.6 gcc noise.
2000-02-24 jbj(solaris 2.6): portability requires setenv.c.
2000-02-24 jbjAutomake portability diddles.
2000-02-24 jbjMake sure that IPPORT_FTP is defined.
2000-02-23 jbjAdd %_i18ndomains configuration.
2000-02-23 jbjFirst attempt at rpmHeaderGetEntry().
2000-02-23 jbji18n lookaside.
2000-02-23 jbjfix: missed level of indirection in i18nTag().
2000-02-22 jbjAnother attempt to get i18n lookaside functional.
2000-02-22 jbjfix: filter excluded paths before adding install prefix...
2000-02-21 jbjAvoid segfault on malformed %{!?FOO:} expansion (#9581).
2000-02-17 jbjadd sl.po from Primoz Peterlin <peterlin@biofiz.mf...
2000-02-17 jbjENABLE_I18N_LOOKASIDE, take two.
2000-02-16 jbjDisable i18n lookaside for now.
2000-02-15 jbjnew rpm-build package to isolate rpm dependencies on...
2000-02-15 jbjFix inverted test on headerGetEntry return.
2000-02-13 jbjImplementation of i18n look-aside, no-op'ed for now.
2000-01-28 jbjDoxygen.
2000-01-24 jbjDocumentation comments.
2000-01-24 jbjfix: on --erase, segfault caused by "" prefix.
2000-01-24 jbjPass size(...)-1 to avoid buffer overflow on links...
2000-01-24 jbjfix: on --rebuilddb, make sure new/old paths are not...
2000-01-23 jbjExit if new db directory already exists when doing...
2000-01-19 jbjDoxygen fiddles.
2000-01-17 jbjadd %_rebuilddbpath macro to permit rebuilding db in...
2000-01-12 jbjfix: resurrect relative path's in fprint lookup queries.
2000-01-11 jbjOrphan.
2000-01-11 jbjconfigurable PATH for install %pre/%post et al scriptlets.
2000-01-04 jbjCorrect open flags for signing packages.
2000-01-03 jbjfix: manageFile needs to and with O_WRONLY(=1), not...
2000-01-03 jbjfix: fp.subDir was incorrectly set to NULL in sparse...
1999-12-24 jbjsplit python bindings into a separate sub-package of...
1999-12-21 jbjlib/rpmio.c: Start weeding the debug messages.
1999-12-19 jbjInitialize values behind pointers before calling rpmGet...
1999-12-19 jbjTypo (t->num rather than tnum causes segfault while...
1999-12-18 jbjSpelling correction.
1999-12-16 jbjdiddle some names to keep my C++ brethern happy (i...
1999-12-16 jbjfix: missing strdup when overriding buildroot from...
1999-12-15 jbjexpose enough of legacy fdio interface to compile gnorpm.
1999-12-15 jbjuninstall.c: rpmdbRemove used to have 2nd arg, tolerant...
1999-12-15 jbjfix: compressFileList was over-generating dirNames.
1999-12-13 jbjNULL missing at end of packages-to-be-installed array.
1999-12-12 jbjreload macros from cmd line when re-reading config...
1999-12-12 jbjlib/rpminstall.c: Perform glob on remote ftp install...
1999-12-12 jbjperform glob on remote ftp queries.
1999-12-11 jbjpartial implementation for ftp globbing.
1999-12-11 ewtdoLookup() wasn't stat'ing / properly
1999-12-10 jbjadd contentLength sanity check on rpmdb headerWrite.
1999-12-10 jbjfix: don't look at password when searching urlCache.
1999-12-10 jbjBack out fix for dirIndexes memory leak.
1999-12-08 jbjrename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES.
1999-12-08 jbjfix: new filelists require package index, not pointer.
1999-12-07 jbjMakefile.am: Add RPM-GPG-KEY to the package.
1999-12-05 jbjexpose enough of the legacy fdio interface to compile...
1999-12-02 jbjpermit --whatprovides to lookup file dependencies.
next