Kyle Machulis
|
afc7d87085
|
Bug 925229: Turn DataChannelListener into its own header to avoid windows.h inclusion; r=jesup
|
2013-10-10 14:04:28 -07:00 |
|
Ms2ger
|
b4cb5ee58a
|
Bug 912438 - Part c: Sort files in CSRCS; r=mshal
|
2013-10-03 09:10:02 +02:00 |
|
Ms2ger
|
cc2c3c7a4b
|
Bug 912438 - Part b: Fix paths in CSRCS; r=mshal
|
2013-10-03 09:10:01 +02:00 |
|
Mike Hommey
|
05b3f24e0e
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Brian O'Keefe
|
0ee041b9fd
|
Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal
|
2013-08-15 09:02:09 -04:00 |
|
Ms2ger
|
4e45b3d52e
|
Bug 883284 - Part e: Move LIBXUL_LIBRARY into moz.build (k-o); r=ted
|
2013-08-22 08:56:00 +02:00 |
|
Ms2ger
|
5173d3f36d
|
Bug 906351 - Use @DEPTH@ even more; r=ted
|
2013-08-22 08:55:59 +02:00 |
|
Ms2ger
|
66214743ad
|
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
|
2013-08-22 08:55:59 +02:00 |
|
Nathan Froyd
|
a94c411a49
|
Bug 906152 - use StaticRefPtr in DataChannel.cpp to avoid a static constructor; r=jduell
|
2013-08-16 15:13:08 -04:00 |
|
Brian O'Keefe
|
3dadb0e396
|
Bug 896177 - Remove useless config.mk includes; r=gps
|
2013-07-17 16:06:53 -04:00 |
|
Jan-Ivar Bruaroey
|
fc11742865
|
Bug 903803 - Set ordered flag correctly in DataChannel constructor. r=jesup
|
2013-08-12 16:27:14 -04:00 |
|
Ms2ger
|
21409e5d2c
|
Merge m-c to inbound.
|
2013-08-02 11:07:57 +02:00 |
|
Ms2ger
|
fe9c33f5f4
|
Bug 897921 - Remove some dead assignments in makefiles; r=mshal
|
2013-08-02 09:03:55 +02:00 |
|
Nathan Froyd
|
8540f0b471
|
Bug 900088 - remove unused <iostream> #include from DataChannel.cpp; r=jduell
|
2013-07-31 13:09:00 -04:00 |
|
Ehsan Akhgari
|
3717325909
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
|
Joshua Cranmer
|
9254ed8d14
|
Bug 884061 - Part 3q: Use NS_DECL_THREADSAFE_ISUPPORTS in netwerk/, r=macmanus
--HG--
extra : rebase_source : d029f73a1f27896c142f76dce263dd3542763b18
|
2013-07-18 21:24:13 -05:00 |
|
Brian O'Keefe
|
f98dd45a72
|
Bug 883502 - Part 1: Move 'chromium_config.mk' includes after rules.mk. r=gps
|
2013-07-04 08:28:43 -04:00 |
|
Benoit Girard
|
103cc87697
|
Bug 892861 - Remove useless -D flags 'IMPL_THEBES,_IMPL_NS_GFX,...'. r=glandium
|
2013-07-12 08:56:54 -04:00 |
|
Trevor Saunders
|
238525e2d8
|
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
|
2013-07-11 11:06:34 -04:00 |
|
Daniel Holbert
|
368faee9ae
|
Bug 889099: Mark netwerk/sctp/datachannel as FAIL_ON_WARNINGS. r=jesup
|
2013-07-02 12:56:10 -07:00 |
|
Daniel Holbert
|
ab99e89e81
|
Bug 889136: Disable MSVC warning C4200 ("nonstandard extension used") for DataChannel.cpp's #include of a third-party header. r=jesup
|
2013-07-02 12:56:04 -07:00 |
|
Daniel Holbert
|
b8cf370ebf
|
Bug 889088: Use unsigned loop variable, when iterating up to an unsigned Length(), in DataChannelConnection::ClearResets(). r=jesup
|
2013-07-02 00:20:18 -07:00 |
|
Randell Jesup
|
6c1d0734d2
|
Bug 886417: lock before accessing DataChannel->mState r=mcmanus
|
2013-06-28 17:56:45 -04:00 |
|
Landry Breuil
|
cf54e8459e
|
Bug 844430: Add the correct build defines to fix libsctp on NetBSD/OpenBSD/Dragonfly. r=jesup
|
2013-06-08 12:48:30 +02:00 |
|
Randell Jesup
|
afe1755ddc
|
Bug 876167: avoid usrsctp library race condition on close with ABORT r=tuexen
|
2013-06-02 09:48:53 -04:00 |
|
Randell Jesup
|
c40f3a3f29
|
Bug 872978: process any pending stream resets on incoming resets r=tuexen
|
2013-06-02 09:48:17 -04:00 |
|
Mike Shal
|
6f32ddf61c
|
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
|
2013-04-23 17:54:15 -04:00 |
|
Joey Armstrong
|
b5eb4cb307
|
bug 870406: move to moz.build (config batch #1) r=mshal
|
2013-05-24 17:21:14 -07:00 |
|
Ms2ger
|
2750a39e8f
|
Bug 868778 - Part c: Move DataChannel to WebIDL; r=mounir+jesup
--HG--
rename : content/base/public/nsIDOMDataChannel.idl => dom/webidl/DataChannel.webidl
|
2013-05-20 09:19:45 +02:00 |
|
Randell Jesup
|
798d48dd11
|
Bug 862744: Fix = vs == typo in FindFreeStream() r=tuexen
|
2013-04-19 07:10:29 -04:00 |
|
Randell Jesup
|
89680eac25
|
Bug 861958: Support pre-negotiated streams greater than the currently-allocated number r=tuexen
|
2013-04-17 15:48:35 -04:00 |
|
Michael Tüxen
|
da14e11030
|
Bug 862744: Fix code to avoid reusing a DataChannel while it's in the process of closing r=jesup
|
2013-04-17 08:30:19 -04:00 |
|
Randell Jesup
|
57e19448e5
|
Bug 862302: Don't lose reference to queued DataChannels when they open r=mcmanus
|
2013-04-16 23:58:09 -04:00 |
|
Mike Shal
|
24b4056720
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
|
Randell Jesup
|
c140427df1
|
Bug 859179: Support large strings by fragmentation r=tuexen
|
2013-04-12 10:08:49 -04:00 |
|
Michael Tüxen
|
0c4f736595
|
Bug 857095: Fix SCTP build warnings (remove unused code) r=jesup
|
2013-04-09 03:46:32 -04:00 |
|
Michael Tüxen
|
37732010a7
|
Bug 858691: Cleanup of DataChannel OpenRequest Message r=jesup
|
2013-04-09 00:55:16 -04:00 |
|
Michael Tüxen
|
ae200490e1
|
Bug 858685: Fix byte order issue in DataChannel open message r=jesup
|
2013-04-09 00:51:04 -04:00 |
|
Kyle Machulis
|
f5e3aadf0b
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Randell Jesup
|
4ebc519636
|
Bug 855623: Set even/odd streams via DTLS role, change Connect threading, defer connect until DTLS is connected r=ekr
|
2013-03-31 21:09:26 -04:00 |
|
Randell Jesup
|
e32f103e22
|
Bug 855623: Update (interdiffs) in response to review r=tuexen,ehugg
|
2013-03-31 21:09:26 -04:00 |
|
Randell Jesup
|
f72687d51b
|
Bug 855623: Queue createDataChannel() calls made before onconnection and process later r=tuexen,ehugg
|
2013-03-31 21:09:26 -04:00 |
|
Randell Jesup
|
57b6af8dfc
|
Bug 855623: Add 'protocol' field, and support external negotiation r=tuexen,ehugg
|
2013-03-31 21:09:26 -04:00 |
|
Randell Jesup
|
d591e4dd3b
|
Bug 855623: Queue createDataChannel() calls made before onconnection and process later r=tuexen,ehugg
|
2013-03-31 21:09:25 -04:00 |
|
Randell Jesup
|
d148c8c8f4
|
Bug 855623: Update DataChannel protocol to be declarative vs 3-way handshake (per IETF) r=tuexen,ehugg
|
2013-03-31 21:09:25 -04:00 |
|
Randell Jesup
|
26063274d9
|
Bug 855620: Re-merge changes to SCTP library update r=tuexen
|
2013-03-31 21:09:25 -04:00 |
|
Randell Jesup
|
93688dbf36
|
Bug 855620: Update SCTP library to rev 8441 rs=me r=tuexen
|
2013-03-31 21:09:25 -04:00 |
|
Randell Jesup
|
807a3f1c2c
|
Bug 841126: Update DataChannels to use new stack option to ignore port numbers over DTLS links r=jesup
|
2013-03-31 21:09:24 -04:00 |
|
Ethan Hugg
|
9e1b988a95
|
Bug 837035 - Support DataChannels with SDP Negotiation r=jesup,r=ehugg
|
2013-02-28 13:17:42 -08:00 |
|
Kyle Machulis
|
d2b6e6e01a
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|