nit: Added link to `CONTRIBUTING.md` from the README
[nit.git] / lib /
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 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
2016-05-21 Alexis Laferrièrelib/realtime: free attributes of Clock at finalize_once
2016-05-21 Alexis Laferrièrelib/realtime: fix clock to return mostly Float values
2016-05-21 Alexis Laferrièrelib/realtime: fix `Timespec::-`
2016-05-21 Alexis Laferrièrelib/realtime: intro `Clock::peek_lapse`
2016-05-20 Alexis Laferrièrelib/geometry: change triangulate API for easier usage
2016-05-20 Alexis Laferrièrelib/gamnit: intro draw_mode
2016-05-20 Alexis Laferrièrelib/gamnit & egl: extract number of color bits as attri...
2016-05-20 Alexis Laferrièrelib/gamnit: fix order on the color bits count
2016-05-20 Alexis Laferrièrelib/gamnit: rename GamnitAssetTexture to TextureAsset
2016-05-20 Alexis Laferrièrelib/gamnit: fix wrap of subtextures on models
2016-05-20 Alexis Laferrièrelib/gamnit: move texture_atlas_parser
2016-05-20 Alexis Laferrièrelib/gamnit: intro GamnitProgram::diagnose
2016-05-20 Alexis Laferrièrelib/gamnit: fix `cube::tex_coords`
2016-05-20 Alexis Laferrièrelib/gamnit: improve doc of subtexture with a vital...
2016-05-20 Alexis Laferrièrelib/gamnit: extract placeholder model
2016-05-20 Alexis Laferrièrelib/gamnit: initialize `current_fps` to `maximum_fps`
2016-05-20 Jean PrivatMerge: Popcorn
2016-05-20 Alexandre Terrasalib/popcorn: create package
2016-05-19 Alexandre Terrasalib/popcorn: introduce Angular.js example
2016-05-19 Alexandre Terrasalib/popcorn: introduce mongodb example
2016-05-19 Alexandre Terrasalib/popcorn: route tests
2016-05-19 Alexandre Terrasalib/popcorn: router tests
2016-05-19 Alexandre Terrasalib/popcorn: introduce middleware examples
2016-05-19 Alexandre Terrasalib/popcorn: introduce session example
2016-05-19 Alexandre Terrasalib/popcorn: introduce handler examples
2016-05-19 Alexandre Terrasalib/popcorn: introduce static_files examples
2016-05-19 Alexandre Terrasalib/popcorn: introduce routing examples
2016-05-19 Alexandre Terrasalib/popcorn: introduce hello example
2016-05-19 Alexandre Terrasalib/popcorn: introduce base test features
2016-05-19 Alexandre Terrasalib/popcorn: introduce App implementation
2016-05-19 Alexandre Terrasalib/popcorn: introduce default middlewares
2016-05-19 Alexandre Terrasalib/nitcorn: make session writable
2016-05-19 Alexandre Terrasalib/popcorn: introduce pop_handlers
2016-05-19 Alexandre Terrasalib/nitcorn: make file server "show_directory" an option
2016-05-19 Alexandre Terrasalib/nitcorn: introduce json media types
2016-05-19 Alexandre Terrasalib/popcorn: introduce pop_routes
2016-05-19 Alexandre Terrasalib/nitcorn: redef to_s service on UriPart subclasses
2016-05-19 Alexandre Terrasalib/templates: fix typo in macro documentation
2016-05-19 Lucas Bajoletlib/core: Perfized `copy_to_native` implementation...
2016-05-19 Lucas Bajoletlib/core: Added easy `fill_from` method to `NativeString`
2016-05-18 Alexis Laferrièrelib/ios: fix ListLayout style
2016-05-18 Alexis Laferrièrelib/ios: fix `pop_window` on iOS
2016-05-18 Alexis Laferrièrelib/android: fix align to always be centered vertically
2016-05-17 Jean PrivatMerge: app.nit: navigate between windows with the back...
2016-05-17 Jean PrivatMerge: app.nit: intro `ToggleEvent`
2016-05-17 Jean PrivatMerge: lib/core: Fix substring issue in `ASCIIFlatString`
2016-05-17 Alexis Laferrièrelib/ios: layouts have different behavior according...
2016-05-17 Alexis Laferrièrelib/android: fix text input losing focus on selection...
2016-05-17 Alexis Laferrièrelib/android: implement back_button support using the...
2016-05-17 Alexis Laferrièrelib/android: add onKey* callbacks to Nit_activity
2016-05-17 Alexis Laferrièrelib/linux: implement back button
2016-05-17 Alexis Laferrièrelib/app: intro back_button abstraction with navigation...
2016-05-17 Jean PrivatMerge: Rubix: Fix package
2016-05-17 Jean PrivatMerge: Android: select the low-level implementations...
2016-05-17 Jean PrivatMerge: Wrap postgresql #1810
2016-05-17 Alexis Laferrièrelib/linux: implement ToggleEvent
2016-05-17 Alexis Laferrièrelib/ios: implement ToggleEvent
2016-05-17 Alexis Laferrièrelib/android: implement ToggleEvent
next