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
/
url_request
/
url_request_unittest.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support to URLRequest for deferring redirects.
darin@chromium.org
2009-07-23
1
-2
/
+10
*
Refactorings surrounding HostResolver:
ericroman@google.com
2009-07-15
1
-2
/
+2
*
Fix 15 coverity complaints.
rvargas@google.com
2009-07-01
1
-1
/
+1
*
Make net::HostResolver refcounted.
ericroman@google.com
2009-06-27
1
-5
/
+1
*
Reverting 19425.
ericroman@google.com
2009-06-26
1
-1
/
+5
*
Make net::HostResolver refcounted.
ericroman@google.com
2009-06-26
1
-5
/
+1
*
Move socket related files from net/base to net/socket.
willchan@chromium.org
2009-06-22
1
-1
/
+1
*
Take 2. Make TCPClientSocketPool own the ConnectingSockets.
willchan@chromium.org
2009-06-15
1
-4
/
+1
*
Revert "Make TCPClientSocketPool own the ConnectingSockets."
willchan@chromium.org
2009-06-15
1
-1
/
+4
*
Make TCPClientSocketPool own the ConnectingSockets.
willchan@chromium.org
2009-06-15
1
-4
/
+1
*
Temporarily disable tests causing memory leaks.
ericroman@google.com
2009-06-12
1
-0
/
+2
*
Experiment: turn off host caching to see if it relates to client socket pool ...
ericroman@google.com
2009-06-12
1
-2
/
+6
*
* Avoid doing concurrent DNS resolves of the same hostname in HostResolver.
ericroman@google.com
2009-06-12
1
-2
/
+8
*
Fix gconf for the linux proxy config service.
sdoyon@chromium.org
2009-05-22
1
-1
/
+1
*
Making command-line specified proxy settings more flexible - allowing for set...
robertshield@google.com
2009-05-12
1
-4
/
+3
*
Scrape search definitions from forms that have onsubmit handlers. The scrapin...
ben@chromium.org
2009-04-10
1
-9
/
+18
*
revert until I can figure out why the tests are hanging
ben@chromium.org
2009-04-09
1
-18
/
+9
*
Scrape search definitions from forms that have onsubmit handlers. The scrapin...
ben@chromium.org
2009-04-09
1
-9
/
+18
*
Resubmitted code from revision 12809. The bug in the Windows SSL stack that
markus@chromium.org
2009-03-31
1
-4
/
+16
*
Reverting, as this changelist broke unittests on Windows.
markus@chromium.org
2009-03-30
1
-16
/
+4
*
Change the bad-certificate handler for SSL (using NSS) to return an
markus@chromium.org
2009-03-30
1
-4
/
+16
*
Remove unneeded platform_thread.h includes. Reduces number of includes from 5...
thestig@chromium.org
2009-03-13
1
-1
/
+0
*
Add line break to adhere to 80 char line limit.
darin@chromium.org
2009-02-21
1
-1
/
+2
*
More fixes for bad reference counting.
darin@chromium.org
2009-02-20
1
-20
/
+18
*
Fix memory leak caused by bad reference counting. When the test server is
darin@chromium.org
2009-02-20
1
-6
/
+7
*
Enable SSL error handling in Linux again.
dkegel@google.com
2009-02-19
1
-346
/
+132
*
Revert 9992, as it broke origin-header-for-https.html on Webkit Linux builder
dkegel@google.com
2009-02-19
1
-132
/
+346
*
Undo revert http://codereview.chromium.org/23028
dkegel@google.com
2009-02-18
1
-346
/
+132
*
Reduce the amount of included header files. Vast change like in "Oh God! This...
maruel@chromium.org
2009-02-18
1
-0
/
+1
*
Reverting r9823 (http://codereview.chromium.org/16207) because
dkegel@google.com
2009-02-14
1
-113
/
+366
*
ssl_client_socket_unittest.cc: launch local server with TestServerLauncher
dkegel@google.com
2009-02-14
1
-366
/
+113
*
Sanitize proxy response codes to CONNECT requests. For
wtc@chromium.org
2009-02-11
1
-2
/
+9
*
Small refactoring of the test webserver.
stoyan@chromium.org
2009-02-09
1
-5
/
+22
*
Can wait for testserver python process to exit.
stoyan@chromium.org
2009-02-05
1
-15
/
+27
*
On posix platforms make sure the test server has shutdown and wait for it so
thomasvl@chromium.org
2009-02-03
1
-0
/
+5
*
Provide the option for HTTPServer to be created with a specific
sky@google.com
2009-01-29
1
-8
/
+23
*
Change URLRequest to use a ref-counted buffer for actual IO.
rvargas@google.com
2009-01-29
1
-6
/
+9
*
revert r8603
rvargas@google.com
2009-01-24
1
-9
/
+6
*
Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...
rvargas@google.com
2009-01-24
1
-6
/
+9
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
1
-1
/
+3
*
Add FTP unit test in preparation for portable FTP implementation.
erikkay@google.com
2009-01-08
1
-167
/
+406
*
Revert 7508.7509 and 7510
nsylvain@chromium.org
2008-12-30
1
-386
/
+166
*
Add FTP unit test in preparation for portable FTP implementation.
erikkay@google.com
2008-12-30
1
-166
/
+386
*
Split ProxyResolver into two interfaces: A. interface for retrieving the sys...
ericroman@google.com
2008-12-19
1
-2
/
+1
*
* On POSIX, make sure we don't leak FDs when launching child Processes.
jeremy@chromium.org
2008-12-17
1
-1
/
+2
*
Reverting 7156.
ojan@google.com
2008-12-17
1
-2
/
+1
*
* On POSIX, make sure we don't leak FDs when launching child Processes.
jeremy@chromium.org
2008-12-17
1
-1
/
+2
*
Reverting 6966.
ericroman@google.com
2008-12-13
1
-3
/
+9
*
Use automatic memory management for URLRequestContext's members.
ericroman@google.com
2008-12-13
1
-9
/
+3
*
Don't append tlslite to PYTHONPATH more than once
mark@chromium.org
2008-12-12
1
-15
/
+20
[next]