lib/websockets: Added basic support for Websockets
[nit.git] / lib /
2014-04-07 Lucas Bajoletlib/websockets: Added basic support for Websockets
2014-04-07 Lucas Bajoletlib/standard: Added errno and strerror bindings to...
2014-04-07 Lucas Bajoletlib/sockets: Improved and fixed bugs in implementation...
2014-04-07 Lucas Bajoletlib/socket: Added sockopts to socket lib
2014-04-07 Lucas Bajoletlib/socket: Changed error handling with sockets
2014-03-28 Jean Privatlib/sha1: fix nitunit
2014-03-28 Jean PrivatMerge: lib: added sha1 on String
2014-03-27 Lucas Bajoletlib: added sha1 on String
2014-03-27 Jean PrivatMerge: Fix visibility importation
2014-03-27 Jean PrivatMerge branch 'strings'
2014-03-26 Jean PrivatMerge: More on Pipeline
2014-03-26 Jean Privatlib/string: remove redefinition of CHARVIEW that expose...
2014-03-26 Jean PrivatMerge origin/master to prepare the integration
2014-03-26 Jean Privatlib/pipeline: add basic functional-like filer processin...
2014-03-25 Lucas Bajoletstdlib/strings: Minor style fix
2014-03-25 Lucas Bajoletstdlib/strings: Repaired hash for Buffers.
2014-03-25 Lucas Bajoletstdlib/strings: Added cache on Buffer.
2014-03-25 Lucas Bajoletstdlib/strings: Abstracted hash (breaks hash on Buffer...
2014-03-25 Lucas Bajoletstdlib/strings: Added cache for efficency when calling...
2014-03-25 Lucas Bajoletstdlib/strings: Added reversed service on Text and...
2014-03-25 Lucas Bajoletstdlib/strings: Generalized to_cstring to all Text...
2014-03-25 Lucas Bajoletstdlib/strings: Added flatten service.
2014-03-25 Lucas Bajoletstdlib/strings: Modified constructor for Buffer, now...
2014-03-25 Lucas Bajoletstdlib/strings: Fixed behaviour for substring_from...
2014-03-25 Lucas Bajoletstdlib/strings: Moved String as abstract, FlatString...
2014-03-25 Lucas Bajoletstdlib/strings: Moved append to Buffer, now works on...
2014-03-25 Lucas Bajoletstdlib/strings: Abstracted functions common to all...
2014-03-25 Jean Privatlib/string_search: make all introdiced method of Patter...
2014-03-25 Jean Privatsrc: remove clients of protected Pattern methods
2014-03-25 Jean Privatlib/coll: remove private types from public signatures
2014-03-24 Jean Privatlib: modify lib/pipeline to work on iterators instead...
2014-03-24 Jean Privatlib/curl: remove dep. en `pipeline`
2014-03-24 Lucas Bajoletstdlib/strings: Reunited super StringCapable under...
2014-03-24 Lucas Bajoletstdlib/strings: Factorized several functions in Text.
2014-03-24 Lucas Bajoletstdlib/strings: Added empty method to unify the product...
2014-03-24 Lucas Bajoletstdlib/strings: Introduced virtual types for Text class...
2014-03-24 Lucas Bajoletstdlib/strings: Moved, factorized and generalized compa...
2014-03-24 Lucas Bajoletstdlib/strings: Renamed AbstractString to FlatText.
2014-03-24 Lucas Bajoletstdlib/strings: Moved Buffer to FlatBuffer, Buffer...
2014-03-24 Lucas Bajoletstdlib/strings: Cleaned the old way of defining private...
2014-03-24 Lucas Bajoletstdlib/strings: Detached the Text block from Collection.
2014-03-24 Lucas Bajoletstdlib/strings: Detached Buffer from AbstractArray.
2014-03-24 Lucas Bajoletstdlib/strings: Introduced class Text, will be used...
2014-03-24 Lucas Bajoletstdlib/strings: Moved Substring to Buffer since it...
2014-03-24 Lucas Bajoletstdlib/strings: Added reverse iterators on char views...
2014-03-21 Jean PrivatMerge branch 'doc_stdlib_some_more'
2014-03-21 Jean PrivatMerge branch 'html_add_outer'
2014-03-21 Johann Duboislib/html: add method add_outer
2014-03-21 Jean PrivatMerge branch 'doc_for_FileStat'
2014-03-21 Johann Duboislib/file: Add comments in FileStat
2014-03-21 Jean Privatlib/environ: more documentation and nitunit tests
2014-03-21 Jean Privatlib/string_search: more documentation and nitunit tests
2014-03-21 Jean Privatlib/file: more documentation and nitunit tests
2014-03-21 Jean Privatlib/file: document and fix `file_extension`
2014-03-20 Jean PrivatMerge branch 'doc_on_collection'
2014-03-20 Jean PrivatMerge branch 'module_paths'
2014-03-20 Jean Privatlib/coll: make private some specific implementations...
2014-03-20 Jean Privatlib/coll: make CoupleMapIterator private
2014-03-20 Jean Privatlib/coll: generalize `insert` in Sequence
2014-03-20 Jean Privatlib/coll: move *index_of* in Sequence
2014-03-20 Jean Privatlib: document abstract_collection + nitunit tests
2014-03-20 Jean Privatlib/array: fix AbstractArray::unshift
2014-03-19 Jean Privatlib/html: add a lot of nitunit tests
2014-03-19 Jean PrivatMerge remote-tracking branch 'alexis/more-jvm'
2014-03-18 Jean Privatlib/kernel: add `Bool::to_i`
2014-03-18 Jean PrivatMerge branch 'streamable'
2014-03-18 Jean PrivatMerge branch 'comparators'
2014-03-18 Jean PrivatMerge branch 'file_string'
2014-03-18 Jean Privatlib/html: adapt HTMLPage & HTMLTag to Streamable
2014-03-18 Alexis Laferrièrelib/jvm: intro JavaVM::attach_current_thread
2014-03-18 Alexis Laferrièrelib/jvm: intro JavaVM::env
2014-03-18 Alexis Laferrièrelib/jvm: rename JavaVM::destroy
2014-03-18 Alexis Laferrièrelib/jvm: clean up JavaVM error system
2014-03-18 Alexis Laferrièrelib/jvm: create JVM with custom options
2014-03-18 Alexis Laferrièrelib/kernel: intro Pointer::free
2014-03-14 Jean Privatlib/file: fix border-use-cases of String::basename
2014-03-14 Jean Privatlib/file: remove all trailing / on String::dirname
2014-03-14 Jean PrivatMerge remote-tracking branch 'alexis/lib-jvm'
2014-03-14 Romain Chanoirlib: intro the jvm module
2014-03-14 Jean Privatmigration: use Comparator instead of Sorter in code
2014-03-14 Jean Privatlib/ordered_tree: adapt OrderedTree to Streamable
2014-03-14 Jean Privatlib/sorter: provide a stateless singleton `default_comp...
2014-03-14 Jean Privatlib/sorter: rename Sorter to Comparator
2014-03-14 Jean Privatlib/csv: adapt CSVDocument to the Streamable interface.
2014-03-14 Jean Privatlib: move `Template::write_to_*` to `Streamable`
2014-03-13 Jean PrivatMerge remote-tracking branch 'alexis/much-more-android'
2014-03-13 Alexis Laferrièrelib: add doc to Passwd properties
2014-03-13 Alexis Laferrièrelib: move Passwd::gecos to a new posix_ext module
2014-03-13 Alexis Laferrièrelib: in Int::sqrt, use C sqrt function for double
2014-03-13 Alexis Laferrièrelib: remove broken Int::sin/cos
2014-03-13 Jean PrivatMerge branch 'dump_rta'
2014-03-12 Jean PrivatMerge remote-tracking branch 'alexis/even-more-android'
2014-03-12 Alexis Laferrièrelib/mnit_android: use AndroidMotionEvent::action to...
2014-03-12 Alexis Laferrièrelib/mnit_android: intro AndroidMotionEvent::action
2014-03-12 Alexis Laferrièrelib/mnit_android: correctly implement and use the gener...
2014-03-12 Alexis Laferrièrelib/mnit_android: inverse importation of app and opengles1
2014-03-12 Alexis Laferrièrelib/mnit_linux: replace calls to LOGI/LOGW with fprintf
2014-03-12 Alexis Laferrièrelib/mnit: less C warnings for LOGI/W
2014-03-12 Alexis Laferrièrelib/mnit_android: fix redef of Object::print
2014-03-12 Alexis Laferrièrelib/a_star: minor style cleanup
next