descriptionURL parsing and canonicalization library
homepage URLhttp://code.google.com/p/google-url/wiki/Introduction
repository URLhttps://github.com/linux4kix/chromium-google-url.git
ownerjrnieder@gmail.com
last changeThu, 25 Feb 2010 18:20:00 +0000 (25 18:20 +0000)
content tags
add:
readme
This is the Google URL Parsing Library which parses and canonicalizes URLs. Used by the Chromium browser.
shortlog
2010-02-25 brettw@gmail.comactually define the function I added in the previous... master
2010-02-24 brettw@gmail.comAdd a backwards-compat workaround to make landing the...
2010-02-12 brettw@gmail.comRemove the rule that "://" means a standard URL. This...
2010-02-12 brettw@gmail.comWhen resolving URL, empty relative URL should remove...
2009-11-20 brettwUse size_t for string lengths to avoid compiler warnings.
2009-10-19 brettw@gmail.comFix encoding of the query part of an URL.
2009-09-28 brettw@gmail.comRemove ICU dependency from url_canon_internal. We were...
2009-09-23 brettw@gmail.comFix off-by-one in range check.
2009-09-18 maruel@chromium.orgFix googleurl to use icu version-agnostic directory.
2009-09-08 willchan@chromium.orgChange WebSocket default port
2009-08-26 brettw@gmail.comUpdate the unit tests to allow a colon in UNC hostnames...
2009-08-22 brettw@gmail.comUse U_ICU_VERSION_SHORT macro instead of hard-coding...
2009-08-18 brettw@gmail.comAll host names with nonascii characters (cyrillic)...
2009-08-05 willchan@chromium.orgAdd Web Socket default port.
2009-07-28 willchan@chromium.orgCanonicalize '%' in userinfo properly. It should not...
2009-07-15 eroman@chromium.orgExpose in url_canon_ip.h the previously internal-only...
...
heads
14 years ago master