2018-02-02 01:25:41 by Min Sik Kim | Files touched by this commit (2) |
Log message: www/R-curl: Update to 3.1 Changes: - Fix potential memory bug in curl() when doubling the buffer is insufficient. - Added unit test for curl_echo() to post large multipart data. - Fix IDN unit test error "string has forbidden bi-directional properties" |
2018-01-01 22:18:57 by Adam Ciarcinski | Files touched by this commit (629) | |
Log message: Revbump after boost update |
2017-10-10 00:38:12 by Brook Milligan | Files touched by this commit (4) |
Log message: Initial import of R-curl v3.0 from CRAN. The curl() and curl_download() functions provide highly configurable drop-in replacements for base url() and download.file() with better performance, support for encryption (https, ftps), gzip compression, authentication, and other 'libcurl' goodies. The core of the package implements a framework for performing fully customized requests where data can be processed either in memory, on disk, or streaming via the callback or connection interfaces. |