nitcc: fix `Automaton::trim`
[nit.git] / lib /
2016-06-20 Jean PrivatMerge: libevent: force closing connections on error...
2016-06-17 Alexis Laferrièrelibevent: force_close the connection on error (don...
2016-06-17 Alexis Laferrièrelibevent: move close logic from C to Nit, and intro...
2016-06-11 Jean Privatmakefiles: simplify them and assume that Nit tools...
2016-06-10 Jean PrivatMerge: lib/core: Renamed `Text::bytelen` to `Text:...
2016-06-10 Jean PrivatMerge: Base64: Revamped base64_decode and added a stric...
2016-06-08 Lucas Bajoletlib/base64: Revamped `decode_base64` for better perform...
2016-06-08 Lucas Bajoletlib/core: Renamed `Text::bytelen` to `Text::byte_length`
2016-06-08 Lucas Bajoletlib/core: Added `is_whitespace` method to `Byte`
2016-06-07 Jean PrivatMerge: popcorn: use nitunit for blackbox testing
2016-06-07 Jean PrivatMerge: escape_to_c: Escape trigraphs
2016-06-07 Jean PrivatMerge: lib/nitcorn: fix last warnings
2016-06-07 Jean-Christophe... text: Test all implementations of `escape_to_c`
2016-06-07 Jean-Christophe... escape_to_c: Escape trigraphs
2016-06-07 Alexandre Terrasapopcorn: remove useless tests/ dir
2016-06-03 Jean PrivatMerge: lib/app: update doc for http_request and the...
2016-06-03 Jean PrivatMerge: Factorize `capitalize` and add option to preserv...
2016-06-02 Alexis Laferrièrelib/text: add option to preserve uppercase letter in...
2016-06-02 Alexis Laferrièrelib/text: factorize the implementations of capitalize...
2016-06-02 Alexis Laferrièrelib/app: update package.ini to use the mobile tag
2016-06-02 Alexis Laferrièrelib/app: improve doc of AsyncHttpRequest
2016-06-02 Alexis Laferrièrelib/app: update README
2016-06-02 Alexandre Terrasapopcorn: test test_popcorn with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_static_multiple with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_static_default with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_static with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_session with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_angular with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_simple_logger with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_simple_error_handler with...
2016-06-02 Alexandre Terrasapopcorn: test test_example_html_error_handler with...
2016-06-02 Alexandre Terrasapopcorn: test test_example_advanced_logger with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_query_string with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_post_handler with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_router with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_param_route with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test examples/routing/glob_route with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test examples/hello_world with pop_tests
2016-06-02 Alexandre Terrasapopcorn: introduce pop_tests module
2016-06-01 Alexandre Terrasalib/nitcorn: fix `missing doc` for media_types
2016-06-01 Alexandre Terrasalib/nitcorn: fix `missing doc` for http_response
2016-06-01 Alexandre Terrasalib/nitcorn: fix `non-public init` warnings
2016-06-01 Alexandre Terrasalib/nitcorn: fix `missing doc` warnings
2016-06-01 Alexandre Terrasalib/nitcorn: fix `useless var` warnings
2016-06-01 Alexandre Terrasalib/nitcorn: fix `missing doc` warnings
2016-06-01 Jean PrivatMerge: core: fix some "call on nullable" warnings
2016-05-31 Alexandre Terrasacore: fix warnings in file
2016-05-31 Alexandre Terrasacore: fix warnings in re
2016-05-31 Alexandre Terrasacore: fix warnings in exec
2016-05-31 Alexandre Terrasacore: fix warnings in error
2016-05-31 Alexandre Terrasacore: fix warnings in ropes
2016-05-31 Alexandre Terrasacore: fix warnings in abstract_text
2016-05-31 Alexandre Terrasacore: fix warnings in list
2016-05-31 Alexandre Terrasacore: fix warnings in array
2016-05-28 Lucas Bajoletlib/core: Added `Int::is_pow2` to library
2016-05-27 Jean PrivatMerge: GNU readline wrapper
2016-05-27 Frédéric Vachonlib: Add a tiny GNU readline wrapper
2016-05-26 Jean PrivatMerge: nitcorn: FileServer default file
2016-05-26 Jean PrivatMerge: lib/core: Added `is_dir` function to `Path`
2016-05-26 Alexandre Terrasacore: fix warnings in abstract_collection
2016-05-26 Alexandre Terrasalib/popcorn: update README for `default_file`
2016-05-26 Alexandre Terrasalib/popcorn: update angular example and test
2016-05-26 Alexandre Terrasalib/popcorn: add example and test for default_file
2016-05-26 Alexandre Terrasalib/popcorn: StaticHandler use `default_file`
2016-05-26 Alexandre Terrasanitcorn/file_server: allow default_response if not...
2016-05-26 Alexandre Terrasanitcorn/file_server: fix warnings on file_stat calls
2016-05-26 Alexandre Terrasanitcorn/file_server: extract answer_redirection method
2016-05-26 Alexandre Terrasanitcorn/file_server: extract answer_directory_listing...
2016-05-26 Alexandre Terrasanitcorn/file_server: extract answer_file method
2016-05-26 Lucas Bajoletlib/core: Added `is_dir` function to `Path`
2016-05-26 Jean PrivatMerge: Popcorn: use_before, use_after
2016-05-25 Alexandre Terrasalib/popcorn: document use_before and use_after
2016-05-25 Jean Privatlib/core: add `Sys::pid`
2016-05-25 Alexandre Terrasalib/popcorn: App uses pre / post middlewares
2016-05-25 Alexandre Terrasalib/popcorn: introduce Router::use_after service
2016-05-25 Alexandre Terrasalib/popcorn: introduce Router::use_before service
2016-05-25 Alexandre Terrasalib/popcorn: extract Router::handler_in private service
2016-05-25 Alexandre Terrasalib/popcorn: extract Router::build_route private service
2016-05-24 Jean PrivatMerge: Reworked crypto.nit to introduce basic XOR attacks
2016-05-24 Jean PrivatMerge: Added `copy_from` service to `NativeString`
2016-05-24 Philippe Pepos Pet... lib/crapto: Introduce 2 new attacks on XOR ciphers
2016-05-24 Philippe Pepos Pet... lib/crypto: Introduce XOR cipher management classes
2016-05-24 Philippe Pepos Pet... lib/crypto: Explode crypto.nit into package
2016-05-24 Jean PrivatMerge: Revamp Clock to return float values for easier...
2016-05-24 Jean PrivatMerge: Implementing the Nit wrapper over the native...
2016-05-24 itsWillstarted working on the nit wrapper over the native...
2016-05-23 Jean PrivatMerge: A few game related services and tweaks
2016-05-22 Alexis Laferrièrexymus.net: move server config to contrib
2016-05-22 Alexis Laferrièrexymus.net: update xymus.net with the API for the mobile...
2016-05-22 Alexis Laferrièrelib/gamnit: intro EulerCamera::camera_to_world
2016-05-22 Alexis Laferrièrelib/noise: fix missing doubling of the permutation...
2016-05-22 Alexis Laferrièrelib/noise: move ImprovedNoise from the rosetta perlin...
2016-05-22 Alexis Laferrièrecontrib & lib: fix other clients of clock
2016-05-22 Alexis Laferrièretests & lib/realtime: rewrite test as a nitunit
2016-05-21 Alexis Laferrièrelib/serialization: let refinements and subclasses acces...
2016-05-21 Alexis Laferrièrelib/a_star: intro `find_closest`
2016-05-21 Alexis Laferrièrelib/bucketed_game: make `ThinGame::tick` writable for...
2016-05-21 Alexis Laferrièrelib/bucketed_game: intro services to get stats on buckets
2016-05-21 Alexis Laferrièrelib/android: intro motion down_time
2016-05-21 Alexis Laferrièrelib & contrib: update users of Clock
next