| Commit message (Expand) | Author | Age | Files | Lines |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -1/+1 |
* | Use a direct include of time headers in net/, part 2. | avi@chromium.org | 2013-06-28 | 12 | -16/+16 |
* | Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-27 | 1 | -1/+1 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 3 | -21/+15 |
* | Move message_pump to base/message_loop. | brettw@chromium.org | 2013-06-18 | 1 | -7/+8 |
* | Add randomness to proxy bypass timeout on iOS | bengr@chromium.org | 2013-06-18 | 1 | -1/+1 |
* | Revert 206507 "Move message_pump to base/message_loop." | brettw@chromium.org | 2013-06-14 | 1 | -8/+7 |
* | Move message_pump to base/message_loop. | brettw@chromium.org | 2013-06-14 | 1 | -7/+8 |
* | Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-13 | 1 | -1/+1 |
* | Make net and ipc explicitly use the base namespace for Values. | brettw@chromium.org | 2013-06-13 | 1 | -2/+2 |
* | convert most remaining function callbacks to new style | dcarney@chromium.org | 2013-06-13 | 1 | -41/+66 |
* | Give more request types a TransportSecurityState. | palmer@chromium.org | 2013-06-13 | 1 | -0/+3 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/. | dcheng@chromium.org | 2013-06-12 | 1 | -1/+0 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 3 | -18/+20 |
* | Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ... | avi@chromium.org | 2013-06-11 | 31 | -40/+40 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 8 | -8/+8 |
* | Use a direct include of utf_string_conversions.h in net/. | avi@chromium.org | 2013-06-07 | 11 | -12/+12 |
* | Migrate ProxyConfigServiceImpl to NetworkStateHandler and NetworkProfileHandler. | pneubeck@chromium.org | 2013-06-04 | 2 | -2/+2 |
* | Add histograms for URL length when resolving proxy. | eroman@chromium.org | 2013-06-02 | 1 | -0/+30 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 11 | -40/+40 |
* | Use base::MessageLoop in more files. | xhwang@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Remove all but one use of WeakPtrFactory::DetachFromThread. | wez@chromium.org | 2013-05-29 | 2 | -10/+0 |
* | Make ProxyResolver not use to-be-deprecated V8 functions. | marja@chromium.org | 2013-05-27 | 1 | -14/+22 |
* | Revert 202038 "Remove all but one use of WeakPtrFactory::DetachF..." | erg@chromium.org | 2013-05-24 | 2 | -0/+10 |
* | Remove all but one use of WeakPtrFactory::DetachFromThread. | wez@chromium.org | 2013-05-24 | 2 | -10/+0 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 15 | -94/+98 |
* | Use Persistent::Reset. | marja@chromium.org | 2013-05-13 | 1 | -3/+2 |
* | Randomize proxy timeout on Android over a range. | bengr@chromium.org | 2013-05-09 | 1 | -4/+7 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-05-08 | 1 | -1/+4 |
* | Revert 198844 "Move sequenced_task_runner to base/task" | dbeam@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Move sequenced_task_runner to base/task | brettw@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Move SpawnedTestServer to its own subdirectory. | phajdan.jr@chromium.org | 2013-05-07 | 3 | -3/+3 |
* | Get rid of calls to v8::Persistent v8::Context::New(). | marja@chromium.org | 2013-05-06 | 1 | -1/+2 |
* | GTTF: rename net::TestServer -> net::SpawnedTestServer | phajdan.jr@chromium.org | 2013-05-03 | 3 | -12/+12 |
* | net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 4 | -7/+6 |
* | net: Update the include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-13 | 1 | -1/+1 |
* | [net] Move host_cache files from net/base to net/dns | szym@chromium.org | 2013-04-10 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 3 | -9/+11 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 3 | -11/+9 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 3 | -9/+11 |
* | Move MessageLoop to base namespace. | brettw@chromium.org | 2013-03-31 | 3 | -11/+12 |
* | Recognize new proxy settings format in net-internals. | eroman@chromium.org | 2013-03-30 | 3 | -2/+17 |
* | net: extract net/cert out of net/base | phajdan.jr@chromium.org | 2013-03-29 | 2 | -2/+2 |
* | Convert net to use base::string16 instead of string16. | brettw@chromium.org | 2013-03-29 | 29 | -113/+123 |
* | Update sys_string_conversions includes in chrome_frame, content, net, and ui. | brettw@chromium.org | 2013-03-28 | 5 | -5/+5 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 4 | -4/+4 |
* | Revert 188912 "Removed static factories for data, ftp, file, and..." | kbr@chromium.org | 2013-03-19 | 1 | -4/+1 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-03-19 | 1 | -1/+4 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 2 | -3/+3 |
* | net: move test files out of net/base | phajdan.jr@chromium.org | 2013-03-18 | 1 | -1/+1 |