History log of /curl/packages/OS400/curl.inc.in (Results 126 – 138 of 138)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d5affe1a 30-Sep-2008 Patrick Monnerat

Include latest parameter definitions in ILE/RPG bindings


Revision tags: curl-7_19_0
# 309651dc 31-Jul-2008 Patrick Monnerat

New CURLOPT_ADDRESS_SCOPE option in ILE/RPG binding


# ddfa4b88 07-Jul-2008 Patrick Monnerat

New options added to OS400 wrapper and ILERPG definitions.
Wrong defines (typos) for QSSL layer fixed.


Revision tags: curl-7_18_2
# 24bf52bc 20-May-2008 Patrick Monnerat

Adapting last changes to OS400:
_ Updated packages/OS400/curl.inc.in with new definitions.
_ New connect/bind/sendto/recvfrom wrappers to support AF_UNIX sockets.
_ Include files line len

Adapting last changes to OS400:
_ 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.

show more ...


# a08b6ae8 07-Apr-2008 Patrick Monnerat

Adapt OS400 SSL (qssl.h) to V5R4
Fix qssl.c wrong error message
Upgrade OS400 wrappers and makefiles to 7.18.1


Revision tags: curl-7_18_1, curl-7_18_0
# 3ee32d79 16-Jan-2008 Patrick Monnerat

OS/400 update:
New declarations in curl.h reported to curl.inc.in.
Copyrights extended to 2008.
SONAME handling introduced in build scripts.


# 314f6295 07-Jan-2008 Patrick Monnerat

ILE RPG support update (from include/curl/curl.h)


# a83e7269 10-Dec-2007 Patrick Monnerat

Define new options in OS400 RPG interface
Port OS400 compilation scripts to >= V5R2M0


Revision tags: curl-7_17_1
# 43b10339 03-Oct-2007 Patrick Monnerat

Upgrade OS400 wrappers and RPG copy file according to latest code updates


# fd4cf78f 26-Sep-2007 Daniel Stenberg

Philip Langdale provided the new CURLOPT_POST301 option for
curl_easy_setopt() that alters how libcurl functions when following
redirects. It makes libcurl obey the RFC2616 when a 301 respons

Philip Langdale provided the new CURLOPT_POST301 option for
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.

show more ...


Revision tags: curl-7_17_0
# 3fa60164 31-Aug-2007 Dan Fandrich

Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.
Renamed the curl_ftpssl enum to curl_usessl and its enumerated constants,
creating macros for backward compatibility.


# 9f44a955 30-Aug-2007 Dan Fandrich

Renamed several libcurl error codes and options to make them more general
and allow reuse by multiple protocols. Several unused error codes were
removed. In all cases, macros were added to p

Renamed several libcurl error codes and options to make them more general
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)

show more ...


# 557cc55f 23-Aug-2007 Patrick Monnerat

Porting library to OS/400


123456