aboutsummaryrefslogtreecommitdiff
path: root/packages/OS400
AgeCommit message (Expand)Author
2012-04-12OS400/initscript.sh: fix db2_name() module name generationYang Tse
2011-10-26- Prepare the ILE/RPG binding and OS400 documentation for the upcoming releasePatrick Monnerat
2011-07-14Fix OS400 scripts to make it compilable again.Patrick Monnerat
2011-04-18OS400 pragma comment: replace (date) by (user, __DATE__) to include year.Patrick Monnerat
2011-04-18Augment RPG binding with "OLDIES" definitions.Patrick Monnerat
2011-03-14- Take new char * options into account in OS400 curl_easy_setopt_ccsid().Patrick Monnerat
2011-01-31Include TLSAUTH options in ILE/RPG binding.Patrick Monnerat
2010-12-21New curl/curl.h definitions added to ILE/RPG binding.Patrick Monnerat
2010-09-29Add gopher protocol definition to ILE/RPG binding.Patrick Monnerat
2010-06-09ILE/RPG binding updated to current curl.h definitions.Patrick Monnerat
2010-04-19Implement SMTP authenticationmonnerat
2010-04-16OS400 version V5R2M0 not supported anymore by IBM: default target release cha...unknown
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-16replaced tabs with spacesYang Tse
2010-02-11_ Make it compilable again on OS400.Patrick Monnerat
2009-12-21Take new SMTP definitions into account in OS400 wrapper and RPG bindingPatrick Monnerat
2009-10-23OS400 install: Duplicate H include file to file CURL to support more include ...Patrick Monnerat
2009-08-31OS400: adjust inclusion paths in include files to avoid "include file not fou...Patrick Monnerat
2009-08-11Fix definition of CURLOPT_SOCKS5_GSSAPI_SERVICE from LONG to OBJECTPOINTPatrick Monnerat
2009-06-10Adjusted to take in account that...Yang Tse
2009-05-18Added seek callback definitions in RPG wrappersPatrick Monnerat
2009-05-06curl_sockaddr struct member addrlen is an 'unsigned int' since 7.18.0Yang Tse
2009-05-02Use build-time configured curl_socklen_t instead of socklen_tYang Tse
2009-03-03Options CURLOPT_REDIR_PROTOCOLS and CURLOPT_PROTOCOLS, and associated definit...Patrick Monnerat
2009-02-17Continue sync work on OS400 specific code and RPG binding.Patrick Monnerat
2009-02-16Preparation of imminent release: synchronizing OS400 wrappers + RPG binding t...Patrick Monnerat
2008-12-11_ Use getaddrinfo/getnameinfo ascii wrappers on OS400.Patrick Monnerat
2008-10-17Introduce new options CURLOPT_PROXY{USERNAME, PASSWORD} in OS400 code and RPG...Patrick Monnerat
2008-10-10_ Adapt OS400 EBCDIC wrappers to new options.Patrick Monnerat
2008-09-30Include latest parameter definitions in ILE/RPG bindingsPatrick Monnerat
2008-09-24ntoa() and inet_ntoa_r() no longer usedYang Tse
2008-09-13fix compiler warning: external declaration in primary source fileYang Tse
2008-09-06remove unnecessary typecasting of malloc()Yang Tse
2008-09-06remove unnecessary typecasting of calloc()Yang Tse
2008-09-06remove unnecessary typecasting of realloc()Yang Tse
2008-08-25Adapting OS400 build scripts to new features: new curlbuild.h file and soname...Patrick Monnerat
2008-07-31New CURLOPT_ADDRESS_SCOPE option in ILE/RPG bindingPatrick Monnerat
2008-07-18README.OS400 update for new string options.Patrick Monnerat
2008-07-18README.OS400 update for new string options.Patrick Monnerat
2008-07-07New options added to OS400 wrapper and ILERPG definitions.Patrick Monnerat
2008-05-20Adapting last changes to OS400:Patrick Monnerat
2008-04-07Adapt OS400 SSL (qssl.h) to V5R4Patrick Monnerat
2008-03-31Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal Marek
2008-01-16OS/400 update:Patrick Monnerat
2008-01-07ILE RPG support update (from include/curl/curl.h)Patrick Monnerat
2007-12-10Define new options in OS400 RPG interfacePatrick Monnerat
2007-10-15Fix dynamic CURLOPT_POSTFIELDS bug: back to static.Patrick Monnerat
2007-10-03Upgrade OS400 wrappers and RPG copy file according to latest code updatesPatrick Monnerat
2007-09-26Philip Langdale provided the new CURLOPT_POST301 option forDaniel Stenberg
2007-08-31Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.Dan Fandrich