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