3 + CURL_SSLVERSION_TLSv1_3
4 * O(1) vs O(N) speedup for workloads with lots of short-lived concurrent connections
8 * fix build with older libcurl
13 + CURLOPT_CERTINFO CURLINFO_CERTINFO
14 + CURL_HTTP_VERSION_2 CURL_HTTP_VERSION_2TLS
15 * CURLOPT_SSLVERSION is now a variant type (backward-incompatible change)
23 * fix invalid memory access in CURLOPT_HTTPPOST handling (mfp)
27 * fix build with older libcurl
35 + CURLOPT_MAIL_FROM CURLOPT_MAIL_RCPT
37 * fix CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 and CURLOPT_INFILESIZE_LARGE
38 * fix memory leaks in CURLOPT_HTTPPOST handling
39 * use specific NotImplemented exception instead of generic Failure
43 * fix Curl.duphandle wrt CURLOPT_DNS_SERVERS
44 * lwt: fix memory leak
45 * Multi: keep Curl.t alive
49 * Multi: win32 support (arirux)
51 * lwt: handle Lwt.cancel
52 * lwt: fix set_errorbuffer
56 * Curl_lwt: basic Lwt interface
57 * make Curl.t a custom value (with compare and hash)
58 * set_readfunction: assert correct length, do not silently truncate data
59 * generate ocamldoc html with `make doc`
60 * fix build: set CFLAGS for feature tests
64 * fix type of set_seekfunction
65 * fix handling of exceptions from callbacks (break the transfer)
66 + CURLINFO_CONDITION_UNMET TIMECOND_NONE TIMECOND_LASTMOD
67 * fix build on windows
68 * expose Curl.t underlying Curl.handle object
69 * implement Curl.handle#get_redirecturl
73 * introduce bindings to asynchronous multi interface
74 + Multi: set_socket_function set_timer_function action_all action_timeout action timeout
75 * treat SSLVERIFYHOST_EXISTENCE as SSLVERIFYHOST_HOSTNAME, previous workaround was broken
77 * configure: do not override CFLAGS
78 * expose set_sshprivatekeyfile
82 * configure: more robust test for libcurl
86 + CURLINFO_LOCAL_IP CURLINFO_LOCAL_PORT
88 + compatibility fixes for old libcurl versions
92 Makefile: add release target
94 Makefile: add distclean target
99 version_info: return features as list of strings
100 more version info fields
101 replace SSLVERIFYHOST_EXISTENCE with SSLVERIFYHOST_HOSTNAME for new libcurl
102 + CURLOPT_RESOLVE CURLOPT_DNS_SERVERS
103 + CURLOPT_PROTOCOLS and CURLOPT_REDIR_PROTOCOLS
105 fix free_curl_slist (crash with 7.24.0)
106 Makefile: add uninstall target
107 update ocaml m4 macros (in particular ocamlfind will be used by default, if present)
108 + CURLINFO_PRIMARY_IP
112 + CURLOPT_OPENSOCKETFUNCTION
114 support CURLOPT_AUTOREFERER
118 fix: memory leak in curl_slist handling
119 disable checkConnection (kills performance with many handles)
120 support CURLINFO_REDIRECT_URL
122 fix: double free (connection->range)
123 support all encodings
124 fix: CURLINFO_FILETIME has type long
126 add strerror, return curlCode from remove_finished
127 actually retrieve CURLINFO_FTP_ENTRY_PATH
128 fix typo HAVE_DECL_CURLINFO_HTTP_CONNECTCODE
129 remove CURLE_FTP_SSL_FAILED (breaks int to curlCode conversion)
130 add README for ocaml/msvc build
131 fix crash bug (use Store_field) in raiseError
132 fix: do not use Store_field on Abstract_tag blocks
133 install with ocamlfind on windows too
134 fix ocamlfind installation
135 wrap CURLM* as custom value
136 fix build (build dllcurl-helper.dll once)
137 link with ws2_32.dll for select for curlm_wait_data
138 use explicit -dllpath in examples (so that examples work without installing)
140 tweak code and Makefile for msvc build
143 test code for threads
145 fix crash: NULL from curl_easy_getinfo
146 fix: helper_* functions should return Val_unit
147 examples/omulti: accept command-line args
148 build dllcurl-helper (partially merged deb patch)
150 fix crash bug (use Store_field)
151 + Multi.{add,perform,wait}
153 + Curl.Multi.remove_finished
155 fix error in seekFunction
157 fix locking in callbacks
158 start from ocurl 0.5.1