aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-10-04Michael Wallner reported that the date parser had wrong offset stored forDaniel Stenberg
the MEST and CEST time zones.
2005-10-04Domenico Andreoli's SEE ALSO patchDaniel Stenberg
2005-10-03Ok, based on the online docs for AIX'es getservbyport_r() I adjusted to codeDaniel Stenberg
to do (what I believe is) "right". See docs on: http://publib.boulder.ibm.com/infocenter/pseries/index.jsp?topic=/com.ibm.aix.doc/libs/commtrf2/getservbyport_r.htm
2005-10-03recent actionDaniel Stenberg
2005-10-02Avoid gcc warning "dereferencing type-punned pointerGisle Vanem
will break strict-aliasing rules".
2005-10-02Fix for building with MS Visual-C and single-threadedGisle Vanem
runtime libs.
2005-09-30fixed the proper path to the tftpd serverDaniel Stenberg
2005-09-30a new mirror, but we don't increase the amount since one of the former onesDaniel Stenberg
are now officially no longer considered a mirror... ;-)
2005-09-30Update in the "which license is best" section as it seems Debian people haveDaniel Stenberg
made up their mind. Spell-checked as well.
2005-09-29Starting now, the verbose text that goes like "About to connect() to" willDaniel 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-27David Yan brought the Content-Range reportDaniel Stenberg
2005-09-27An anonymous submitter filed bug #1299181Daniel 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-27TJ Saunders of the proftpd project identified and pointed out problems withDaniel Stenberg
the modified FTPS negotiation change of August 19 2005. Thus, we revert the change back to pre-7.14.1 status.
2005-09-22clarify what the default read callback does and how it uses the READDATADaniel Stenberg
option
2005-09-21three debian bug reports addressedDaniel Stenberg
2005-09-21stricter type usage for time variables to avoid picky compiler warningsDaniel Stenberg
2005-09-211 - attempted fix of uninitialized variableDaniel Stenberg
2 - indented and edited to fit better within 80 columns 3 - fixed possible buffer overflow in the service name lookup function
2005-09-21simplified the sin6_scope_id test and removed some left-overs from the previousDaniel Stenberg
way of detecting it
2005-09-21fixed the check for the addrinfo structDaniel Stenberg
2005-09-21clarified ERRORBUFFER - some errors just don't write a string even thoughDaniel Stenberg
they should. And I removed all uses 'Note' (as they are pretty useless) and did some other language and phrasing cleanups.
2005-09-21return an error string for the missing URL caseDaniel Stenberg
2005-09-21mention what WRITEFUNCTION and WRITEDATA do by defaultDaniel Stenberg
2005-09-21oops, broken sentence fixed:Daniel Stenberg
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329305
2005-09-20Uses __stdcall instead of SEC_ENTRY since it seems (at least) mingw doesn'tDaniel Stenberg
define SEC_ENTRY and thus fails unless this is done!
2005-09-20Since newer ares versions should work with ipv6, I modified the error messageDaniel 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-20typecasts added in an attempt to please the picky compilersDaniel Stenberg
2005-09-19added test 271Daniel Stenberg
2005-09-19test 271, the first ever TFTP testDaniel Stenberg
2005-09-19seems to work for test 271 on Linux now!Daniel Stenberg
2005-09-19Dmitry Bartsevich made the SSPI support work on Windows 9x as wellDaniel Stenberg
2005-09-18Added 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-16keep 'socktype' in the connectdata struct and make sure we use that for allDaniel Stenberg
protocol sockets even if the resolved address may say otherwise
2005-09-16recent changesDaniel Stenberg
2005-09-16renamed sendfile() since some systems have a system call named like this -Daniel Stenberg
now the functions are named sendtftp() and recvtftp() instead.
2005-09-16In the Solaris 7 header files for tftp, the th_stuff struct member is anDaniel Stenberg
unsigned short. Trying a typecast here to fix.
2005-09-16prevent warnings on re-defining MINDaniel Stenberg
2005-09-16added URLs to bug reportsDaniel Stenberg
2005-09-16Added known bugs #26, started using my new "bounce URL" that jumps to theDaniel Stenberg
correct (and overly complicated) sourceforge bug tracker URL given the bug report ID number.
2005-09-16use int "subscripts" to prevent warnings from picky compilersDaniel Stenberg
2005-09-16use internal *printf() clonesDaniel Stenberg
2005-09-15ifdef for includes, added checking for two not previously checked files (oneDaniel Stenberg
being necessary for solaris builds)
2005-09-15use make -k when running the testsDaniel Stenberg
2005-09-15ignore this tooDaniel Stenberg
2005-09-15build tftpd too!Daniel Stenberg
2005-09-15First version of the TFTP server. Basic functionality is there.Daniel Stenberg
2005-09-15added TFTP and TFTP-ipv6 supportDaniel Stenberg
2005-09-15moved test2file() to util.cDaniel Stenberg
2005-09-15minor changes, the biggest one being using Curl_select()Daniel Stenberg
2005-09-15mention the configure changeDaniel Stenberg
2005-09-14oops, return error if an error did occur!Daniel Stenberg