Randell Jesup
|
f7d02255f0
|
Bug 805251 - Clean up DataChannel close logic r=mcmanus
|
2013-01-17 05:26:40 -05:00 |
|
Randell Jesup
|
ee46771657
|
Bug 827878: TransportFlows must be released on STS thread r=ekr
|
2013-01-12 05:40:22 -05:00 |
|
Randell Jesup
|
b89dd5e168
|
Bug 827878: don't release TransportFlow while DataChannel runnables may still be in use r=ekr
|
2013-01-11 10:53:46 -05:00 |
|
Randell Jesup
|
135f08ca84
|
Bug 828154: reapply local patches to netwerk/sctp/src rs=mcmanus
|
2013-01-10 17:20:23 -05:00 |
|
Randell Jesup
|
0567b6e5db
|
Bug 828154: update usrsctp to revision 8397 from upstream rs=mcmanus
|
2013-01-10 17:20:14 -05:00 |
|
Randell Jesup
|
9c7dcac8d7
|
Bug 805251 - Minimal fix for creation refcount and transport release r=ekr,derf
|
2013-01-06 22:01:23 -05:00 |
|
Nicholas Nethercote
|
4a4db06c69
|
Bug 824397 - Use NS_ENSURE_{TRUE,FALSE,SUCCESS}_VOID(foo) instead of NS_ENSURE_{TRUE,FALSE,SUCCESS}(foo, ). r=derf.
|
2012-12-23 20:45:57 -08:00 |
|
Dan Mosedale
|
907a16cd6f
|
Bug 821249, fix Android WebRTC build bustage in DataChannel.cpp, r=jesup
|
2012-12-15 10:44:22 -08:00 |
|
Randell Jesup
|
df518b4d88
|
Bug 806375: cleanup DataChannel, esp. channel close and connection shutdown r=mcmanus
|
2012-12-13 23:30:11 -05:00 |
|
Randell Jesup
|
456f66acde
|
backout 916f6915112d bug 806375 for anonymous enum bustage on linux
|
2012-12-14 00:26:58 -05:00 |
|
Randell Jesup
|
07abce4f80
|
Bug 806375: cleanup DataChannel, esp. channel close and connection shutdown r=mcmanus
|
2012-12-13 23:30:11 -05:00 |
|
Randell Jesup
|
d8a72757fb
|
Bug 752657: backout sigslot multithreaded due to deadlocks rs=jesup
|
2012-12-11 12:54:24 -05:00 |
|
Randell Jesup
|
741c9bfc87
|
Bug 752657: switch all uses of sigslot to default to multithreaded (win32 already defaults that way) r=ekr
|
2012-12-11 07:59:57 -05:00 |
|
Randell Jesup
|
13f49608e1
|
Bug 818836: Use _GNU_SOURCE instead of __USE_GNU r=glandium
|
2012-12-11 07:59:27 -05:00 |
|
Gian-Carlo Pascutto
|
731592779e
|
Bug 812700 - Fix SCTP code to build on Android, r=dmose,ted
|
2012-12-10 15:53:22 -08:00 |
|
Daniel Holbert
|
df8d2779b4
|
Bug 812275: Remove trailing semicolon after macro in DataChannel.h to fix GCC pedantic warning. r=jesup
|
2012-11-15 17:50:27 -08:00 |
|
Randell Jesup
|
60e60657b7
|
Bug 808915: Add EWOULDBLOCK to all the EAGAIN cases r=mcmanus
|
2012-11-06 13:18:39 -05:00 |
|
Randell Jesup
|
825968012c
|
Bug 807929: Make DataChannel refcounted r=mcmanus
|
2012-11-02 15:28:13 -04:00 |
|
Randell Jesup
|
ce4999d8fc
|
Bug 807647: proxy incoming DTLS data to SCTP via the STS thread to avoid locking issues r=ekr
|
2012-11-02 15:28:11 -04:00 |
|
Randell Jesup
|
7e835b7ab1
|
Bug 807109: Turn off SO_LINGER for SCTP sockets in DataChannels r=ekr
|
2012-10-31 20:31:39 -04:00 |
|
Nathan Froyd
|
f9b2a74082
|
Bug 806618 - rewrite PR_NewLogModule calls to not generate static initializers; r=ehsan
|
2012-10-29 19:32:10 -04:00 |
|
Randell Jesup
|
74619f08cf
|
Bug 806169: proxy all SendPackets to the STS thread r=ekr
|
2012-10-28 23:48:36 -04:00 |
|
Aryeh Gregor
|
450a7fb004
|
Bug 799892 - DataChannelConnection::SendBlob can return nsresult instead of int32_t; r=mcmanus
|
2012-10-10 14:56:28 +02:00 |
|
Anant Narayanan
|
ba6106d6fa
|
Bug 798825: Add DataChannel DOM interfaces to RTCPeerConnection; r=smaug
|
2012-10-07 01:34:30 -04:00 |
|
EKR
|
3ba764ed03
|
Bug 790517: mtransport - Generic media transport subsystem for ICE and DTLS r=jesup,bsmith,mcmanus
|
2012-10-02 13:04:58 -07:00 |
|
Bill Gianopoulos
|
b93c8a3e28
|
Bug 798352 - Define EALREADY for VC9. r=rjesup
|
2012-10-05 16:54:51 -04:00 |
|
Randell Jesup
|
3864eb3c22
|
Bug 729512: DataChannel protocol rollup r=mcmanus
|
2012-10-03 19:51:23 -04:00 |
|
Ryan VanderMeulen
|
e45cae4406
|
Backout a9ab0881ebe2 (bug 729512) and ed6491f2335e (bug 733002) due to M3 orange.
|
2012-10-03 21:03:16 -04:00 |
|
Randell Jesup
|
7bf714324b
|
Bug 729512: DataChannel protocol rollup r=mcmanus
|
2012-10-03 19:51:23 -04:00 |
|
Randell Jesup
|
12783ac168
|
Bug 729511: (and Bug 783843) build libsctp within Mozilla tree r=biesi r=ted
|
2012-03-29 17:25:15 -04:00 |
|
Randell Jesup
|
db5831e562
|
Bug 729511: patch to libsctp_8279 - add __USE_GNU for netinet/in.h r=biesi
|
2012-10-03 03:22:45 -04:00 |
|
Randell Jesup
|
f845ae8ff7
|
Bug 729511: Import usrsctp library rev 8279 rs=biesi
|
2012-10-03 03:22:43 -04:00 |
|