nitweb: fix access to query results count
[nit.git] / lib / core /
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-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 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-13 Lucas Bajoletlib/core: remove BufferedReader
2018-05-11 Jean PrivatMerge: File no buffered
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
2018-05-11 Lucas Bajoletlib/core: remove BufferedReader as file superclass
2018-05-11 Lucas Bajoletlib/core: add protocols for decorator streams
2018-05-11 Lucas Bajoletlib/core: add failsafe to UTF8Codec::decode_string
2018-05-11 Lucas Bajoletlib/core: fix Reader::read
2018-05-11 Jean PrivatMerge: lib: add `package.desc` keys to the `package...
2018-05-11 Jean PrivatMerge: lib/core/text: add memset to `CString`
2018-05-10 Jean PrivatMerge: lib/core: provide default codec-aware read_char
2018-05-10 Lucas Bajoletlib/core: provide default codec-aware read_char
2018-05-10 Lucas Bajoletlib/core/text: add memset to `CString`
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2018-05-08 Alexandre Terrasalib: update INI files with for expanded paths
2018-05-07 Lucas Bajoletpnacl: remove target and related projects
2018-05-04 Lucas Bajoletlib/core: add low-level byte writing method
2018-05-01 Lucas Bajoletlib/core: add no-overhead read_bytes implementation
2018-05-01 Lucas Bajoletlib/core: remove ropes intrude import in stream
2018-05-01 Lucas Bajoletstream: move decoder to stream and rename as codec
2018-05-01 Lucas Bajoletlib/core: remove ropes intrude import in stream
2018-05-01 Lucas Bajoletstream: move decoder to stream and rename as codec
2018-04-26 Lucas Bajoletcore/stream: change read_byte return type to Int
2018-03-30 Alexis Laferrièreconsole: only color outputs if stdout isa TTY
2018-03-02 Jean Privatlib/core::Text::html_escape: better implementation.
2018-01-13 Jean PrivatMerge: exec: display system error after failed fork
2018-01-12 Jean PrivatMerge: core: add `Sequence::get_or_default` and `get_or...
2017-12-21 Alexandre Terrasaexec: display system error after failed fork
2017-12-20 Jean Privatcore: add `Sequence::get_or_default` and `get_or_null`
2017-12-18 Alexandre Terrasacore: fix README for new doc-commands names
2017-11-28 Alexandre Terrasafrontend: move annotations to check_annotation
2017-10-17 Jean PrivatMerge: core: implement `Float::to_precision` in C witho...
2017-10-03 Alexis Laferrièrecore: implement Float::to_precision in C without callbacks
2017-09-25 Jean PrivatMerge: nitunit: use annotations
2017-09-18 Alexis Laferrièrecore: `Bytes::to_i` can parse signed ints
2017-09-18 Alexis Laferrièrecore: support signed ints and custom capacity in `Int...
2017-09-15 Alexis Laferrièrecore: Bytes have a minimum capacity of 16 bytes
2017-09-15 Alexis Laferrièrecore: optimize Bytes::append_text using redefs in Text...
2017-09-15 Alexis Laferrièrecore: protect access to _items in empty strings
2017-09-08 Alexis Laferrièrestream: intro `BytesWriter` and `BytesReader`
2017-09-06 Alexandre Terrasalib: migrate nitunits to annotations
2017-08-22 Alexis Laferrièrebytes: tweak doc to put forward the copy behavior of...
2017-08-15 Alexandre Terrasalib/core: introduce `test` annotation
2017-06-17 Jean PrivatMerge: Use prefixed chars instead of raw values
2017-06-14 Alexis Laferrièrecore: move more servies to Text (receiver and args...
2017-06-06 Alexandre Terrasalib/core: introduce replace_first in text/string_search
2017-05-17 Jean PrivatMerge: gamnit: add documentation and standardize the API
2017-05-17 Jean PrivatMerge: core: fix dynamic error on the input type in...
2017-05-17 Jean PrivatMerge: lib/core/stream: fix typo in doc
2017-05-16 Alexandre Terrasalib/core/stram: fix typo in doc
2017-05-16 Alexis Laferrièregamnit and related: improve doc
2017-05-16 Alexis Laferrièrecore/text: fix input type in `replace`
2017-05-16 Jean PrivatMerge: lib/core/time: more time related services
2017-05-12 Alexandre Terrasalib/core/time: also sleep on integers
2017-05-12 Alexandre Terrasalib/core/time: introduce get_millitime and get_microtime
2017-05-09 Alexis Laferrièrecore: add non-breaking space to `is_whitespace`
2017-04-27 Jean PrivatMerge: Check binary files that might be wrongly commited
2017-04-27 Jean Privatremove wrongly committed binary file `lib/core/collecti...
2017-04-03 BlackMinouUpdate the doc for Finalizable
2017-03-28 Jean PrivatMerge: gamnit: optimize the `flat` 2D api using GPU...
2017-03-23 Alexis Laferrièrecore: implement `MinHeap::clear` and intro `Pointer...
2017-03-22 Jean-Christophe... hash_collections: Fix the documentation of `Set::new`
2017-03-20 Jean PrivatMerge: Docker, portability and crosscompiling tweaks
2017-03-17 Alexis Laferrièreexec: close child pipes from the parent process
2017-03-17 Alexis Laferrièrecore: split PATH on ; on Windows
2017-03-17 Alexis Laferrièrecore: standardize Windows path handling
2017-03-14 Alexis Laferrièrecore: 32 bits fixes
2017-02-28 Jean PrivatMerge: gamnit: use SDL2 windows and events
2017-02-28 Alexis Laferrièrekernel: intro `Pointer::==` and `Pointer::hash`
2017-02-23 Alexis Laferrièrewindows: flush after each write
2017-02-23 Alexis Laferrièrewindows: implement services of the exec module
2017-02-16 Jean PrivatMerge: Use a Buffer in StringWriter
2017-02-16 Jean Privatcore/stream: StringWriter uses a Buffer internally
2017-02-16 Jean PrivatMerge: Windows: last changes for a working bootstrap
2017-02-11 Alexis Laferrièrecore: simplify_path supports Windows style path
2017-02-10 Jean PrivatMerge: Use `UInt32` to manipulate Unicode chars and...
2017-02-09 Alexis Laferrièretext: use UInt32 to manipulate chars
2017-02-08 Alexis Laferrièrecore: invert dependencies between `text` and `fixed_ints`
2017-02-02 Alexis Laferrièrecore: Float::sleep to handle interruptions
2017-01-18 Jean PrivatMerge: Revamp the C string to Nit string services to...
2016-12-30 Jean PrivatMerge: Rename the extern class `NativeString` to `CString`
2016-12-27 Alexis Laferrière*: update all clients of the `CString::to_s` services
2016-12-27 Alexis Laferrièrecore: keep `to_s_full` as an indirection for retro...
2016-12-27 Alexis Laferrièrecore: revamp `CString::to_s` services
2016-12-13 Alexis Laferrièrecore: update doc of `CString`
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-12-06 Alexandre Terrasalib/core: more tests for percent_encoding
next