pep8analysis: add copyright info for viz.js
[nit.git] / lib / socket /
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-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/socket: Added more documentation on Socket class...
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