Marty Kuhrt
9f9e577640
sync curlmsg* with curl.h for 7.19.0
2008-09-03 20:51:36 +00:00
Patrick Monnerat
fdcb0cd2bc
Adapting OS400 build scripts to new features: new curlbuild.h file and soname in VERSION --> VERSIONINFO
2008-08-25 13:58:45 +00:00
Yang Tse
14240e9e10
Initial support of curlbuild.h and curlrules.h which allows
...
to have a curl_off_t data type no longer gated to off_t.
2008-08-07 00:29:08 +00:00
Patrick Monnerat
309651dc82
New CURLOPT_ADDRESS_SCOPE option in ILE/RPG binding
2008-07-31 13:20:23 +00:00
Dan Fandrich
1c8f689ecb
Minor Symbian updates.
2008-07-30 00:10:32 +00:00
Yang Tse
bffe69a151
when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will
...
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-21 00:36:55 +00:00
Patrick Monnerat
ac6d6ec2f1
README.OS400 update for new string options.
2008-07-18 14:46:52 +00:00
Patrick Monnerat
f11d5d9de8
README.OS400 update for new string options.
2008-07-18 14:43:17 +00:00
Yang Tse
39f23aec6b
RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined
...
to the data type pointed by its respective argument and not the pointer type.
2008-07-17 03:07:54 +00:00
Yang Tse
a9dc900515
Configure process now checks availability of recvfrom() socket function and
...
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-16 19:16:41 +00:00
Patrick Monnerat
ddfa4b8896
New options added to OS400 wrapper and ILERPG definitions.
...
Wrong defines (typos) for QSSL layer fixed.
2008-07-07 10:39:46 +00:00
Dan Fandrich
998ab15570
Mention the minimum Symbian OS version required.
2008-06-05 00:15:01 +00:00
Marty Kuhrt
1ed09ff7a4
updated to match curlmsg.msg 1.7
2008-05-30 23:53:25 +00:00
Marty Kuhrt
d89cf27d65
resync with curl.h messages
2008-05-30 23:52:06 +00:00
Marty Kuhrt
35d5ba2626
resync with curl.h curle_ messages
2008-05-30 23:51:09 +00:00
Yang Tse
0163b5b8be
fix: socklen_t definition comment
2008-05-21 13:57:50 +00:00
Patrick Monnerat
24bf52bc69
Adapting last changes to OS400:
...
_ 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-20 10:21:50 +00:00
Dan Fandrich
c24ed07596
Reduced the required stack size.
2008-05-14 23:38:21 +00:00
Dan Fandrich
7543c9df50
Added curl_easy_recv & curl_easy_send Symbian exports.
...
Cleaned up Symbian files.
2008-05-13 17:50:03 +00:00
Dan Fandrich
ff748f1a41
Updated Symbian UIDs. Added .pkg files for creating .sis packages.
2008-04-25 22:49:18 +00:00
Dan Fandrich
4e71173928
Reduced the requested Symbian capabilities.
...
Correctly noted what happens to stderr.
2008-04-24 23:24:57 +00:00
Dan Fandrich
b398169567
List extra files individually instead of by directory to avoid including
...
CVS directories.
2008-04-23 05:14:14 +00:00
Dan Fandrich
1960eebc2d
Added support for running on Symbian OS.
2008-04-22 22:53:53 +00:00
Patrick Monnerat
a08b6ae813
Adapt OS400 SSL (qssl.h) to V5R4
...
Fix qssl.c wrong error message
Upgrade OS400 wrappers and makefiles to 7.18.1
2008-04-07 13:09:17 +00:00
Michal Marek
d13be06aaa
Removed the generated ca-bundle.h file. The verbatim value of $ca and
...
$capath is known to configure, so it can be defined in config.h instead.
2008-03-31 12:09:43 +00:00
Gunter Knauf
9d28a0252c
fixed link to latest native awk.
2008-01-24 15:39:51 +00:00
Gunter Knauf
41def4be6e
updated awk script to fetch copyright from header.
2008-01-24 15:27:06 +00:00
Patrick Monnerat
3ee32d7920
OS/400 update:
...
New declarations in curl.h reported to curl.inc.in.
Copyrights extended to 2008.
SONAME handling introduced in build scripts.
2008-01-16 16:04:47 +00:00
Patrick Monnerat
314f62958d
ILE RPG support update (from include/curl/curl.h)
2008-01-07 16:32:49 +00:00
Patrick Monnerat
a83e72692f
Define new options in OS400 RPG interface
...
Port OS400 compilation scripts to >= V5R2M0
2007-12-10 17:09:09 +00:00
Patrick Monnerat
a005243908
Fix dynamic CURLOPT_POSTFIELDS bug: back to static.
...
CURLOPT_COPYPOSTFIELDS option added for dynamic.
Fix some OS400 features.
2007-10-15 18:32:01 +00:00
Patrick Monnerat
43b10339ab
Upgrade OS400 wrappers and RPG copy file according to latest code updates
2007-10-03 15:09:21 +00:00
Daniel Stenberg
fd4cf78f36
Philip Langdale provided the new CURLOPT_POST301 option for
...
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-09-26 12:44:59 +00:00
Dan Fandrich
3fa60164af
Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.
...
Renamed the curl_ftpssl enum to curl_usessl and its enumerated constants,
creating macros for backward compatibility.
2007-08-31 19:36:32 +00:00
Dan Fandrich
9f44a95522
Renamed several libcurl error codes and options to make them more general
...
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-30 20:34:57 +00:00
Patrick Monnerat
a892cf2c12
Adding DOCS file in OS400 installation library with license and various other documentation text files.
...
Setting character set of OS400 installed source components
2007-08-24 15:56:59 +00:00
Patrick Monnerat
bc0adcef1f
Make ldap.h, gssapi.h and qsossl.h inclusions conditional.
2007-08-23 18:46:45 +00:00
Daniel Stenberg
feb63efc31
Add the files in the OS400 dir to the dist. I didn't add it as a new subdir
...
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 14:46:37 +00:00
Patrick Monnerat
557cc55f6f
Porting library to OS/400
2007-08-23 14:30:24 +00:00
Daniel Stenberg
d0edb47896
Patrick Monnerat modified the LDAP code and approach in curl. Starting now,
...
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-08-11 20:57:54 +00:00
Marty Kuhrt
7d56f35388
Updated to match curl.h
2007-07-11 23:17:11 +00:00
Yang Tse
94b253fde7
Steve Little's fixes to allow compilation on VMS 64-bit mode
2007-04-25 03:00:10 +00:00
Yang Tse
42a7905205
Update comment
2007-03-28 23:53:13 +00:00
Gisle Vanem
15363cd6dc
Added TOPDIR variable. Updated package locations.
...
Simplified dependency generation.
2007-02-27 15:22:37 +00:00
Daniel Stenberg
e485a23a3e
Marty Kuhrt's VMS updates
2007-01-31 09:37:39 +00:00
Yang Tse
bcd8a3b240
Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE
...
as appropriate for platforms that don't have autotools support
2006-11-24 16:38:58 +00:00
Yang Tse
5f6fd682a5
Provide 'datarootdir' parameter to shutup configuration warning,
...
'packages/EPM/curl.list.in seems to ignore the --datarootdir setting'
2006-10-21 17:08:48 +00:00
Yang Tse
13616f8f96
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.
2006-07-25 13:49:49 +00:00
Yang Tse
fe22872d14
include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.
2006-07-11 21:34:23 +00:00
Yang Tse
7e43d06b60
Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.
2006-07-04 16:54:10 +00:00
Yang Tse
89f54f3739
Platforms that don't have/run configure need default values in their config 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-07-04 16:10:13 +00:00
Daniel Stenberg
28605f6bd3
cvsignore these files
2006-05-10 14:16:30 +00:00
Daniel Stenberg
c7e9e60b05
fixed the AIX packages
2006-03-20 07:59:45 +00:00
Daniel Stenberg
47f2e1da73
missing in CVS
2006-03-20 07:37:10 +00:00
Daniel Stenberg
5cf2ef2ef7
AIX Toolbox RPM spec file by Tor Arntsen
2006-03-16 21:23:41 +00:00
Daniel Stenberg
88377e5b61
added missing files
2006-02-27 21:32:42 +00:00
Daniel Stenberg
67a83c1b34
David Shaw finally removed all traces of Gopher and we are now officially
...
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.
2006-01-16 22:14:37 +00:00
Marty Kuhrt
bdbf6e9d19
removed defunct email address
2005-12-30 00:07:25 +00:00
Marty Kuhrt
db86f765eb
removed .h and .sdl
2005-12-30 00:07:25 +00:00
Marty Kuhrt
86becc7591
put back into dist to lessen build confusion for some
2005-12-30 00:07:25 +00:00
Marty Kuhrt
8922bc038b
put back into dist since most people didn't want to use SDL
2005-12-30 00:07:25 +00:00
Marty Kuhrt
009f5790a4
changed HAVE_STRTOK to follow CRTL version
2005-12-30 00:07:25 +00:00
Marty Kuhrt
0536b6c459
added TFTP errors to match curl.h
2005-12-30 00:07:25 +00:00
Marty Kuhrt
9afaa51e3f
updated instructions
2005-04-08 05:07:04 +00:00
Marty Kuhrt
c736a719f1
fixed control_y trap problem
2005-04-08 05:06:31 +00:00
Dan Fandrich
205f8b266c
Fixed LDAP library file name bug (KNOWN_BUGS #1 ). configure now auto-detects
...
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-11 05:28:07 +00:00
Dan Fandrich
42ac24448c
Better cope with a failed or unavailable ftruncate().
...
Added HAVE_FTRUNCATE to all the static config-*.h files on the assumption
that all those systems provide it.
2005-03-05 00:54:16 +00:00
Daniel Stenberg
f61917594e
fix the distribution files
2005-03-03 06:51:31 +00:00
Marty Kuhrt
86295eef13
changed config-vms info
2005-02-14 22:37:59 +00:00
Marty Kuhrt
32d60b2714
changed curlmsg.* entries to see if CVS would ignore it now
2005-02-14 22:36:21 +00:00
Marty Kuhrt
73772323c9
rename amigaos.c and nwlib.c if they exist before building
2005-02-11 22:42:16 +00:00
Daniel Stenberg
98389066e2
Removed per Marty's request: The .h_* files aren't needed anymore, I
...
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-11 22:05:04 +00:00
Marty Kuhrt
fb53ed4c1f
re-sync'd with curlmsg.msg
2005-02-11 21:17:23 +00:00
Marty Kuhrt
e719eb5b81
ignore curlmsg.h and .sdl as they are generated by curlmsg.msg
2005-02-11 21:07:35 +00:00
Marty Kuhrt
3858063bcd
sync'd error codes with include/curl.h
2005-02-11 21:01:52 +00:00
Marty Kuhrt
d4f5fea840
Added $Id$ and pre-exisiting logical check
2005-02-11 20:17:21 +00:00
Marty Kuhrt
3970a7056c
Reduced the two config-vms.h_* files into this one.
2005-02-10 01:54:11 +00:00
Daniel Stenberg
af69c4f4f7
Marty Kuhrt's VMS update
2005-01-03 19:17:10 +00:00
Gisle Vanem
3590fffeae
Added option for using C-ares and libidn.
...
Dependencies generated from $(CSOURCES).
2004-12-17 12:38:06 +00:00
Daniel Stenberg
f966dad306
Dan Fandrich did minor corrections to his SSL cleanup patch
2004-12-13 08:34:46 +00:00
Daniel Stenberg
df3ca59116
Dan Fandrich:
...
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-12-11 18:47:22 +00:00
Daniel Stenberg
3e1caa6185
HTTP "auth done right". See lib/README.httpauth
2004-11-24 16:11:35 +00:00
Gisle Vanem
d3c0ed007e
Removed libcurl.def
2004-11-09 14:55:23 +00:00
Daniel Stenberg
6b49fd7483
Tim Sneddon's VMS fix for huge HTTP POSTs
2004-11-05 14:43:35 +00:00
Gunter Knauf
5f1490e1bd
added some lines to fetch ares version.
2004-07-11 17:59:07 +00:00
Daniel Stenberg
efa5485744
Gisle's djgpp updates
2004-06-29 18:43:56 +00:00
Gunter Knauf
8d0c77403c
some more makefile changes.
2004-06-11 02:29:16 +00:00
Gunter Knauf
601062455c
respect CVS builds in version string.
2004-06-11 01:36:27 +00:00
Daniel Stenberg
8ee564c216
Marty Kuhrt's VMS fixes
2004-06-08 21:21:53 +00:00
Gunter Knauf
3f739acf24
converted to UNIX format.
2004-06-08 14:52:32 +00:00
Daniel Stenberg
126ed14313
Gisle Vanem's djgpp/MS-DOS updates
2004-03-29 12:29:25 +00:00
Daniel Stenberg
1a5f190e47
minor update by Kevin
2004-03-23 14:34:09 +00:00
Daniel Stenberg
651c8d3bc4
Kevin Roth's updates to handle a new requirement from the Cygwin folks to
...
package man and doc files in a slightly different location.
2004-03-22 22:24:23 +00:00
Daniel Stenberg
a8a946d71d
crap files to get the dirs made when checked out from CVS
2004-03-22 21:46:08 +00:00
Daniel Stenberg
c5c005609e
container to get this dir made
2004-03-22 21:42:07 +00:00
Daniel Stenberg
97886f9353
Make the axp/README ia64/README vax/README files get included as well.
...
They're 0-bytes files, but make the dirs get created!
2004-03-22 21:37:02 +00:00
Daniel Stenberg
7ef5d20cad
files moved here from the $ROOT/src dir
2004-03-21 22:50:53 +00:00
Daniel Stenberg
20b76e09e3
Marty Kuhrt's VMS updates
2004-03-21 22:38:01 +00:00
Daniel Stenberg
5b55f9ecb3
Gnter Knauf's NetWare changes.
2004-03-17 12:46:42 +00:00
Daniel Stenberg
30e0891d3d
ignore these files
2004-03-15 13:20:53 +00:00
Daniel Stenberg
8147ccdf76
automake file for this dir
2004-03-15 13:20:01 +00:00
Daniel Stenberg
a2f35aaf67
new vms subdir
2004-03-15 10:08:32 +00:00
Daniel Stenberg
bad978feb2
Marty Kuhrt's provided files for the VMS package
2004-03-15 10:03:05 +00:00
Daniel Stenberg
7173a0f7b6
cool.haxx.se, no longer sourceforge
2004-02-20 13:09:35 +00:00
Daniel Stenberg
08e286ed68
P R Schaffner updated this to work for 7.11.0
2004-02-09 10:24:55 +00:00
Daniel Stenberg
4ea14b25df
Gisle Vanem's djgpp fixes
2003-12-19 08:03:48 +00:00
Daniel Stenberg
5a089f6c1f
Kevin Roth's fix to make correct cygwin packages
2003-11-04 06:50:50 +00:00
Daniel Stenberg
acb895956a
ignore
2003-06-02 13:53:13 +00:00
Daniel Stenberg
d5043133e6
Gisle Vanem made curl build with djgpp on DOS.
2003-05-21 08:08:48 +00:00
Daniel Stenberg
a69b814ded
Kevin fixed the bad list address
2003-01-15 08:04:09 +00:00
Daniel Stenberg
ee656415c4
moved comments to first column and automake stopped complaining
2002-10-18 07:55:38 +00:00
Daniel Stenberg
51d205b267
Kevin's fix to use DESTDIR instead of prefix on make install
2002-10-08 06:50:10 +00:00
Daniel Stenberg
30c0db06bd
Kevin's update
2002-10-07 07:38:33 +00:00
Daniel Stenberg
fd6624a058
Kevin Roth's patch for his new packaging
2002-10-04 08:22:57 +00:00
Daniel Stenberg
e504103e2c
Markus F.X.J. Oberhumer's cvsignore fixes
2002-08-22 19:46:39 +00:00
Daniel Stenberg
c88036405f
ignore generated files
2002-08-08 23:11:26 +00:00
Daniel Stenberg
60cddab4f2
ignore these files
2002-08-08 23:10:50 +00:00
Daniel Stenberg
411ca1c050
things to ignore
2002-08-08 23:09:45 +00:00
Daniel Stenberg
699876778b
Added EPM stuff, thanks to Giuseppe Corbelli
2002-03-04 07:59:53 +00:00
Daniel Stenberg
be3d601217
another Kevin Roth update
2001-11-21 08:10:29 +00:00
Daniel Stenberg
508466a175
Kevin Roth's fixes
2001-11-19 09:42:15 +00:00
Daniel Stenberg
3dfc509d33
Kevin's patch to install the binary stripped
2001-11-06 08:44:58 +00:00
Daniel Stenberg
cbc35b1fb8
minor mods to make solaris plain 'make' to not die on this
2001-11-01 07:27:09 +00:00
Daniel Stenberg
83877d5ec6
Kevin Roth updates
2001-10-29 22:17:19 +00:00
Daniel Stenberg
2d32e8831b
Cygwin moved into the win32 drawer
2001-10-29 10:31:52 +00:00
Daniel Stenberg
cd16efa2f2
Cygwin files
2001-10-22 06:27:12 +00:00
Daniel Stenberg
56562bad59
Kevin Roth's cygwin fixes
2001-10-22 06:26:30 +00:00
Cris Bailiff
c503930b8d
Added Solaris 'pkgadd' building support to packages collection and autoconf/automake files
2001-05-30 04:31:32 +00:00
Daniel Stenberg
b56f1e5185
added a pointer to the download web page
2001-05-14 07:08:22 +00:00
Daniel Stenberg
895dc5e530
Added README for releases
2001-03-16 13:09:21 +00:00
Daniel Stenberg
f6c57990ee
removed FILES from the RPM
2001-01-08 23:35:45 +00:00
Daniel Stenberg
9ade752fa7
distcheck fixes
2001-01-08 16:31:29 +00:00
Daniel Stenberg
08cfdf909e
use .spec.in files instead of plain .spec files
2001-01-08 13:42:18 +00:00
Daniel Stenberg
54e46e199c
Paul Marquis fixed a 7.4.2-dependency
2000-12-04 14:59:58 +00:00
Daniel Stenberg
823785c53e
new package related file
2000-10-31 09:50:22 +00:00