Merge: Work on the Curl module
[nit.git] / lib /
2015-06-10 Jean PrivatMerge: Work on the Curl module
2015-06-10 Jean PrivatMerge: Add some collections for java/collections.nit
2015-06-10 Jean PrivatMerge: file: fix `simplify_path` behavior for path...
2015-06-10 Jean PrivatMerge: Date Lib
2015-06-09 Alexandre Terrasafile: fix `simplify_path` behavior for path starting...
2015-06-08 Alexis Laferrièrelib/curl: nullable attributes of CurlHTTPRequest are...
2015-06-08 Alexis Laferrièrelib/curl: make `supporter_outgoing_protocols` public
2015-06-07 Alexis Laferrièrelib/github: update use of Curl
2015-06-07 Alexis Laferrièrelib/neo4j: fix and update usage of Curl
2015-06-07 Alexis Laferrièrelib/curl: revamp the curl_http example
2015-06-07 Alexis Laferrièrelib/curl: update users of the custom class and fix...
2015-06-07 Alexis Laferrièrelib/curl: replace custom classes by containers
2015-06-07 Alexis Laferrièrelib/curl: fix implementation of `user_agent`
2015-06-07 Alexis Laferrièrelib/curl: revamp and move the curl_mail example to...
2015-06-07 Alexis Laferrièrelib/curl: implement `CurlResponseFailed::to_s`
2015-06-07 Alexis Laferrièrelib/curl: `CurlMail::execute` may return null
2015-06-07 Alexis Laferrièrelib/curl: use a cached instance of `Curl` in `Sys`
2015-06-07 Alexis Laferrièrelib/curl: update module doc
2015-06-07 Alexis Laferrièrelib/curl: make `Curl` a `Finalizable`
2015-06-07 Alexis Laferrièrelib/curl: revamp CurlMailRequest and rename it CurlMail
2015-06-07 Alexis Laferrièrelib/curl: remove `CurlMailRequest::add_conventional_space`
2015-06-07 Alexis Laferrièrelib/curl: use local variable when attribute is nullable
2015-06-07 Alexis Laferrièrelib/curl: update more classes to the new inits
2015-06-07 Alexis Laferrièrelib/curl: revamp style, doc and implementation of HeaderMap
2015-06-07 Alexis Laferrièrelib/curl: make private and update init of HeaderMapIterator
2015-06-07 Alexis Laferrièrelib/curl: rename `i_file` to `file`
2015-06-07 Alexis Laferrièrelib/curl: remove the CurlCallbaksRegisterIntern class
2015-06-07 Alexis Laferrièrelib/curl: replace the `C` prefix by `Native`
2015-06-07 Alexis Laferrièrelib/curl: rename `prim_curl` to `native` per the nity...
2015-06-07 Alexis Laferrièrelib/curl: use the prefix `native_` following the nity...
2015-06-07 Alexis Laferrièrelib/curl: use File and NativeFile instead of the local...
2015-06-07 Alexis Laferrièrelib/curl: update and clean up the callback system
2015-06-07 Alexis Laferrièrelib/curl: update style and add more space between prope...
2015-06-04 MehdiAdd some collections for java/collections.nit
2015-06-03 Jean PrivatMerge: Manage errors on reading binary data
2015-06-03 Jean PrivatMerge: Better error handling in Socket
2015-06-03 Jean PrivatMerge: Fix for Android
2015-06-03 Jean PrivatMerge: Native Types
2015-06-02 Alexis Laferrièrelib/binary: document behavior when reading binary data...
2015-06-02 Alexis Laferrièrelib/binary: protect `read_string` from stream errors
2015-06-02 Alexis Laferrièrelib/binary: redirect 32 bits endianess functions on...
2015-06-02 Alexis Laferrièrelib/mnit_android: fix `Int::next_pow`
2015-06-02 Alexis Laferrièrelib/socket: set `last_error` on connection failed
2015-06-02 Alexis Laferrièrelib/socket: set `last_error` on failed hostname lookups
2015-06-02 Alexis Laferrièrelib/socket: intro `HErrno::to_s`
2015-06-02 Alexis Laferrièrelib/socket: wrap h_errno to report error on gethostbyname
2015-06-02 Alexis Laferrièrelib/socket: move gethostbyname to Sys and use light FFI
2015-06-02 Lucas Bajoletcompiler: Changed types of Char to uint32_t and NativeS...
2015-06-01 Lucas Bajoletlib/standard/string: Added new factory to Buffer abstra...
2015-06-01 Lucas Bajoletlib/standard/string: Removed flatten method on String...
2015-06-01 MehdiAitlib: add module date
2015-05-30 Jean PrivatMerge: Fix reading from Sockets
2015-05-30 Jean PrivatMerge: modelize: ask that attributes in refinements...
2015-05-30 Jean PrivatMerge: Byte data type
2015-05-30 Jean PrivatMerge: Serialization: change annotation to `serialize...
2015-05-30 Jean PrivatMerge: Introduction of convex polygons in geometry...
2015-05-29 Alexis Laferrièrelib/serialization: update README with serialize scopes...
2015-05-29 Alexis Laferrièrelib: update doc to refer to the `serialize` annotation
2015-05-29 Alexis Laferrièrelib/a_star: update to use `serialize` instead of `auto_...
2015-05-29 Alexis Laferrièrelib/more_collections & bucketed_game: declare `serializ...
2015-05-29 Alexis Laferrièrelib/serialization: declare the `serialize` and the...
2015-05-29 Alexis Laferrièrelib/socket: fix call to enlarge with actual buffer...
2015-05-29 Alexis Laferrièrelib/socket: support reading string with null bytes
2015-05-29 Alexis Laferrièrelib/socket: fix enlarge buffer when size is at 0
2015-05-29 Jean Privatlib/standard: remove the only `attr-in-refinement`...
2015-05-29 Lucas Bajoletlib/standard: Introduce Byte type in kernel
2015-05-29 Jean PrivatMerge: introduce plain_to_s
2015-05-29 Jean Privatlib/standard/string: introduce (an use) `plain_to_s`
2015-05-28 Alexandre Terrasalib/json: remove useless types
2015-05-28 Alexandre Terrasalib/nitcorn: remove useless types
2015-05-28 Alexandre Terrasalib/socket: remove useless types
2015-05-28 Alexandre Terrasalib/template: remove useless types
2015-05-28 Alexandre Terrasalib/string_experimentations: remove useless types
2015-05-28 Alexandre Terrasalib/curl: remove useless types
2015-05-28 Alexandre Terrasalib/sqlite: remove useless types
2015-05-28 Alexandre Terrasalib/geometry: remove useless types
2015-05-28 Alexandre Terrasalib/neo4j: remove useless types
2015-05-28 Alexandre Terrasalib/sax: remove useless types
2015-05-28 Alexandre Terrasalib/standard: remove useless repeated types in `standard`
2015-05-28 Jean PrivatMerge: Use self in the FFI
2015-05-28 Jean PrivatMerge: Markdown location
2015-05-28 Jean PrivatMerge: contrib/header_static: a cog in the toolchains...
2015-05-27 BlackMinouIntroduce polygon module
2015-05-27 Jean PrivatMerge: `Int::times`: clean nitunit and expose negative...
2015-05-27 Jean PrivatMerge: Rename all REAMDE to README.md
2015-05-27 Jean PrivatMerge: Intro an unrolled linked list, and fix `List...
2015-05-27 Jean PrivatMerge: Binary/Octal literal Ints
2015-05-27 Alexis Laferrièrelib: update more libs to use `self`
2015-05-27 Alexis Laferrièrelib/mongodb: fix invalid FFI code
2015-05-27 Alexis Laferrièrelib: update other libs to use `self` from C and C+...
2015-05-27 Alexis Laferrièrelib/java: update to use `self` from Java code
2015-05-27 Alexis Laferrièrelib/standard: update to use `self` in C code
2015-05-27 Alexis Laferrièrelib/standard: update style of doc and fix whitespace...
2015-05-27 Alexis Laferrièrelib/ios: update Objective-C code to use `self`
2015-05-27 Alexis Laferrièrelib/cocoa: update Objective-C code to use `self`
2015-05-27 Alexis Laferrièrelib/gtk: update to use `self` from C code
2015-05-27 Alexis Laferrièrelib/android: clean up whitespace errors in `bundle`
2015-05-27 Alexis Laferrièrelib/android: update to use `self` in Java code
2015-05-26 Jean PrivatRename REAMDE to README.md
2015-05-26 Alexis Laferrièrelib/android: fix style of `shared_preferences_api10...
next