summaryrefslogtreecommitdiff
path: root/lib/sendf.c
Commit message (Collapse)AuthorAgeFilesLines
* solaris 2.5.1 needs the sys/types.h file before the sys/socket.hDaniel Stenberg2001-12-111-0/+3
|
* failf() calls should not have newlines in the message string!Daniel Stenberg2001-12-111-2/+3
|
* Eric's #include fixes for better macos compilesDaniel Stenberg2001-12-041-0/+4
|
* failf() now only overwrites the error buffer the first time it gets calledDaniel Stenberg2001-11-021-1/+3
| | | | | for each *_perform(). It makes things a lot easier, as the first one that detects the error get to write the final error reason...
* return type cleanupDaniel Stenberg2001-10-311-5/+6
|
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
|
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
|
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-15/+15
| | | | be posted in a minute to the libcurl list.
* modified to use the renamed kerberos functions with Curl_ prefixDaniel Stenberg2001-08-171-2/+2
|
* cleaned up some of the size_t and const messDaniel Stenberg2001-08-141-6/+12
|
* Jonathan Hseu noticed that you couldn't get a header callback unless youDaniel Stenberg2001-08-061-1/+2
| | | | | set CURLOPT_WRITEHEADER to non-NULL, even if you didn't care about that data. This is now fixed.
* CURLOPT_MUTE and data->bits.mute are history, removed, gone!Daniel Stenberg2001-05-311-5/+0
|
* Added new CURLOPT_HEADERFUNCTION callback for writing headers onlyDaniel Stenberg2001-04-101-1/+8
|
* failf() now respects the mute flagDaniel Stenberg2001-03-131-3/+3
|
* removed curl_read() and curl_write() - they weren't used and the publicDaniel Stenberg2001-03-091-33/+0
| | | | "low leve" interface is dumped
* moved the slist-functions here from FTP since they're more generic than simplyDaniel Stenberg2001-03-021-1/+74
| | | | for FTP-stuff
* multiple connection support initial commitDaniel Stenberg2001-02-201-8/+6
|
* curl_read() and Curl_read() now have ssize_t in the last argumentDaniel Stenberg2001-01-311-3/+3
|
* sendf is now only Curl_sendfDaniel Stenberg2001-01-251-19/+100
| | | | Curl_write() and Curl_read() are here
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-133/+9
|
* dual-license fixDaniel Stenberg2001-01-031-28/+11
|
* ftpsendf() is remade to send the entire command in one write(), as someDaniel Stenberg2000-12-301-9/+11
| | | | firewalls (like FW-1) seems to dislike split-up writes at times...
* Added the client_write() functionDaniel Stenberg2000-11-221-0/+34
|
* new urldata ssl layout and T. Bharath brought the new SSL cert verify functionDaniel Stenberg2000-10-301-4/+4
|
* sprintf() => snprintf()Daniel Stenberg2000-10-121-1/+2
|
* added memory debugging include fileDaniel Stenberg2000-10-091-0/+4
|
* add_buffer_send() free()d the buffer *before* it was used! :-ODaniel Stenberg2000-10-031-5/+8
|
* introduced the new add_buffer() concept that makes the HTTP request to getDaniel Stenberg2000-10-031-5/+85
| | | | sent in only one shot
* adjusted to support krb4Daniel Stenberg2000-09-211-9/+58
|
* #include "setup.h" moved first of all includesDaniel Stenberg2000-08-241-2/+2
|
* hostname and large file support addedDaniel Stenberg2000-08-241-1/+19
|
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
|
* moved here from the newlib branchDaniel Stenberg2000-05-221-2/+2
|
* Initial revisionDaniel Stenberg1999-12-291-0/+115