Ethan Hugg
|
fb6486eed4
|
Bug 830451 Treat PEER_REFLEXIVE like SERVER_REFLEXIVE r=adam
|
2013-01-14 12:07:28 -08:00 |
|
Adam Roach [:abr]
|
b0029bacd5
|
Bug 807494: Fix stun address to point to Mozilla-operated server. r=ekr
|
2013-01-14 20:38:15 -05:00 |
|
Doug Turner
|
a9eb151cf8
|
Backout c9831bed6bb7 - Bug 818843 - This change broke building B2G on the mac. r=me
--HG--
extra : rebase_source : 7bef8dc1c394d45302f17379ab2cbd90ecda6975
|
2013-01-07 08:48:24 -08:00 |
|
Jan-Ivar Bruaroey
|
e9179b9022
|
Bug 824955: Ice-candidate username/pwd nullchecks r=jesup
|
2013-01-04 11:45:22 -05:00 |
|
Steven Lee
|
fb7916fef7
|
Bug 818843 - Media changes. r=rjesup
|
2013-01-06 22:24:14 -05:00 |
|
EKR
|
ea0b0c79d4
|
Bug 827029 - Clean up license boilerplate in mtransport. r=jesup
|
2013-01-05 14:58:59 -08:00 |
|
EKR
|
138736f24c
|
Bug 822159 - Fix trickle ICE to start checking when new candidates come in. r=abr
|
2012-12-20 08:12:45 -08:00 |
|
EKR
|
4ae5e15efb
|
Bug 825651: Cancel asynchronous callbacks for nICEr upon destruction r=abr
|
2013-01-01 15:14:28 -08:00 |
|
Jan-Ivar Bruaroey
|
5ce93456e9
|
Bug 824851: Fixed RUN_ON_THREAD to not dispatch on own thread. r=ekr
|
2012-12-28 15:42:53 -05:00 |
|
Jan-Ivar Bruaroey
|
30b1a7cbaf
|
Bug 824263 - Shutdown: PeerConnectionMedia disconnect_all() + peer_ctx cleanup. r=jesup,ekr
|
2012-12-27 17:38:45 -05:00 |
|
EKR
|
e85f37d43c
|
Bug 824097 - Fix uninitialized memory read in nr_stun_server_ctx. r=jesup
|
2012-12-21 15:14:06 -08:00 |
|
EKR
|
693c7463fa
|
Bug 821292 - Clean up runnables when RUN_ON_THREAD runs on the same thread. r=jesup
|
2012-12-21 07:11:02 -08:00 |
|
EKR
|
4ccc635ab9
|
Bug 820102 - Clean up MediaPipeline threading (re-land after fix). r=derf,jesup
|
2012-12-21 06:03:22 -08:00 |
|
Ed Morley
|
020839f9bb
|
Backout 21409a401d75 (bug 821292),9587e39f9a50 (bug 820102) for conflicts and assertions respectively, on a CLOSED TREE
|
2012-12-21 16:15:01 +00:00 |
|
EKR
|
e6f9ea6e63
|
Bug 821292 - Clean up runnables when RUN_ON_THREAD runs on the same thread. r=jesup
|
2012-12-21 07:11:02 -08:00 |
|
EKR
|
470d172869
|
Bug 820102 - Clean up MediaPipeline threading. r=derf,jesup
|
2012-12-21 06:03:22 -08:00 |
|
EKR
|
0a06495cf6
|
Bug 817430: Set initial controlled/controlling values, based on inbound T/F. r=jesup
|
2012-12-02 13:49:56 -08:00 |
|
EKR
|
b2552acbba
|
Bug 819096: Fix for =/== confusion in trickle ICE r=abr
|
2012-12-06 15:39:56 -08:00 |
|
Adam Roach [:abr]
|
a8ee93abb1
|
Bug 820410/bug 818293/bug 817432/bug 817341: Update to imported ICE library r=jesup
|
2012-12-13 14:01:13 -06:00 |
|
Randell Jesup
|
ff2218cb04
|
Bug 816640: nrappkit timers need to be threadsafe r=ekr
|
2012-12-14 18:16:29 -05:00 |
|
Dan Mosedale
|
48a25bac31
|
Bug 819825, fix ICE/STUN crash on Android by null-checking setlocale(), r=abr
|
2012-12-13 16:52:52 -08:00 |
|
Dan Mosedale
|
536c723258
|
Bug 819821, adds more logging for STUN, r=jesup
|
2012-12-13 07:14:21 -08:00 |
|
Gian-Carlo Pascutto
|
6b755ededd
|
Bug 816822 - Fix build files, unit tests, and clone some linux headers to make WebRTC unit tests build on Android, r=dmose,ted
|
2012-12-12 12:05:57 -08:00 |
|
Gian-Carlo Pascutto
|
d00c43b665
|
Bug 813911 - Fix nrappkit on Android in gyp build file. r=dmose, ted
|
2012-12-12 12:05:50 -08:00 |
|
EKR
|
fd7090483a
|
Bug 792175 - Move PeerConnection operations onto main thread. r=jesup,derf,ehugg
|
2012-09-26 10:14:23 -07:00 |
|
Gian-Carlo Pascutto
|
a3be1db368
|
Bug 813918 - Fix nICEr build for Android. r=dmose
|
2012-12-11 20:11:15 +01:00 |
|
Randell Jesup
|
f86cd2d8b1
|
Bug 752657: backout sigslot multithreaded due to deadlocks rs=jesup
|
2012-12-11 12:54:24 -05:00 |
|
Randell Jesup
|
9ae439bc32
|
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 |
|
Valentin Gosu
|
d9fc31cfe1
|
Bug 783205 - Networking Dashboard. r=mcmanus, r=jorendorff, sr=biesi
|
2012-12-10 09:13:55 -05:00 |
|
Saurabh Anand
|
6de7befa37
|
Bug 818817 - Fix some compiler warnings, r=Ms2ger
|
2012-12-09 22:53:19 +05:30 |
|
EKR
|
dfc4104a87
|
Bug 817451, Correctly set mRole in PC unit tests. r=ehugg
|
2012-12-02 18:06:21 -08:00 |
|
EKR
|
3b298160b5
|
Bug 815039, Add template to bind non-member function calls into runnables. r=jesup
|
2012-12-02 16:53:47 -08:00 |
|
EKR
|
e6a12d7f74
|
Bug 812785: ICE issues r=jesup
|
2012-11-20 06:12:52 -08:00 |
|
Daniel Holbert
|
321d58af6d
|
Bug 815367: Fix warnings for extra semicolons in media/mtransport/test/. r=jesup
|
2012-11-26 20:34:19 -08:00 |
|
Ethan Hugg
|
f62573e4e6
|
Bug 814164 - Disable builder run of ice_unittest r=jesup
|
2012-11-26 09:47:18 -08:00 |
|
Ethan Hugg
|
0aff34f3d3
|
Bug 811118 build webrtc unittests by default but run only some r=jesup
|
2012-11-12 15:34:05 -08:00 |
|
Ryan VanderMeulen
|
f9cd0623b0
|
Backed out changeset b527670b6728 (bug 811118) for orange.
|
2012-11-16 21:24:14 -05:00 |
|
Ethan Hugg
|
ae04e69977
|
Bug 811118 build webrtc unittests by default r=jesup
|
2012-11-12 15:34:05 -08:00 |
|
Daniel Holbert
|
8538e22f8d
|
Bug 812278: Remove no-longer-necessary semicolons after MOZ_MTLOG_MODULE macro invocations, to fix GCC pedantic build warnings. r=jesup
|
2012-11-15 17:50:26 -08:00 |
|
Ted Mielczarek
|
1285e0d26b
|
bug 809693 - fix minidump location for WebRTC C++ unit tests. r=ekr
|
2012-11-14 10:52:55 -05:00 |
|
EKR
|
4588905837
|
Bug 803885 - Set SCTP NO_LINGER in unit tests; r=jesup
|
2012-11-14 06:22:55 -08:00 |
|
Nathan Froyd
|
99ad4d5219
|
Bug 809950 - fix mtransport logging macros to not introduce static initializers; r=jesup
|
2012-11-08 13:44:41 -05:00 |
|
EKR
|
988e5fc796
|
Bug 807259: Fix shutdown for WebRTC standalone unit tests. r=anant
|
2012-10-31 16:31:47 +01:00 |
|
EKR
|
6ee946c418
|
Bug 801221: Move mtransport operations onto STS thread; r=jesup
|
2012-10-18 13:01:52 -07:00 |
|
Daniel Holbert
|
dcaf1ab623
|
Bug 805470: Remove trailing semicolons to fix build warnings in /media/mtransport. r=jesup
|
2012-10-26 10:49:57 -07:00 |
|
Ehsan Akhgari
|
8e702f60c5
|
Backed out 2 changesets (bug 579517)
Backed out changeset 5298adc70963
Backed out changeset 86ccf7c918ce (bug 579517)
|
2012-10-25 12:32:24 -04:00 |
|
Ehsan Akhgari
|
f3c0ac7a23
|
Code hygiene: don't use PR_TRUE and PR_FALSE, and use stdint types instead of PRInt types (no bug really, but you could say bug 579517)
|
2012-10-25 11:48:19 -04:00 |
|
Isaac Aggrey
|
a86815785b
|
Bug 794510: Part 5 - use plarena.h type definitions; r=ehsan
|
2012-10-11 01:39:28 -05:00 |
|
Daniel Holbert
|
df7f3e3936
|
Bug 801210: Remove unnecessary semicolon after NS_INLINE_DECL_THREADSAFE_REFCOUNTING in media/mtransport headers. r=jesup
|
2012-10-13 10:15:15 -07:00 |
|
Ehsan Akhgari
|
c2c0b53beb
|
Bug 800401 - Make sure that the WebRTC build system does not impose the -Werror flag on all Linux/Mac builds; r=jesup
In the future, we need to hook these up to the FAIL_ON_WARNINGS machinery.
|
2012-10-11 13:42:12 -04:00 |
|
Ehsan Akhgari
|
7a6d31cb1c
|
Remove some unused variables, no bug
|
2012-10-11 09:19:35 -04:00 |
|
EKR
|
01ae33d80f
|
Bug 798997, Add libjingle license to gtest_utils.h, r=derf DONTBUILD (NPOTB)
|
2012-10-07 20:29:09 -07:00 |
|
EKR
|
a2d1de5b67
|
Bug 782408: Update nrappkit to use stddint types r=jesup
|
2012-10-07 10:16:35 -07:00 |
|
EKR
|
c521582f07
|
Bug 798860: Generate 1024-bit RSA keys for dtls mtransport streams r=bsmith
|
2012-10-06 23:55:23 -07:00 |
|
EKR
|
7e1291fe34
|
Bug 790517: mtransport - Generic media transport subsystem for ICE and DTLS r=jesup,bsmith,mcmanus
|
2012-10-02 13:04:58 -07:00 |
|
EKR
|
d1600ddf16
|
Bug 790517: mtransport import/build for nrappkit/nICEr r=ted
|
2012-10-02 10:12:50 -07:00 |
|
Randell Jesup
|
95b1ed5bf3
|
Bug 766758: License for nICEr (media/mtransport/third_party/nICEr) r=gerv
|
2012-10-07 01:34:30 -04:00 |
|
EKR
|
36512bf067
|
Bug 790517: Import nICEr library for mtransport rs=biesi,jesup r=gerv
|
2012-09-21 07:11:13 -07:00 |
|
EKR
|
c4de0ea3c3
|
Bug 790517: Import nrappkit library for mtransport rs=roc,jesup r=gerv
|
2012-10-04 11:16:21 -07:00 |
|