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
/
jingle
/
glue
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handles proxy authentication request in ProxyResolvingClientSocket.
jiayl
2014-08-28
1
-0
/
+11
*
Keep track of network error in ProxyRetryInfo.
kundaji@chromium.org
2014-08-15
1
-1
/
+1
*
Update webrtc&libjingle 6774:6825.
ronghuawu@chromium.org
2014-08-06
18
-169
/
+170
*
Revert "Update webrtc&libjingle 6774:6799."
erikchen@chromium.org
2014-07-31
18
-170
/
+169
*
Update webrtc&libjingle 6774:6799.
ronghuawu@chromium.org
2014-07-31
18
-169
/
+170
*
Rename ServerBoundCert => ChannelID to reflect the current name
rch@chromium.org
2014-07-25
2
-4
/
+4
*
Remove jingle_glue_test_util target
sergeyu@chromium.org
2014-07-21
4
-416
/
+0
*
Fixes for re-enabling more MSVC level 4 warnings: misc edition #2
pkasting@chromium.org
2014-07-18
2
-4
/
+4
*
Add Finch experiment for selectively bypassing proxies.
rcs@chromium.org
2014-07-09
1
-2
/
+5
*
Revert of Revert "[Mac] Reland r276808 Use a native MessagePump instead of a ...
jeremy@chromium.org
2014-06-25
1
-39
/
+48
*
Revert "[Mac] Reland r276808 Use a native MessagePump instead of a MessagePum...
miletus@chromium.org
2014-06-24
1
-48
/
+39
*
[Mac] Reland r276808 Use a native MessagePump instead of a MessagePumpDefault
jeremy@chromium.org
2014-06-23
1
-39
/
+48
*
Revert of [Mac] Reland r276808 Use a native MessagePump instead of a MessageP...
ckocagil@chromium.org
2014-06-22
1
-48
/
+39
*
Reland change to use a native MessagePump instead of a MessagePumpDefault.
jeremy@chromium.org
2014-06-22
1
-39
/
+48
*
Update UMA to track bypasses due to 4xx responses that are missing the proxy'...
bengr@chromium.org
2014-05-30
1
-1
/
+1
*
Remove HTTP pipelining support.
mmenke@chromium.org
2014-05-27
1
-2
/
+0
*
Remove HttpStreamFactory's NPN/SPDY globals, except for spdy_enabled.
mmenke@chromium.org
2014-05-24
1
-0
/
+9
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-09
10
-28
/
+30
*
Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."
jschuh@chromium.org
2014-04-05
10
-30
/
+28
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-05
10
-28
/
+30
*
Rename PrivateMode enum values:
rch@chromium.org
2014-04-01
1
-1
/
+1
*
Revert of Rename PrivateMode enum values: (https://codereview.chromium.org/21...
rch@chromium.org
2014-03-28
1
-1
/
+1
*
Rename PrivateMode enum values:
rch@chromium.org
2014-03-28
1
-1
/
+1
*
Roll webrtc to r5549. Major change in this revision is addition of PacketOpti...
mallinath@chromium.org
2014-02-15
4
-13
/
+12
*
Change SSLCertRequestInfo.host_and_port from string to HostPortPair.
mattm@chromium.org
2013-12-17
1
-1
/
+1
*
Update webrtc/libjingle 5268:5301.
ronghuawu@chromium.org
2013-12-17
4
-2
/
+8
*
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
[next]