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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linux: Fix kde no_proxy environment variable handling.
mattm@chromium.org
2010-05-18
2
-18
/
+96
*
Reland my close on idle socket change.
willchan@chromium.org
2010-05-18
4
-45
/
+172
*
Create a dedicated cache thread and use it to create the
rvargas@google.com
2010-05-18
3
-8
/
+11
*
Adding gssapi.h to third_party.
ahendrickson@google.com
2010-05-18
4
-0
/
+914
*
Annotate load flags and net errors with their symbolic name.
eroman@chromium.org
2010-05-18
3
-69
/
+87
*
Adding some known mime types to the platform_mime_utils on linux. This might...
dhg@chromium.org
2010-05-18
1
-0
/
+29
*
Digest Authentication: Test that "nc" is incremented for same "nonce".
cbentzel@chromium.org
2010-05-18
3
-0
/
+150
*
Trigger SSL fallback based on Bad MAC alert.
agl@chromium.org
2010-05-18
3
-3
/
+11
*
Update comments based on my new understanding of the
wtc@chromium.org
2010-05-18
1
-2
/
+7
*
Support speculative pre-connection to search URLs
jar@chromium.org
2010-05-18
1
-0
/
+6
*
Fix the logging of URL_REQUEST_START, so the nesting is correct on redirects.
eroman@chromium.org
2010-05-17
2
-11
/
+14
*
This is roughly a reland of r43908, although I had to rewrite a fair chunk si...
willchan@chromium.org
2010-05-17
19
-127
/
+182
*
Log the OS error that getaddrinfo() failed with.
eroman@chromium.org
2010-05-16
11
-48
/
+201
*
Reland 47342.
willchan@chromium.org
2010-05-16
5
-9
/
+104
*
FTP: Fix an infinite loop in a rare condition.
phajdan.jr@chromium.org
2010-05-15
2
-13
/
+15
*
SPDY: Add push streams to the NetLog.
willchan@chromium.org
2010-05-15
2
-1
/
+28
*
Revert 47342 - Support SpdySession as a new NetLog source type. Start logging...
willchan@chromium.org
2010-05-15
5
-93
/
+6
*
Support SpdySession as a new NetLog source type. Start logging some more SPDY...
willchan@chromium.org
2010-05-15
5
-6
/
+93
*
GYP changes for FreeBSD and OpenBSD
pvalchev@google.com
2010-05-14
1
-2
/
+2
*
Add the URLRequest's method and load flags to the NetLog.
eroman@chromium.org
2010-05-14
6
-10
/
+65
*
Add the status line to the NetLogHttpResponseParameter.
willchan@chromium.org
2010-05-14
1
-0
/
+1
*
Update dynamic annotations and move them to base/third_party
timurrrr@chromium.org
2010-05-14
1
-1
/
+1
*
Minor refactor: rename "extra_parameters" --> "params".
eroman@chromium.org
2010-05-13
1
-6
/
+4
*
Try to fix a deadlock that happened when running the network diagnostic tool ...
eroman@chromium.org
2010-05-13
1
-24
/
+48
*
Fix --host-rules to work properly with proxies.
willchan@chromium.org
2010-05-13
1
-7
/
+19
*
Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals.
willchan@chromium.org
2010-05-13
8
-34
/
+106
*
Remove CRLF from three lines in http_auth_handler.h
cbentzel@chromium.org
2010-05-13
1
-3
/
+3
*
Added authentication scheme as key to HttpAuthCache.
cbentzel@chromium.org
2010-05-13
5
-84
/
+131
*
Add --host-rules support.
willchan@chromium.org
2010-05-12
8
-100
/
+242
*
Enable Alternate-Protocol support by default when NPN support is enabled.
willchan@chromium.org
2010-05-12
1
-0
/
+1
*
Http Cache: Add a backend factory class so that the caller
rvargas@google.com
2010-05-12
6
-305
/
+272
*
Plumb NetLog into SpdySession.
willchan@chromium.org
2010-05-12
9
-37
/
+50
*
Bypass the DNS cache when the LOAD_VALIDATE_CACHE load flag is set.
eroman@chromium.org
2010-05-11
2
-4
/
+19
*
Add the response headers to net-internals.
willchan@chromium.org
2010-05-11
3
-2
/
+69
*
Fix ~FileStream in POSIX to auto close if the flag is set. This is left from my
jianli@chromium.org
2010-05-11
1
-1
/
+2
*
Disk cache: Allow the disk cache histograms to generate
rvargas@google.com
2010-05-11
2
-10
/
+71
*
FTP: fix navigating to files listed under non-ASCII characters
phajdan.jr@chromium.org
2010-05-11
4
-33
/
+16
*
Update V8 to version 2.2.9
sgjesse@google.com
2010-05-11
1
-1
/
+1
*
Remove the HOST_RESOLVER_IMPL_OBSERVER_* log events. I have never found these...
eroman@chromium.org
2010-05-11
3
-31
/
+2
*
Update comments for new request header events.
willchan@chromium.org
2010-05-11
1
-9
/
+4
*
Add http request headers into about:net-internals.
willchan@chromium.org
2010-05-10
3
-1
/
+74
*
Replace about:net-internals with the javascript-based frontend.
eroman@chromium.org
2010-05-10
10
-1153
/
+3
*
Http cache: Add a check to MockHttpCache to make sure
rvargas@google.com
2010-05-10
4
-81
/
+151
*
Reland 46757.
willchan@chromium.org
2010-05-10
4
-26
/
+131
*
Added #ifdef to allow Chromium to enable proprietary codecs.
scherkus@chromium.org
2010-05-10
1
-2
/
+2
*
Fix valgrind memcheck issues with GetPushStream unit test.
cbentzel@chromium.org
2010-05-10
6
-11
/
+47
*
Switch to using TimeTicks for profiling and histograms
jar@chromium.org
2010-05-10
3
-5
/
+6
*
Pass nulls through test sockets.
gavinp@chromium.org
2010-05-10
3
-12
/
+37
*
Revert 46757 - Fix IO thread hang on releasing a socket.
sky@chromium.org
2010-05-08
4
-104
/
+26
*
On Windows, do not use the COMODO EV SGC CA certificate
wtc@chromium.org
2010-05-08
1
-2
/
+54
[next]