.. |
arpa_telnet.h
|
Initial revision
|
1999-12-29 14:20:26 +00:00 |
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
|
Added some RFC2109 support
|
2000-02-01 23:54:51 +00:00 |
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
|
counts header and request size
|
2000-10-04 13:07:43 +00:00 |
getpass.c
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
getpass.h
|
Initial revision
|
1999-12-29 14:20:26 +00:00 |
highlevel.c
|
counts header and request size
|
2000-10-04 13:07:43 +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
|
counts header and request size
|
2000-10-04 13:07:43 +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
|
Initial revision
|
1999-12-29 14:20:26 +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
|
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
|
add_buffer_send() free()d the buffer *before* it was used! :-O
|
2000-10-03 16:53:41 +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
|
removed writeinfo stuff
|
2000-10-03 22:04:04 +00:00 |
url.h
|
haxx.nu => haxx.se
|
2000-06-20 15:31:26 +00:00 |
urldata.h
|
counts header and request size
|
2000-10-04 13:07:43 +00:00 |
version.c
|
now reports "krb4 enabled" is that's so
|
2000-09-21 08:51:15 +00:00 |