1
I Use This!
Inactive

Commits : Listings

Analyzed 15 minutes ago. based on code collected 17 minutes ago.
Oct 08, 2024 — Oct 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added options, COOKIELIST, FTP_ACCOUNT, IOCTLFUNCTION. Fixed bugs related to connection duplication. More... over 17 years ago
Adding support for CURLOPT_FTPSSLAUTH. More... over 17 years ago
Fixed CURLOPT_HTTPAUTH and several others related to incorrect usage of Tag_val() where Long_val() should have been used instead. Also fixed some spelling errors for two #ifdefs. More... over 17 years ago
Added a warning if we don't get the config file. This should be super verbose in the degenerate case. More... over 17 years ago
Needed to change from "warn" to "warning" More... over 17 years ago
Checking in warnings that fire if your config file doesn't pick up on a feature. We should really macro that in the near future. More... over 17 years ago
Added raising of exceptions for unimplemented options. More... about 21 years ago
Fixed bug in error code mapping. More... about 21 years ago
Added tests for CURLE declarations. More... about 21 years ago
Fixed problem with location of libcurl header files when multiple installations are present. curl-config now influences the configuration tests for CURLOPT/CURLINFO declarations. More... about 21 years ago
Added tests for CURLOPT/CURLINFO declarations to enable conditional compilation depending on the installed version of libcurl. More... about 21 years ago
Fixed some bugs in the option mapping. More... about 21 years ago
Added several new options, covering the 7.12.0 release of libcurl. More... about 21 years ago
Added rough version of Windows makefile. More... about 21 years ago
Wrapped C pointer in an Abstract_tag block to prevent possible GC mishaps. More... over 21 years ago
Fixed bug in array size computation. More... almost 22 years ago
Fixed install dir location. More... almost 22 years ago
Fixed include path in Makefile template. More... almost 22 years ago
Removed obsolete include. More... almost 22 years ago
Bumped findlib version number. More... almost 22 years ago
Added a class wrapper. More... almost 22 years ago
Fixed problem with configuration when findlib is not available. configure must now be given --with-findlib to make use of findlib. More... almost 22 years ago
Added support for findlib. Thanks to Giuseppe Castagna for the necessary changes! More... almost 22 years ago
Removed erroneous free() statement. More... about 22 years ago
Initialization of Ocaml values before register_global_root() is called. More... over 22 years ago
Fixed bug in handleSSLVerifyHost() and added a minimal SSL test program. More... over 22 years ago
Added functions to improve the API a bit. Changed examples to make use of them. More... over 22 years ago
Removed debug printf() statements. More... over 22 years ago
Attempt to fix broken form posting. Fixes to makefiles if ocamlopt is not available. More... over 22 years ago
Added removal of .depend files, and the generation of .depend in the examples directory. More... over 22 years ago