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
*
Add ERR_END_OF_STREAM
vandebo@google.com
2010-02-24
4
-19
/
+48
*
ProxyConfig behaved like a struct, but was defined as a class.
eroman@chromium.org
2010-02-24
1
-1
/
+1
*
Add APIs to expose http cache's metadata and the
rvargas@google.com
2010-02-23
8
-0
/
+65
*
Rename use_spdy_ to using_spdy_ and test it in more places:
wtc@chromium.org
2010-02-22
2
-15
/
+16
*
Validate that an SSPI scheme is supported before generating a handler.
cbentzel@chromium.org
2010-02-22
10
-53
/
+130
*
Back out the change to HttpNetworkTransaction::Read in the
wtc@chromium.org
2010-02-20
1
-2
/
+1
*
Make explicit the assumption that SpdySession::InitializeWithSocket takes
wtc@chromium.org
2010-02-20
1
-1
/
+4
*
Fix a SPDY regression introduced in r39037. When we ignore certificate
wtc@chromium.org
2010-02-19
2
-11
/
+24
*
Unit test for auth realms changing during requests.
cbentzel@chromium.org
2010-02-19
1
-0
/
+142
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
3
-0
/
+4
*
Added factories for HttpAuthHandler.
cbentzel@chromium.org
2010-02-15
32
-253
/
+718
*
Fix LOAD_IGNORE_CERT_* on Mac
ukai@chromium.org
2010-02-15
1
-21
/
+23
*
More checks to try to find bug 27870.
vandebo@google.com
2010-02-12
2
-1
/
+9
*
Http cache: Remove the explicit transaction callback and let the
rvargas@google.com
2010-02-11
3
-53
/
+54
*
Http Cache: Eliminate EntryAvailable() and make the cache use
rvargas@google.com
2010-02-11
3
-28
/
+33
*
Http Cache: Add a load log to the DoomEntry operation.
rvargas@google.com
2010-02-11
2
-4
/
+22
*
Add option to suppress HTTP Referer header.
jochen@chromium.org
2010-02-10
1
-1
/
+11
*
Http cache: Make sure that we don't send notifications
rvargas@google.com
2010-02-10
2
-9
/
+44
*
Include completion_callback.h instead of client_socket_handle.h.
wtc@chromium.org
2010-02-09
1
-1
/
+1
*
Add bounds checking to StaticSocketDataProvider, to make tests more reliable
phajdan.jr@chromium.org
2010-02-09
2
-86
/
+156
*
The great Flip -> Spdy rename.
mbelshe@chromium.org
2010-02-08
8
-53
/
+53
*
Rename all files from flip* to spdy*.
mbelshe@chromium.org
2010-02-06
5
-10
/
+10
*
Add Single Sign On support to HTTP Authentication handlers.
cbentzel@chromium.org
2010-02-05
19
-180
/
+438
*
Add unittest for r37566 (on PAC failure, should fallback to DIRECT).
eroman@chromium.org
2010-02-05
2
-42
/
+3
*
Add specific error codes for when SOCKS connect fails.
eroman@chromium.org
2010-02-05
1
-0
/
+11
*
Remove CRLF from http_auth_handler_negotiate_posix.cc
cbentzel@chromium.org
2010-02-04
1
-45
/
+45
*
Add a notion of 'eof' to UploadDataStream, replacing the use of its size prop...
vandebo@google.com
2010-02-04
2
-3
/
+59
*
Add debug info to track a crash when sleeping.
rvargas@google.com
2010-02-04
1
-0
/
+11
*
Pass the NetworkChangeNotifier to HostResolver.
willchan@chromium.org
2010-02-04
8
-22
/
+44
*
Add mechanism for global queueing and prioritization of DNS.
eroman@chromium.org
2010-01-30
1
-0
/
+3
*
Fix a regression from r35549 that caused failure in evaluation of PAC script ...
eroman@chromium.org
2010-01-29
2
-7
/
+11
*
Cleanup the unittest helpers in load_log_unittest.h.
eroman@chromium.org
2010-01-29
1
-32
/
+32
*
Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc.
wtc@chromium.org
2010-01-28
1
-3
/
+3
*
Add a unit test which checks that Negotiate is chosen over NTLM.
cbentzel@chromium.org
2010-01-23
1
-4
/
+23
*
Fix unittest for Negotiate and NTLM auth.
cbentzel@chromium.org
2010-01-21
1
-3
/
+2
*
Added WWW-Authenticate Negotate support using shared HttpAuthSspi.
cbentzel@chromium.org
2010-01-21
10
-126
/
+438
*
Http cache: If we issue a byte range request for x bytes
rvargas@google.com
2010-01-21
2
-2
/
+47
*
Linux: Add Certificate Info dialog (part 1)
mattm@chromium.org
2010-01-14
1
-1
/
+1
*
Http cache: Fix a leak on RemovePendingCallbackFromNewEntry
rvargas@google.com
2010-01-14
1
-0
/
+1
*
Http Cache: Use asynchronous Open/Create/Doom entry calls.
rvargas@google.com
2010-01-14
5
-153
/
+693
*
Rename CloseIdleConnections -> CloseCurrentConnections.
mbelshe@chromium.org
2010-01-14
4
-3
/
+18
*
Add a histogram for SpdyConnectionLatency.
mbelshe@chromium.org
2010-01-13
1
-6
/
+12
*
Retry proxies which were cached as bad before giving up.
eroman@chromium.org
2010-01-12
1
-8
/
+3
*
Http cache: Add a histogram to see how headers related
rvargas@google.com
2010-01-12
2
-0
/
+47
*
SSL: don't ask for next proto if we got an error.
agl@chromium.org
2010-01-12
1
-3
/
+11
*
Fix valgrind breakage with new spdy variable.
mbelshe@google.com
2010-01-11
1
-1
/
+2
*
Enable JS detection of whether SPDY was used to load a web page.
mbelshe@google.com
2010-01-11
2
-0
/
+10
*
Abstracted and moved common SSPI functionality.
cbentzel@chromium.org
2010-01-08
4
-45
/
+156
*
Http cache: Avoid resuming (and keeping) truncated entries
rvargas@google.com
2010-01-08
6
-17
/
+264
*
A 1xx response code followed by an EOF triggered an infinite loop. Fix the p...
vandebo@chromium.org
2010-01-07
3
-1
/
+63
[next]