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
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
LogBlockedTunnelResponse only needs the response code as
wtc@chromium.org
2009-03-16
2
-7
/
+6
*
Back out r11684, a temporary change for debugging issue 8325.
wtc@chromium.org
2009-03-16
1
-4
/
+2
*
Log an error message when we don't find any
wtc@chromium.org
2009-03-13
1
-0
/
+20
*
Temporarily use the Proxy-Connection header before the
wtc@chromium.org
2009-03-13
1
-2
/
+4
*
Highlights of changes:
hclam@chromium.org
2009-03-13
3
-4
/
+21
*
Remove unneeded uses of logging.h in header files.
thestig@chromium.org
2009-03-12
1
-0
/
+1
*
Clean up our fix for bug 7338 and bug 8473, which went
wtc@chromium.org
2009-03-12
3
-9
/
+16
*
Revert 11495 (since that reversion didn't heal plugin problem)
jar@chromium.org
2009-03-12
2
-1
/
+73
*
Revert 11484 to try to heal plugin_test failure
jar@chromium.org
2009-03-11
2
-73
/
+1
*
Add unit tests for NTLM authentication. This requires
wtc@chromium.org
2009-03-11
3
-20
/
+295
*
Block reading unauthenticated bytes from the proxy when the user cancels a 40...
abarth@chromium.org
2009-03-11
2
-1
/
+73
*
NO CODE CHANGE
deanm@chromium.org
2009-03-11
17
-17
/
+0
*
Slight code change to make some global variables const.
maruel@google.com
2009-03-10
5
-10
/
+15
*
Don't read message-body for HEAD responses.
ericroman@google.com
2009-03-05
3
-25
/
+106
*
Clean up HttpResponseHeaders::IsKeepAlive. Use the parsed
wtc@chromium.org
2009-03-05
2
-8
/
+27
*
Revert change 10975 and 10972 because it broke the purify
nsylvain@chromium.org
2009-03-05
2
-10
/
+0
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
12
-22
/
+22
*
Highlights of changes:
hclam@chromium.org
2009-03-05
2
-0
/
+10
*
Log an error message if the auth scheme is connection-based
wtc@chromium.org
2009-03-04
1
-0
/
+30
*
Proposed change to support resource loading for media files.
hclam@chromium.org
2009-03-02
6
-10
/
+210
*
Implement the NTLM authentication scheme by porting
wtc@chromium.org
2009-02-28
17
-40
/
+1727
*
Don't let an active network attacker play tricks with CONNECT tunnels throgh ...
abarth@chromium.org
2009-02-27
2
-37
/
+266
*
Http cache: When adding a transaction to a cache entry,
rvargas@google.com
2009-02-27
2
-4
/
+91
*
Use string for Histogram names since these are all ASCII anyway.
dsh@google.com
2009-02-24
1
-2
/
+2
*
If an idle socket has received data unexpectedly, we can't
wtc@chromium.org
2009-02-19
1
-0
/
+3
*
Add parsing for PAC result strings -- ProxyInfo::UsePacString().
ericroman@google.com
2009-02-19
1
-11
/
+12
*
Perform HTTP authentication over a keep-alive connection.
wtc@chromium.org
2009-02-18
3
-12
/
+464
*
Reduce the amount of included header files. Vast change like in "Oh God! This...
maruel@chromium.org
2009-02-18
6
-6
/
+29
*
Use RevocableStore to isolate the http cache from its transactions.
rvargas@google.com
2009-02-14
3
-6
/
+51
*
Extend the IOBuffer to the disk cache.
rvargas@google.com
2009-02-12
5
-23
/
+21
*
Sanitize proxy response codes to CONNECT requests. For
wtc@chromium.org
2009-02-11
3
-17
/
+29
*
Revert cl 9528 to fix mac test_shell_tests
rvargas@google.com
2009-02-10
5
-21
/
+23
*
Extend the IOBuffer to the disk cache.
rvargas@google.com
2009-02-10
5
-23
/
+21
*
Fix a minor style nit. Make a comment clearer.
wtc@chromium.org
2009-01-30
1
-4
/
+3
*
Add more unit tests for net/base/host_resolver.
phajdan.jr@chromium.org
2009-01-29
1
-4
/
+9
*
Reverting 8868.
ericroman@google.com
2009-01-29
1
-0
/
+2
*
Reverting 8864.
wtc@chromium.org
2009-01-29
1
-2
/
+0
*
Work around our not caching the intermediate CA
wtc@chromium.org
2009-01-29
1
-0
/
+2
*
Change URLRequest to use a ref-counted buffer for actual IO.
rvargas@google.com
2009-01-29
7
-25
/
+34
*
revert r8603
rvargas@google.com
2009-01-24
7
-34
/
+25
*
Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...
rvargas@google.com
2009-01-24
7
-25
/
+34
*
Add q-values to languages in Accept-Language HTTP header to be compatible wit...
jungshik@google.com
2009-01-23
3
-3
/
+85
*
If connect succeeds synchronously, the event object is also
wtc@google.com
2009-01-16
1
-1
/
+0
*
Remove HttpTransactionWinHttp and the --winhttp command-line
wtc@google.com
2009-01-13
10
-2616
/
+0
*
Correct latency histograms for SDCH encoding
jar@chromium.org
2009-01-13
5
-2
/
+17
*
Measure how often the users are encountering MD5
wtc@google.com
2009-01-12
1
-2
/
+5
*
When there are multiple requests for the same resource, it is
rvargas@google.com
2009-01-07
2
-3
/
+77
*
Split ProxyResolver into two interfaces: A. interface for retrieving the sys...
ericroman@google.com
2008-12-19
3
-25
/
+28
*
Reverting 6966.
ericroman@google.com
2008-12-13
7
-30
/
+63
*
Use automatic memory management for URLRequestContext's members.
ericroman@google.com
2008-12-13
7
-63
/
+30
[prev]
[next]