]> granicus.if.org Git - mutt/history - url.c
Convert pgp_app_handler to use buffer pool.
[mutt] / url.c
2019-03-29 Kevin McCarthyMerge branch 'stable'
2019-03-13 Kevin McCarthyMerge branch 'stable'
2019-03-13 Kevin McCarthyMerge branch 'stable'
2019-03-11 Kevin McCarthyAdd mutt_buffer_expand_path().
2019-02-01 Kevin McCarthyMerge branch 'stable'
2019-01-25 Kevin McCarthyMerge branch 'stable'
2019-01-24 Kevin McCarthyMerge branch 'stable'
2019-01-22 Kevin McCarthyMerge branch 'stable'
2019-01-21 Kevin McCarthyMerge branch 'stable'
2019-01-21 Kevin McCarthyMerge branch 'stable'
2019-01-21 Kevin McCarthyMerge branch 'stable'
2019-01-19 Kevin McCarthyMerge branch 'stable'
2019-01-19 Kevin McCarthyMerge branch 'stable'
2019-01-10 Kevin McCarthyMerge branch 'stable'
2019-01-08 Kevin McCarthyMerge branch 'stable'
2019-01-08 Kevin McCarthyMerge branch 'stable'
2019-01-05 Kevin McCarthyMerge branch 'stable'
2019-01-05 Kevin McCarthyClean up formatting.
2019-01-04 Kevin McCarthyMerge branch 'stable'
2019-01-01 Kevin McCarthyRemove trailing whitespace.
2018-12-28 Kevin McCarthyMerge branch 'stable'
2018-12-28 Kevin McCarthyMerge branch 'stable'
2018-12-28 Kevin McCarthyMerge branch 'stable'
2018-12-27 Kevin McCarthyMerge branch 'stable'
2018-12-21 Kevin McCarthyMerge branch 'stable'
2018-12-21 Kevin McCarthyMerge branch 'stable'
2018-12-17 Kevin McCarthyFactor out rfc2047_decode_envelope().
2018-07-16 Kevin McCarthyMerge branch 'stable'
2018-07-13 Kevin McCarthyCheck destlen and truncate in url_pct_encode().
2017-02-24 Kevin McCarthymerge default into stable
2016-12-05 Kevin McCarthymerge stable
2016-12-04 Kevin McCarthymerge stable
2016-10-23 Kevin McCarthymerge stable
2016-10-23 Kevin McCarthymerge stable
2016-10-17 Kevin McCarthymerge stable
2016-10-16 Kevin McCarthymerge stable
2016-10-16 Kevin McCarthymerge stable
2016-10-15 Kevin McCarthyAllow IPv6 literal addresses in URLs. (closes #3681)
2016-10-08 Kevin McCarthymerge stable
2016-10-04 Kevin McCarthymerge stable
2016-10-01 Kevin McCarthyRFC2047-decode mailto url headers after RFC2822 parsing...
2016-09-28 Kevin McCarthyRFC2047-decode mailto header values. (closes #3879)
2016-04-02 Kevin McCarthymerge default into stable
2016-03-10 Michael ElkinsRestrict mailto header fields using mailto_allow.
2016-01-01 Kevin McCarthyConvert copyright years to all use 4 digit years.
2012-12-18 Michael Elkinsrename iswsp() to is_email_wsp()
2011-12-03 Dan FandrichDeclare many structures const (closes #3552)
2010-08-14 Michael Elkinsavoid c99 syntax for backwards compat
2010-08-12 Michael Elkinsurl_parse_mailto should return 0 on success
2010-08-06 Matthias AndreeFix comparison signedness warnings.
2009-06-29 Rocco RutteRevert URL path encoding for now
2009-06-28 Rocco RutteFix URL parser to encode paths
2009-06-15 Rocco RutteFixup URL parser
2009-06-15 Rocco RutteDon't parse URL port as signed short, but to int and...
2009-06-01 Rocco RutteUse strtol() wrappers for most atoi() calls
2009-01-04 Brendan CullyUpdate copyrights. Closes #3016.
2007-11-04 cypherUse strtok_r() to parse mailto: links, not strtok().
2007-11-04 Rocco RuttePrevent mailto parsing buffer overflow by ignoring...
2007-04-10 Brendan CullySimplify body cache path creation
2007-04-01 Brendan CullyMerge flea restore
2007-02-24 Brendan CullyThis patch adds ESMTP relay support to mutt.
2005-09-17 Brendan CullyGah, forgot the zip code when updating the FSF address...
2005-09-17 Brendan CullyUpdate FSF address (via sed, I hope nothing got mangled...
2005-02-03 Brendan CullyAdd config.h to the top of every C file that could...
2004-10-30 Thomas Roesslersafe_strcat, safe_strncat. Thanks to Ulf H. for noting...
2004-07-20 Thomas RoesslerUse List-Post headers when doing list-reply.
2003-07-24 Vincent LefevreSome functions/macros like isspace take an int and...
2002-12-16 Edmund GRIMLEY EVANSFix #1424.
2002-12-11 Thomas RoesslerFix Mike's and my e-mail addresses in copyright lines.
2002-12-10 Thomas RoesslerReplace safe_free calls by the FREE macro.
2001-10-29 Thomas RoesslerFix #843.
2001-10-28 Thomas RoesslerAnother bug related to #837.
2001-09-04 Thomas Roesslerpatch-bac.canonifypath-4.
2001-04-26 Thomas RoesslerAdd ascii_strcasecmp() and ascii_strncasecmp() function...
2001-04-25 Thomas RoesslerImplement RFC 2822's idea of the In-Reply-To header...
2001-04-03 Thomas RoesslerPermit for passwords which contain '@'. From Felix...
2001-02-15 Thomas RoesslerBrendan Cully's latest STARTTLS patch.
2000-09-04 Thomas Roesslerpatch-bac.imapurl-4
2000-08-25 Thomas Roesslerpatch-bac.imapurl-2, with small modifications.
2000-08-22 Thomas RoesslerAdd an URL parser, and support for mailto URLs.