| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't require tlslite to be installed, just use what's in the tree | mark@chromium.org | 2008-12-11 | 1 | -4/+23 |
* | Misc proxy service changes. | ericroman@google.com | 2008-12-10 | 1 | -1/+6 |
* | Remove file_util::kPathSeparator from posix. | estade@chromium.org | 2008-11-27 | 1 | -1/+3 |
* | Don't crash if test server was not started. | dkegel@google.com | 2008-11-21 | 1 | -0/+5 |
* | Add url_request_unittest to mac build. | ericroman@google.com | 2008-11-19 | 1 | -2/+3 |
* | fix build linux (namespace changed) | tc@google.com | 2008-11-14 | 1 | -1/+1 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -6/+6 |
* | Get url_request_unittest.cc to build on Linux. | dkegel@google.com | 2008-11-03 | 1 | -6/+28 |
* | Define FileInputStream and use it to make UpdateDataStream and URLRequestFile... | darin@google.com | 2008-09-29 | 1 | -1/+2 |
* | Allow consumers of MessageLoop to specify the type of MessageLoop they want. | darin@google.com | 2008-08-26 | 1 | -16/+47 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Fix header include guards. | darin@google.com | 2008-08-04 | 1 | -3/+3 |
* | Move more net classes into the net namespace. Also remove the net_util names... | darin@google.com | 2008-07-31 | 1 | -1/+1 |
* | Move some more classes from net/base into the net:: namespace. | darin@google.com | 2008-07-30 | 1 | -1/+1 |
* | Add net to the repository. | initial.commit | 2008-07-26 | 1 | -0/+380 |