History log of /curl/lib/http.c (Results 1001 – 1025 of 1041)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_6-pre4
# f0b9aefd 25-Jan-2001 Daniel Stenberg

Curl_read() and Curl_write() are now used for reading/writing sockets.
Some functions changed prototype due to this change as well.


Revision tags: curl_7_6-pre3
# ae0a6835 17-Jan-2001 Daniel Stenberg

Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h
and download.h


# 64032578 05-Jan-2001 Daniel Stenberg

renamed Curl_ to curl_ for the printf() prefixes


# 40311044 05-Jan-2001 Daniel Stenberg

Internal symbols that aren't static are now prefixed with 'Curl_'


Revision tags: curl-7_5_2
# 24dee483 03-Jan-2001 Daniel Stenberg

dual-license fix


Revision tags: pre-header-change, curl-7_5
# 9a9013ac 21-Nov-2000 Daniel Stenberg

typecasted the argument to isspace() to int, to remove a pedantic compiler
warning


# 42280e95 20-Nov-2000 Daniel Stenberg

removed URL size restrictions


# 868488b5 17-Nov-2000 Daniel Stenberg

memory leak cleanup campaign


# bfb118e4 13-Nov-2000 Daniel Stenberg

Added space after the Cookie: header keyword


# c44b10de 20-Oct-2000 Daniel Stenberg

remote_port used in Host: headers only when non-default


Revision tags: curl-7_4_1
# 85174ed3 11-Oct-2000 Daniel Stenberg

memory leak adjusts


# 0f8facb4 09-Oct-2000 Daniel Stenberg

added memory debugging include file


# 5865860a 04-Oct-2000 Daniel Stenberg

counts header and request size


# d3f9b2a4 03-Oct-2000 Daniel Stenberg

introduced the new add_buffer() concept that makes the HTTP request to get
sent in only one shot


Revision tags: curl-7_3
# 13962adc 28-Sep-2000 Daniel Stenberg

7.3 commit


# 6f6dfa97 21-Sep-2000 Daniel Stenberg

Uses the new interface to ssend() and the base64 encoder


# 00eaf202 15-Sep-2000 Daniel Stenberg

bugfixed the proxytunnel


# 0da70575 15-Sep-2000 Daniel Stenberg

more "anything through http proxy tunnel" fixes


# 86ff2c46 14-Sep-2000 Daniel Stenberg

introduced 'tunnel through http proxy' for ftp


Revision tags: curl-7_2
# b6e18f2f 24-Aug-2000 Daniel Stenberg

#include "setup.h" moved first of all includes


# 1b1f143c 24-Aug-2000 Daniel Stenberg

hostname and large file support added


# d4731b70 23-Aug-2000 Daniel Stenberg

Albert Chin-A-Young's fixes


Revision tags: curl-7_1_1
# 349a3aaf 11-Aug-2000 Daniel Stenberg

Made it possible to replace the Content-Type: and Content-Length: headers
curl issues when doing a regular HTTP post. This should not be taken light-
heartedly though. Replacing them might ge

Made it possible to replace the Content-Type: and Content-Length: headers
curl issues when doing a regular HTTP post. This should not be taken light-
heartedly though. Replacing them might get you into trouble!

show more ...


# c3c77398 31-Jul-2000 Daniel Stenberg

big last-beta (?) cleanup commit


# 1cf13c82 31-Jul-2000 Daniel Stenberg

Replacing one of the internal headers with one that has no contents will now
completely disable that header to get sent.


1...<<4142