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
*
Make the Negotiate Authentication Handler a state machine.
cbentzel@chromium.org
2010-07-01
17
-488
/
+300
*
Add histograms for HTTP authentication token generation times.
cbentzel@chromium.org
2010-07-01
2
-1
/
+32
*
More SPDY unit test refactoring and cleanup: removed hex frames from spdy_tes...
mlloyd@chromium.org
2010-06-30
1
-6
/
+6
*
Require renegotiation info from a whitelist of servers.
agl@chromium.org
2010-06-30
1
-4
/
+6
*
Refactors SPDY frame construction methods out of
mlloyd@chromium.org
2010-06-28
1
-20
/
+14
*
Hooking GSSAPI code into HTTP authenticate Negotiate handler.
ahendrickson@google.com
2010-06-28
11
-216
/
+717
*
SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e...
willchan@chromium.org
2010-06-28
2
-12
/
+30
*
Add field trial stats for alternate_protocol. The histogram we collected are:
lzheng@chromium.org
2010-06-26
4
-9
/
+23
*
Massively simplify the NetworkChangeNotifier infrastructure:
pkasting@chromium.org
2010-06-25
8
-83
/
+46
*
Cleanup: Remove svn:executable from a bunch of files.
thestig@chromium.org
2010-06-25
2
-0
/
+0
*
Don't close the socket in the HttpNetworkTransaction
mlloyd@chromium.org
2010-06-24
2
-3
/
+67
*
Fixed bug where streams do not shutdown properly after the user callback dele...
erikchen@google.com
2010-06-24
2
-12
/
+28
*
Http Cache: Avoid re-validation of sparse entries if a
rvargas@google.com
2010-06-24
2
-13
/
+107
*
Time cache lock waits
gavinp@google.com
2010-06-24
2
-0
/
+7
*
Create HttpAuthController. (again)
vandebo@chromium.org
2010-06-24
6
-409
/
+533
*
Fix crash in GetSpdySessionFromSSLSocket in the case where the
mbelshe@chromium.org
2010-06-24
2
-2
/
+53
*
Revert 50647 - Create HttpAuthController.
vandebo@chromium.org
2010-06-23
6
-534
/
+409
*
Create HttpAuthController.
vandebo@chromium.org
2010-06-23
6
-409
/
+534
*
Fix files with svn:executable permissions.
thestig@chromium.org
2010-06-23
1
-0
/
+0
*
Added NetLog support for HTTP authentication.
cbentzel@chromium.org
2010-06-21
4
-4
/
+116
*
Refactor: Rename MockAuthHandler and move to a separate file.
cbentzel@chromium.org
2010-06-21
3
-165
/
+235
*
Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...
willchan@chromium.org
2010-06-18
2
-28
/
+12
*
Refactor SpdyStream to get HTTP specific out of the interface and members.
ukai@chromium.org
2010-06-18
2
-12
/
+28
*
Disk Cache: Remove deprecated methods from the disk cache interface.
rvargas@google.com
2010-06-17
1
-41
/
+0
*
HttpNetworkTransaction handles asynchronous auth token generation.
cbentzel@chromium.org
2010-06-17
6
-105
/
+600
*
Coverity: fix possible library leak in GSSAPISharedLibrary::LoadSharedLibrary.
mattm@chromium.org
2010-06-16
1
-4
/
+6
*
Working towards -Wextra
thomasvl@chromium.org
2010-06-16
1
-3
/
+3
*
Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.
willchan@chromium.org
2010-06-15
10
-5
/
+59
*
Changed the return error code if the GSSAPI library cannot be initialized.
ahendrickson@google.com
2010-06-14
1
-1
/
+1
*
Reland 49600 - Http cache: Remove deprecated code.
rvargas@google.com
2010-06-14
3
-84
/
+16
*
Improved library loading to bypass libraries that don't contain all the funct...
ahendrickson@google.com
2010-06-14
3
-57
/
+129
*
Refactor SpdyStream.
ukai@chromium.org
2010-06-14
2
-3
/
+3
*
Add metrics for measuring spdy transaction latency.
mbelshe@chromium.org
2010-06-13
2
-8
/
+30
*
Revert 49600 - Http cache: Remove deprecated code.
rvargas@google.com
2010-06-11
3
-16
/
+84
*
Http cache: Remove deprecated code.
rvargas@google.com
2010-06-11
3
-84
/
+16
*
Http Cache: Remove blocking calls to GetAvailableRange.
rvargas@google.com
2010-06-11
5
-58
/
+199
*
Removed gssapi namespace.
ahendrickson@google.com
2010-06-10
2
-164
/
+169
*
Async support for HttpAuthHandler::GenerateAuthToken.
cbentzel@chromium.org
2010-06-10
20
-227
/
+163
*
More robust handling of GSSAPI error strings
cbentzel@chromium.org
2010-06-09
1
-6
/
+20
*
Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...
eroman@chromium.org
2010-06-08
1
-4
/
+4
*
Do not attempt to reuse active sockets after a socket pool flush (usually a n...
willchan@chromium.org
2010-06-07
3
-16
/
+1
*
Make SpdySessionPool observe network changes.
willchan@chromium.org
2010-06-07
2
-3
/
+3
*
Experiment for number of persistent connections to server
ziadh@chromium.org
2010-06-07
1
-0
/
+12
*
HttpAuthHandler's are no longer refcounted.
cbentzel@chromium.org
2010-06-07
24
-130
/
+146
*
Preliminary support for GSSAPI (Linux and Mac OS X).
ahendrickson@google.com
2010-06-04
3
-0
/
+675
*
Rework the logging for sockets/connectjobs.
eroman@chromium.org
2010-06-03
8
-22
/
+47
*
Use arraysize() instead of ARRAYSIZE_UNSAFE() where possible. Remove pointle...
pkasting@chromium.org
2010-06-01
1
-4
/
+4
*
view-cache: Refactor ViewCacheHelper and ViewHttpCacheJobFactory
rvargas@google.com
2010-05-27
1
-2
/
+2
*
Change the proxy waiting-for message to:
mbelshe@chromium.org
2010-05-27
1
-0
/
+5
*
HttpAuthHandlers hold onto a bound net log.
cbentzel@chromium.org
2010-05-27
23
-48
/
+81
[next]