gecko/ipc
Thomas Zimmermann 579a827e20 Bug 1094177: Convert |KeyStore| to use |{Listen|Stream}Socket|, r=chucklee
With the use of separate listen and stream sockets in |KeyStore|, the
listen socket remains open while |KeyStore| serves a connected client
on the stream socket. When the client disconnected, |KeyStore| continues
to listen for the next connection request.

The old dependency on |UnixSocketConsumer| has been removed.
2014-12-03 07:26:29 -08:00
..
app Bug 1101170 - Move Linux sandbox code into plugin-container on desktop. r=kang r=glandium 2014-11-24 15:22:13 -08:00
bluetooth Bug 1091577: Added |BluetoothDaemonPDU::GetHeader|, r=shawnjohnjr 2014-11-05 15:43:06 +01:00
chromium Bug 1104414, Patch 1: Fix build error: 'UNKNOWN' is not a member of 'mozilla::tasktracer::SourceEventType', r=sinker. 2014-11-25 19:51:17 +08:00
contentproc Bug 928044 Part 2: Enable the content sandbox by default on Windows with an open policy. r=tabraldes,glandium,jimm 2014-11-29 17:12:18 +00:00
dbus Bug 1042878 - part 2 - move MOZ_CAIRO_CFLAGS et al additions to C*FLAGS into moz.build; r=glandium 2014-07-24 11:55:33 -04:00
glue Bug 928044 Part 2: Enable the content sandbox by default on Windows with an open policy. r=tabraldes,glandium,jimm 2014-11-29 17:12:18 +00:00
ipdl Bug 1096487 - part 2 - make ipdl message constructors take their routing id; r=bent 2014-11-10 13:05:59 -05:00
keystore Bug 1094177: Convert |KeyStore| to use |{Listen|Stream}Socket|, r=chucklee 2014-12-03 07:26:29 -08:00
netd Bug 1007741 - Fix -Wunused-function warning in ipc/glue/ and mark ipc/ subdirectories as FAIL_ON_WARNINGS. r=bsmedberg 2014-05-07 23:55:30 -07:00
nfc Bug 1036864 - Remove EXPORT_LIBRARY. r=mshal 2014-07-11 19:06:55 +09:00
ril Bug 1061288 - Make it harder for ArrayBuffer data pointers to be held across invalidations. r=smaug,terrence,jdm,roc,khuey 2014-10-07 10:44:07 -07:00
testshell Bug 1088002 part 3. Stop requiring JSPROP_PROPOP_ACCESSORS just to use stub accessors. r=waldo 2014-10-29 15:06:32 -04:00
unixfd Bug 1093025: Initialize listen socket only once in |UnixSocketWatcher::Listen|, r=kyle 2014-12-02 15:00:35 -08:00
unixsocket Bug 1093025: Add |StreamSocket|, r=kyle 2014-12-02 15:00:36 -08:00
moz.build Bug 1073548: Add |mozilla::ipc::BluetoothDaemonConnection|, r=shawnjohnjr 2014-11-03 13:03:49 +01:00
pull-chromium.py