summaryrefslogtreecommitdiff
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Fix dynamic CURLOPT_POSTFIELDS bug: back to static.Patrick Monnerat2007-10-152-3/+74
| | | | | CURLOPT_COPYPOSTFIELDS option added for dynamic. Fix some OS400 features.
* Upgrade OS400 wrappers and RPG copy file according to latest code updatesPatrick Monnerat2007-10-033-2/+21
|
* Philip Langdale provided the new CURLOPT_POST301 option forDaniel Stenberg2007-09-261-0/+2
| | | | | | | | | | | | | | 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.
* Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.Dan Fandrich2007-08-311-6/+6
| | | | | Renamed the curl_ftpssl enum to curl_usessl and its enumerated constants, creating macros for backward compatibility.
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-303-28/+26
| | | | | | | | | | | 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)
* Adding DOCS file in OS400 installation library with license and various ↵Patrick Monnerat2007-08-242-1/+28
| | | | | | other documentation text files. Setting character set of OS400 installed source components
* Make ldap.h, gssapi.h and qsossl.h inclusions conditional.Patrick Monnerat2007-08-231-1/+11
|
* Add the files in the OS400 dir to the dist. I didn't add it as a new subdirDaniel Stenberg2007-08-231-1/+5
| | | | | | 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!
* Porting library to OS/400Patrick Monnerat2007-08-2312-0/+4496
|
* Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg2007-08-111-6/+0
| | | | | | | | 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.
* Updated to match curl.hMarty Kuhrt2007-07-114-8/+20
|
* Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse2007-04-251-6/+11
|
* Update commentYang Tse2007-03-281-2/+2
|
* Added TOPDIR variable. Updated package locations.Gisle Vanem2007-02-271-28/+14
| | | | Simplified dependency generation.
* Marty Kuhrt's VMS updatesDaniel Stenberg2007-01-315-17/+26
|
* Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILEYang Tse2006-11-241-0/+9
| | | | as appropriate for platforms that don't have autotools support
* Provide 'datarootdir' parameter to shutup configuration warning,Yang Tse2006-10-211-0/+1
| | | | 'packages/EPM/curl.list.in seems to ignore the --datarootdir setting'
* Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H ↵Yang Tse2006-07-251-1/+1
| | | | shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.
* include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.Yang Tse2006-07-111-0/+3
|
* Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.Yang Tse2006-07-041-0/+3
|
* Platforms that don't have/run configure need default values in their config ↵Yang Tse2006-07-041-0/+54
| | | | | | | | | | 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
* cvsignore these filesDaniel Stenberg2006-05-102-0/+5
|
* fixed the AIX packagescurl-7_15_3Daniel Stenberg2006-03-202-1/+3
|
* missing in CVSDaniel Stenberg2006-03-202-0/+3
|
* AIX Toolbox RPM spec file by Tor ArntsenDaniel Stenberg2006-03-163-1/+167
|
* added missing filesDaniel Stenberg2006-02-271-1/+1
|
* David Shaw finally removed all traces of Gopher and we are now officiallyDaniel Stenberg2006-01-163-4/+4
| | | | | not supporting it. It hasn't been functioning for years anyway, so this is just finally stating what already was true. And a cleanup at the same time.
* removed defunct email addressMarty Kuhrt2005-12-301-1/+1
|
* removed .h and .sdlMarty Kuhrt2005-12-301-2/+0
|
* put back into dist to lessen build confusion for someMarty Kuhrt2005-12-301-0/+106
|
* put back into dist since most people didn't want to use SDLMarty Kuhrt2005-12-301-0/+108
|
* changed HAVE_STRTOK to follow CRTL versionMarty Kuhrt2005-12-301-5/+4
|
* added TFTP errors to match curl.hMarty Kuhrt2005-12-302-0/+14
|
* updated instructionsMarty Kuhrt2005-04-081-2/+5
|
* fixed control_y trap problemMarty Kuhrt2005-04-081-14/+13
|
* Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detectsDan Fandrich2005-03-111-0/+3
| | | | | | | | the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and --without-lber-lib. Added CURL_DISABLE_LDAP to platform-specific config files to disable LDAP support on those platforms that probably don't have dynamic OpenLDAP libraries available to avoid compile errors.
* Better cope with a failed or unavailable ftruncate().Dan Fandrich2005-03-051-0/+3
| | | | | Added HAVE_FTRUNCATE to all the static config-*.h files on the assumption that all those systems provide it.
* fix the distribution filesDaniel Stenberg2005-03-031-5/+3
|
* changed config-vms infoMarty Kuhrt2005-02-141-2/+3
|
* changed curlmsg.* entries to see if CVS would ignore it nowMarty Kuhrt2005-02-141-2/+2
|
* rename amigaos.c and nwlib.c if they exist before buildingMarty Kuhrt2005-02-111-0/+14
|
* Removed per Marty's request: The .h_* files aren't needed anymore, IDaniel Stenberg2005-02-114-724/+0
| | | | | | consolidated them into one file called config-vms.h. The curlmsg.h and .sdl files are generated from the curlmsg.msg file and, thus, shouldn't be in the dist.
* re-sync'd with curlmsg.msgMarty Kuhrt2005-02-111-1/+7
|
* ignore curlmsg.h and .sdl as they are generated by curlmsg.msgMarty Kuhrt2005-02-111-0/+2
|
* sync'd error codes with include/curl.hMarty Kuhrt2005-02-111-1/+7
|
* Added $Id$ and pre-exisiting logical checkMarty Kuhrt2005-02-111-0/+1
|
* Reduced the two config-vms.h_* files into this one.Marty Kuhrt2005-02-103-8/+296
|
* Marty Kuhrt's VMS updateDaniel Stenberg2005-01-031-2/+2
|
* Added option for using C-ares and libidn.Gisle Vanem2004-12-171-3/+25
| | | | Dependencies generated from $(CSOURCES).
* Dan Fandrich did minor corrections to his SSL cleanup patchDaniel Stenberg2004-12-132-2/+2
|