Merge: More on Sockets and FinalizableOnce
authorJean Privat <jean@pryen.org>
Tue, 13 Jan 2015 01:28:47 +0000 (20:28 -0500)
committerJean Privat <jean@pryen.org>
Tue, 13 Jan 2015 01:28:47 +0000 (20:28 -0500)
commitc76d294ec5e9ba69e7e8ff5eb1d1a82d340e0cbb
tree5f2ca152f2ad594c6b0707ff246c08426cfd7778
parenteb6684fd33a5f4dc6707a291ca0ae7d4d1f10f6c
parent7482059a661cdfccc6e016495a8870a0838eb1a1
Merge: More on Sockets and FinalizableOnce

Additionnal notes:
* `FinalizableOnce` will probably be the most common `Finalizable`, but it wouldn't cover all cases.
* Remove some unused features from `socket` to make it compatible with Android.
* Fix an illegal extern class by making it a pointer.
* Do not `exit 1` on socket error.

Pull-Request: #1066
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>