lib/crapto: Introduce 2 new attacks on XOR ciphers
[nit.git] / lib /
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-14 Philippe Pepos Pet... lib/crypto: Introduce hamming distance on Bytes
2016-05-13 Jean PrivatMerge: lib/base64: Support line breaks in base64 strings.
2016-05-13 Jean PrivatMerge: Introduce crapto modules for cryptographic attacks.
2016-05-13 Philippe Pepos Pet... Introduce lib/crapto and a frequency analysis service.
2016-05-12 Philippe Pepos Pet... lib/base64: Support line breaks in base64 strings.
2016-05-11 Jean PrivatMerge: Calculator: add scientific features and nicer...
2016-05-11 Jean PrivatMerge: Added a service to xor `Bytes`
2016-05-11 Philippe Pepos Pet... lib/crypto: Remove xor cipher on Text.
2016-05-11 Philippe Pepos Pet... lib/crypto: Add a xor'ing function to Bytes.
2016-05-11 Alexis Laferrièrelib/cocoa: fix NSString::to_s to use to_s_with_copy
2016-05-11 Alexis Laferrièrelib/gtk: copy all strings into Nit memory
2016-05-10 Jean PrivatMerge: JSON Parser Optimization
2016-05-09 Lucas Bajoletlib/core: Perfize reset in `FlatBuffer`
2016-05-09 Lucas Bajoletlib/core: Replaced FFI version of set_char_at by pure Nit
2016-05-09 Lucas Bajoletlib/core: Added new `append_substring` service to avoid...
2016-05-09 Lucas Bajoletlib/json: Faster `parse_json_string` implementation
2016-05-06 Jean PrivatMerge: Flatbuffer fix
2016-05-06 Jean PrivatMerge: lib/fixed_ints: fix crash on `"-".is_int`
2016-05-06 Lucas Bajoletlib/json: Implemented `pretty_json_visit` on JsonParseError
2016-05-06 Lucas Bajoletlib/core: Added surrogate detection methods to `Char`
2016-05-05 Lucas Bajoletlib/core: Fix `new FlatBuffer.from`
2016-05-05 Alexis Laferrièrelib/fixed_ints: fix crash on `"-".is_int`
2016-05-05 Jean PrivatMerge: Fix RopeBytes
2016-05-05 Jean PrivatMerge: Examples class name
2016-05-03 Lucas Bajoletlib/core: Fix RopeBytes::[]
2016-05-03 Jean Privatlib/more_collections: add `BestDistance` as an helper...
2016-05-03 Jean PrivatMerge: Simplify CSV
2016-05-03 Jean PrivatMerge: Perfize FlatBuffer
2016-05-03 Lucas Bajoletlib/core: Stop allocating 1 byte more when initializing...
2016-05-03 Lucas Bajoletlib/core: Improved running time for reset
2016-05-03 Lucas Bajoletlib/core: Improve FlatBuffer re-allocation rate by...
2016-05-03 Lucas Bajoletlib/csv: Major rewriting for performance and simplicity
2016-05-03 Lucas Bajoletlib/core: `u8char_len` is now public
2016-05-03 Lucas Bajoletlib/core: Added simple write char method to `Writer`
2016-05-02 Jean PrivatMerge: Rubix cube
2016-05-02 Jean PrivatMerge: lib: add logic library
2016-05-02 Jean PrivatMerge: nitcatalog: handle local images
2016-05-01 Jean Privatlib/core/file: use Bytes in file copy (or else binary...
2016-04-28 Jean PrivatMerge: Better Entity::full_name
2016-04-28 Jean PrivatMerge: Faster ASCII-only strings
2016-04-28 Lucas Bajoletlib: Update text_stat and tests for new String types
2016-04-28 Lucas Bajoletlib: Fix serialization issue with string-oriented typing
2016-04-27 Jean Privatandroid: remove superfluous redefinitions of SELF
2016-04-26 Jean PrivatMerge: Continuous integration tests for Nitcorn
2016-04-23 Alexis Laferrièrelib/pthreads: less warnings on OS X
2016-04-22 Jean Privatlib: add logic library
2016-04-22 Lucas Bajoletlib/core: Faster access to length in ropes
2016-04-22 Lucas Bajoletlib/core: Made FlatString abstract and added fast versi...
2016-04-22 Alexis Laferrièrelib/nitcorn: FileServer sort files by name in directory...
2016-04-22 Alexis Laferrièrelib/nitcorn: return a 404 on a request matching not...
2016-04-22 Alexis Laferrièretests: test nitcorn
2016-04-22 Lucas Bajoletlib: Added Rubix Cube modelization class for solvers
2016-04-22 Lucas Bajoletlib/core: Added rotation methods to Sequence
2016-04-22 Alexis Laferrièrelib/json: intro setting to serialize to pretty JSON
2016-04-22 Alexis Laferrièrelib/json: clear warnings
2016-04-22 Alexis Laferrièrelib/json: warn on cycle when writing plain JSON
2016-04-21 Jean PrivatMerge: Codec refactor
2016-04-21 Jean PrivatMerge: Pack Strings
2016-04-21 Jean PrivatMerge: Poset: add clone, ==, hash and sub
2016-04-21 Alexandre TerrasaMerge branch 'subposet' of https://github.com/privat...
2016-04-21 Lucas BajoletCodecs: Refactor API
2016-04-21 Alexis Laferrièrelib/nitcorn: force all routes path to begin with a...
2016-04-21 Lucas Bajoletlib/core: Added packing methods to `Text`
2016-04-21 Jean Privatlib/poset: add == and hash
2016-04-21 Jean PrivatMerge: Fix more warnings
2016-04-21 Jean PrivatMerge: lib/core/bytes: add `Int::to_bytes` and `Bytes...
2016-04-21 Jean Privatlib/poset: make POSet cCloneable
2016-04-21 Jean Privatlib/poset: add `sub` to build induced subposets
2016-04-20 Alexandre Terrasalib/template: fix init with signature warning
2016-04-20 Alexandre Terrasalib: fix useless redef signature warnings
2016-04-20 Alexandre Terrasalib: fix more call on nullable receiver warnings
2016-04-20 Alexandre Terrasalib: missing fix documentation warnings
2016-04-20 Jean PrivatMerge: nitcorn: fix path resolution for vararg routes
2016-04-20 Jean PrivatMerge: lib/core: fix `Text::is_int`
2016-04-20 Jean PrivatMerge: iOS and text: fix UTF-8 support on iOS and impro...
2016-04-20 Jean Privatlib/core/bytes: add `Int::to_bytes` and `Bytes::to_i`
2016-04-20 Alexis Laferrièrelib/opts: report invalid integer passed to an OptionInt
2016-04-20 Alexandre Terrasavararg_routes: improve module documentation
2016-04-20 Alexandre Terrasanitcorn: remove warnings from reactor.nit
2016-04-20 Alexandre Terrasanitcorn: fix path resolution for vararg routes
2016-04-19 Alexis Laferrièrelib/core: fix `Text::is_int`
2016-04-18 Alexis Laferrièrelib/cocoa: reading text from NSData should copy it...
2016-04-18 Alexis Laferrièrelib/cocoa: fix to_nsstring to use UTF-8 encoding
2016-04-18 Alexis Laferrièrelib/core: remove duplicates and improve doc of `NativeS...
2016-04-18 Alexis Laferrièrelib/core: intro to_s_with_copy_and_length
2016-04-18 Jean PrivatMerge: iOS: support apps with multiple windows, and...
2016-04-15 Alexis Laferrièrelib/ios: implement `Label::size= & align=`
2016-04-15 Alexis Laferrièrelib/ios: support multiple windows using a UINavigationC...
2016-04-15 Alexis Laferrièrelib/ios: ListLayout use a UIStackView inside a UIScrollView
2016-04-15 Alexis Laferrièrelib/ios: use simple init constructor in Objective-C...
2016-04-15 Alexis Laferrièrelib/ios: do not crash when removing a non-View control
2016-04-15 Alexis Laferrièrelib/linux: implement `Label::size= & align=`
2016-04-15 Alexis Laferrièrelib/android: implement `TextView::size= & align=` and...
2016-04-15 Alexis Laferrièrelib/app: intro `TextView::size= & align=`
2016-04-15 Alexis Laferrièrelib/gtk: intro `GtkLabel::justify` and the `set_markup...
2016-04-15 Alexis Laferrièrelib/gtk: fix uncallable / unimplemented alignment and...
2016-04-14 Jean PrivatMerge: Benitlux & sqlite3: fix closing SQLite statement...
next