aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2005-11-17I extended a patch from David Shaw to make libcurl _always_ provide an errorDaniel Stenberg
2005-11-14Quagmire reported that he needed to raise a NTLM buffer for SSPI to workDaniel Stenberg
2005-11-14Yang Tse: msvc7+ has deprecated the 'DESCRIPTION' section inDaniel Stenberg
2005-11-14Jan Kunder's debian bug reportDaniel Stenberg
2005-11-13Yang Tse fixed compiler warningsDaniel Stenberg
2005-11-13to build with old gnutls verions, don't use the *_t typesDaniel Stenberg
2005-11-13Add HAVE_STRUCT_SOCKADDR_STORAGE.Gisle Vanem
2005-11-13Fix for WIN32. WIN32 does have 'struct sockaddr_storage', butGisle Vanem
2005-11-13Thanks to this nice summary of poll() implementations:Daniel Stenberg
2005-11-12oops * 2Daniel Stenberg
2005-11-12oopsDaniel Stenberg
2005-11-12Reversed the logic for sockaddr_storage and made our own Curl_sockaddr_storageDaniel Stenberg
2005-11-11Dima Barsky patched problem #1348930: the GnuTLS code completely ignoredDaniel Stenberg
2005-11-11Moved the sockaddr_storage definition to lib/sockaddr.h and only include thatDaniel Stenberg
2005-11-10David Lang fixed IPv6 support for TFTP!Daniel Stenberg
2005-11-10David Lang: if there is no sockaddr_storage, make up our own and use thatDaniel Stenberg
2005-11-08Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions sinceDaniel Stenberg
2005-11-08Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabledDaniel Stenberg
2005-11-01Use an empty '*mod_name'.Gisle Vanem
2005-10-31Vilmos Nebehaj improved libcurl's LDAP abilities:Daniel Stenberg
2005-10-31kill trailing whitespaceDaniel Stenberg
2005-10-27Nis Jorgensen filed bug report #1338648Daniel Stenberg
2005-10-27Added option '-zc' puts const data in code-segment.Gisle Vanem
2005-10-25close the existing socket when trying next IP, as otherwise we leak one!Daniel Stenberg
2005-10-22 Dima Barsky reported a problem with GnuTLS-enabled libcurl in bug reportDaniel Stenberg
2005-10-21"Ofer" reported a problem when libcurl re-used a connection and failed to doDaniel Stenberg
2005-10-21Temprimus improved the MSVC makefile so that the static debug SSL libs areDaniel Stenberg
2005-10-21Bradford Bruce made the windows resolver code properly returnDaniel Stenberg
2005-10-20Dave Dribin made libcurl understand and handle cases when the serverDaniel Stenberg
2005-10-20Added a dump_addrinfo() function to ease debugging of resolved names. DefineDaniel Stenberg
2005-10-20Temprimus improved the MSVC makefile: "makes a build option available so ifDaniel Stenberg
2005-10-14Reported by 'TemPRImus' in bug 1326665: use the "Multi-Threaded" options evenDaniel Stenberg
2005-10-13Make sure that the user and domain strings fit in the target buffer before weDaniel Stenberg
2005-10-10pass a NULL pointer in the service argument (the second) if the port numberDaniel Stenberg
2005-10-06Added tftp.obj.Gisle Vanem
2005-10-05CURL_TIMECOND_IFMODSINCE actually requires that the remote document has beenDaniel Stenberg
2005-10-04Michael Wallner reported that the date parser had wrong offset stored forDaniel Stenberg
2005-10-02Avoid gcc warning "dereferencing type-punned pointerGisle Vanem
2005-10-02Fix for building with MS Visual-C and single-threadedGisle Vanem
2005-09-29Starting now, the verbose text that goes like "About to connect() to" willDaniel Stenberg
2005-09-27An anonymous submitter filed bug #1299181Daniel Stenberg
2005-09-27TJ Saunders of the proftpd project identified and pointed out problems withDaniel Stenberg
2005-09-21stricter type usage for time variables to avoid picky compiler warningsDaniel Stenberg
2005-09-21return an error string for the missing URL caseDaniel Stenberg
2005-09-20Uses __stdcall instead of SEC_ENTRY since it seems (at least) mingw doesn'tDaniel Stenberg
2005-09-20typecasts added in an attempt to please the picky compilersDaniel Stenberg
2005-09-19Dmitry Bartsevich made the SSPI support work on Windows 9x as wellDaniel Stenberg
2005-09-16keep 'socktype' in the connectdata struct and make sure we use that for allDaniel Stenberg
2005-09-15minor changes, the biggest one being using Curl_select()Daniel Stenberg
2005-09-14oops, return error if an error did occur!Daniel Stenberg