Daniel Stenberg
|
16bbd13af7
|
Diego Casorran patches to make (lib)curl build fine on Amiga again
|
2005-07-13 18:06:40 +00:00 |
|
Marty Kuhrt
|
37a547842b
|
cast the call to Curl_inet_ntop for DECC compiler squawk
|
2005-04-08 05:01:40 +00:00 |
|
Daniel Stenberg
|
ab4086bc24
|
Updated the copyright year since changes have been this year.
|
2005-03-31 07:02:02 +00:00 |
|
Dan Fandrich
|
bf87d13f5b
|
Fixed some compiler warnings I should have noticed before.
|
2005-03-16 02:25:12 +00:00 |
|
Dan Fandrich
|
efaf688650
|
Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.
|
2005-03-15 21:00:46 +00:00 |
|
Daniel Stenberg
|
ec4e653c6f
|
hushing up more warnings
|
2005-03-14 15:51:10 +00:00 |
|
Daniel Stenberg
|
24d47a6e07
|
Paul Nolan fix to make libcurl build nicely on Windows CE
|
2004-11-02 10:12:22 +00:00 |
|
Daniel Stenberg
|
6c5ea2af27
|
untabify
|
2004-10-06 06:58:42 +00:00 |
|
Daniel Stenberg
|
4af08a19f8
|
passing in a very long interface name could make a buffer overflow
|
2004-06-30 11:48:19 +00:00 |
|
Daniel Stenberg
|
c39858aac0
|
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
linked list for name resolved data, even on hosts/systems with only IPv4
stacks as this simplifies a lot of code.
|
2004-06-24 07:43:48 +00:00 |
|
Daniel Stenberg
|
bbafb2eb27
|
curl_global_init_mem() allows the memory functions to be replaced.
memory.h is included everywhere for this.
|
2004-05-11 11:30:23 +00:00 |
|
Daniel Stenberg
|
b2c290e40e
|
Gisle-fix: constified the 'interface' argument.
|
2004-05-05 13:42:23 +00:00 |
|
Daniel Stenberg
|
5b55f9ecb3
|
Günter Knauf's NetWare changes.
|
2004-03-17 12:46:42 +00:00 |
|
Daniel Stenberg
|
b84eaff1d5
|
set the 'retry' bit to TRUE when the connection is about to be retried,
this allows the HTTP code to *not* return a failure just because no data
has been received from the server
|
2004-02-02 14:49:54 +00:00 |
|
Daniel Stenberg
|
7e45a1ac53
|
moved the definitions of IOCTL_3_ARGS to setup.h
|
2004-01-29 15:35:42 +00:00 |
|
Daniel Stenberg
|
4d17d6876e
|
Dan Fandrich's cleanup patch to make pedantic compiler options cause less
warnings. Minor edits by me.
|
2004-01-29 13:56:45 +00:00 |
|
Daniel Stenberg
|
a275365c72
|
Avoid Curl_if2ip() on Interix as well. Fix by Rodney.
|
2004-01-16 07:09:28 +00:00 |
|
Daniel Stenberg
|
053f6c85ef
|
updated year in the copyright string
|
2004-01-07 09:19:33 +00:00 |
|
Daniel Stenberg
|
308bc9d919
|
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
|
2003-06-26 11:22:12 +00:00 |
|
Daniel Stenberg
|
07dd067f73
|
DJGPP fix by Gisle Vanem
|
2003-05-23 06:43:14 +00:00 |
|
Daniel Stenberg
|
8f809e2a93
|
James Bursa made it compile on RISC OS as well.
|
2003-02-28 13:11:10 +00:00 |
|
Daniel Stenberg
|
a7c72b7abf
|
removed the local variables for emacs and vim, use the new sample.emacs
way for emacs, and vim users should provide a similar non-polluting style
|
2003-01-29 10:14:20 +00:00 |
|
Daniel Stenberg
|
f26a338a54
|
copyright year update in the source header
|
2003-01-16 21:08:12 +00:00 |
|
Daniel Stenberg
|
ba4e69bebc
|
updated source code boilerplate/header
|
2002-09-03 11:52:59 +00:00 |
|
Daniel Stenberg
|
974f314f57
|
copyright string (year) update
|
2002-03-19 07:54:55 +00:00 |
|
Sterling Hughes
|
8e91d5de8e
|
looks nicer and is better compatible with older vim versions
|
2001-10-11 09:32:19 +00:00 |
|
Sterling Hughes
|
6147879837
|
Added formatting sections for emacs and vim
|
2001-09-07 04:01:32 +00:00 |
|
Daniel Stenberg
|
5b6640960a
|
VMS adjustments. The IOCTL_3_ARGS #define used now should be moved to become
a configure checked one.
|
2001-08-06 12:22:48 +00:00 |
|
Daniel Stenberg
|
77f34915ce
|
removed _REENTRANT define
|
2001-05-31 07:03:04 +00:00 |
|
Daniel Stenberg
|
455663ba5e
|
corrected the close to sclose() so that the memdebug stuff works
|
2001-03-16 15:44:38 +00:00 |
|
Daniel Stenberg
|
952b3a2c0f
|
added memdebug.h include
|
2001-03-16 15:19:36 +00:00 |
|
Daniel Stenberg
|
29bcba9a90
|
Ingo Ralf Blum's cygwin fixes
|
2001-01-24 14:44:05 +00:00 |
|
Daniel Stenberg
|
4031104404
|
Internal symbols that aren't static are now prefixed with 'Curl_'
|
2001-01-05 10:11:41 +00:00 |
|
Daniel Stenberg
|
24dee483e9
|
dual-license fix
|
2001-01-03 09:29:33 +00:00 |
|
Daniel Stenberg
|
b6e18f2f66
|
#include "setup.h" moved first of all includes
|
2000-08-24 14:26:33 +00:00 |
|
Daniel Stenberg
|
1b1f143cd6
|
hostname and large file support added
|
2000-08-24 12:33:16 +00:00 |
|
Daniel Stenberg
|
d4731b7050
|
Albert Chin-A-Young's fixes
|
2000-08-23 07:23:42 +00:00 |
|
Daniel Stenberg
|
a2f045451f
|
moved an include file further up to make AIX 3 more happy
|
2000-08-04 11:27:57 +00:00 |
|
Daniel Stenberg
|
1ef3600a07
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
|
Daniel Stenberg
|
a0ce95e155
|
David LeBlanc's fixes!
|
2000-05-29 22:51:13 +00:00 |
|
Daniel Stenberg
|
784e9406ae
|
silly mistake corrected
|
2000-05-26 13:57:11 +00:00 |
|
Daniel Stenberg
|
3ad1df668e
|
AIX wants sys/time.h included
|
2000-05-25 15:18:34 +00:00 |
|
Daniel Stenberg
|
ae1912cb0d
|
Initial revision
|
1999-12-29 14:20:26 +00:00 |
|