summaryrefslogtreecommitdiff
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Dan Fandrich:Daniel Stenberg2004-12-112-4/+10
| | | | | | | | | | | | | 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.
* HTTP "auth done right". See lib/README.httpauthDaniel Stenberg2004-11-242-12/+0
|
* Removed libcurl.defGisle Vanem2004-11-091-1/+1
|
* Tim Sneddon's VMS fix for huge HTTP POSTsDaniel Stenberg2004-11-052-0/+20
|
* added some lines to fetch ares version.Gunter Knauf2004-07-111-14/+37
|
* Gisle's djgpp updatesDaniel Stenberg2004-06-291-2/+11
|
* some more makefile changes.Gunter Knauf2004-06-111-3/+4
|
* respect CVS builds in version string.Gunter Knauf2004-06-111-2/+26
|
* Marty Kuhrt's VMS fixesDaniel Stenberg2004-06-082-0/+8
|
* converted to UNIX format.Gunter Knauf2004-06-081-20/+20
|
* Gisle Vanem's djgpp/MS-DOS updatesDaniel Stenberg2004-03-292-3/+19
|