readme: add information section
[nit.git] / lib / libevent.nit
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