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)
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>


Trivial merge