Handle config.guess and config.sub with DOS EOLs
[platform/upstream/rpm.git] / rpmio / url.c
2011-05-28 Panu MatilainenEliminate bunch of obvious dead NULL-assignments around...
2011-04-18 Panu MatilainenClean up urlGetFile() return values
2010-09-22 Panu MatilainenRemove double const in urlstring struct
2010-09-21 Panu MatilainenFix up silly int/enum and type vs variable name mixups...
2010-06-03 Panu MatilainenFix "empty reply from server" curl-syndrome with url...
2010-03-29 Panu MatilainenLose long since unused url control structure and relate...
2010-01-05 Panu MatilainenUnconditionally include <sys/wait.h> where needed
2010-01-05 Panu MatilainenUnconditionally include <netdb.h> where needed instead...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-07-14 Panu MatilainenDont treat filenames starting with - as stdin
2008-11-04 Jindrich NovyReturn proper exit code when exec*() functions fail
2008-07-04 Panu MatilainenRemove unused _url_debug
2008-04-11 Panu MatilainenSimplify url io a lot
2008-03-24 Panu MatilainenRemove bogus consts from urlinfo_s structure
2008-03-07 Panu MatilainenLog message adjustments
2008-03-06 Panu MatilainenMark bunch of misc. tables & such read-only in librpmio
2007-12-15 Panu MatilainenUse _constfree() for freeing urlinfo contents
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-03 Panu MatilainenUse regular POSIX functions instead of "RPC" clones
2007-11-30 Panu MatilainenMove logging related macros rpmlog, adjust includes
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-10-30 Ralf CorsépiusAdd URLMAGIC, URLSANE.
2007-10-28 Ralf CorsépiusInclude "rpmmacro.h" instead of <rpmmacro.h>.
2007-10-28 Ralf CorsépiusInclude "rpmmessages.h" instead of <rpmmessages.h>.
2007-10-22 Panu MatilainenRemove bunch of unnecessary rpmio_internal includes
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_ERROR with RPMLOG_ERR
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
2007-10-09 Panu MatilainenReplace all rpmMessage() uses with rpmlog()
2007-09-20 Panu MatilainenMove _free() into system.h for now
2007-09-17 Panu MatilainenRemove url caching, don't need it...
2007-09-17 Panu MatilainenRemove transport-related items from urlinfo and uses
2007-09-12 Ralf CorsépiusAttempt to escape hg messed up the repo once more.
2007-09-12 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm...
2007-09-12 Panu MatilainenRip out internal http and ftp transports.
2007-09-12 Panu MatilainenRemove NEON and related hacks
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-06-25 Panu MatilainenIPv4/6 and EPSV support by Arkadiusz Miskiewicz
2007-02-16 Paul NasratAllow build without the neon library.
2004-11-28 jbj- add support for automagic pubkey retrieval using...
2004-11-07 jbjDrill many neon hooks.
2004-11-05 jbjStore server capabilities and lockstore in urlinfo.
2004-11-04 jbjStub in URL_IS_HTTPS everywhere.
2004-03-23 jbjSpint fiddles.
2003-05-08 jbj- don't use error string after gzclose (Dmitry V. Levin).
2002-07-08 jbjPropagate splint-3.0.1.7 close(2) internalState annotat...
2002-07-02 jbjAdd boundsread annotations throughout, enable +bounds...
2002-06-23 jbjAdd boundswrite annotations everywhere.
2002-06-19 jbjAnnotate incondefs in source code.
2002-04-14 jbj- use build time to choose one of multiple alternative...
2002-01-18 jbj- missing key(s) on keyring when verifying a signature...
2001-11-12 jbj- commit to using rpmDepSet and TFI_t, not header.
2001-10-17 jbjConverging on lclint-3.0.17 strict level.
2001-10-16 jbjFactor -type problems into explicit code annotations.
2001-10-15 jbjExplicit branchstate annotations.
2001-10-15 jbjlclint fiddles to annotate globals.
2001-10-13 jbj- ratchet up to lclint "strict" level.
2001-09-24 jbjMove to lclint-3.0.0.15, revisit and clean up annotations.
2001-09-21 jbj- lclint-3.0.0.15 fiddles.
2001-06-05 jbj- fix typos in linux.{req,prov}.
2001-06-04 jbjlclint fiddles.
2001-06-01 jbj- fix: lclint fiddles broke uCache initialization ...
2001-05-03 jbj- still more boring lclint annotations and fiddles.
2001-04-30 jbj- yet more boring lclint annotations and fiddles.
2000-12-12 jbjSync with rpm-4_0 branch.
2000-10-31 jbj- add support for SHA1 as well as MD5 message digests.
2000-09-29 jbjdoxygen annotations.
2000-09-26 jbj- fix: avoid calling getpass twice as side effect of...
2000-08-27 jbjDoxygen annotations.
2000-06-09 jbj- make librpmio standalone.
2000-06-09 jbjMove low level support routines to librpmio.
2000-06-07 jbj- create rpmio directory for librpmio.