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
*
Adds a virtual dtor to BaseTestServer
cpu@chromium.org
2009-09-30
1
-0
/
+2
*
Fix to use FilePath version of PathService::Get.
thestig@chromium.org
2009-09-09
1
-2
/
+2
*
Speed up net_unittests by re-using one FTP test server instance.
phajdan.jr@chromium.org
2009-08-31
1
-42
/
+29
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
1
-5
/
+3
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
1
-3
/
+5
*
Pref-backed SSLConfigService for Linux.
mattm@chromium.org
2009-08-19
1
-2
/
+5
*
Reference count ProxyService.
eroman@chromium.org
2009-08-18
1
-1
/
+0
*
Speed up net_unittests a bit by re-using launched test server.
phajdan.jr@chromium.org
2009-08-14
1
-4
/
+25
*
Submitting http://codereview.chromium.org/164076 for syf1984@gmail.com (aka m...
robertshield@chromium.org
2009-08-06
1
-1
/
+28
*
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
[next]