| Commit message (Expand) | Author | Age | Files | Lines |
* | Move WeakPtrFactory members in jingle/ classes to the correct locations. | wez@chromium.org | 2013-11-10 | 7 | -12/+18 |
* | Update webrtc/libjingle to r4948. | ronghuawu@chromium.org | 2013-10-09 | 1 | -0/+3 |
* | Clean up remaining unused globals (on mac). | thakis@chromium.org | 2013-09-26 | 1 | -5/+0 |
* | Update webrtc to r4819. | mallinath@chromium.org | 2013-09-23 | 4 | -10/+21 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 1 | -3/+3 |
* | roll webrtc 4595:4612 | sergeyu@chromium.org | 2013-08-24 | 2 | -2/+13 |
* | [net] Use scoped_ptr<> consistently in ClientSocketFactory and related code | akalin@chromium.org | 2013-08-15 | 8 | -32/+39 |
* | Roll webrtc r4533. | mallinath@chromium.org | 2013-08-12 | 1 | -1/+1 |
* | Use a direct include of the message_loop header in dbus/, device/, extensions... | avi@chromium.org | 2013-07-17 | 12 | -13/+13 |
* | Migrate from googleurl/ includes to url/ ones in the remaining top-level dire... | tfarina@chromium.org | 2013-07-13 | 1 | -1/+1 |
* | Add an innocuous missing "else" to PseudoTcpAdapter::Core::TcpWritePacket() | fischman@chromium.org | 2013-07-02 | 1 | -1/+1 |
* | Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ... | avi@chromium.org | 2013-06-28 | 2 | -2/+2 |
* | Define a LoggingSettings struct to use for InitLogging() | akalin@chromium.org | 2013-06-21 | 1 | -3/+6 |
* | Add base namespace to more values in sync and elsewhere. | brettw@chromium.org | 2013-06-21 | 1 | -4/+5 |
* | Cleanup socket address conversion in libjingle glue code. | sergeyu@chromium.org | 2013-06-15 | 2 | -22/+16 |
* | Give more request types a TransportSecurityState. | palmer@chromium.org | 2013-06-13 | 2 | -3/+7 |
* | Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli... | rsleevi@chromium.org | 2013-06-01 | 8 | -25/+32 |
* | ChannelID-less Connections in Chrome should be more granular. | mef@chromium.org | 2013-05-17 | 1 | -1/+2 |
* | Roll libjingle r313. | ronghuawu@chromium.org | 2013-05-07 | 2 | -5/+5 |
* | jingle: Use base::MessageLoop. | xhwang@chromium.org | 2013-04-27 | 15 | -51/+51 |
* | jingle: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-27 | 6 | -12/+11 |
* | Update the remaining include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-17 | 1 | -1/+1 |
* | Finish scoped_array<T> to scoped_ptr<T[]> conversion on Linux. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -2/+1 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -1/+2 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -2/+1 |
* | Move MessageLoop to base namespace. | brettw@chromium.org | 2013-03-31 | 2 | -2/+6 |
* | Remove experimental code to pick the "warmest" socket | mmenke@chromium.org | 2013-03-30 | 6 | -38/+0 |
* | net: extract net/cert out of net/base | phajdan.jr@chromium.org | 2013-03-29 | 1 | -1/+1 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 1 | -1/+1 |
* | net: split net/ssl out of net/base | phajdan.jr@chromium.org | 2013-03-14 | 4 | -5/+5 |
* | Roll libjingle 291:294. | ronghuawu@chromium.org | 2013-03-10 | 1 | -0/+1 |
* | More FilePath -> base::FilePath replacement. | brettw@chromium.org | 2013-02-10 | 1 | -3/+3 |
* | Linux/ChromeOS Chromium style checker cleanup, jingle/ edition. | rsleevi@chromium.org | 2013-02-06 | 2 | -6/+6 |
* | [net] Make IPEndPoint::GetFamily() return AddressFamily and add GetSockAddrFa... | szym@chromium.org | 2012-12-13 | 1 | -1/+1 |
* | jingle: Update the calls from RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-30 | 4 | -43/+43 |
* | Reland 167337 - Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 1 | -4/+5 |
* | Revert 167337 - Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 1 | -5/+4 |
* | Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 1 | -4/+5 |
* | Use 'https://' prefix for proxy resolution in ProxyResolvingClientSocket | akalin@chromium.org | 2012-11-08 | 2 | -7/+9 |
* | Remove static variables from HttpStreamFactory. | szager@chromium.org | 2012-09-07 | 1 | -0/+17 |
* | Fixing a crash when cancelling the same PacRequest twice. | alexeypa@chromium.org | 2012-08-24 | 1 | -1/+3 |
* | Update JingleThreadWrapper to allow it to be created using task runner. | sergeyu@chromium.org | 2012-08-14 | 4 | -41/+53 |
* | Give MockRead and MockWrite distinct types. | yutak@chromium.org | 2012-07-27 | 1 | -5/+4 |
* | Enable cert pinning for XMPP connection made by XmppClientSocketFactory. | sergeyu@chromium.org | 2012-07-25 | 1 | -0/+3 |
* | Move TaskPump class from jingle/notifier/base to jingle/glue | sergeyu@chromium.org | 2012-07-24 | 5 | -0/+190 |
* | Move ChromeAsyncSocket to jingle/glue | sergeyu@chromium.org | 2012-07-24 | 12 | -0/+3320 |
* | Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket | rch@chromium.org | 2012-07-19 | 2 | -0/+12 |
* | Rolling libjingle to 159. | ronghuawu@chromium.org | 2012-07-14 | 1 | -2/+2 |
* | Update libjingle to 153. | ronghuawu@chromium.org | 2012-06-13 | 2 | -2/+5 |