aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2008-07-21when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse
now cause the definition of RECVFROM_TYPE_ARG2_IS_VOID, RECVFROM_TYPE_ARG5_IS_VOID or RECVFROM_TYPE_ARG6_IS_VOID, as appropriate.
2008-07-18README.OS400 update for new string options.Patrick Monnerat
2008-07-18README.OS400 update for new string options.Patrick Monnerat
2008-07-17RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse
to the data type pointed by its respective argument and not the pointer type.
2008-07-16Configure process now checks availability of recvfrom() socket function andYang Tse
finds out its return type and the types of its arguments. Added definitions for non-configure systems config files, and introduced macro sreadfrom which will be used on udp sockets as a recvfrom() wrapper.
2008-07-07New options added to OS400 wrapper and ILERPG definitions.Patrick Monnerat
Wrong defines (typos) for QSSL layer fixed.
2008-06-05Mention the minimum Symbian OS version required.Dan Fandrich
2008-05-30updated to match curlmsg.msg 1.7Marty Kuhrt
2008-05-30resync with curl.h messagesMarty Kuhrt
2008-05-30resync with curl.h curle_ messagesMarty Kuhrt
2008-05-21fix: socklen_t definition commentYang Tse
2008-05-20Adapting 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-05-14Reduced the required stack size.Dan Fandrich
2008-05-13Added curl_easy_recv & curl_easy_send Symbian exports.Dan Fandrich
Cleaned up Symbian files.
2008-04-25Updated Symbian UIDs. Added .pkg files for creating .sis packages.Dan Fandrich
2008-04-24Reduced the requested Symbian capabilities.Dan Fandrich
Correctly noted what happens to stderr.
2008-04-23List extra files individually instead of by directory to avoid includingDan Fandrich
CVS directories.
2008-04-22Added support for running on Symbian OS.Dan Fandrich
2008-04-07Adapt OS400 SSL (qssl.h) to V5R4Patrick Monnerat
Fix qssl.c wrong error message Upgrade OS400 wrappers and makefiles to 7.18.1
2008-03-31Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal Marek
$capath is known to configure, so it can be defined in config.h instead.
2008-01-24fixed link to latest native awk.Gunter Knauf
2008-01-24updated awk script to fetch copyright from header.Gunter Knauf
2008-01-16OS/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-07ILE RPG support update (from include/curl/curl.h)Patrick Monnerat
2007-12-10Define new options in OS400 RPG interfacePatrick Monnerat
Port OS400 compilation scripts to >= V5R2M0
2007-10-15Fix dynamic CURLOPT_POSTFIELDS bug: back to static.Patrick Monnerat
CURLOPT_COPYPOSTFIELDS option added for dynamic. Fix some OS400 features.
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
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-31Renamed 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-30Renamed several libcurl error codes and options to make them more generalDan 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-24Adding 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-23Make ldap.h, gssapi.h and qsossl.h inclusions conditional.Patrick Monnerat
2007-08-23Add the files in the OS400 dir to the dist. I didn't add it as a new subdirDaniel Stenberg
just because if I do that automake does funny things automatically with the makefile.sh file in that directory and thus doing it this way was a quick work-around that annoyance!
2007-08-23Porting library to OS/400Patrick Monnerat
2007-08-11Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg
the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case.
2007-07-11Updated to match curl.hMarty Kuhrt
2007-04-25Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse
2007-03-28Update commentYang Tse
2007-02-27Added TOPDIR variable. Updated package locations.Gisle Vanem
Simplified dependency generation.
2007-01-31Marty Kuhrt's VMS updatesDaniel Stenberg
2006-11-24Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILEYang Tse
as appropriate for platforms that don't have autotools support
2006-10-21Provide 'datarootdir' parameter to shutup configuration warning,Yang Tse
'packages/EPM/curl.list.in seems to ignore the --datarootdir setting'
2006-07-25Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H ↵Yang Tse
shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.
2006-07-11include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.Yang Tse
2006-07-04Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.Yang Tse
2006-07-04Platforms that don't have/run configure need default values in their config ↵Yang Tse
files for: HAVE_GETNAMEINFO, GETNAMEINFO_QUAL_ARG1, GETNAMEINFO_TYPE_ARG1, GETNAMEINFO_TYPE_ARG2, GETNAMEINFO_TYPE_ARG46, GETNAMEINFO_TYPE_ARG7 HAVE_RECV, RECV_TYPE_ARG1, RECV_TYPE_ARG2, RECV_TYPE_ARG3, RECV_TYPE_ARG4, RECV_TYPE_RETV HAVE_SEND, SEND_TYPE_ARG1, SEND_TYPE_ARG2, SEND_TYPE_ARG3, SEND_TYPE_ARG4, SEND_TYPE_RETV
2006-05-10cvsignore these filesDaniel Stenberg
2006-03-20fixed the AIX packagesDaniel Stenberg
2006-03-20missing in CVSDaniel Stenberg
2006-03-16AIX Toolbox RPM spec file by Tor ArntsenDaniel Stenberg