[med-svn] [r-cran-curl] 13/14: Updated version 2.8.1 from 'upstream/2.8.1'

Andreas Tille tille at debian.org
Fri Oct 13 09:28:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-curl.

commit cd89b6bba98b9cb94e22a31eb05d9ecd2a454b64
Merge: 6213ca6 4837e27
Author: Andreas Tille <tille at debian.org>
Date:   Fri Oct 13 11:25:30 2017 +0200

    Updated version 2.8.1 from 'upstream/2.8.1'
    
    with Debian dir 3ab7976412153207761422e752988cbc5cec0f61

 DESCRIPTION                        |  38 ++
 LICENSE                            |   2 +
 MD5                                |  83 ++++
 NAMESPACE                          |  67 +++
 NEWS                               | 161 +++++++
 R/curl.R                           |  78 ++++
 R/download.R                       |  36 ++
 R/echo.R                           |  99 +++++
 R/escape.R                         |  26 ++
 R/fetch.R                          | 109 +++++
 R/form.R                           |  48 +++
 R/handle.R                         | 195 +++++++++
 R/multi.R                          | 133 ++++++
 R/nslookup.R                       |  36 ++
 R/onload.R                         |  27 ++
 R/options.R                        |  37 ++
 R/parse_headers.R                  |  51 +++
 R/proxy.R                          |  48 +++
 R/utilities.R                      |  46 ++
 build/vignette.rds                 | Bin 0 -> 230 bytes
 cleanup                            |   2 +
 configure                          |  71 ++++
 configure.win                      |   0
 data/curl_symbols.rda              | Bin 0 -> 7777 bytes
 inst/doc/intro.R                   | 159 +++++++
 inst/doc/intro.Rmd                 | 328 +++++++++++++++
 inst/doc/intro.html                | 643 ++++++++++++++++++++++++++++
 man/curl.Rd                        |  78 ++++
 man/curl_download.Rd               |  47 +++
 man/curl_echo.Rd                   |  32 ++
 man/curl_escape.Rd                 |  29 ++
 man/curl_fetch.Rd                  |  91 ++++
 man/curl_options.Rd                |  45 ++
 man/handle.Rd                      |  74 ++++
 man/handle_cookies.Rd              |  34 ++
 man/ie_proxy.Rd                    |  27 ++
 man/multi.Rd                       |  89 ++++
 man/multipart.Rd                   |  25 ++
 man/nslookup.Rd                    |  33 ++
 man/parse_date.Rd                  |  23 +
 man/parse_headers.Rd               |  36 ++
 src/Makevars.in                    |   7 +
 src/Makevars.win                   |  34 ++
 src/callbacks.c                    |  81 ++++
 src/callbacks.h                    |   9 +
 src/curl-common.h                  |  65 +++
 src/curl-symbols.h                 | 779 ++++++++++++++++++++++++++++++++++
 src/curl.c                         | 287 +++++++++++++
 src/download.c                     |  51 +++
 src/escape.c                       |  33 ++
 src/fetch.c                        |  91 ++++
 src/form.c                         |  46 ++
 src/getdate.c                      |  17 +
 src/handle.c                       | 388 +++++++++++++++++
 src/ieproxy.c                      | 177 ++++++++
 src/init.c                         |  18 +
 src/interrupt.c                    |  70 ++++
 src/multi.c                        | 247 +++++++++++
 src/nslookup.c                     | 100 +++++
 src/reflist.c                      |  56 +++
 src/split.c                        |  16 +
 src/utils.c                        | 132 ++++++
 src/version.c                      |  64 +++
 src/winhttp32.def.in               |  37 ++
 src/winhttp64.def.in               |  37 ++
 src/winidn.c                       |  70 ++++
 tests/testthat.R                   |   4 +
 tests/testthat/helper-version.R    |  36 ++
 tests/testthat/test-auth.R         |  30 ++
 tests/testthat/test-blockopen.R    |  75 ++++
 tests/testthat/test-certificates.R |  20 +
 tests/testthat/test-connection.R   |  37 ++
 tests/testthat/test-cookies.R      |  51 +++
 tests/testthat/test-escape.R       |  35 ++
 tests/testthat/test-gc.R           |  60 +++
 tests/testthat/test-handle.R       |  94 +++++
 tests/testthat/test-idn.R          |  29 ++
 tests/testthat/test-multi.R        | 104 +++++
 tests/testthat/test-nonblocking.R  |  64 +++
 tests/testthat/test-post.R         | 110 +++++
 tools/symbols-in-versions          | 832 +++++++++++++++++++++++++++++++++++++
 tools/symbols.R                    |  50 +++
 tools/winlibs.R                    |   8 +
 vignettes/intro.Rmd                | 328 +++++++++++++++
 84 files changed, 8065 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-curl.git



More information about the debian-med-commit mailing list