readme: add information section
[nit.git] / lib /
2015-11-29 Alexis Laferrièrelib/nitcorn: add example and test for the restful annot...
2015-11-29 Alexis Laferrièrelib/nitcorn: intro the restful annotation an support...
2015-11-29 Alexis Laferrièrelib/gen_nit: move NitModule from nitserial to gen_nit
2015-11-29 Alexandre Terrasamongodb: use FinalizableOnce instead of Finalizable
2015-11-29 Lucas Bajoletlib/core: Added `join_bytes` top-level function to...
2015-11-29 Lucas Bajoletlib/core: Make FlatText public
2015-11-29 Lucas Bajoletlib/core: Stringify lib/bytes
2015-11-29 Alexandre Terrasaconsole: add simple progress bar that refresh itself
2015-11-28 Jean PrivatMerge: github/api: avoid crashes with unparsable responses
2015-11-28 Jean PrivatMerge: mongodb: pin non-native instances to avoid GC...
2015-11-28 Philippe Pepos Pet... Add error instead of segfault on gethostbyname fail
2015-11-28 Alexandre Terrasagithub/api: avoid crashes with unparsable responses
2015-11-28 Alexandre Terrasamongodb: pin non-native instances to avoid GC crashes
2015-11-28 Jean PrivatMerge: Simple threadpool implementation
2015-11-28 Lucas Bajoletlib/core/bytes: Fixed broken `is_empty`
2015-11-28 BlackMinousimple threadpool implementation
2015-11-28 Jean PrivatMerge: Bytes update
2015-11-27 Lucas Bajoletlib/core: Added escaping method to Bytes for use in...
2015-11-27 Jean PrivatMerge: Prefix grammar
2015-11-27 Lucas Bajoletlib/core: Added copy method `to_bytes_with_copy` in...
2015-11-27 Lucas Bajoletlib/core: Added `add_char` method to `Bytes`
2015-11-27 Lucas Bajoletlib/markdown: Fixed spacing issue in which a `then...
2015-11-25 Alexis Laferrièrelib/neo4j: fix conflict on `data` in custom implementat...
2015-11-25 Alexis Laferrièrelib/curl: better doc for `CurlHTTPRequest`
2015-11-25 Alexis Laferrièrelib/curl: `CurlHTTPRequest::datas` to `data`
2015-11-19 Lucas Bajoletlib/core: Allow comparison operators to work on any...
2015-11-19 Lucas Bajoletlib/core: Perfize < for FlatString which caused a lot...
2015-11-18 Jean PrivatMerge: android: use the Android Java API to load pixel...
2015-11-18 Alexis Laferrièrelib/c: rename memmove to move
2015-11-18 Jean PrivatMerge: Clean up constructors in core/text
2015-11-17 Jean Privatcore/ropes: remove old_style_init, use only named init...
2015-11-17 Jean Privatcore/flat: remove named init `with_pos` and use auto...
2015-11-17 Alexis Laferrièrelib/mnit: pad loaded images to the closest power of...
2015-11-17 Alexis Laferrièrelib/mnit: Android images always have an alpha channel...
2015-11-17 Alexis Laferrièrelib/android: revert Android's multiplication of color...
2015-11-17 Alexis Laferrièrelib/nitcorn: http_request_buffer feed the request to...
2015-11-17 Alexis Laferrièrelib/nitcorn: update doc and style of http_request_buffer
2015-11-17 Alexis Laferrièrelib/nitcorn: http_request_buffer subclass Connection...
2015-11-17 Alexis Laferrièrelib/nitcorn: slightly optimize http_request_buffer
2015-11-17 Alexis Laferrièrelib/nitcorn: rename http_request_parser to http_request...
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-16 Alexis Laferrièrelib/mnit: replace the use of libpng by load_image
2015-11-16 Alexis Laferrièrelib/android: intro a service to unpack pixel data from...
2015-11-16 Alexis Laferrièrelib/android: add more services to NativeBitmap
2015-11-16 Alexis Laferrièrelib/android: `AssetManager::bitmap` only has to return...
2015-11-16 Alexis Laferrièrelib/java: add core services to work with native buffer...
2015-11-16 Alexis Laferrièrelib/c: add memmove to `CByteArray` and its native count...
2015-11-13 Jean PrivatMerge: Tnitter: read the latest tnits on the go with...
2015-11-12 Jean PrivatMerge: lib/core: add Text::prefix and Text::suffix
2015-11-11 Alexis Laferrièrelib/nitcorn: update xymus.net with latest Tnitter services
2015-11-11 Alexis Laferrièrelib/android: use the standard "medium" size for labels
2015-11-11 Alexis Laferrièrelib/app/ui & platforms: intro ListLayout
2015-11-11 Alexis Laferrièrelib/serialization: fix deserialization of Error
2015-11-11 Jean Privatstring_search: add `Text::prefix` and `Text::suffix`
2015-11-11 Jean Privatstring_search: add `Match::text_before` and `Match...
2015-11-11 Jean Privatstring_search: add nitunits to `Match`
2015-11-11 Jean PrivatMerge: nitcorn: intro an alternative to `answer` allowi...
2015-11-10 Alexis Laferrièrelib/libevent: prevent double close
2015-11-10 Alexis Laferrièrelib/nitcorn: intro prepare_respond_and_close
2015-11-10 Alexis Laferrièrelib/nitcorn: extract `HttpServer::respond`
2015-11-10 Alexis Laferrièrelib/nitcorn: revamp README file
2015-11-10 Alexis Laferrièrelib/app/ui & platforms: intro Label
2015-11-10 Alexis Laferrièrelib/app/ui & platforms: use CompositeControl::remove...
2015-11-10 Alexis Laferrièrelib/android/ui: use more global references
2015-11-10 Alexis Laferrièrelib/android/ui: by default, calls to UI features are...
2015-11-10 Alexis Laferrièrelib/android/ui: implement new_global_ref where it was...
2015-11-10 Alexis Laferrièrelib/app/ui: fix with #1311
2015-11-09 Jean PrivatMerge: app: portable services to do requests over HTTP...
2015-11-09 Jean PrivatMerge: json::serialization: intro services to easily...
2015-11-09 Jean PrivatMerge: serialization: serialize the Error class and...
2015-11-08 Alexis Laferrièrelib/json: intro simple services for scripts and the...
2015-11-08 Alexis Laferrièrelib/serialization: support the Error class
2015-11-08 Alexis Laferrièrelib/android: implement http_request, using the Java...
2015-11-08 Alexis Laferrièrelib/java: wrap Throwable and Exception
2015-11-08 Alexis Laferrièrelib/linux: implement http_request using GDK events...
2015-11-08 Alexis Laferrièrelib/gtk: use `Task` with GDK by adding a more previce...
2015-11-08 Alexis Laferrièrelib/app: intro the http_request API
2015-11-08 Alexis Laferrièrelib/core: fix error in doc of `MaybeError::error`
2015-11-08 Alexis Laferrièrelib/json: clean up a few useless signatures
2015-11-07 Jean PrivatMerge: More contributors
2015-11-07 Jean PrivatMerge: nitcorn: fix bug with binary files
2015-11-07 Alexis Laferrièrelib/nitcorn/examples: customize server listening port
2015-11-07 Alexis Laferrièrelib/nitcorn/examples: rename the simple_file_server...
2015-11-07 Alexis Laferrièrelib/nitcorn: use `files` and thus fix transferring...
2015-11-07 Alexis Laferrièrelib/nitcorn: intro `HttpResponse::files` to append...
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-11-07 Jean Privatlib/core: fill `package.more_contributors` metadata...
2015-11-07 Jean Privatnitcorn: improve the README a little
2015-11-07 Jean Privatnitcorn: add package.more_contributors metadata
2015-11-06 Lucas Bajolettext/ropes: Fix broken byte iterator in Buffer
2015-11-06 Lucas Bajolettext/ropes: Fixed `RopeBuffer::add` when dealing with...
2015-11-06 Lucas Bajoletjson/static: Replaced uses of write_to_string by to_s...
2015-11-06 Lucas Bajoletjson/static: Fixed Unicode escaping in JSON read code
2015-11-06 Lucas Bajoletcore/flat: Fix bug in `FlatBuffer::substring`
next