Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | prevent warnings on re-defining MIN | Daniel Stenberg | 2005-09-16 | 1 | -0/+1 | |
| | ||||||
* | added URLs to bug reports | Daniel Stenberg | 2005-09-16 | 2 | -20/+24 | |
| | ||||||
* | Added known bugs #26, started using my new "bounce URL" that jumps to the | Daniel Stenberg | 2005-09-16 | 1 | -3/+8 | |
| | | | | | correct (and overly complicated) sourceforge bug tracker URL given the bug report ID number. | |||||
* | use int "subscripts" to prevent warnings from picky compilers | Daniel Stenberg | 2005-09-16 | 1 | -2/+2 | |
| | ||||||
* | use internal *printf() clones | Daniel Stenberg | 2005-09-16 | 1 | -0/+4 | |
| | ||||||
* | ifdef for includes, added checking for two not previously checked files (one | Daniel Stenberg | 2005-09-15 | 2 | -3/+26 | |
| | | | | being necessary for solaris builds) | |||||
* | use make -k when running the tests | Daniel Stenberg | 2005-09-15 | 1 | -2/+2 | |
| | ||||||
* | ignore this too | Daniel Stenberg | 2005-09-15 | 1 | -0/+1 | |
| | ||||||
* | build tftpd too! | Daniel Stenberg | 2005-09-15 | 1 | -1/+3 | |
| | ||||||
* | First version of the TFTP server. Basic functionality is there. | Daniel Stenberg | 2005-09-15 | 1 | -0/+865 | |
| | ||||||
* | added TFTP and TFTP-ipv6 support | Daniel Stenberg | 2005-09-15 | 1 | -1/+101 | |
| | ||||||
* | moved test2file() to util.c | Daniel Stenberg | 2005-09-15 | 3 | -14/+20 | |
| | ||||||
* | minor changes, the biggest one being using Curl_select() | Daniel Stenberg | 2005-09-15 | 1 | -47/+34 | |
| | ||||||
* | mention the configure change | Daniel Stenberg | 2005-09-15 | 1 | -0/+5 | |
| | ||||||
* | oops, return error if an error did occur! | Daniel Stenberg | 2005-09-14 | 1 | -0/+1 | |
| | ||||||
* | CURLOPT_BUFFERSIZE clarification | Daniel Stenberg | 2005-09-12 | 1 | -4/+8 | |
| | ||||||
* | Use the AC_CHECK_MEMBER() function for check struct members instead of | Daniel Stenberg | 2005-09-10 | 2 | -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 days | Daniel Stenberg | 2005-09-08 | 1 | -2/+1 | |
| | ||||||
* | mention the protocol-guessing when no protocol part is given in the URL | Daniel Stenberg | 2005-09-08 | 1 | -2/+7 | |
| | | | | added TFTP to the list of supported protocols | |||||
* | added tftp.c | Daniel Stenberg | 2005-09-07 | 1 | -0/+1 | |
| | ||||||
* | Ben Madsen reported a problem that only seemed to occur with certain specific | Daniel Stenberg | 2005-09-07 | 1 | -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 detection | Daniel Stenberg | 2005-09-07 | 1 | -1/+1 | |
| | | | | of the end of a chunked-encoded POST request. | |||||
* | Fix warning about missing initializers. | Gisle Vanem | 2005-09-06 | 1 | -2/+2 | |
| | ||||||
* | Fix for bind() on Winsock; AF_UNSPEC (0) is illegal. | Gisle Vanem | 2005-09-06 | 1 | -1/+9 | |
| | | | | Should we do this for all targets? | |||||
* | Now curl warns if an unknown variable is used in the -w/--writeout argument. | Daniel Stenberg | 2005-09-06 | 2 | -1/+9 | |
| | ||||||
* | binding updates | Daniel Stenberg | 2005-09-06 | 2 | -3/+10 | |
| | ||||||
* | sockets are curl_socket_t to build cleaner | Daniel Stenberg | 2005-09-06 | 1 | -1/+1 | |
| | ||||||
* | Use SOCK_DGRAM for TFTP. Consider setting this up at one central place, we | Daniel Stenberg | 2005-09-06 | 1 | -1/+4 | |
| | | | | have this check done on far too many places by now... | |||||
* | minor Makefile fixes. | Gunter Knauf | 2005-09-06 | 2 | -2/+2 | |
| | ||||||
* | Added the people from the 7.14.1 release announcement. | Daniel Stenberg | 2005-09-05 | 1 | -11/+15 | |
| | ||||||
* | new release, work has been "initiated" | Daniel Stenberg | 2005-09-05 | 1 | -2/+6 | |
| | ||||||
* | mention the recent improvements | Daniel Stenberg | 2005-09-04 | 2 | -4/+20 | |
| | ||||||
* | don't start lines with apostrophes! | Daniel Stenberg | 2005-09-04 | 1 | -2/+2 | |
| | ||||||
* | check that bind() returns success | Daniel Stenberg | 2005-09-04 | 1 | -0/+4 | |
| | ||||||
* | --protocols now supports TFTP | Daniel Stenberg | 2005-09-04 | 1 | -0/+3 | |
| | ||||||
* | 7.14.2 actually | Daniel Stenberg | 2005-09-04 | 3 | -5/+5 | |
| | ||||||
* | Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip | Daniel Stenberg | 2005-09-04 | 11 | -9/+117 | |
| | ||||||
* | John Kelly added TFTP support to libcurl. A bunch of new error codes was | Daniel Stenberg | 2005-09-02 | 13 | -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 libs | Daniel Stenberg | 2005-09-02 | 1 | -3/+13 | |
| | ||||||
* | use -c to automake to copy the new files | Daniel Stenberg | 2005-09-01 | 1 | -1/+1 | |
| | ||||||
* | work on 7.14.2 starts now | Daniel Stenberg | 2005-09-01 | 2 | -55/+10 | |
| | ||||||
* | 7.14.1 coming right upcurl-7_14_1 | Daniel Stenberg | 2005-09-01 | 1 | -0/+2 | |
| | ||||||
* | softened my opinions, added API benefit - Thanks to Eric Cooper | Daniel Stenberg | 2005-09-01 | 1 | -5/+8 | |
| | ||||||
* | clarify that the ctxfunc is called on all new connects | Daniel Stenberg | 2005-09-01 | 1 | -0/+3 | |
| | ||||||
* | added DISTRO-DILEMMA | Daniel Stenberg | 2005-09-01 | 1 | -1/+1 | |
| | ||||||
* | added the URL | Daniel Stenberg | 2005-09-01 | 1 | -3/+3 | |
| | ||||||
* | new | Daniel Stenberg | 2005-09-01 | 1 | -0/+183 | |
| | ||||||
* | oops, the GNU GSS patch could clobber the CPPFLAGS variable and it thus | Daniel Stenberg | 2005-08-31 | 1 | -1/+1 | |
| | | | | broke krb4 builds! | |||||
* | ocurl release | Daniel Stenberg | 2005-08-31 | 1 | -0/+1 | |
| | ||||||
* | use it as 'struct addrinfo' so perhaps it builds on mingw again | Daniel Stenberg | 2005-08-31 | 1 | -1/+1 | |
| |