code: rename identifiers `with` since it is a keyword now
[nit.git] / lib / socket / socket.nit
2015-04-03 Jean Privatcode: rename identifiers `with` since it is a keyword now
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2015-01-14 Jean PrivatMerge: Websockets
2015-01-12 Lucas Bajoletwebsocket: Fix for use with new version of Streams
2014-12-27 Alexis Laferrièrelib/socket: report errors on `setsockopt` and close...
2014-12-23 Alexis Laferrièrelib/socket: minimal update to `SocketObserver` API...
2014-12-23 Alexis Laferrièrelib/socket: intro `flush` and `blocking=`
2014-12-23 Alexis Laferrièrelib/socket: distinguish `TCPServer` from `TCPStream`
2014-12-22 Alexis Laferrièrelib/socket: rename prefix `FF` to `Native` per latest...
2014-09-27 Jean Privatlib: some update towards more use of new constructors
2014-09-03 Jean Privatlib: remove remaining declaration of old-style attributes.
2014-08-15 Jean Privatlib: prepare for new constructors
2014-05-02 Lucas Bajoletlib/socket: Socket now subclass of Pollable interface
2014-05-02 Lucas Bajoletlib/socket: Simplified API for Sockets
2014-05-02 Lucas Bajoletlib/socket: Socket now subclass of BufferedIStream...
2014-04-07 Lucas Bajoletlib/socket: Added more documentation on Socket class...
2014-04-07 Lucas Bajoletlib/standard: Added errno and strerror bindings to...
2014-04-07 Lucas Bajoletlib/socket: Added sockopts to socket lib
2014-04-07 Lucas Bajoletlib/socket: Changed error handling with sockets
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