Commit 280cba5
committed
[new release] curl (3 packages) (0.10.0)
CHANGES:
* Transition from the ocurl package name to curl.
(Nicolás Ojeda Bär, ygrek)
* Split curl_lwt into its own package. The new library name is curl_lwt.
(Rudi Grinberg, kit-ty-kate, ygrek)
* Fix handling of the runtime lock when calling curl multi callback cleanups.
(Malcolm, review by ygrek, Nicolás Ojeda Bär, and Antonin Décimo)
+ Support CURL_NOPROXY.
(Luke Palmer)
+ Get a list of headers with [get_headers] that result from repeatedly calling
[curl_easy_nextheader] with the supplied origins and request.
(Luke Palmer)
* Remove the Autoconf build to fully use Dune instead.
(Nicolás Ojeda Bär, Jonah Beckford, Antonin Décimo)
* Build fixes. Bug fixes.
(David Allsopp, ygrek, Nicolás Ojeda Bär, Luke Palmer)
+ Support CURLOPT_CLOSESOCKETFUNCTION.
(Luke Palmer)
+ Support CURLOPT_PROXY_SSL_OPTIONS.
(Nicolás Ojeda Bär)
+ Bind extra_fds argument to curl_multi_wait and curl_multi_poll.
(Nicolás Ojeda Bär)
+ Add support for TCP_KEEPALIVE, TCP_KEEPIDLE, TCP_KEEPINTVL options.
(Sewen Thy)
+ Support CURLOPT_PREREQFUNCTION. Support CURLOPT_AWS_SIGV4.
(Albert Peschar)
* Add missing dependency on Unix.
(David Allsopp)
+ Check for CURLOPT_XFERINFOFUNCTION.
(ygrek)
+ Check for curl_global_sslset.
(Nicolás Ojeda Bär)1 parent 19c8e74 commit 280cba5
3 files changed
+121
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments