Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | configure script now checks availability of the inet_ntop() function, | Yang Tse | |
and when not crosscompiling verifies if it is IPv6 capable. HAVE_INET_NTOP will only be defined when an IPv6 capable working inet_ntop function is available. | |||
2008-09-24 | ntoa() and inet_ntoa_r() no longer used | Yang Tse | |
2008-09-19 | HAVE_ALARM definition for static config-*.h files | Yang Tse | |
2008-09-13 | fix compiler warning: external declaration in primary source file | Yang Tse | |
2008-09-12 | ANSI C compatibility adjustment | 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-09-03 | sync curlmsg* with curl.h for 7.19.0 | Marty Kuhrt | |
2008-08-25 | Adapting OS400 build scripts to new features: new curlbuild.h file and ↵ | Patrick Monnerat | |
soname in VERSION --> VERSIONINFO | |||
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse | |
to have a curl_off_t data type no longer gated to off_t. | |||
2008-07-31 | New CURLOPT_ADDRESS_SCOPE option in ILE/RPG binding | Patrick Monnerat | |
2008-07-30 | Minor Symbian updates. | Dan Fandrich | |
2008-07-21 | when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will | Yang 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-18 | README.OS400 update for new string options. | Patrick Monnerat | |
2008-07-18 | README.OS400 update for new string options. | Patrick Monnerat | |
2008-07-17 | RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined | Yang Tse | |
to the data type pointed by its respective argument and not the pointer type. | |||
2008-07-16 | Configure process now checks availability of recvfrom() socket function and | Yang 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-07 | New options added to OS400 wrapper and ILERPG definitions. | Patrick Monnerat | |
Wrong defines (typos) for QSSL layer fixed. | |||
2008-06-05 | Mention the minimum Symbian OS version required. | Dan Fandrich | |
2008-05-30 | updated to match curlmsg.msg 1.7 | Marty Kuhrt | |
2008-05-30 | resync with curl.h messages | Marty Kuhrt | |
2008-05-30 | resync with curl.h curle_ messages | Marty Kuhrt | |
2008-05-21 | fix: socklen_t definition comment | Yang Tse | |
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-05-14 | Reduced the required stack size. | Dan Fandrich | |
2008-05-13 | Added curl_easy_recv & curl_easy_send Symbian exports. | Dan Fandrich | |
Cleaned up Symbian files. | |||
2008-04-25 | Updated Symbian UIDs. Added .pkg files for creating .sis packages. | Dan Fandrich | |
2008-04-24 | Reduced the requested Symbian capabilities. | Dan Fandrich | |
Correctly noted what happens to stderr. | |||
2008-04-23 | List extra files individually instead of by directory to avoid including | Dan Fandrich | |
CVS directories. | |||
2008-04-22 | Added support for running on Symbian OS. | Dan Fandrich | |
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-24 | fixed link to latest native awk. | Gunter Knauf | |
2008-01-24 | updated awk script to fetch copyright from header. | Gunter Knauf | |
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 | Add the files in the OS400 dir to the dist. I didn't add it as a new subdir | Daniel 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-23 | Porting library to OS/400 | Patrick Monnerat | |
2007-08-11 | Patrick 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. |