Skip to content

pullrequests Search Results · topic:curl org:curl fork:true

Filter by

10k results
 (80 ms)

10k results

incurl (press backspace or delete to remove)

- build libcurl with debug enabled - set CURLOPT_VERBOPSE and CURLOPT_DEBUGFUNCTION, CURLOPT_DEBUDATA on each transfer - shutdown handling will copy over the function+data in the internal shutdown ...
  • icing
  • 1
  • Opened 
    4 hours ago
  • #14283

IBM-provided ASCII function puts() does not output an expected trailing newline: emulate the correct behavior using other functions.
  • monnerat
  • 1
  • Opened 
    8 hours ago
  • #14281

When sharing the x509 store in wolfSSL, always use an explicitly constructed one, as the SSLCTX might have only an internal one which is not obeying reference count lifetimes. - refs #14278
TLS
  • icing
  • Opened 
    10 hours ago
  • #14279

When checking if a speed limit on receives applies, compare the receive sizes using the large int type to prevent an overflow on systems where size_t is 32bit. - refs #14272
  • icing
  • Opened 
    14 hours ago
  • #14277

Add mulitssl msvc test This job is fail on: D:\a\curl\curl\lib\vtls\vtls.c(417,44): error C2220: the following warning is treated as an error [D:\a\curl\curl\bld\lib\libcurl_object.vcxproj] D:\a\curl\curl\lib\vtls\vtls.c(417,44): ...
CI
Windows
  • talregev
  • 2
  • Opened 
    22 hours ago
  • #14276

CI fail without ff784af461175584c73e7e2b65af00b1a5a6f67f in place: https://github.com/curl/curl/actions/runs/10102407245 GitHub bumped the macos-14 runner default to Xcode 15.4, hitting the llvm@15 incompatibility ...
appleOS
CI
  • vszakats
  • Opened 
    yesterday
  • #14275

- because if IPv6 is somehow not working correctly or quickly, we want the IPv4 attempt to kick in and cover for the issue - this is for example notable on Windows where failing to connect to ...
cmdline tool
connecting & proxies
feature-window
libcurl API
  • bagder
  • 6
  • Opened 
    yesterday
  • #14274

The definition of sockaddr_storage incorrectly specifies the ss_family field as __ss_family. This fix conditionally allows builds to succeed on all NonStop platforms.
cmdline tool
  • rsbeckerca
  • Opened 
    yesterday
  • #14273

Since data can be held in connection filter buffers when sending gives EAGAIN, add methods to query this and perform flushing of those buffers. The transfer loop will continue sending until all upload ...
  • icing
  • Opened 
    yesterday
  • #14271