..
.cvsignore
ignore generated files
2002-08-08 23:11:26 +00:00
arpa_telnet.h
added disable-[protocol] support, largely provided by Miklos Nemeth
2002-06-11 11:13:01 +00:00
base64.c
copyright string (year) update
2002-03-19 07:54:55 +00:00
base64.h
copyright string (year) update
2002-03-19 07:54:55 +00:00
config-mac.h
moved the config-*.h files from root to the lib/ dir
2002-02-07 14:32:28 +00:00
config-riscos.h
Michael Curtis' updates
2002-04-08 21:59:06 +00:00
config-vms.h
HAVE_SIGSETJMP
2002-06-12 17:56:22 +00:00
config-win32.h
Added three more pragmas for MSVC++ compiles.
2002-08-20 11:46:48 +00:00
connect.c
fixed a Curl_connecthost() bug, we should default to set connected to false
2002-08-12 12:01:57 +00:00
connect.h
Initial fix to make the multi interface return control while waiting for
2002-08-12 09:43:20 +00:00
cookie.c
properly skip white spaces on Set-Cookie: header lines
2002-07-29 22:22:49 +00:00
cookie.h
support for ingoring session cookies added
2002-05-07 09:58:13 +00:00
curllib.dsp
Hanno L. Kranzhoff fixed them
2002-06-14 09:36:09 +00:00
curllib.dsw
Hanno L. Kranzhoff fixed them
2002-06-14 09:36:09 +00:00
dict.c
copyright string (year) update
2002-03-19 07:54:55 +00:00
dict.h
added disable-[protocol] support, largely provided by Miklos Nemeth
2002-06-11 11:13:01 +00:00
dllinit.c
prevent compiler warnings
2002-08-20 11:43:31 +00:00
easy.c
support for ingoring session cookies added
2002-05-07 09:58:13 +00:00
escape.c
ignore '+' in URLs, generate only %-codes
2002-06-26 07:15:31 +00:00
escape.h
copyright string (year) update
2002-03-19 07:54:55 +00:00
file.c
added disable-[protocol] support, largely provided by Miklos Nemeth
2002-06-11 11:13:01 +00:00
file.h
added disable-[protocol] support, largely provided by Miklos Nemeth
2002-06-11 11:13:01 +00:00
formdata.c
Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH
2002-06-12 21:40:59 +00:00
formdata.h
Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH
2002-06-12 21:40:59 +00:00
ftp.c
Initial fix to make the multi interface return control while waiting for
2002-08-12 09:43:20 +00:00
ftp.h
Initial fix to make the multi interface return control while waiting for
2002-08-12 09:43:20 +00:00
getdate.c
Nico Baggus' VMS tweaks
2002-02-20 13:46:53 +00:00
getdate.h
Nico Baggus' VMS tweaks
2002-02-20 13:46:53 +00:00
getdate.y
Nico Baggus' VMS tweaks
2002-02-20 13:46:53 +00:00
getenv.c
copyright string (year) update
2002-03-19 07:54:55 +00:00
getinfo.c
Dirk Manske brought the patch that introduces two new CURLINFO_* values:
2002-04-16 07:59:20 +00:00
getinfo.h
copyright string (year) update
2002-03-19 07:54:55 +00:00
getpass.c
use stderr to present the prompt to, make sure to close the fopen()ed
2002-07-29 14:15:14 +00:00
getpass.h
copyright string (year) update
2002-03-19 07:54:55 +00:00
hash.c
DNC cache prune crash removed, made the name spacing follow the general
2002-04-27 13:06:40 +00:00
hash.h
Now uses Curl_ as prefix for internal global symbols. curl_ should only be
2002-04-27 13:07:51 +00:00
hostip.c
attempted hpux fix for resolves
2002-08-08 22:44:43 +00:00
hostip.h
In order to not get problems with DNS cache pruning, we no longer store
2002-04-25 19:00:57 +00:00
http_chunks.c
added disable-[protocol] support, largely provided by Miklos Nemeth
2002-06-11 11:13:01 +00:00
http_chunks.h
copyright string (year) update
2002-03-19 07:54:55 +00:00
http.c
added disable-[protocol] support, largely provided by Miklos Nemeth
2002-06-11 11:13:01 +00:00
http.h
added disable-[protocol] support, largely provided by Miklos Nemeth
2002-06-11 11:13:01 +00:00
if2ip.c
copyright string (year) update
2002-03-19 07:54:55 +00:00
if2ip.h
copyright string (year) update
2002-03-19 07:54:55 +00:00
inet_ntoa_r.h
had to add this since it was missing in the system includes!
2000-05-29 22:52:17 +00:00
krb4.c
added disable-[protocol] support, largely provided by Miklos Nemeth
2002-06-11 11:13:01 +00:00
krb4.h
copyright string (year) update
2002-03-19 07:54:55 +00:00
ldap.c
kris@freebsd.org fixed a bad format string
2002-06-12 07:45:11 +00:00
ldap.h
added disable-[protocol] support, largely provided by Miklos Nemeth
2002-06-11 11:13:01 +00:00
libcurl.def
Added multi interface functions to DLL definitions.
2002-08-03 16:38:28 +00:00
llist.c
Now uses Curl_ as prefix for internal global symbols. curl_ should only be
2002-04-27 13:07:51 +00:00
llist.h
Now uses Curl_ as prefix for internal global symbols. curl_ should only be
2002-04-27 13:07:51 +00:00
Makefile.am
Sterling Hughes brings the share interface
2002-08-13 14:20:47 +00:00
Makefile.b32
use the ws2_32.lib now (Miklos Nemeth reporteD)
2001-11-19 20:09:02 +00:00
Makefile.b32.resp
Miklos Nemeth pointed out the missing connect.obj
2001-11-19 20:06:29 +00:00
Makefile.m32
Added multi.[co] to the build
2002-07-29 11:07:26 +00:00
Makefile.riscos
brougth by Michael Curtis
2002-04-10 20:52:26 +00:00
Makefile.vc6
link with winmm.lib too
2002-07-29 14:20:53 +00:00
memdebug.c
James Cone's efforts to add another netrc parsing "mode"
2002-05-21 22:17:19 +00:00
memdebug.h
copyright string (year) update
2002-03-19 07:54:55 +00:00
mprintf.c
maprintf() and vmaprintf() now work better when printfing "%s" with an
2002-05-21 17:59:57 +00:00
multi.c
Initial fix to make the multi interface return control while waiting for
2002-08-12 09:43:20 +00:00
netrc.c
James Cone's efforts to add another netrc parsing "mode"
2002-05-21 22:17:19 +00:00
netrc.h
James Cone's efforts to add another netrc parsing "mode"
2002-05-21 22:17:19 +00:00
progress.c
T. Bharath fixed the TIMER_REDIRECT.
2002-06-03 12:46:04 +00:00
progress.h
Dirk Manske brought the patch that introduces two new CURLINFO_* values:
2002-04-16 07:59:20 +00:00
security.c
added disable-[protocol] support, largely provided by Miklos Nemeth
2002-06-11 11:13:01 +00:00
security.h
copyright string (year) update
2002-03-19 07:54:55 +00:00
sendf.c
made VERBOSE output more like it used to be, HEADER_IN is thus also ignored
2002-05-04 15:36:07 +00:00
sendf.h
Jean-Philippe Barrette-LaPierre provided his patch that introduces
2002-04-12 07:21:11 +00:00
setup.h
added disable-[protocol] support, largely provided by Miklos Nemeth
2002-06-11 11:13:01 +00:00
share.c
Sterling Hughes brings the share interface
2002-08-13 14:20:47 +00:00
share.h
Sterling Hughes brings the share interface
2002-08-13 14:20:47 +00:00
speedcheck.c
copyright string (year) update
2002-03-19 07:54:55 +00:00
speedcheck.h
copyright string (year) update
2002-03-19 07:54:55 +00:00
ssluse.c
This fix MIGHT make us build nicely with OpenSSL 0.9.7. This fix is based
2002-06-10 12:38:10 +00:00
ssluse.h
copyright string (year) update
2002-03-19 07:54:55 +00:00
strequal.c
copyright string (year) update
2002-03-19 07:54:55 +00:00
strequal.h
copyright string (year) update
2002-03-19 07:54:55 +00:00
strtok.c
copyright string (year) update
2002-03-19 07:54:55 +00:00
strtok.h
copyright string (year) update
2002-03-19 07:54:55 +00:00
telnet.c
added disable-[protocol] support, largely provided by Miklos Nemeth
2002-06-11 11:13:01 +00:00
telnet.h
added disable-[protocol] support, largely provided by Miklos Nemeth
2002-06-11 11:13:01 +00:00
timeval.c
T. Bharath fixed his mm lib timer resolution fix
2002-06-26 06:47:18 +00:00
timeval.h
copyright string (year) update
2002-03-19 07:54:55 +00:00
transfer.c
Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patch
2002-08-08 22:52:50 +00:00
transfer.h
copyright string (year) update
2002-03-19 07:54:55 +00:00
url.c
Sterling Hughes brings the share interface
2002-08-13 14:20:47 +00:00
url.h
Initial fix to make the multi interface return control while waiting for
2002-08-12 09:43:20 +00:00
urldata.h
Sterling Hughes brings the share interface
2002-08-13 14:20:47 +00:00
version.c
copyright string (year) update
2002-03-19 07:54:55 +00:00