gecko/ipc/keystore
Thomas Zimmermann 23cf69d312 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
..
KeyStore.cpp Bug 1094177: Convert |KeyStore| to use |{Listen|Stream}Socket|, r=chucklee 2014-12-03 07:26:29 -08:00
KeyStore.h Bug 1094177: Convert |KeyStore| to use |{Listen|Stream}Socket|, r=chucklee 2014-12-03 07:26:29 -08:00
moz.build Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps 2013-11-19 11:50:54 +09:00