Sign in
chromium
/
chromium
/
src.git
/
3431b8926e2332f47f5e5eb6f78f512ca6ba286c
/
net
/
http
/
http_network_transaction_unittest.cc
51fff29d
Split ProxyResolver into two interfaces: A. interface for retrieving the system proxy settings (ProxyConfigService) B. interface for resolving the proxy (ProxyResolver)The motivation behind this change is: 1. Simplify sharing the WinHTTP code that fetches IE settings, with the V8 proxy resolver (avoids having platform-specific code in ProxyResolverV8). 2. Restrict objects to one thread. (ProxyService calls the config getter on IO thread, and the proxy resolving on the PAC thread).(ProxyResolver is now only 1 method, but this will grow shortly).
by
[email protected]
· 17 years ago
db8f44c
Reverting 6966.
by
[email protected]
· 17 years ago
d498019
Use automatic memory management for URLRequestContext's members.
by
[email protected]
· 17 years ago
63de95b
Misc proxy service changes.
by
[email protected]
· 17 years ago
23887f04f
* Cleanup: move base/platform_test.h -> testing/
by
[email protected]
· 17 years ago
77848d1
Add more info to the comment about www.yahoo.com's padding of
by
[email protected]
· 17 years ago
f9ee6b5
- Add preemptive authorization (new http stack only)
by
[email protected]
· 17 years ago
372d34a
Remove the UploadDataStream::Reset method. Instead,
by
[email protected]
· 17 years ago
016e1ae5
Wrap forward declarations in their relevant namespace
by
[email protected]
· 17 years ago
f4e426b
Add a unit-test for r4624 (tcpclientsocket recycling on CONNECT).
by
[email protected]
· 17 years ago
15a5ccf8
Fix array out of bounds in unit test.
by
[email protected]
· 17 years ago
4ddaf250
Bound the maximum buffer size for response headers.
by
[email protected]
· 17 years ago
af4876d
Remove HttpTransaction::Destroy(), and do automatic memory management with scoped_ptr<>.
by
[email protected]
· 17 years ago
e8d53619
Misc cleanups - leak in unittest - remove a platform ifdef
by
[email protected]
· 17 years ago
0e75a73
Misc style changes. (trying to address previous review comments).
by
[email protected]
· 17 years ago
aecfbf2
Make zero-byte responses an error, rather than an empty HTTP/0.9 case.
by
[email protected]
· 17 years ago
aaead50
Turn SSLClientSocket into an interface.
by
[email protected]
· 17 years ago
038e9a3
- Add auth integration tests to http_network_transaction_unitttest.cc
by
[email protected]
· 17 years ago
c5949a3
Handle TLS-intolerant servers by retrying with TLS 1.0 turned off.
by
[email protected]
· 17 years ago
b5462e0
Re-order constructor order to avoid warning on mac build (that causes error).
by
[email protected]
· 17 years ago
217e602
Style refactoring to make MockRead initializers more readable.
by
[email protected]
· 17 years ago
3d2a59b
Add positive and negative test cases for whether we
by
[email protected]
· 17 years ago
89836e2
Provide autorelease pool management on the Mac in all types of message pumps.
by
[email protected]
· 17 years ago
68bf915
add http layer and unit tests to mac build. stub out file uploading in upload_data_stream until we have a common file wrapper.
by
[email protected]
· 17 years ago
f9d44aa
Fix support for 204 responses that lack an explicit EOF.
by
[email protected]
· 17 years ago
231d5a3
misc. http response status-line changes:
by
[email protected]
· 17 years ago
bf09a50
Use a more compact license header in source files.
by license.bot
· 17 years ago
295039bd
Introduce MessagePump to represent the native message pump used to drive a
by
[email protected]
· 17 years ago
82f954e
Change the ProxyService to work with ASCII strings.
by
[email protected]
· 17 years ago
928fb58
Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory.
by
[email protected]
· 17 years ago
586acc5fe
Add net to the repository.
by initial.commit
· 17 years ago