.. |
arpa_telnet.h
|
Initial revision
|
1999-12-29 14:20:26 +00:00 |
base64.c
|
added memory debugging include file
|
2000-10-09 11:12:34 +00:00 |
base64.h
|
replaced the old base64 stuff with the new ones
|
2000-09-28 08:01:52 +00:00 |
cookie.c
|
Venkataramana Mokkapati corrected a cookie parser bug
|
2000-11-10 08:10:04 +00:00 |
cookie.h
|
Added some RFC2109 support
|
2000-02-01 23:54:51 +00:00 |
dict.c
|
removed URL size restrictions
|
2000-11-20 08:53:21 +00:00 |
dict.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
dllinit.c
|
added for the win32 version
|
2000-10-06 11:02:48 +00:00 |
download.c
|
#include "setup.h" moved first of all includes
|
2000-08-24 14:26:33 +00:00 |
download.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
easy.c
|
Added curl_easy_getinfo()
|
2000-10-02 06:27:43 +00:00 |
escape.c
|
added memory debugging include file
|
2000-10-09 11:12:34 +00:00 |
escape.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
file.c
|
Chris Faherty fixed a free-twice problem
|
2000-11-13 07:51:23 +00:00 |
file.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
formdata.c
|
added curl_formfree()
|
2000-11-17 14:06:24 +00:00 |
formdata.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
ftp.c
|
set type before checking --head size, as the type may cause the server
|
2000-11-10 13:42:45 +00:00 |
ftp.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
getdate.c
|
Added typecast to localtime_r()
|
2000-11-07 23:09:08 +00:00 |
getdate.h
|
moved here from the newlib branch
|
2000-05-22 14:12:12 +00:00 |
getdate.y
|
typecasted the localtime_r() return code to not make it not warn even if the
|
2000-10-30 11:54:27 +00:00 |
getenv.c
|
added memory debugging include file
|
2000-10-09 11:12:34 +00:00 |
getenv.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
getinfo.c
|
adjusted the time-keeping function to work better for location following
|
2000-11-06 15:31:10 +00:00 |
getpass.c
|
new interface, updated Angus' license, dependent on HAVE_GETPASS_R
|
2000-11-10 09:18:25 +00:00 |
getpass.h
|
new interface, updated Angus' license, dependent on HAVE_GETPASS_R
|
2000-11-10 09:18:25 +00:00 |
highlevel.c
|
memory leak cleanup campaign
|
2000-11-17 14:03:58 +00:00 |
highlevel.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
hostip.c
|
added memory debugging include file
|
2000-10-09 11:12:34 +00:00 |
hostip.h
|
GetHost() changed function arguments
|
2000-09-21 08:47:48 +00:00 |
http.c
|
removed URL size restrictions
|
2000-11-20 08:53:21 +00:00 |
http.h
|
more "anything through http proxy tunnel" fixes
|
2000-09-15 06:10:52 +00:00 |
if2ip.c
|
#include "setup.h" moved first of all includes
|
2000-08-24 14:26:33 +00:00 |
if2ip.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +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 memory debugging include file
|
2000-10-09 11:12:34 +00:00 |
ldap.c
|
#include "setup.h" moved first of all includes
|
2000-08-24 14:26:33 +00:00 |
ldap.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
libcurl.def
|
Jörg updated the list of exported functions
|
2000-11-13 08:36:17 +00:00 |
Makefile.am
|
I commented the -DMALLOCDEBUG flag to make it easier to add
|
2000-10-09 11:24:18 +00:00 |
Makefile.in
|
7.4.1 commit
|
2000-10-16 13:52:05 +00:00 |
Makefile.m32
|
Jörg's updated makefile
|
2000-10-06 11:03:43 +00:00 |
Makefile.vc6
|
Jan Schmidt supplied an update
|
2000-08-24 17:55:48 +00:00 |
memdebug.c
|
now exits and alerts on bad uses of strdup() and free()
|
2000-11-17 15:31:45 +00:00 |
memdebug.h
|
added for memory leak debugging etc
|
2000-10-09 11:11:43 +00:00 |
mprintf.c
|
not printf()ing %s normally for character that weren't isprint() made things
|
2000-11-15 15:36:41 +00:00 |
netrc.c
|
#include "setup.h" moved first of all includes
|
2000-08-24 14:26:33 +00:00 |
netrc.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
progress.c
|
data->err must be used, not stderr
|
2000-11-16 07:20:12 +00:00 |
progress.h
|
modified pgrsTime() to the new functionality
|
2000-11-06 15:32:16 +00:00 |
security.c
|
added memory debugging include file
|
2000-10-09 11:12:34 +00:00 |
security.h
|
Martin Hedenfalk added sec_fflush_fd()
|
2000-09-25 22:15:56 +00:00 |
sendf.c
|
new urldata ssl layout and T. Bharath brought the new SSL cert verify function
|
2000-10-30 11:53:40 +00:00 |
sendf.h
|
introduced the new add_buffer() concept that makes the HTTP request to get
|
2000-10-03 11:01:32 +00:00 |
setup.h
|
removed old unused getpass() leftovers
|
2000-10-26 21:59:54 +00:00 |
speedcheck.c
|
made the speedcheck actually work again
|
2000-10-17 14:53:03 +00:00 |
speedcheck.h
|
made the speedcheck actually work again
|
2000-10-17 14:53:03 +00:00 |
ssluse.c
|
new urldata ssl layout and T. Bharath brought the new SSL cert verify function
|
2000-10-30 11:53:40 +00:00 |
ssluse.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
strequal.c
|
#include "setup.h" moved first of all includes
|
2000-08-24 14:26:33 +00:00 |
strequal.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
telnet.c
|
new urldata ssl layout and T. Bharath brought the new SSL cert verify function
|
2000-10-30 11:53:40 +00:00 |
telnet.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
timeval.c
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
timeval.h
|
moved include setup.h
|
2000-08-24 14:28:11 +00:00 |
url.c
|
removed URL size restrictions
|
2000-11-20 08:53:21 +00:00 |
url.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
urldata.h
|
removed URL size restrictions
|
2000-11-20 08:53:21 +00:00 |
version.c
|
now reports "krb4 enabled" is that's so
|
2000-09-21 08:51:15 +00:00 |