| Merge pull request #10 from ambs/master |
|
More...
|
over 10 years ago
|
| Some minor tests |
|
More...
|
over 10 years ago
|
| Expand tabs |
|
More...
|
over 10 years ago
|
| Initial refactor of Makefile.PL. Now we parse multi.h for constants aswell. |
|
More...
|
over 11 years ago
|
| Renaming CURLOPT_FILE/INFILE to CURLOPT_WRITEDATA/READDATA in the XS code and tests as the former versions were renamed in libcurl a long time ago. |
|
More...
|
over 11 years ago
|
| curl_multi_fdset is now declared returning void, as we're directly manipulating the Perl stack to return values. |
|
More...
|
over 11 years ago
|
| Bumping minimum required perl version to 5.8.1. Perl 5.8.1 was released more than ten years ago and changes to Makefile.PL broke pre 5.8.x builds anyway for a while now. |
|
More...
|
over 11 years ago
|
| Consistently use Newxz instead of Newz. |
|
More...
|
over 11 years ago
|
| Using pTHX_/aTHX_ for a couple calls where previously dTHX was used. |
|
More...
|
over 11 years ago
|
| Removing cargo-culted dead code from the wrapper around curl_share_setopt. |
|
More...
|
over 11 years ago
|
| Switching license to MIT exclusively to be more inline with libcurl. |
|
More...
|
over 11 years ago
|
| Bumping version to 4.17. |
|
More...
|
over 11 years ago
|
| Removing Test::More::note from the test, since vanilla 5.8.9 doesn't have it. |
|
More...
|
over 11 years ago
|
| Only using the CURLOPT_RESOLVE constant if defined (for old libcurl versions). |
|
More...
|
over 11 years ago
|
| Small, but annoying typo in the documentation. |
|
More...
|
over 11 years ago
|
| Updating Changes file for the 4.16 release. |
|
More...
|
over 11 years ago
|
| Updating git/CPAN urls. |
|
More...
|
over 11 years ago
|
| Updating Changes file. |
|
More...
|
over 11 years ago
|
| Removing SIGNATURE file as it doesn't really improve security. |
|
More...
|
over 11 years ago
|
| The files are generated based on templates therefor removing the constants. |
|
More...
|
over 11 years ago
|
| The fdset tests were causing failures with threaded resolvers. |
|
More...
|
over 11 years ago
|
| Merge pull request #7 from tsibley/isocpp-defines |
|
More...
|
over 11 years ago
|
| Merge pull request #6 from szabgab/patch-1 |
|
More...
|
over 11 years ago
|
| Merge pull request #5 from postwait/master |
|
More...
|
over 11 years ago
|
| Strip the intervening space in enum declarations when under an ISO-compliant CPP |
|
More...
|
almost 12 years ago
|
| Print a very useful diagnostic when cpp isn't available |
|
More...
|
almost 12 years ago
|
| Update README |
|
More...
|
about 12 years ago
|
| Support CURLOPT_RESOLVE |
|
More...
|
over 12 years ago
|
| Signing release. |
|
More...
|
almost 15 years ago
|
| Correcting constant info for CURLOPT_KEYPASSWD |
|
More...
|
almost 15 years ago
|