examples: annotate examples
[nit.git] / lib / libevent.nit
2017-02-03 Alexis Laferrièrelibevent: intro services for threads and fork
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-10-24 Jean PrivatMerge: nitcorn: handle SIGINT and SIGTERM
2016-10-18 Alexis Laferrièrelibevent: fix compatibility with light FFI and global...
2016-10-13 Alexis Laferrièrelibevent: intro basic event and signals support
2016-10-13 Alexis Laferrièrelibevent: rename `exit_loop` and `destroy` to their...
2016-10-11 Alexis Laferrièrelibevent: intro enable_debug_mode
2016-06-20 Alexis Laferrièrelibevent: better "Error from bufferevent" and don't...
2016-06-20 Alexis Laferrièrelibevent: extract evutil_socket_error and evutil_socket...
2016-06-20 Jean PrivatMerge: libevent: force closing connections on error...
2016-06-17 Alexis Laferrièrelibevent: force_close the connection on error (don...
2016-06-17 Alexis Laferrièrelibevent: move close logic from C to Nit, and intro...
2016-06-08 Lucas Bajoletlib/core: Renamed `Text::bytelen` to `Text::byte_length`
2016-03-21 Alexis Laferrièrelib/libevent & nitcorn: keep human readable address...
2016-03-10 Alexis Laferrièrelibevent: protect callbacks for compatibility with...
2015-11-28 Philippe Pepos Pet... Add error instead of segfault on gethostbyname fail
2015-11-17 Alexis Laferrièrelib/libevent: move error callback to Nit and close...
2015-11-17 Alexis Laferrièrelib/libevent: move read and write callbacks implementat...
2015-11-17 Alexis Laferrièrelib/libevent: wrap more services from the C API to...
2015-11-17 Alexis Laferrièrelib/libevent: remove duplicated check on `closed`
2015-11-17 Alexis Laferrièrelib/libevent: do not write on closed connections
2015-11-10 Alexis Laferrièrelib/libevent: prevent double close
2015-11-07 Alexis Laferrièrelib/libevent: add `read|write_buffer`
2015-11-07 Alexis Laferrièrelib/libevent: implement missing `write_bytes` in `Conne...
2015-11-07 Alexis Laferrièrelib/libevent: update write_file
2015-08-03 Alexandre Terrasanitcorn: use `bytelen` instead of `length` when setting...
2015-07-08 Lucas Bajoletlib/io: Changed the semantics of read/write byte to...
2015-05-27 Alexis Laferrièrelib: update more libs to use `self`
2015-05-27 Alexis Laferrièrelib: update other libs to use `self` from C and C+...
2015-05-25 Alexis Laferrièrelib/libevent: implement `write_byte`
2015-05-25 Alexis Laferrièrelib/libevent: `Connection` subclass `Writer`
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-11-27 Alexis Laferrièrelibevent: add missing doc
2014-11-27 Alexis Laferrièrelibevent: fix unused var warning
2014-07-30 Alexis Laferrièrelib: intro libevent