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
/
http_network_transaction_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverting, as this changelist broke unittests on Windows.
markus@chromium.org
2009-03-30
1
-321
/
+50
*
Change the bad-certificate handler for SSL (using NSS) to return an
markus@chromium.org
2009-03-30
1
-50
/
+321
*
Respect cookies set in a 401 responses when restarting the http transaction.
ericroman@google.com
2009-03-27
1
-15
/
+63
*
Treat all 1xx the same as a 100 (continue).
ericroman@google.com
2009-03-27
1
-0
/
+44
*
Make GetHostNameProc return a std::string.
wtc@chromium.org
2009-03-23
1
-13
/
+8
*
Fully reset HttpNetworkTransaction::response_ when restarting the transaction...
ericroman@google.com
2009-03-21
1
-0
/
+65
*
Revert 11495 (since that reversion didn't heal plugin problem)
jar@chromium.org
2009-03-12
1
-0
/
+59
*
Revert 11484 to try to heal plugin_test failure
jar@chromium.org
2009-03-11
1
-59
/
+0
*
Add unit tests for NTLM authentication. This requires
wtc@chromium.org
2009-03-11
1
-14
/
+248
*
Block reading unauthenticated bytes from the proxy when the user cancels a 40...
abarth@chromium.org
2009-03-11
1
-0
/
+59
*
Don't read message-body for HEAD responses.
ericroman@google.com
2009-03-05
1
-0
/
+64
*
Implement the NTLM authentication scheme by porting
wtc@chromium.org
2009-02-28
1
-0
/
+125
*
Don't let an active network attacker play tricks with CONNECT tunnels throgh ...
abarth@chromium.org
2009-02-27
1
-12
/
+216
*
If an idle socket has received data unexpectedly, we can't
wtc@chromium.org
2009-02-19
1
-0
/
+3
*
Perform HTTP authentication over a keep-alive connection.
wtc@chromium.org
2009-02-18
1
-0
/
+346
*
Sanitize proxy response codes to CONNECT requests. For
wtc@chromium.org
2009-02-11
1
-2
/
+1
*
Split ProxyResolver into two interfaces: A. interface for retrieving the sys...
ericroman@google.com
2008-12-19
1
-11
/
+16
*
Reverting 6966.
ericroman@google.com
2008-12-13
1
-20
/
+43
*
Use automatic memory management for URLRequestContext's members.
ericroman@google.com
2008-12-13
1
-43
/
+20
*
Misc proxy service changes.
ericroman@google.com
2008-12-10
1
-20
/
+35
*
* Cleanup: move base/platform_test.h -> testing/
jeremy@chromium.org
2008-12-02
1
-1
/
+1
*
Add more info to the comment about www.yahoo.com's padding of
wtc@google.com
2008-11-14
1
-4
/
+5
*
- Add preemptive authorization (new http stack only)
ericroman@google.com
2008-11-08
1
-0
/
+488
*
Remove the UploadDataStream::Reset method. Instead,
wtc@google.com
2008-11-05
1
-4
/
+95
*
Wrap forward declarations in their relevant namespace
agl@chromium.org
2008-11-05
1
-0
/
+1
*
Add a unit-test for r4624 (tcpclientsocket recycling on CONNECT).
ericroman@google.com
2008-11-05
1
-0
/
+69
*
Fix array out of bounds in unit test.
ericroman@google.com
2008-10-23
1
-10
/
+8
*
Bound the maximum buffer size for response headers.
ericroman@google.com
2008-10-23
1
-0
/
+56
*
Remove HttpTransaction::Destroy(), and do automatic memory management with sc...
ericroman@google.com
2008-10-21
1
-38
/
+21
*
Misc cleanups
ericroman@google.com
2008-10-17
1
-17
/
+11
*
Misc style changes.
ericroman@google.com
2008-10-16
1
-22
/
+7
*
Make zero-byte responses an error, rather than an empty HTTP/0.9 case.
ericroman@google.com
2008-10-16
1
-5
/
+14
*
Turn SSLClientSocket into an interface.
wtc@google.com
2008-10-15
1
-6
/
+6
*
- Add auth integration tests to http_network_transaction_unitttest.cc
ericroman@google.com
2008-10-08
1
-10
/
+267
*
Handle TLS-intolerant servers by retrying with TLS 1.0
wtc@google.com
2008-10-08
1
-1
/
+2
*
Re-order constructor order to avoid warning on mac build (that causes error).
ericroman@google.com
2008-09-29
1
-5
/
+5
*
Style refactoring to make MockRead initializers more readable.
ericroman@google.com
2008-09-29
1
-63
/
+70
*
Add positive and negative test cases for whether we
wtc@google.com
2008-09-26
1
-10
/
+86
*
Provide autorelease pool management on the Mac in all types of message pumps.
mark@chromium.org
2008-09-25
1
-1
/
+2
*
add http layer and unit tests to mac build. stub out file uploading in upload...
pinkerton@google.com
2008-09-25
1
-5
/
+3
*
Fix support for 204 responses that lack an explicit EOF.
darin@google.com
2008-09-23
1
-2
/
+14
*
misc. http response status-line changes:
ericroman@google.com
2008-09-13
1
-19
/
+103
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Introduce MessagePump to represent the native message pump used to drive a
darin@google.com
2008-08-15
1
-8
/
+4
*
Change the ProxyService to work with ASCII strings.
darin@google.com
2008-08-12
1
-2
/
+2
*
Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory.
darin@google.com
2008-08-11
1
-3
/
+3
*
Add net to the repository.
initial.commit
2008-07-26
1
-0
/
+425