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
*
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
*
Remove the implicit fallback to DIRECT when proxies fail. This better matches...
eroman@chromium.org
2010-01-05
2
-2
/
+49
*
Fixup some connection time measurements.
mbelshe@google.com
2009-12-28
1
-2
/
+2
*
Cleanup histogram classes mixing SetFlags into FactoryGet arguments
jar@chromium.org
2009-12-28
1
-28
/
+11
*
Several fixes to the Net.ConnectionTypeCount histogram.
mbelshe@google.com
2009-12-24
1
-4
/
+9
*
Remove some old debugging code.
willchan@chromium.org
2009-12-22
1
-13
/
+1
*
Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...
willchan@chromium.org
2009-12-21
3
-8
/
+14
*
Extend LoadLog to support logging of arbitrary strings, and of network error ...
eroman@chromium.org
2009-12-21
1
-3
/
+3
*
SPDY: Enable SPDY via NPN.
willchan@chromium.org
2009-12-21
3
-74
/
+258
*
Http cache: Use asynchronous IO to read an write the
rvargas@google.com
2009-12-21
3
-35
/
+57
*
Cleanup: Remove the support for IPv4 and IPv6 addressing types in the SOCKS5 ...
eroman@chromium.org
2009-12-18
1
-1
/
+1
[next]