code: rename identifiers `with` since it is a keyword now
[nit.git] / lib / socket / socket_c.nit
2015-04-03 Jean Privatcode: rename identifiers `with` since it is a keyword now
2014-12-27 Alexis Laferrièrelib/socket: report errors on `setsockopt` and close...
2014-12-27 Alexis Laferrièrelib/socket: `PollFD` is `FinalizableOnce`
2014-12-27 Alexis Laferrièrelib/socket: make `NativeSocketPollFD` a pointer
2014-12-27 Alexis Laferrièrelib/socket: remove ISDN related services as they are...
2014-12-23 Alexis Laferrièrelib/socket: minimal update to `SocketObserver` API...
2014-12-22 Alexis Laferrièrelib/socket: intro `NativeSocket::non_blocking` and...
2014-12-22 Alexis Laferrièrelib/socket: clean up `native_accept` to better manage...
2014-12-22 Alexis Laferrièrelib/socket: replace `NativeSocketAcceptResult` by a...
2014-12-22 Alexis Laferrièrelib/socket: rename prefix `FF` to `Native` per latest...
2014-12-22 Alexis Laferrièrelib/socket: update style of the native module & move...
2014-12-22 Alexis Laferrièrelib/socket: use standard type names instead of local...
2014-04-15 Jean Privatffi: update code with last syntax
2014-04-09 Lucas Bajoletlib/socket: Bugfix, tried to free a static variable...
2014-04-07 Lucas Bajoletlib/standard: Added errno and strerror bindings to...
2014-04-07 Lucas Bajoletlib/sockets: Improved and fixed bugs in implementation...
2014-04-07 Lucas Bajoletlib/socket: Added sockopts to socket lib
2014-04-07 Lucas Bajoletlib/socket: Changed error handling with sockets
2014-02-24 Alexis Laferrièrelib/socket: fix missing FFI imports in socket
2014-02-17 Alexis Laferrièrelib: update the socket module to the latest FFI spec
2013-09-29 Alexandre Terrasalib: fixed bad mallocs in socket
2013-08-30 Jean PrivatMerge remote-tracking branch 'lucas/string_refactor'
2013-08-29 Lucas BajoletStdlib: Removed all references to String constructors...
2013-08-24 Alexis Laferrièrelib/socket: fix FFSocket::read to use malloc
2013-06-25 Lucas Bajoletlibsocket : Updated sockets to add poll function, also...
2013-05-15 Matthieu Lucaslib/socket: intro of the socket module and examples