lib/core/stream: LineIterator use CachedIterator
[nit.git] / lib /
2019-05-30 Jean Privatlib/core/stream: LineIterator use CachedIterator
2019-05-30 Jean Privatlib/core/collection: add `CachedIterator` to factorize...
2019-02-27 Alexis Laferrièreandroid: NitActivity and NitService use long to hold...
2019-02-27 Alexis Laferrièreandroid & benitlux: use NitObject in clients
2019-02-27 Alexis LaferrièreJava FFI: intro NitObject for references to Nit objects...
2019-02-26 Alexis LaferrièreJava FFI: extra_java_file annotation use full Java...
2019-02-21 Jean PrivatMerge: Ci: move services to specific hostnames
2019-02-21 Jean PrivatMerge: gitlab-ci: add android
2019-02-21 Jean PrivatMerge: curl: fix concurrent requests and intro shortcut...
2019-02-21 Jean Privatgitlab-ci: enable neo4j
2019-02-21 Jean Privatgitlab-ci: enable postgres
2019-02-20 Jean Privatmongo: use `mongo` instead of `localhost` by default
2019-02-20 Jean Privatantroid/README.md: add raw (for nitunit)
2019-02-18 Jean PrivatMerge: tests.sh: special case when running in gitlab_ci
2019-02-18 Jean PrivatMerge: lib&contrib: add some raw and nitish in READMEs
2019-02-18 Jean Privatlib: add some nitish to avoid service configuration...
2019-02-18 Jean Privatlib&contrib: add some raw and nitish in READMEs
2019-02-15 Alexis Laferrièreneo4j: remove unused curl handle (using a now private...
2019-02-15 Alexis Laferrièrepopcorn: there's no more a global curl handle, so this...
2019-02-14 Alexis Laferrièrecurl: intro shortcut methods `http_get` and `http_downl...
2019-02-14 Alexis Laferrièrecurl: the libcurl handle is initiated once per request...
2019-02-13 Alexis Laferrièrecurl: add some more doc
2018-12-28 Hugo Leblanclib/core: handling of plus (+) sign when using to_i...
2018-08-13 Jean PrivatMerge: src/model/model_index: model index uses BKTree
2018-08-13 Jean PrivatMerge: libevent: support UNIX domain sockets and add...
2018-08-07 Alexandre Terrasalib: fix unrecognized code blocks in doc units
2018-07-24 Alexis Laferrièrecore: fix typos in doc of CircularArray
2018-07-24 Alexis Laferrièrecore: fix typos in union_find
2018-07-19 Alexis Laferrièrelibevent: update package.ini tags
2018-07-19 Alexis Laferrièrelibevent: intro minimal usage example
2018-07-19 Alexis Laferrièrelibevent: add parallel test with TCP and UNIX domain...
2018-07-19 Alexis Laferrièrelibevent: rename `bind_to` to the more precise `bind_tcp`
2018-07-19 Alexis Laferrièrelibevent: code style tweaks and cleanup
2018-07-19 Alexis Laferrièrelibevent: add UNIX domain socket support to addrin_to_a...
2018-07-19 Matthieu Le Guellautlibevent: add UNIX domain socket support to libevent
2018-06-26 Jean PrivatMerge: src/doc/commands: clean commands hierarchy
2018-06-26 Jean PrivatMerge: lib/markdown2: introduce a new Markdown engine
2018-06-22 Alexandre Terrasalib/html: escape Bootstrap links titles
2018-06-21 Alexandre Terrasalib/markdown2: introduce `nitmd` client
2018-06-21 Alexandre Terrasalib/markdown2: introduce wikilinks parsing
2018-06-21 Alexandre Terrasalib/markdown2: introduce Github extended mode
2018-06-21 Alexandre Terrasalib/markdown2: introduce markdown rendering to LaTeX
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown rendering to Manpages
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown rendering to markdown
2018-06-20 Alexandre Terrasalib/markdown2: import tests from CommonMark spec
2018-06-20 Alexandre Terrasalib/markdown2: import tests from DaringFireball
2018-06-20 Alexandre Terrasalib/markdown2: add tests from issues
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown rendering to HTML
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown rendering interfaces
2018-06-20 Alexandre Terrasalib/markdown2: add tests for markdown nodes location
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown base test services
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown block parser
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown AST inline parser
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown AST nodes
2018-06-20 Jean PrivatMerge: nitdoc: full rewrite
2018-06-20 Jean PrivatMerge: Windows: fix bootstrap
2018-06-20 Jean PrivatMerge: lib/trees: introduce BKTree
2018-06-19 Alexandre Terrasalib/vsm: default tfidf values are extracted from terms...
2018-06-19 Alexandre Terrasalib/vsm: factorize term increments
2018-06-19 Alexandre Terrasalib/vsm: speedup matches using a reverse index
2018-06-19 Alexandre Terrasalib/vsm: make documents kind customizable
2018-06-19 Alexandre Terrasalib/trees: introduce BKTree
2018-06-10 Alexandre Terrasalib/github: fix README commands
2018-06-08 Jean PrivatMerge: lib/core: remove uses of Byte for Text
2018-06-08 Lucas Bajoletlib/core: remove ascii method on Int and 'b' prefix
2018-06-08 Lucas Bajoletlib/core: remove uses of Byte for Text
2018-06-06 Alexis Laferrièretext: escape_to_mk should not escape =
2018-06-06 Alexis Laferrièreprivileges: update import in clients of the `posix...
2018-06-06 Alexis Laferrièreposix: add REAME.md
2018-06-06 Alexis Laferrièreposix: merge the `posix_ext` package in `posix`
2018-06-06 Alexis Laferrièreposix: move `posix` out of `core` as its own package
2018-06-05 Alexis Laferrièrecore: move `Int::isatty` to `file`
2018-06-01 Jean PrivatMerge: Changed nitcorn HTTPResponse body type to Writable
2018-06-01 Jean PrivatMerge: crypto: add some methods on Bytes, Char & String
2018-05-31 Jean Privatnitcorn clients: remove `write_to_string` when a Writab...
2018-05-31 Jean Privatnitcorn: HttpResponse::body is now an agnostic Writable
2018-05-31 Jean Privatnitcorn: render the response in a template to avoid...
2018-05-31 Jean Privatcore/stream: add Writable::write_to_bytes
2018-05-31 Jean Privatcrypto: add some methods on Bytes, Char & String
2018-05-30 Alexandre Terrasalib/core/text: uniformize doc units
2018-05-30 Alexandre Terrasalib/core/text: fix unrecognized doc units
2018-05-30 Alexandre Terrasalib/core/text: remove deprecated mentions
2018-05-15 Jean PrivatMerge: lib/md5: nitunitize tests
2018-05-15 Jean PrivatMerge: lib/base64: nitunize tests
2018-05-15 Jean PrivatMerge: lib/a_star: nitunitize tests
2018-05-15 Jean PrivatMerge: lib/core: remove BufferedReader
2018-05-15 Alexandre Terrasalib: add some manpages generated with `nitpackage`
2018-05-15 Alexandre Terrasalib: add two examples of Makefile generated by `nitpackage`
2018-05-15 Alexandre Terrasalib/md5: nitunitize tests
2018-05-15 Alexandre Terrasalib/base64: nitunize tests
2018-05-15 Alexandre Terrasalib/a_star: nitunitize tests
2018-05-13 Lucas Bajoletlib/core: remove BufferedReader
2018-05-12 Jean PrivatMerge: lib/config: better tool configuration
2018-05-11 Jean PrivatMerge: File no buffered
2018-05-11 Jean PrivatMerge: Added HTTP METHODS to CurlHTTPRequest
2018-05-11 Jean PrivatMerge: Bitmap fix missing checks
2018-05-11 Jean PrivatMerge: lib/socket: remove BufferedReader superclass
2018-05-11 Jean PrivatMerge: Fix Reader::read
2018-05-11 Lucas Bajoletlib/core: add blocking eof implementation
2018-05-11 Lucas Bajoletlib/core: fix read_bytes_to_cstring implementation
next