Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / socket /
2018-06-08 Lucas Bajoletlib/core: remove uses of Byte for Text
2018-05-11 Lucas Bajoletlib/socket: remove BufferedReader superclass
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2018-05-06 Lucas Bajoletlib/socket: fix socket documentation
2018-05-04 Lucas Bajoletlib/core: add low-level byte writing method
2016-12-27 Alexis Laferrière*: update all clients of the `CString::to_s` services
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-09-02 Jean PrivatMerge: Ini of projects
2015-08-30 Jean Privatlib: introduce .ini for projects maintained by Alexis...
2015-08-28 Jean PrivatMerge: After new loader
2015-08-28 Jean Privatlib: remove placeholder empty default modules of groups.
2015-08-27 Jean Privatcode: update references to `standard`
2015-08-04 Alexis Laferrièrelib/socket: use a custom C call to detect error on...
2015-07-17 Alexis Laferrièrelib/socket: intro `UDPSocket` and its services
2015-07-17 Alexis Laferrièrelib/socket: add UDP related services to the native...
2015-07-17 Alexis Laferrièrelib/socket: refactor IOError from errnos into contructors
2015-07-17 Alexis Laferrièrelib/socket: move `blocking=` to `Socket`
2015-07-17 Alexis Laferrièrelib/socket: intro `TCPSocket`
2015-07-17 Alexis Laferrièrelib/socket: write and read of the native layer use...
2015-07-17 Alexis Laferrièrelib/socket: revamp services of `NativeSocketAddrIn`
2015-07-17 Alexis Laferrièrelib/socket: use less callbacks and prefer NativeString...
2015-07-17 Alexis Laferrièrelib/socket: rename `Socket::socket` to `Socket::native`
2015-07-08 Lucas Bajoletlib/io: Changed the semantics of read/write byte to...
2015-06-09 Alexis Laferrièrelib: fix C compiler warnings in sha1, socket and sdl
2015-06-02 Alexis Laferrièrelib/socket: set `last_error` on connection failed
2015-06-02 Alexis Laferrièrelib/socket: set `last_error` on failed hostname lookups
2015-06-02 Alexis Laferrièrelib/socket: intro `HErrno::to_s`
2015-06-02 Alexis Laferrièrelib/socket: wrap h_errno to report error on gethostbyname
2015-06-02 Alexis Laferrièrelib/socket: move gethostbyname to Sys and use light FFI
2015-05-29 Alexis Laferrièrelib/socket: fix call to enlarge with actual buffer...
2015-05-29 Alexis Laferrièrelib/socket: support reading string with null bytes
2015-05-29 Alexis Laferrièrelib/socket: fix enlarge buffer when size is at 0
2015-05-28 Alexandre Terrasalib/socket: remove useless types
2015-05-27 Alexis Laferrièrelib: update other libs to use `self` from C and C+...
2015-05-26 Jean PrivatMerge: Binary over network
2015-05-25 Alexis Laferrièrelib/socket: fix `NativeSocket::write_byte`
2015-05-22 Lucas Bajoletlib: Various fixes on lib with the new file and stream API
2015-05-19 Alexis Laferrièrelib/socket: implement `write_byte` in `TCPStream`
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-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: add an easier server example
2014-12-23 Alexis Laferrièrelib/socket: update examples to the latest API
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: 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-09-30 Jean Privatlib: move some examples/* into specific subdirectories...
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-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