Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-02 | Fix for building with MS Visual-C and single-threaded | Gisle Vanem | |
runtime libs. | |||
2005-09-30 | fixed the proper path to the tftpd server | Daniel Stenberg | |
2005-09-30 | a new mirror, but we don't increase the amount since one of the former ones | Daniel Stenberg | |
are now officially no longer considered a mirror... ;-) | |||
2005-09-30 | Update in the "which license is best" section as it seems Debian people have | Daniel Stenberg | |
made up their mind. Spell-checked as well. | |||
2005-09-29 | Starting now, the verbose text that goes like "About to connect() to" will | Daniel Stenberg | |
now contain the word "proxy" is the hostname is in fact a proxy. This will help users detect situations when they mistakenly use a proxy. | |||
2005-09-27 | David Yan brought the Content-Range report | Daniel Stenberg | |
2005-09-27 | An anonymous submitter filed bug #1299181 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=1299181) that identified a silly problem with Content-Range: headers with the 'bytes' keyword written in a different case than all lowercase! It would cause a segfault! | |||
2005-09-27 | TJ Saunders of the proftpd project identified and pointed out problems with | Daniel Stenberg | |
the modified FTPS negotiation change of August 19 2005. Thus, we revert the change back to pre-7.14.1 status. | |||
2005-09-22 | clarify what the default read callback does and how it uses the READDATA | Daniel Stenberg | |
option | |||
2005-09-21 | three debian bug reports addressed | Daniel Stenberg | |
2005-09-21 | stricter type usage for time variables to avoid picky compiler warnings | Daniel Stenberg | |
2005-09-21 | 1 - attempted fix of uninitialized variable | Daniel Stenberg | |
2 - indented and edited to fit better within 80 columns 3 - fixed possible buffer overflow in the service name lookup function | |||
2005-09-21 | simplified the sin6_scope_id test and removed some left-overs from the previous | Daniel Stenberg | |
way of detecting it | |||
2005-09-21 | fixed the check for the addrinfo struct | Daniel Stenberg | |
2005-09-21 | clarified ERRORBUFFER - some errors just don't write a string even though | Daniel Stenberg | |
they should. And I removed all uses 'Note' (as they are pretty useless) and did some other language and phrasing cleanups. | |||
2005-09-21 | return an error string for the missing URL case | Daniel Stenberg | |
2005-09-21 | mention what WRITEFUNCTION and WRITEDATA do by default | Daniel Stenberg | |
2005-09-21 | oops, broken sentence fixed: | Daniel Stenberg | |
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329305 | |||
2005-09-20 | Uses __stdcall instead of SEC_ENTRY since it seems (at least) mingw doesn't | Daniel Stenberg | |
define SEC_ENTRY and thus fails unless this is done! | |||
2005-09-20 | Since newer ares versions should work with ipv6, I modified the error message | Daniel Stenberg | |
to a warning message as a first step. We should persue to make curl use c-ares properly even when built with ipv6 support. | |||
2005-09-20 | typecasts added in an attempt to please the picky compilers | Daniel Stenberg | |
2005-09-19 | added test 271 | Daniel Stenberg | |
2005-09-19 | test 271, the first ever TFTP test | Daniel Stenberg | |
2005-09-19 | seems to work for test 271 on Linux now! | Daniel Stenberg | |
2005-09-19 | Dmitry Bartsevich made the SSPI support work on Windows 9x as well | Daniel Stenberg | |
2005-09-18 | Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo ↵ | Dominick Meglio | |
use the reentrant getservbyport (getservbyport_r) if it isavailable to ensure it works properly in a threaded environment | |||
2005-09-16 | keep 'socktype' in the connectdata struct and make sure we use that for all | Daniel Stenberg | |
protocol sockets even if the resolved address may say otherwise | |||
2005-09-16 | recent changes | Daniel Stenberg | |
2005-09-16 | renamed sendfile() since some systems have a system call named like this - | Daniel Stenberg | |
now the functions are named sendtftp() and recvtftp() instead. | |||
2005-09-16 | In the Solaris 7 header files for tftp, the th_stuff struct member is an | Daniel Stenberg | |
unsigned short. Trying a typecast here to fix. | |||
2005-09-16 | prevent warnings on re-defining MIN | Daniel Stenberg | |
2005-09-16 | added URLs to bug reports | Daniel Stenberg | |
2005-09-16 | Added known bugs #26, started using my new "bounce URL" that jumps to the | Daniel Stenberg | |
correct (and overly complicated) sourceforge bug tracker URL given the bug report ID number. | |||
2005-09-16 | use int "subscripts" to prevent warnings from picky compilers | Daniel Stenberg | |
2005-09-16 | use internal *printf() clones | Daniel Stenberg | |
2005-09-15 | ifdef for includes, added checking for two not previously checked files (one | Daniel Stenberg | |
being necessary for solaris builds) | |||
2005-09-15 | use make -k when running the tests | Daniel Stenberg | |
2005-09-15 | ignore this too | Daniel Stenberg | |
2005-09-15 | build tftpd too! | Daniel Stenberg | |
2005-09-15 | First version of the TFTP server. Basic functionality is there. | Daniel Stenberg | |
2005-09-15 | added TFTP and TFTP-ipv6 support | Daniel Stenberg | |
2005-09-15 | moved test2file() to util.c | Daniel Stenberg | |
2005-09-15 | minor changes, the biggest one being using Curl_select() | Daniel Stenberg | |
2005-09-15 | mention the configure change | Daniel Stenberg | |
2005-09-14 | oops, return error if an error did occur! | Daniel Stenberg | |
2005-09-12 | CURLOPT_BUFFERSIZE clarification | Daniel Stenberg | |
2005-09-10 | Use the AC_CHECK_MEMBER() function for check struct members instead of | Daniel Stenberg | |
inventing and providing our own. Hopefully this solves a HP-UX 11.00 problem. | |||
2005-09-08 | --max-time should work just as good on win32 these days | Daniel Stenberg | |
2005-09-08 | mention the protocol-guessing when no protocol part is given in the URL | Daniel Stenberg | |
added TFTP to the list of supported protocols | |||
2005-09-07 | added tftp.c | Daniel Stenberg | |