aboutsummaryrefslogtreecommitdiff
path: root/src/url.c
AgeCommit message (Expand)Author
2025-02-05Fix several typosGevel Tekens
2024-08-07Make Dillo C99 standard compliantRodrigo Arias Mallo
2024-06-09Allow empty URLs with base URL setRodrigo Arias Mallo
2024-06-09Add new_tab_page optionRodrigo Arias Mallo
2024-04-29Add force https modeMark Walker
2024-03-09Use Doxygen comments for C filesRodrigo Arias Mallo
2016-07-03trim tld listcorvid
2016-07-03clean up host:port usage, particularly with ipv6corvid
2016-05-02silence the HSTS transformation MSGcorvid
2015-06-29prefs.http_strict_transport_securitycorvid
2015-06-29HTTP Strict Transport Securitycorvid
2015-06-01url: rm unused flagscorvid
2015-06-01rm the old-style url alt stuffcorvid
2015-06-01url: rm dead codecorvid
2015-05-08https: url updatescorvid
2014-12-21more (and indentation in one spot)corvid
2014-10-22trim the publicsuffix TLDs yet againcorvid
2014-07-18TODOcorvid
2014-05-04acknowledge that we view 0x80-0xFF bytes in urls as illegal, and make handlin...corvid
2014-02-02our simplistic TLD list grows more and more worthlesscorvid
2013-09-24our publicsuffix tld list grows even shortercorvid
2013-07-25Fixed an off-by-one read bug in the URL resolverJorge Arellano Cid
2012-10-03update public suffixescorvid
2011-11-12some isascii()corvid
2011-11-11continuedcorvid
2011-11-11fix IPv6 addr recognitioncorvid
2011-11-11locale-independent ASCII character case handlingcorvid
2011-09-18rename fncorvid
2011-09-16staticcorvid
2011-09-16update TLDscorvid
2011-09-16put public suffix comparison directly in url.ccorvid
2011-07-27Fixed a border case in URL resolver (empty path + {query|fragment})Jorge Arellano Cid
2010-08-29Removed some obsolete copyright notices that lingered after rewrites.Jorge Arellano Cid
2010-07-30clearer Capi_filters_allow msgJeremy Henty, corvid
2010-04-06silence a MSGcorvid
2010-04-06filter automatic requestscorvid
2009-07-12Handle signed chars. Aadded dIsspace() and dIsalnum() to dlibJorge Arellano Cid
2009-06-22remove system includescorvid
2009-05-29constscorvid
2009-05-03Removed redundant caller NULL checks already in the APIJeremy Henty
2009-02-13Updated the URL resolver to comply with RFC-3986Jorge Arellano Cid
2008-10-14- Changed the google search URL (UTF-8 request)release-2_0jcid
2008-09-29- Removed the remaining DEBUG_MSG in src/jcid
2008-09-14- Forbid dpi GET and POST from non dpi-generated urls.jcid
2008-03-29- Fixed a bug in a_Url_cmp.jcid
2008-03-29- Switched URL_DATA type from char* to a dStr.jcid
2008-01-31- Set the url resolver to escape illegal chars instead of stripping.jcid
2007-11-17- s/camp/field/ s/CAMP/FIELD/jcid
2007-11-05Updated copyright linesjcid
2007-10-07Initial revisionjcid