summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Ates Goral pointed out that libcurl's cookie parser did case insensitiveDaniel Stenberg2006-07-081-1/+3
* Ingmar Runge provided a source snippet that caused a crash. The reason forDaniel Stenberg2006-07-075-42/+69
* HTTP Pipelining is for GET and HEAD requests only.Daniel Stenberg2006-07-071-0/+2
* Fixed building curllib.dsp when running make outside the source tree.Dan Fandrich2006-07-071-2/+2
* Correct the trace for WinCE.Gisle Vanem2006-07-071-2/+4
* WinCE uses CreateThread(). Hence error is not in 'errno'.Gisle Vanem2006-07-071-0/+2
* Removed copying 'stderr' since it doesn't have the desiredGisle Vanem2006-07-071-15/+0
* updated after discussions and thinkingDaniel Stenberg2006-07-071-22/+36
* Undefine symbols before redefining them.Gisle Vanem2006-07-061-1/+13
* Undefine correct symbol.Gisle Vanem2006-07-061-1/+1
* Oops !Yang Tse2006-07-051-0/+2
* Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse2006-07-051-1/+1
* Cludge fix for djgpp 2.03 or older; it doesn't have snprintf() etc.Gisle Vanem2006-07-051-0/+4
* Add types and qualifiers for getnameifo(), send() and recv().Gisle Vanem2006-07-051-0/+23
* Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.Yang Tse2006-07-046-0/+14
* Platforms that don't have/run configure need default values in their config f...Yang Tse2006-07-046-0/+257
* Toshiyuki Maezawa fixed a problem where you couldn't override theDaniel Stenberg2006-07-041-1/+3
* Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions.Yang Tse2006-07-043-0/+8
* Fix compiler warning.Yang Tse2006-07-032-6/+10
* with a very recent yassl, we now can display 'yassl' when the OpenSSL API isDaniel Stenberg2006-06-291-0/+8
* fix better minor compiler warningYang Tse2006-06-281-2/+5
* fix minor compiler warningYang Tse2006-06-281-1/+1
* fix minor compiler warningYang Tse2006-06-281-2/+2
* Added README.pipelining but also extracted the "docs" files to a separate listDaniel Stenberg2006-06-241-8/+10
* thoughts and ideas as posted to the list the other dayDaniel Stenberg2006-06-241-0/+55
* Michael Wallner added curl_formget(), which allows an application to extractDaniel Stenberg2006-06-241-2/+58
* Arve Knudsen found a flaw in curl_multi_fdset() for systems whereDaniel Stenberg2006-06-231-1/+1
* Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE andDaniel Stenberg2006-06-224-8/+77
* select_res is not a socket, it should be a plain intDaniel Stenberg2006-06-151-1/+1
* proper use of newlinesDaniel Stenberg2006-06-091-2/+2
* oops, serious breakage in the fdset() functionDaniel Stenberg2006-06-091-5/+6
* Brian Dessent's fixes for cygwin buildsDaniel Stenberg2006-06-083-4/+6
* NTLM2 session response supportDaniel Stenberg2006-06-073-15/+70
* Added config-tpf.h to the release packageDaniel Stenberg2006-05-311-1/+1
* one modified proto and one removed protoDaniel Stenberg2006-05-271-3/+7
* adapted to the new Curl_splayremovebyaddr() protoDaniel Stenberg2006-05-271-6/+15
* Ifdef'ed out unused function, added lots of comments and renamed a fewDaniel Stenberg2006-05-271-102/+110
* Óscar Morales Vivó updated the libcurl.framework.make file.Daniel Stenberg2006-05-261-8/+26
* long/int cleanup to silence picky compiler warningsDaniel Stenberg2006-05-263-4/+5
* Olaf Stüben fixed a bug that caused Digest authentication with md5-sess toDaniel Stenberg2006-05-251-3/+4
* Michael Wallner provided a patch that allows "SESS" to be set withDaniel Stenberg2006-05-243-109/+164
* minor fix to make Curl_splayremove() return a NULL as "removed" in caseDaniel Stenberg2006-05-241-3/+3
* David McCreedy's updateDaniel Stenberg2006-05-231-21/+57
* make sure the LASTSOCKET check only checks for SSL status if the socketDaniel Stenberg2006-05-111-1/+1
* silence warningDaniel Stenberg2006-05-111-0/+1
* David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extendedDaniel Stenberg2006-05-105-1/+62
* 1 - allow DICT with properly URL-escaped words, like using %20 for spacesDaniel Stenberg2006-05-101-2/+53
* oops, could return an uninitialized variableDaniel Stenberg2006-05-091-1/+1
* Robson Braga Araujo fixed two problems in the recently added non-blocking SSLDaniel Stenberg2006-05-091-2/+9
* Robson Braga Araujo fixed a memory leak when you added an easy handle to aDaniel Stenberg2006-05-091-1/+6