summaryrefslogtreecommitdiff
path: root/rpmdb
AgeCommit message (Expand)AuthorFilesLines
2003-12-26- fix: escape '+' in regex patterns through RPMMIRE_DEFAULT (#103851).jbj1-1/+3
2003-12-22Add --filecontext, --fscontext, --recontext for 3 sources of security contexts.jbj1-2/+4
2003-12-18Typo.jbj1-1/+1
2003-12-18- detect (and remove) dbenv files while upgrading to db-4.2.52.jbj1-3/+5
2003-12-16- build with db-4.2.52 internal.jbj1-1/+1
2003-12-11- only internal Berkeley db from now on.jbj1-15/+12
2003-11-23Merge changes from rpm-4.2.1 development.jbj4-44/+55
2003-07-02- don't attempt to remove dbenv on --rebuilddb.jbj1-4/+0
2003-06-04dump xml queryformat debugging code.jbj1-24/+0
2003-05-22Prepare to build with external beecrypt-3.0.0.jbj1-1/+1
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj6-30/+31
2003-04-08fix: prevent segfault if malicious server sends 1 GB of data through ftpNLST.jbj2-13/+13
2003-04-07Calibrated stopwatch using rdtsc.jbj1-4/+25
2003-04-03Gettextify output strftime(3) formats (#83611).jbj1-2/+3
2003-04-02Splint fiddles.jbj2-8/+15
2003-03-24Add benchmark stopwatch, change precision from milli- to micro-secs.jbj1-3/+5
2003-03-20Make sure that $(RPM_BUILD_ROOT}/usr/lib is 1st libarry searched.jbj1-2/+2
2003-03-16Create rpmsq, combining rpmdb/psm signal handlers.jbj1-120/+29
2003-03-14Unchain iterator on NULL return.jbj2-12/+21
2003-03-13Close and free iterators/cursors on signal exit path.jbj1-42/+68
2003-03-12Sanity.jbj1-4/+4
2003-03-12Don't put newlines in base64 tag, add rpmHeader tag.jbj1-6/+35
2003-03-12- --queryformat '[%{*:xml}\n]' to dump header content in XML.jbj4-108/+177
2003-03-11Use an iterator to hide pattern matching on tag/ext names.jbj1-144/+192
2003-03-10- upgrade to zlib-1.2.beta7.jbj3-22/+31
2003-03-10Minimize ars passed throuch headerSprintf call chain.jbj1-325/+250
2003-03-06- fix: memory leak (85522).jbj1-0/+2
2003-03-05Sanity.jbj2-2/+3
2003-02-14- file: fix ogg/vorbis file classification problems.jbj1-0/+2
2003-02-03oops, get rid of debugging printf's.jbj1-2/+3
2003-01-31- fix: trap SIGPIPE, close database(s).jbj1-9/+13
2003-01-17- duplicate package checks with arch/os checks if colored.jbj1-0/+32
2003-01-08- python: put rpmmodule.so where python expects to find.jbj1-2/+1
2003-01-01fix: restore upgrade functionality with colors.jbj1-3/+3
2002-12-29- fix :armor query extension, tgpg mktmp handling (#80684).jbj1-3/+5
2002-12-28splint fiddles.jbj1-14/+19
2002-12-28- error if querying with iterator on different sized arrays.jbj3-118/+244
2002-12-27- ignore ENOENT return from db->close (#80514,#79314).jbj1-2/+7
2002-12-26Initialize differently if using rpc access.jbj1-36/+48
2002-12-24Keep message to 1 line.jbj1-1/+1
2002-12-24Check for unshared posix mutexes only on 1st open.jbj1-5/+7
2002-12-24- fix: remove rpmfi scareMem so that headers can be reloaded on ia64.jbj1-1/+3
2002-12-23Sanity.jbj1-14/+17
2002-12-22- simplify specfile query linkage loop.jbj1-1/+1
2002-12-21- add --enable-posixmutexes when configuring on linux.jbj2-0/+95
2002-12-20- error on exclusive Packages fcntl lock if DB_ENV_PRIVATE is set.jbj1-3/+7
2002-12-20- test pthread_{mutex,cond}attr_setpshared(), add DB_ENV_PRIVATE if not.jbj1-0/+50
2002-12-18- add --file{class,provide,require} popt aliases and header extensionsjbj2-43/+45
2002-12-14- fix: make sure each library has DT_NEEDED for all unresolved syms.jbj1-14/+6
2002-12-01- use usrlib_LTLIBRARIES to install directly in /usr/lib64 instead.jbj3-11/+24