summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* - Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg2007-01-161-1/+1
* - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option toDaniel Stenberg2007-01-051-2/+5
* - Robert Foreman provided a prime example snippet showing how libcurl wouldDaniel Stenberg2006-12-221-3/+1
* Robson Braga Araujo reported bug #1618359Daniel Stenberg2006-12-211-7/+7
* PROT_CLOSEACTION doesn't have to be its own bit but can just as well justDaniel Stenberg2006-12-111-1/+3
* Sebastien Willemijns reported bug #1603712Daniel Stenberg2006-12-061-5/+7
* removed the final traces of the closepolicy optionDaniel Stenberg2006-12-051-1/+0
* James Housley did lots of work and introduced SFTP downloads.Daniel Stenberg2006-11-241-9/+12
* Olaf Stueben provided a patch that I edited slightly. It fixes the notoriousDaniel Stenberg2006-11-031-2/+6
* James Housley brought support for SCP transfersDaniel Stenberg2006-11-021-0/+29
* Ravi Pratap provided a major update with pipelining fixes. We also no longerDaniel Stenberg2006-10-231-2/+2
* When a resolve is made on a pipelined connection we need to detect it properlyDaniel Stenberg2006-10-201-1/+2
* Support for FTP third party transfers is now droppedDaniel Stenberg2006-09-301-7/+0
* Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurlDaniel Stenberg2006-09-281-0/+3
* Resize the connection cache upwards when adding more handles than whatDaniel Stenberg2006-09-161-1/+1
* - Fixed my breakage from earlier today so that doing curl_easy_cleanup() on aDaniel Stenberg2006-09-111-2/+3
* Jeff Pohlmeyer presented a *multi_socket()-using program that exposed aDaniel Stenberg2006-09-101-0/+3
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-66/+164
* BUFSIZE defined in Metaware's <stdio.h>. Undefine to avoid warning.Gisle Vanem2006-08-291-0/+1
* David McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOPT_SOCKOPTDATA toDaniel Stenberg2006-08-291-0/+2
* Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPEDaniel Stenberg2006-08-191-3/+3
* Fixed a flaw in the "Expect: 100-continue" treatment. If you did two POSTsDaniel Stenberg2006-08-081-1/+2
* Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curlDaniel Stenberg2006-07-251-0/+4
* Ingmar Runge provided a source snippet that caused a crash. The reason forDaniel Stenberg2006-07-071-8/+18
* Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE andDaniel Stenberg2006-06-221-0/+2
* long/int cleanup to silence picky compiler warningsDaniel Stenberg2006-05-261-1/+1
* Fix GnuTLS compile warning. Risking breakage with some older version of GnuTLS?Daniel Stenberg2006-05-071-1/+1
* crlf_conversions needs to be a curl_off_t for ASCII transfers > 4GB on 32bitDaniel Stenberg2006-04-261-1/+1
* David McCreedy brought line end conversions when doing FTP ASCIIDaniel Stenberg2006-04-261-0/+9
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-10/+18
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-071-0/+20
* added typedefed function pointers and typecast the NULL assignments in anDaniel Stenberg2006-04-071-2/+8
* Michele Bini modified the NTLM code to work for his "weird IIS case"Daniel Stenberg2006-04-051-0/+1
* David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry pathDaniel Stenberg2006-03-211-4/+8
* Xavier Bouchoux made the SSL connection non-blocking for the multi interfaceDaniel Stenberg2006-03-211-4/+15
* Markus Koetter filed debian bug report #355715 which identified a problemDaniel Stenberg2006-03-071-0/+4
* Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options thatDaniel Stenberg2006-02-111-0/+2
* Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with theDaniel Stenberg2006-01-301-1/+4
* Duane Cathey was one of our friends who reported that curl -P [IP]Daniel Stenberg2006-01-191-5/+1
* David Shaw finally removed all traces of Gopher and we are now officiallyDaniel Stenberg2006-01-161-3/+0
* When using a bad path over FTP, as in when libcurl couldn't CWD into allDaniel Stenberg2006-01-101-0/+2
* new experimental "ftp method" codeDaniel Stenberg2005-11-281-3/+11
* Nis Jorgensen filed bug report #1338648Daniel Stenberg2005-10-271-1/+2
* keep 'socktype' in the connectdata struct and make sure we use that for allDaniel Stenberg2005-09-161-0/+1
* Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ipDaniel Stenberg2005-09-041-1/+2
* John Kelly added TFTP support to libcurl. A bunch of new error codes wasDaniel Stenberg2005-09-021-0/+3
* Simon Josefson brought GNU GSS supportDaniel Stenberg2005-08-291-6/+8
* Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessibleDaniel Stenberg2005-08-241-0/+1
* Adrian Schuur added trailer support in the chunked encoding stream. TheDaniel Stenberg2005-07-121-0/+10
* Fred New reported a bug where we used Basic auth and user name and password inDaniel Stenberg2005-04-251-0/+1