Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / curl /
2019-02-14 Alexis Laferrièrecurl: intro shortcut methods `http_get` and `http_downl...
2019-02-14 Alexis Laferrièrecurl: the libcurl handle is initiated once per request...
2019-02-13 Alexis Laferrièrecurl: add some more doc
2018-05-11 Jean PrivatMerge: Added HTTP METHODS to CurlHTTPRequest
2018-05-10 Matthieu Le GuellautAdded HTTP METHODS to CurlHTTPRequest
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2018-03-25 Alexis Laferrièrecurl: intro `CurlHTTPRequest::unix_socket_path`
2018-03-25 Alexis Laferrièrecurl: cleanup, remove a typo and a callback from C...
2018-02-15 Alexis Laferrière*: remove newly superfluous static types on attributes
2017-11-28 Alexandre Terrasaexamples: annotate examples
2017-10-12 Alexandre Terrasalib/curl: allow raw body string in CurlHTTPRequest
2017-07-17 Jean Privatlib&contrib: remove some useless truisms.
2016-12-27 Alexis Laferrière*: update all clients of the `CString::to_s` services
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2015-11-25 Alexis Laferrièrelib/curl: better doc for `CurlHTTPRequest`
2015-11-25 Alexis Laferrièrelib/curl: `CurlHTTPRequest::datas` to `data`
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-09-04 Jean PrivatMerge: Better synopses in many packages for a prettier...
2015-09-02 Jean PrivatMerge: Ini of projects
2015-08-30 Jean Privatlib: introduce .ini for projects maintained by Alexis...
2015-08-29 Alexis Laferrièrelib: improve synopsis and doc of many libs
2015-08-28 Jean PrivatMerge: After new loader
2015-08-28 Jean Privatlib: remove placeholder empty default modules of groups.
2015-08-27 Jean Privatcode: update references to `standard`
2015-08-05 Jean PrivatMerge: Can use lib/github/github_curl without a oauth...
2015-08-05 Jean Privatlib/curl: Collection::to_curlslist do not crash on...
2015-08-04 Alexandre Terrasacurl: implement CURLOPT_TIMEOUT and CURLOPT_TIMEOUT_MS
2015-07-20 Jean PrivatMerge: Apply optional params in strip_extension, basena...
2015-07-18 Alexis Laferrièresrc & lib: use the default behavior of `basename` where...
2015-07-17 Alexis Laferrièrelib & examples & tests: update all the many and happy...
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/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-05-28 Alexandre Terrasalib/curl: remove useless types
2015-05-27 Alexis Laferrièrelib: update other libs to use `self` from C and C+...
2015-01-12 Alexandre Terrasalib/curl: fixes old style inits
2014-09-30 Jean Privatlib: move some examples/* into specific subdirectories...
2014-09-10 Alexis LaferrièreMerge branch 'master' into polymorphic_extern_classes
2014-09-10 Alexis Laferrièrelib/curl: fix missing import of string.h and clean...
2014-09-05 Jean Privatsrc: transform all old writable in annotations
2014-08-21 Alexis Laferrièrelib/curl: use more precise return types
2014-08-15 Jean Privatlib: prepare for new constructors
2014-07-15 Alexandre Terrasalib/curl: clean and sort options
2014-04-15 Jean Privatffi: update code with last syntax
2014-04-07 Jean PrivatMerge: Extract sdl, mnit_display and mnit_input from...
2014-04-04 Alexis Laferrièrelib: clean up .args
2014-04-02 Alexis Laferrièrelib/curl: add support for setting the user agent
2014-04-02 Alexis Laferrièrelib/curl: prevent C warnings on callbacks
2014-03-24 Jean Privatlib/curl: remove dep. en `pipeline`
2014-03-07 Alexis Laferrièrelib/curl: remove indirect creation of basic requests
2014-03-07 Alexis Laferrièrelib/curl: clean up CurlMailRequest::init
2014-03-07 Alexis Laferrièrelib/curl: clean up surperfluous types
2014-03-06 Alexis Laferrièrelib/curl: fix indentation
2014-02-24 Alexis Laferrièrelib/curl: adds missing FFI import
2014-02-24 Alexis Laferrièrelib/curl: use pkgconfig in curl module
2014-02-17 Alexis Laferrièrelib: update curl module to the latest FFI spec
2013-11-19 Jean Privatremove closures from code
2013-10-24 Alexandre Terrasalib: Implemented HeaderMapIterator on Curl
2013-08-29 Lucas BajoletStdlib: Removed all references to String constructors...
2013-08-01 Jean Privatcurl: protected classes does not exists (yet?)
2013-07-31 Matthieu Lucaslib: fixing visibility of intern use only Curl Response...
2013-07-31 Matthieu Lucaslib: integrating Mail module inside Curl module
2013-07-29 Alexis Laferrièrelib: adds the mail submodule to curl
2013-07-29 Alexis Laferrièrelib: intro curl module by Matthieu Lucas