Merge: app: portable services to do requests over HTTP asynchronously
[nit.git] / lib /
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`
2015-11-06 Lucas Bajoletcore/text: Added UTF-16 escape coding/decoding methods
2015-11-05 Philippe Pepos Pet... Optimized SequenceRead instantiation with fixed length...
2015-11-05 Philippe Pepos Pet... Moved crypto services from String to Text
2015-11-05 Philippe Pepos Pet... Introduced xoring of String and a sequence of Bytes
2015-11-05 Jean PrivatMerge: Intro `Task` and use in for Android's `run_on_ui...
2015-11-03 Alexis Laferrièretests & lib/ui: update gtk users
2015-11-03 Alexis Laferrièrelib/gtk: intro threading system of GDK
2015-11-03 Alexis Laferrièrelib/gtk: add more services to gtk_core
2015-11-03 Alexis Laferrièrelib/gtk: intro new services from GTK+ 3.10
2015-11-03 Alexis Laferrièrelib/gtk: rename gtk life-cycle methods, and other,...
2015-11-03 Alexis Laferrièrelib/android: intro `NativeActivity::run_on_ui_thread`
2015-11-03 Alexis Laferrièrelib/core: intro `Task`
2015-10-29 Jean PrivatMerge: lib/trees: more services and documentation
2015-10-24 Alexandre Terrasalib/trees: enhance AbstractTreeNode documentation
2015-10-24 Alexandre Terrasalib/trees: add generic and usefull services in TreeMapNode
2015-10-24 Alexandre Terrasalib/trees: clean whitespaces
2015-10-23 Alexis Laferrièrelib: intro Collection::has_any
2015-10-22 Jean PrivatMerge: More lib/html optimizations
2015-10-21 Jean PrivatMerge: remove some unwanted files
2015-10-21 Jean PrivatMerge: Fix `-e` and `-n` on nit
2015-10-21 Jean Privatlib/html: make `children` lazy
2015-10-21 Jean Privatlib/html: make `attrs`, `classes` and `css_props` lazy.
2015-10-21 Jean PrivatMerge: lib/serialization: fix deserialization construct...
2015-10-21 Jean Privatrm lib/core/collection/m.dot that was wrongly commited...
2015-10-21 Jean PrivatMerge: lib/core: Optimized `html_escape` for FlatText...
2015-10-21 Jean PrivatMerge: lib/core: Added new `hexdigest` service on ...
2015-10-20 Jean Privatlib/niti_runtime: update to reflect not-so-recent chang...
2015-10-20 Lucas Bajoletlib/core: Optimized `html_escape` for FlatText variants
2015-10-20 Lucas Bajoletlib/core: Added new `hexdigest` service on `Text`
2015-10-20 Jean PrivatMerge: Optimize hash collection
2015-10-20 Jean PrivatMerge: lib: Introduce Stanford CoreNLP wrapper
2015-10-20 Jean Privathash_debug: monitor calls to `enlarge`
2015-10-20 Jean Privatcore::hash_collection: simplify `enlarge`
2015-10-20 Jean Privatcore::hash_collection: native array storage is no more...
2015-10-20 Jean Privatcore::hash_collection: do not allocate the storage...
2015-10-19 Alexandre Terrasalib/nlp: add package metadata and readme
2015-10-19 Alexandre Terrasalib/nlp: introduce nitnlp bin as a client example for...
2015-10-19 Alexandre Terrasalib/nlp: introduce NLPDocument to NLPVector translation
2015-10-19 Alexandre Terrasalib/nlp: introduce Vector Space Model with NLPVectors
2015-10-19 Alexandre Terrasalib/nlp: introduce StanfordNLP wrapper
2015-10-19 Jean Privatcore::hash_collection: shortcut some methods on empty...
2015-10-19 Jean Privatlib/html: implement the tag list as an hashset instead...
2015-10-19 Jean PrivatMerge: Kill pseudo toplevel methods
2015-10-17 Alexis Laferrièrelib/serialization: fix deserialization contructor calli...
2015-10-16 Jean PrivatMerge: lib/github: clean code and add some services
2015-10-16 Jean PrivatMerge: lib/mongodb: minor fixes
2015-10-16 Jean Privatlib/egl: move `report_egl_error` from Object to `EGLDis...
2015-10-16 Jean Privatlib: move pseudo-toplevel methods from Object
2015-10-16 Alexandre Terrasalib/github: introduce `Issue::is_pull_request` method
2015-10-16 Alexandre Terrasalib/github: add setters to all github api entities...
2015-10-16 Alexandre Terrasalib/github: better type safety on json accesses
2015-10-16 Alexandre Terrasalib/github: remove `to_s` on nullable warnings
2015-10-16 Alexandre Terrasalib/mongodb: fix segfault in `Collection::find` method
2015-10-16 Alexandre Terrasalib/mongodb: collections do not call next when returnin...
2015-10-16 Jean PrivatMerge: Set HashMapIterator as a private class.
2015-10-16 Jean PrivatMerge: FlatText is a private class
2015-10-15 Alexandre Terrasacore/collection: set HashMapIterator as private
2015-10-15 Alexandre Terrasacore/text: remove call on nullable warnings
2015-10-15 Alexandre Terrasalib/graphs: introduce PageRank computation on digraphs
2015-10-15 Alexandre Terrasalib/graphs: introduce `show_dot` for debugging digraphs.
2015-10-15 Alexandre Terrasalib/graphs: clean digraph.nit whitespaces
2015-10-15 Alexandre Terrasacore/text: make FlatText private
2015-10-13 Jean PrivatMerge: mnit: Fix error on refined virtual types
2015-10-11 Alexis Laferrièrelib/mnit: do not redef virtual types
2015-10-07 Jean PrivatMakefiles: add pre-build
2015-10-05 Alexis Laferrièrelib/gamnit: fix constructor of `GLfloatArray`
2015-10-05 Alexis Laferrièrelib/mnit: use abstract attributes
2015-10-04 Alexis Laferrièrelib/geometry: points attributes are writable
2015-10-04 Alexis Laferrièrelib/sdl: amask is an Int, not a Bool
2015-09-30 Alexis Laferrièrelib/android: update constructors in assets_and_resources
2015-09-28 Jean PrivatMerge: Basename fix
next