| .. |
|
arpa_telnet.h
|
|
|
|
base64.c
|
replaced the old base64 stuff with the new ones
|
2000-09-28 08:01:52 +00:00 |
|
base64.h
|
replaced the old base64 stuff with the new ones
|
2000-09-28 08:01:52 +00:00 |
|
cookie.c
|
a single cookie does not require a trailing semicolon anymore
|
2000-09-25 22:14:42 +00:00 |
|
cookie.h
|
|
|
|
dict.c
|
#include "setup.h" moved first of all includes
|
2000-08-24 14:26:33 +00:00 |
|
dict.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +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
|
in unescape(), '+' is now only converted to space after the first '?'
|
2000-08-31 12:03:04 +00:00 |
|
escape.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
|
file.c
|
#include "setup.h" moved first of all includes
|
2000-08-24 14:26:33 +00:00 |
|
file.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
|
formdata.c
|
#include "setup.h" moved first of all includes
|
2000-08-24 14:26:33 +00:00 |
|
formdata.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
|
ftp.c
|
krb4 transfers get a sec_fflush_fd() to get uploads to work
|
2000-09-25 22:15:28 +00:00 |
|
ftp.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
|
getdate.c
|
Albert Chin-A-Young's fixes
|
2000-08-23 07:23:42 +00:00 |
|
getdate.h
|
moved here from the newlib branch
|
2000-05-22 14:12:12 +00:00 |
|
getdate.y
|
Albert's fixes
|
2000-08-23 07:25:21 +00:00 |
|
getenv.c
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
|
getenv.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
|
getinfo.c
|
getinfo.c replaces the former writeout.c
|
2000-10-02 06:28:55 +00:00 |
|
getpass.c
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
|
getpass.h
|
|
|
|
highlevel.c
|
new upload-buffer size design that starts with a smallish buffer and increases
|
2000-10-03 11:02:52 +00:00 |
|
highlevel.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
|
hostip.c
|
#include <malloc.h> was removed, it causes warnings on openbsd
|
2000-09-29 06:34:50 +00:00 |
|
hostip.h
|
GetHost() changed function arguments
|
2000-09-21 08:47:48 +00:00 |
|
http.c
|
introduced the new add_buffer() concept that makes the HTTP request to get
|
2000-10-03 11:01:32 +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
|
include base64.h instead of base64_krb.h
|
2000-09-28 10:36:31 +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 |
|
Makefile.am
|
removed writeout.[ch] and added getinfo.c
|
2000-10-02 06:32:31 +00:00 |
|
Makefile.in
|
7.3 commit
|
2000-09-28 10:26:44 +00:00 |
|
Makefile.m32
|
Added a define in the Mingw32 makefiles to allow parts of the config-win32
|
2000-06-14 14:28:45 +00:00 |
|
Makefile.vc6
|
Jan Schmidt supplied an update
|
2000-08-24 17:55:48 +00:00 |
|
mprintf.c
|
|
|
|
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
|
corrected bad data re-use and buffer problems
|
2000-09-25 21:49:37 +00:00 |
|
progress.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
|
security.c
|
include base64.h instead of base64_krb.h
|
2000-09-28 10:36:31 +00:00 |
|
security.h
|
Martin Hedenfalk added sec_fflush_fd()
|
2000-09-25 22:15:56 +00:00 |
|
sendf.c
|
introduced the new add_buffer() concept that makes the HTTP request to get
|
2000-10-03 11:01:32 +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
|
include config.h first
|
2000-08-24 14:27:51 +00:00 |
|
speedcheck.c
|
#include "setup.h" moved first of all includes
|
2000-08-24 14:26:33 +00:00 |
|
speedcheck.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
|
ssluse.c
|
CRYPTO_free() of course, it makes it run with previous openssl versions too
|
2000-09-26 07:03:59 +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
|
#include "setup.h" moved first of all includes
|
2000-08-24 14:26:33 +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
|
inits the upload_bufsize at connect time
|
2000-10-03 11:03:55 +00:00 |
|
url.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
|
urldata.h
|
added the new upload_bufsize to the connectdata struct
|
2000-10-03 11:05:09 +00:00 |
|
version.c
|
now reports "krb4 enabled" is that's so
|
2000-09-21 08:51:15 +00:00 |