Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-17 | Continue sync work on OS400 specific code and RPG binding. | Patrick Monnerat | |
2009-02-16 | Preparation of imminent release: synchronizing OS400 wrappers + RPG binding ↵ | Patrick Monnerat | |
to current state. | |||
2008-12-11 | _ Use getaddrinfo/getnameinfo ascii wrappers on OS400. | Patrick Monnerat | |
_ Adjust OS400 make script for non-CVS distributions. _ Upgrade ILE/RPG binding. _ Define CURL_HIDDEN_SYMBOLS on OS400, since only CURL_EXTERN-marked symbols are exported. | |||
2008-10-17 | Introduce new options CURLOPT_PROXY{USERNAME, PASSWORD} in OS400 code and ↵ | Patrick Monnerat | |
RPG binding. | |||
2008-10-10 | _ Adapt OS400 EBCDIC wrappers to new options. | Patrick Monnerat | |
_ Update RPG binding accordingly. _ Fix new options comments. | |||
2008-09-30 | Include latest parameter definitions in ILE/RPG bindings | Patrick Monnerat | |
2008-09-24 | ntoa() and inet_ntoa_r() no longer used | Yang Tse | |
2008-09-13 | fix compiler warning: external declaration in primary source file | Yang Tse | |
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse | |
2008-09-06 | remove unnecessary typecasting of calloc() | Yang Tse | |
2008-09-06 | remove unnecessary typecasting of realloc() | Yang Tse | |
2008-08-25 | Adapting OS400 build scripts to new features: new curlbuild.h file and ↵ | Patrick Monnerat | |
soname in VERSION --> VERSIONINFO | |||
2008-07-31 | New CURLOPT_ADDRESS_SCOPE option in ILE/RPG binding | Patrick Monnerat | |
2008-07-18 | README.OS400 update for new string options. | Patrick Monnerat | |
2008-07-18 | README.OS400 update for new string options. | Patrick Monnerat | |
2008-07-07 | New options added to OS400 wrapper and ILERPG definitions. | Patrick Monnerat | |
Wrong defines (typos) for QSSL layer fixed. | |||
2008-05-20 | Adapting last changes to OS400: | Patrick Monnerat | |
_ Updated packages/OS400/curl.inc.in with new definitions. _ New connect/bind/sendto/recvfrom wrappers to support AF_UNIX sockets. _ Include files line length shortened below 100 chars. _ Const parameter in lib/qssl.[ch]. _ Typos in packages/OS400/initscript.sh. | |||
2008-04-07 | Adapt OS400 SSL (qssl.h) to V5R4 | Patrick Monnerat | |
Fix qssl.c wrong error message Upgrade OS400 wrappers and makefiles to 7.18.1 | |||
2008-03-31 | Removed the generated ca-bundle.h file. The verbatim value of $ca and | Michal Marek | |
$capath is known to configure, so it can be defined in config.h instead. | |||
2008-01-16 | OS/400 update: | Patrick Monnerat | |
New declarations in curl.h reported to curl.inc.in. Copyrights extended to 2008. SONAME handling introduced in build scripts. | |||
2008-01-07 | ILE RPG support update (from include/curl/curl.h) | Patrick Monnerat | |
2007-12-10 | Define new options in OS400 RPG interface | Patrick Monnerat | |
Port OS400 compilation scripts to >= V5R2M0 | |||
2007-10-15 | Fix dynamic CURLOPT_POSTFIELDS bug: back to static. | Patrick Monnerat | |
CURLOPT_COPYPOSTFIELDS option added for dynamic. Fix some OS400 features. | |||
2007-10-03 | Upgrade OS400 wrappers and RPG copy file according to latest code updates | Patrick Monnerat | |
2007-09-26 | Philip Langdale provided the new CURLOPT_POST301 option for | Daniel Stenberg | |
curl_easy_setopt() that alters how libcurl functions when following redirects. It makes libcurl obey the RFC2616 when a 301 response is received after a non-GET request is made. Default libcurl behaviour is to change method to GET in the subsequent request (like it does for response code 302 - because that's what many/most browsers do), but with this CURLOPT_POST301 option enabled it will do what the spec says and do the next request using the same method again. I.e keep POST after 301. The curl tool got this option as --post301 Test case 1011 and 1012 were added to verify. | |||
2007-08-31 | Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED. | Dan Fandrich | |
Renamed the curl_ftpssl enum to curl_usessl and its enumerated constants, creating macros for backward compatibility. | |||
2007-08-30 | Renamed several libcurl error codes and options to make them more general | Dan Fandrich | |
and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3) | |||
2007-08-24 | Adding DOCS file in OS400 installation library with license and various ↵ | Patrick Monnerat | |
other documentation text files. Setting character set of OS400 installed source components | |||
2007-08-23 | Make ldap.h, gssapi.h and qsossl.h inclusions conditional. | Patrick Monnerat | |
2007-08-23 | Porting library to OS/400 | Patrick Monnerat | |