summaryrefslogtreecommitdiff
path: root/lib/poptALL.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-14Another bunch of bogus const removalsPanu Matilainen1-1/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-3/+3
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-0/+1
2007-11-29Export FTS_* options through rpmgi.h as RPMGI_*Panu Matilainen1-17/+17
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-1/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-1/+1
2007-10-28Include "rpmcli.h" instead of <rpmcli.h>.Ralf Corsépius1-1/+1
2007-10-28Include "fts.h" instead of <fts.h>.Ralf Corsépius1-1/+1
2007-10-09Use RPMLOG_ levels instead of RPMMESS for verbosity settingPanu Matilainen1-1/+1
2007-10-09Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICEPanu Matilainen1-1/+1
2007-09-17Apply poptReadDefaultConfig iff RPM_USES_POPTREADDEFAULTCONFIG is set.Ralf Corsépius1-0/+2
2007-09-17Add if defined(ENABLE_NLS) guards around i18n-initialization.Ralf Corsépius1-0/+1
2007-09-12Rip out internal http and ftp transports.Panu Matilainen1-4/+0
2007-09-12Remove NEON and related hacksPanu Matilainen1-6/+0
2007-09-11Remove splint tags.Ralf Corsépius1-79/+8
2007-09-03Automated merge with ssh://login.linux.duke.edu//home/groups/rpm/hg/rpmPanu Matilainen1-1/+1
2007-09-03RIP rpmsx and all its usesPanu Matilainen1-5/+0
2007-09-03Remove __LCLINT__-ifdef'ed blocks.Ralf Corsépius1-1/+1
2005-01-17Build on macosx.jbj1-0/+1
2004-11-19- remove noNeon runtime switch, http through neon only.jbj1-5/+0
2004-11-08- use external libneon for http/https transport.jbj1-0/+5
2004-11-05Implement davStat (and clone davLstat), sufficient for fts walk.jbj1-1/+9
2004-10-25Wire ftsOpts globally.jbj1-0/+25
2004-10-24Explicit rpmgiFlags enum defined, add RPMGI_{NOGLOB,NOMANIFEST,NOHEADER}.jbj1-0/+5
2003-12-22Add --filecontext, --fscontext, --recontext for 3 sources of security contexts.jbj1-0/+7
2003-12-11- only internal Berkeley db from now on.jbj1-0/+5
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj1-2/+2
2003-04-04Accumulate compress/uncompress times.jbj1-0/+5
2003-04-02Splint clean.jbj1-0/+4
2003-03-19- unify signal handling in librpmio, use condvar to deliver signal.jbj1-0/+6
2003-03-19Sanity.jbj1-0/+5
2002-12-10Repair fc->skipReq insertion typo.jbj1-0/+6
2002-11-05splint fiddles.jbj1-5/+1
2002-10-26- fix: permit build with --disable-nls (#76258).jbj1-1/+4
2002-08-27- fix: segfault with --checksig, plug memory leak (#72455).jbj1-0/+5
2002-08-19- add --with-efence to configure, check install/upgrade with efence.jbj1-0/+5
2002-08-08lclint fiddles.jbj1-2/+2
2002-08-06- python: bindings to import pubkeys and display openpgp packets.jbj1-1/+1
2002-08-04- add --predefine to define macros before reading macro configuration.jbj1-6/+18
2002-07-31- make --querytags a common option, fix errant regex (#70135).jbj1-1/+8
2002-07-29- update trpm.jbj1-3/+9
2002-07-28- python: don't segfault in ts.GetKeys() on erased packages.jbj1-5/+49
2002-07-28- popt: display sub-table options only once on --usage.jbj1-34/+65
2002-07-02Add boundsread annotations throughout, enable +bounds checking.jbj1-6/+3
2002-07-02add (disabled for now) dependency check to rpmgraph.jbj1-10/+32
2002-06-30- warn only once for each NOKEY/UNTRUSTED key id.jbj1-0/+262