projects
/
external
/
google-url.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
external/google-url.git
2013-04-11
brettw
Forward includes to url/
master
commit
|
commitdiff
|
tree
2013-04-05
brettw
Fix C++11 compilation on iOS
commit
|
commitdiff
|
tree
2013-01-29
ericu@chromium.org
Typo fix: we're referring to the wrong spec_.
commit
|
commitdiff
|
tree
2013-01-24
brettw
Add googleurl.gyp to make it possible to build using...
commit
|
commitdiff
|
tree
2012-12-20
brettw
Make ResolveRelative work with all hierarchical URLs.
commit
|
commitdiff
|
tree
2012-10-12
brettw
SchemeIsSecure must return true for "wss"
commit
|
commitdiff
|
tree
2012-09-06
eroman@chromium.org
Expose functions to stringify IPv4 and IPv6 addresses
commit
|
commitdiff
|
tree
2012-08-20
brettw
Revert r176, this breaks some Chrome tests.
commit
|
commitdiff
|
tree
2012-08-20
brettw
Add a missing include.
commit
|
commitdiff
|
tree
2012-06-18
brettw
Fix handling of URLs with no schema.
commit
|
commitdiff
|
tree
2012-05-11
brettw
Change #include <memory.h> to #include <string.h>
commit
|
commitdiff
|
tree
2012-05-09
ericu@chromium.org
Fix path component length for zero-length paths canonic...
commit
|
commitdiff
|
tree
2012-04-24
ericu@chromium.org
Remove ifdef guard for FULL_FILESYSTEM_URL_SUPPORT.
commit
|
commitdiff
|
tree
2012-04-04
brettw
Remove a test that only works on one of windows/*nix...
commit
|
commitdiff
|
tree
2012-04-03
brettw
I fixed the expectation [the URL is invalid] and added...
commit
|
commitdiff
|
tree
2012-04-03
brettw
Disable failing filesystem URL test.
commit
|
commitdiff
|
tree
2012-03-26
brettw
Fix a memory leak; properly initialize inner_parsed...
git-svn
commit
|
commitdiff
|
tree
2012-01-19
eroman@chromium.org
Add missing file from r166.
commit
|
commitdiff
|
tree
2012-01-05
brettw
Fix the GURL change [compile error, two small changes...
commit
|
commitdiff
|
tree
2012-01-04
brettw
Add support for real full filesystem URL parsing and...
commit
|
commitdiff
|
tree
2012-01-03
brettw
Remove a static initializer from gurl.cc when using...
commit
|
commitdiff
|
tree
2011-11-10
eroman@chromium.org
GURL: Export some missing symbols needed to run gurl
commit
|
commitdiff
|
tree
2011-11-07
eroman@chromium.org
GURL: Export a few functions used only by gurl unittests.
commit
|
commitdiff
|
tree
2011-11-04
maruel@chromium.org
Add a codereview.settings file.
commit
|
commitdiff
|
tree
2011-07-08
brettw
Provide a way to get the parsed IP address out of Canon...
commit
|
commitdiff
|
tree
2011-06-27
brettw
Avoid indexing into a string when it's empty to avoid...
commit
|
commitdiff
|
tree
2011-06-16
brettw
Add a function to URL-encode a path component, using...
commit
|
commitdiff
|
tree
2011-06-03
eroman@chromium.org
Fix handling of certain URLs with long runs of numbers.
commit
|
commitdiff
|
tree
2011-05-02
pmarks@google.com
url_canon_ip: For IPv6 literals with an IPv4-style...
commit
|
commitdiff
|
tree
2011-04-26
brettw
Update GURL_API to cover non-Windows platforms.
commit
|
commitdiff
|
tree
2011-03-08
brettw
Change gurl test main to look for both icudt.dll and...
commit
|
commitdiff
|
tree
2011-02-16
mark@chromium.org
Check that gtest has death test support before trying...
commit
|
commitdiff
|
tree
2010-12-14
maruel@chromium.org
Fix api export for iostream operator <<.
commit
|
commitdiff
|
tree
2010-12-08
brettw
Make the GURL output stream operator non-inline. Appare...
commit
|
commitdiff
|
tree
2010-10-28
brettw
Remove the explicit destructor from GURL. This was...
commit
|
commitdiff
|
tree
2010-10-22
brettw
Move constructors to the .cc files to prevent inline...
commit
|
commitdiff
|
tree
2010-09-27
brettw
Remove a semicolon as a host terminator. This was origi...
commit
|
commitdiff
|
tree
2010-09-21
brettw
Remove unused static function to avoid compiler warning.
commit
|
commitdiff
|
tree
2010-07-29
brettw
Fix a typo in a comment about scheme handling.
commit
|
commitdiff
|
tree
2010-07-23
brettw@gmail.com
Remove redundant definition for operator<<
commit
|
commitdiff
|
tree
2010-07-22
brettw@gmail.com
Remove redundant check for failure to read a unicode...
commit
|
commitdiff
|
tree
2010-07-22
brettw@gmail.com
Coverity: Fix DoAppendUTF8 handling of overly large...
commit
|
commitdiff
|
tree
2010-07-22
brettw@gmail.com
Change <ostream> to <iosfwd> to further reduce header...
commit
|
commitdiff
|
tree
2010-07-16
brettw
Use ostream instead of iostream to avoid statics brough...
commit
|
commitdiff
|
tree
2010-07-14
victorw@chromium.org
-. Check GURL_IMPLEMENTATION value for dll build so...
commit
|
commitdiff
|
tree
2010-07-12
victorw@chromium.org
Add option to build googleurl as dll
commit
|
commitdiff
|
tree
2010-07-02
brettw
Fix comment about threadsafety.
commit
|
commitdiff
|
tree
2010-06-22
eroman@chromium.org
Add a missing "const" keyword so the wide version has...
commit
|
commitdiff
|
tree
2010-06-22
eroman@chromium.org
Fix a comment typo (the description of "compat" and...
commit
|
commitdiff
|
tree
2010-05-11
brettw@gmail.com
Fix a crash in IP address checking because the boundary...
commit
|
commitdiff
|
tree
2010-04-12
brettw@gmail.com
Add the ability to prevent future changes to the standa...
commit
|
commitdiff
|
tree
2010-04-08
brettw@gmail.com
Add a newline to the end of url_util_unittest to make...
commit
|
commitdiff
|
tree
2010-04-08
brettw@gmail.com
Canonicalize URL before using Extractscheme in DoFindAn...
commit
|
commitdiff
|
tree
2010-04-05
brettw@gmail.com
Relocate a function so that we don't need any forward...
commit
|
commitdiff
|
tree
2010-04-02
brettw@gmail.com
Pass @ through without escaping or unescaping. This...
commit
|
commitdiff
|
tree
2010-03-31
brettw
Add an initialize and a cleanup function for projects...
commit
|
commitdiff
|
tree
2010-02-25
brettw@gmail.com
actually define the function I added in the previous...
commit
|
commitdiff
|
tree
2010-02-24
brettw@gmail.com
Add a backwards-compat workaround to make landing the...
commit
|
commitdiff
|
tree
2010-02-12
brettw@gmail.com
Remove the rule that "://" means a standard URL. This...
commit
|
commitdiff
|
tree
2010-02-12
brettw@gmail.com
When resolving URL, empty relative URL should remove...
commit
|
commitdiff
|
tree
2009-11-20
brettw
Use size_t for string lengths to avoid compiler warnings.
commit
|
commitdiff
|
tree
2009-10-19
brettw@gmail.com
Fix encoding of the query part of an URL.
commit
|
commitdiff
|
tree
2009-09-28
brettw@gmail.com
Remove ICU dependency from url_canon_internal. We were...
commit
|
commitdiff
|
tree
2009-09-23
brettw@gmail.com
Fix off-by-one in range check.
commit
|
commitdiff
|
tree
2009-09-18
maruel@chromium.org
Fix googleurl to use icu version-agnostic directory.
commit
|
commitdiff
|
tree
2009-09-08
willchan@chromium.org
Change WebSocket default port
commit
|
commitdiff
|
tree
2009-08-26
brettw@gmail.com
Update the unit tests to allow a colon in UNC hostnames...
commit
|
commitdiff
|
tree
2009-08-22
brettw@gmail.com
Use U_ICU_VERSION_SHORT macro instead of hard-coding...
commit
|
commitdiff
|
tree
2009-08-18
brettw@gmail.com
All host names with nonascii characters (cyrillic)...
commit
|
commitdiff
|
tree
2009-08-05
willchan@chromium.org
Add Web Socket default port.
commit
|
commitdiff
|
tree
2009-07-28
willchan@chromium.org
Canonicalize '%' in userinfo properly. It should not...
commit
|
commitdiff
|
tree
2009-07-15
eroman@chromium.org
Expose in url_canon_ip.h the previously internal-only...
commit
|
commitdiff
|
tree
2009-07-15
brettw@gmail.com
Require hosts for non-file URLs.
commit
|
commitdiff
|
tree
2009-07-13
brettw@gmail.com
Make DoCanonicalizeIPv6Address safer by changing loop...
commit
|
commitdiff
|
tree
2009-06-22
pmarks@google.com
url_canon: New CanonicalizeHostVerbose() function.
commit
|
commitdiff
|
tree
2009-06-03
pmarks@google.com
url_parse: Segment partially-typed IPv6 literals.
commit
|
commitdiff
|
tree
2009-06-02
brettw@gmail.com
Move ICU dependent function ReadUTFChar into the icu...
commit
|
commitdiff
|
tree
2009-05-18
eroman@chromium.org
Canonicalize IPv6 addresses.
commit
|
commitdiff
|
tree
2009-05-18
brettw@gmail.com
Support Z as a first letter of a scheme.
commit
|
commitdiff
|
tree
2009-05-13
brettw@gmail.com
A URL can contain an IPv6 address literal, like [2001...
commit
|
commitdiff
|
tree
2009-04-28
brettw@gmail.com
Escape double quotes (U+0022).
commit
|
commitdiff
|
tree
2009-03-25
mark@chromium.org
Convert all uses of UTF16Char and UTF16String to char16...
commit
|
commitdiff
|
tree
2009-03-25
mark@chromium.org
Eliminate dubious uses of basic_string<> in googleurl
commit
|
commitdiff
|
tree
2009-03-16
brettw@gmail.com
Added missing <stdlib.h>, needed on ubuntu 8.10.
commit
|
commitdiff
|
tree
2009-03-05
maruel@chromium.org
Add basic PRESUBMIT script.
commit
|
commitdiff
|
tree
2009-02-23
brettw@gmail.com
Make ParseAuthority part of the public API.
commit
|
commitdiff
|
tree
2009-01-26
brettw@gmail.com
Support UNC-like file: URL parsing on non-Windows platf...
commit
|
commitdiff
|
tree
2008-10-01
brettw
Add the ability to get the effective port for schemes...
commit
|
commitdiff
|
tree
2008-09-16
brettw
Add basic IPv6 support. This just identifies possibly...
commit
|
commitdiff
|
tree
2008-08-21
brettw
Fix some unittest warnings under GCC.
commit
|
commitdiff
|
tree
2008-08-20
brettw
Fix compile warnings on GCC.
commit
|
commitdiff
|
tree
2008-08-18
brettw
Fix two build problems on Linux. The unit test problems...
commit
|
commitdiff
|
tree
2008-08-07
brettw
Make < and > be escaped in the query part of the URL.
commit
|
commitdiff
|
tree
2008-07-17
brettw
Fix some Unix-related compile issues.
commit
|
commitdiff
|
tree
2008-06-24
brettw
Expose the encoding parameter when resolving relative...
commit
|
commitdiff
|
tree
2008-06-05
brettw
Fix a crash if we were calling ReplaceComponents on...
commit
|
commitdiff
|
tree
2008-05-08
brettw
Make relative URL resolving check the scheme for validi...
commit
|
commitdiff
|
tree
2008-05-08
brettw
Fix several limitations of the canonicalizer. This...
commit
|
commitdiff
|
tree
2008-05-06
brettw
Remove encoding for mailto URLs.
commit
|
commitdiff
|
tree
2008-05-06
brettw
Add forgotten file in preivious mailto checkin.
commit
|
commitdiff
|
tree
next