index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
base
/
net_util.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-3
/
+3
*
Adjust comments for new Source/ location.
dilmah@chromium.org
2011-01-19
1
-1
/
+1
*
Update the time formatting APIs to use string16.
avi@chromium.org
2010-12-22
1
-1
/
+1
*
Explicitly whitelist the test server port.
bauerb@chromium.org
2010-12-10
1
-8
/
+15
*
This CL add a GetInstance() method to singleton classes instead of relying on...
satish@chromium.org
2010-12-04
1
-2
/
+7
*
Don't unescape characters that can change the meaning of a URL. I removed the...
brettw@google.com
2010-12-02
1
-1
/
+3
*
Original change: http://codereview.chromium.org/4856003/
bulach@chromium.org
2010-11-17
1
-2
/
+2
*
Add support for the extended header parameter syntax in Content-Disposition h...
jshin@chromium.org
2010-11-03
1
-12
/
+68
*
base: Move CaseInsensitiveCompare traits into the base namespace.
tfarina@chromium.org
2010-11-03
1
-2
/
+2
*
Update code that previously constructed strings from string iterators only to...
erikwright@chromium.org
2010-10-22
1
-3
/
+4
*
Convert LOG(INFO) to VLOG(1) - net/.
pkasting@chromium.org
2010-10-16
1
-3
/
+3
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
1
-1
/
+1
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
1
-5
/
+7
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-0
/
+1
*
Treat IPv6 link local addresses as loopback addresses.
vandebo@chromium.org
2010-09-13
1
-0
/
+8
*
Cleanup: Convert net::StripWWW to string16 and fix up the callsites.
jhawkins@chromium.org
2010-09-10
1
-2
/
+2
*
Remove the wstring FormatUrl() functions (and convert remaining users to the ...
viettrungluu@chromium.org
2010-08-31
1
-255
/
+259
*
Provide a wstring-free version of FormatUrl(), part 1.
viettrungluu@chromium.org
2010-08-25
1
-0
/
+13
*
Convert FormatBytes to string16.
evan@chromium.org
2010-08-19
1
-1
/
+2
*
Revert "Convert FormatBytes to string16."
evan@chromium.org
2010-08-18
1
-2
/
+1
*
Convert FormatBytes to string16.
evan@chromium.org
2010-08-18
1
-1
/
+2
*
De-wstringify some browser startup code and net utility.
evan@chromium.org
2010-08-04
1
-4
/
+3
*
base: Add HexDigitToInt function to string_util.h
tfarina@chromium.org
2010-07-31
1
-7
/
+2
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-4
/
+8
*
Net: Convert username and password to string16.
thestig@chromium.org
2010-07-29
1
-6
/
+4
*
Add URL filter to trigger punycode for Japanese homographic sequences.
jschuh@google.com
2010-07-27
1
-1
/
+22
*
[Linux] Enable connecting to localhost when offline.
vandebo@chromium.org
2010-07-23
1
-0
/
+34
*
base: Add IsHexDigit function to string_util.h
tfarina@chromium.org
2010-07-23
1
-7
/
+0
*
Attempt four at landing the "histogram.h removed from message_loop.h" patch.
erg@chromium.org
2010-07-15
1
-0
/
+1
*
Revert everything related to the relanding.
erg@chromium.org
2010-07-14
1
-1
/
+0
*
Reland r52336.
erg@chromium.org
2010-07-14
1
-0
/
+1
*
Revert 52336 - More header cleanup:
erg@chromium.org
2010-07-14
1
-1
/
+0
*
More header cleanup:
erg@chromium.org
2010-07-14
1
-0
/
+1
*
Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...
pkasting@chromium.org
2010-06-18
1
-3
/
+1
*
In addition to the logging the IP address that a TCP connect is made to, also...
eroman@chromium.org
2010-06-16
1
-0
/
+41
*
Download filename encoding fix [try2]:
estade@chromium.org
2010-06-11
1
-4
/
+20
*
revert r49217, which caused unit test failures on win:
estade@chromium.org
2010-06-09
1
-10
/
+3
*
Download filename encoding fix:
estade@chromium.org
2010-06-08
1
-3
/
+10
*
Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...
eroman@chromium.org
2010-06-08
1
-0
/
+114
*
Misc. small cleanups I ran into while working on other changes.
pkasting@chromium.org
2010-06-02
1
-4
/
+2
*
Strip the trailing slash from URLs like "http://google.com/". This especiall...
pkasting@chromium.org
2010-06-02
1
-20
/
+28
*
net-internals: Log the addresses that were attempted during a TCP connect, an...
eroman@chromium.org
2010-05-20
1
-1
/
+1
*
chunk of straightforward ifdef/include changes for BSD port
pvalchev@google.com
2010-05-19
1
-0
/
+1
*
Makes FormatURL not strip http for view-source urls.
sky@chromium.org
2010-04-27
1
-0
/
+2
*
Re-instate the temporary revert from r45267. That reverted certain
shess@chromium.org
2010-04-23
1
-20
/
+71
*
Send content settings based on the URL to the renderer instead of just the host.
jochen@chromium.org
2010-04-23
1
-1
/
+6
*
Temporarily revert certain Omnibox, toolbar, tab animations, and other
shess@chromium.org
2010-04-22
1
-72
/
+21
*
Changes FormatURL to not strip http if the host starts with ftp or https[!a-z...
sky@chromium.org
2010-04-19
1
-2
/
+15
*
Strips http from the omnibox
sky@chromium.org
2010-04-09
1
-21
/
+59
[next]