summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* First version of the TFTP server. Basic functionality is there.Daniel Stenberg2005-09-151-0/+865
|
* added TFTP and TFTP-ipv6 supportDaniel Stenberg2005-09-151-1/+101
|
* moved test2file() to util.cDaniel Stenberg2005-09-153-14/+20
|
* minor changes, the biggest one being using Curl_select()Daniel Stenberg2005-09-151-47/+34
|
* mention the configure changeDaniel Stenberg2005-09-151-0/+5
|
* oops, return error if an error did occur!Daniel Stenberg2005-09-141-0/+1
|
* CURLOPT_BUFFERSIZE clarificationDaniel Stenberg2005-09-121-4/+8
|
* Use the AC_CHECK_MEMBER() function for check struct members instead ofDaniel Stenberg2005-09-102-23/+4
| | | | inventing and providing our own. Hopefully this solves a HP-UX 11.00 problem.
* --max-time should work just as good on win32 these daysDaniel Stenberg2005-09-081-2/+1
|
* mention the protocol-guessing when no protocol part is given in the URLDaniel Stenberg2005-09-081-2/+7
| | | | added TFTP to the list of supported protocols
* added tftp.cDaniel Stenberg2005-09-071-0/+1
|
* Ben Madsen reported a problem that only seemed to occur with certain specificDaniel Stenberg2005-09-071-3/+3
| | | | | glibc versions, and with this patch applied it no longer shows up to me. The problem was indeed a flaw that made curl use a file handle already closed.
* Thanks to Scott Davis' detailed reports, I found this premature detectionDaniel Stenberg2005-09-071-1/+1
| | | | of the end of a chunked-encoded POST request.
* Fix warning about missing initializers.Gisle Vanem2005-09-061-2/+2
|
* Fix for bind() on Winsock; AF_UNSPEC (0) is illegal.Gisle Vanem2005-09-061-1/+9
| | | | Should we do this for all targets?
* Now curl warns if an unknown variable is used in the -w/--writeout argument.Daniel Stenberg2005-09-062-1/+9
|
* binding updatesDaniel Stenberg2005-09-062-3/+10
|
* sockets are curl_socket_t to build cleanerDaniel Stenberg2005-09-061-1/+1
|
* Use SOCK_DGRAM for TFTP. Consider setting this up at one central place, weDaniel Stenberg2005-09-061-1/+4
| | | | have this check done on far too many places by now...
* minor Makefile fixes.Gunter Knauf2005-09-062-2/+2
|
* Added the people from the 7.14.1 release announcement.Daniel Stenberg2005-09-051-11/+15
|
* new release, work has been "initiated"Daniel Stenberg2005-09-051-2/+6
|
* mention the recent improvementsDaniel Stenberg2005-09-042-4/+20
|
* don't start lines with apostrophes!Daniel Stenberg2005-09-041-2/+2
|
* check that bind() returns successDaniel Stenberg2005-09-041-0/+4
|
* --protocols now supports TFTPDaniel Stenberg2005-09-041-0/+3
|
* 7.14.2 actuallyDaniel Stenberg2005-09-043-5/+5
|
* Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ipDaniel Stenberg2005-09-0411-9/+117
|
* John Kelly added TFTP support to libcurl. A bunch of new error codes wasDaniel Stenberg2005-09-0213-8/+863
| | | | | added. TODO: add them to docs. add TFTP server to test suite. add TFTP to list of protocols whereever those are mentioned.
* explain why the ABI depends on the SSL libsDaniel Stenberg2005-09-021-3/+13
|
* use -c to automake to copy the new filesDaniel Stenberg2005-09-011-1/+1
|
* work on 7.14.2 starts nowDaniel Stenberg2005-09-012-55/+10
|
* 7.14.1 coming right upcurl-7_14_1Daniel Stenberg2005-09-011-0/+2
|
* softened my opinions, added API benefit - Thanks to Eric CooperDaniel Stenberg2005-09-011-5/+8
|
* clarify that the ctxfunc is called on all new connectsDaniel Stenberg2005-09-011-0/+3
|
* added DISTRO-DILEMMADaniel Stenberg2005-09-011-1/+1
|
* added the URLDaniel Stenberg2005-09-011-3/+3
|
* newDaniel Stenberg2005-09-011-0/+183
|
* oops, the GNU GSS patch could clobber the CPPFLAGS variable and it thusDaniel Stenberg2005-08-311-1/+1
| | | | broke krb4 builds!
* ocurl releaseDaniel Stenberg2005-08-311-0/+1
|
* use it as 'struct addrinfo' so perhaps it builds on mingw againDaniel Stenberg2005-08-311-1/+1
|
* quick hack to make it working again on Win32 - however we should consider to ↵Gunter Knauf2005-08-301-11/+14
| | | | set some defaults depending on the compiler architecture we guess we are since it doesnt work well if we prefer building the msvc makefile with gmake instead of nmake because we found gmake first in path....
* Kevin Lussier pointed out a problem with curllib.dspDaniel Stenberg2005-08-292-1/+4
|
* Use the more correct BUILDING_LIBCURL define instead of CURLLIB_EXPORTS.Daniel Stenberg2005-08-291-4/+4
| | | | Kevin Lussier pointed this out!
* spell-fixDaniel Stenberg2005-08-291-1/+1
|
* Igor Polyakov fixed a rather nasty problem with the threaded name resolverDaniel Stenberg2005-08-293-35/+200
| | | | | | for Windows, that could lead to an Access Violation when the multi interface was used due to an issue with how the resolver thread was and was not terminated.
* Added GNU GSS and separate sections for MIT GSS and Heimdal and added infoDaniel Stenberg2005-08-291-31/+42
| | | | about what each single lib may be used for.
* Simon Josefson brought GNU GSS supportDaniel Stenberg2005-08-294-33/+63
|
* 1.3.0 coming just upc-ares-1_3_0Daniel Stenberg2005-08-291-0/+2
|
* Moved the GnuTLS related TODO items from lib/TODO.gnutls to the properDaniel Stenberg2005-08-292-17/+15
| | | | docs/TODO