aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
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
2006-02-27added missing filesDaniel Stenberg
2006-01-16David Shaw finally removed all traces of Gopher and we are now officiallyDaniel Stenberg
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.
2005-12-30removed defunct email addressMarty Kuhrt
2005-12-30removed .h and .sdlMarty Kuhrt
2005-12-30put back into dist to lessen build confusion for someMarty Kuhrt
2005-12-30put back into dist since most people didn't want to use SDLMarty Kuhrt
2005-12-30changed HAVE_STRTOK to follow CRTL versionMarty Kuhrt
2005-12-30added TFTP errors to match curl.hMarty Kuhrt
2005-04-08updated instructionsMarty Kuhrt
2005-04-08fixed control_y trap problemMarty Kuhrt
2005-03-11Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detectsDan Fandrich
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.
2005-03-05Better cope with a failed or unavailable ftruncate().Dan Fandrich
Added HAVE_FTRUNCATE to all the static config-*.h files on the assumption that all those systems provide it.
2005-03-03fix the distribution filesDaniel Stenberg
2005-02-14changed config-vms infoMarty Kuhrt
2005-02-14changed curlmsg.* entries to see if CVS would ignore it nowMarty Kuhrt
2005-02-11rename amigaos.c and nwlib.c if they exist before buildingMarty Kuhrt
2005-02-11Removed per Marty's request: The .h_* files aren't needed anymore, IDaniel Stenberg
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.
2005-02-11re-sync'd with curlmsg.msgMarty Kuhrt
2005-02-11ignore curlmsg.h and .sdl as they are generated by curlmsg.msgMarty Kuhrt
2005-02-11sync'd error codes with include/curl.hMarty Kuhrt
2005-02-11Added $Id$ and pre-exisiting logical checkMarty Kuhrt
2005-02-10Reduced the two config-vms.h_* files into this one.Marty Kuhrt
2005-01-03Marty Kuhrt's VMS updateDaniel Stenberg
2004-12-17Added option for using C-ares and libidn.Gisle Vanem
Dependencies generated from $(CSOURCES).
2004-12-13Dan Fandrich did minor corrections to his SSL cleanup patchDaniel Stenberg
2004-12-11Dan Fandrich:Daniel Stenberg
Here's a stab at a consolidation of the SSL detection heuristics into configure. Source files aren't changed by this patch, except for setup.h and the various config*.h files. Within the configure script, OPENSSL_ENABLED is used to determine if SSL is being used or not, and outside configure, USE_SSLEAY means the same thing; this could be even further unified some day. Now, when SSL is not detected, configure skips the various checks that are dependent on SSL, speeding up the configure process and avoiding complications with cross compiles. I also updated all the architecture- specific config files I could see, but I couldn't test them.
2004-11-24HTTP "auth done right". See lib/README.httpauthDaniel Stenberg
2004-11-09Removed libcurl.defGisle Vanem
2004-11-05Tim Sneddon's VMS fix for huge HTTP POSTsDaniel Stenberg
2004-07-11added some lines to fetch ares version.Gunter Knauf
2004-06-29Gisle's djgpp updatesDaniel Stenberg
2004-06-11some more makefile changes.Gunter Knauf
2004-06-11respect CVS builds in version string.Gunter Knauf
2004-06-08Marty Kuhrt's VMS fixesDaniel Stenberg
2004-06-08converted to UNIX format.Gunter Knauf
2004-03-29Gisle Vanem's djgpp/MS-DOS updatesDaniel Stenberg
2004-03-23minor update by KevinDaniel Stenberg
2004-03-22Kevin Roth's updates to handle a new requirement from the Cygwin folks toDaniel Stenberg
package man and doc files in a slightly different location.
2004-03-22crap files to get the dirs made when checked out from CVSDaniel Stenberg
2004-03-22container to get this dir madeDaniel Stenberg