Organisationsygrekocurlbranch/masterBuild History

Build History for branch/master

Builds (32)
Merge pull request #109 from ygrek/gha-fixes GHA: remove some workarounds on Windows
f4a28b
Fix typo in CHANGES
c961aa
ocurl transition package need to depend on curl_lwt
9d9c82
Depend explicitly on Dune in the dune-project file
ddc3a1
Update changes
3a7823
Merge pull request #104 from ygrek/fix-release-lock-cleanup
56e4cc
Use new domain lock functions (#106) Replace caml_{enter,leave}_blocking_section with caml_{release,acquire}_runtime_system.
cff21c
Depend on dune-configurator >= 3.18.1 for pkgconf fixes
575c9e
Assume `unistd.h` presence on all non-Windows systems (#102)
6f4397
Fix cast warning on clang (#101)
890c9d
Fix the opam ocurl -> curl transition package definitions (#100)
8b8501
Make curl depend on the dune-configurator opam package
49053b
GHA: quote OCaml version numbers Otherwise they're wrongly interpreted as integers or floating-point numbers.
2c3c97
Implement get_headers (#94) Reviewed-by: Antonin Décimo <antonin@tarides.com>
6e5f7f
GHA: run tests if not Windows
2043f1
Implement CURLOPT_NOPROXY (#95)
19a7cf
Fix type of curl_multi_cleanup return variable (#97)
20569e
Remove last remnants of the configure script
b6911a
Update the changelog
f2abf6
Write callback with buffer access (#88)
0b3a52
Update GHA, remove AppVeyor
dca0ff
fix case fallthrough on CURLFTPMETHOD_SINGLECWD
66f32f
Implement CURLOPT_CLOSESOCKETFUNCTION
d9dd5b
Call configure script from curl_lwt.opam (#82)
414827
Add support for `CURLOPT_PROXY_SSL_OPTIONS` (#86)
3bacb2
undef more TCP_ symbols ref #80
fb8bbb
fix windows build (unexpected TCP_FASTOPEN define) fix #77
1bc75b
do not build all examples one example uses lwt_ppx which we don't want to depend on, see #66 examples that are part of the tests are built alright during make test
3268b0
feature: split lwt package (#79) * feature: split lwt package Split curl.lwt into its own package. This allows users to depend on lwt and curl without pulling in curl.lwt (cohttp-curl-lwt does that) We leave a findlib alias from curl.lwt to curl_lwt so that users can transition easier. Signed-off-by: Rudi Grinberg <me@rgrinberg.com> * Update curl_lwt.opam Co-authored-by: Kate <kit-ty-kate@outlook.com> --------- Signed-off-by: Rudi Grinberg <me@rgrinberg.com> Co-authored-by: ygrek <root@ygrek.org> Co-authored-by: Kate <kit-ty-kate@outlook.com>
0fe401
Val_cons: fix argument order
47321d
minor style changes
58f579
configure: drop checks for keepalive options
699161