summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warning: variable was set but never usedYang Tse2010-02-021-18/+12
* Julien Chaffraix pointed out a comment mistake, and I re-indented the codeDaniel Stenberg2010-02-021-6/+4
* Conroy's fix to make the code match with the RTP documentation regardingYang Tse2010-02-011-2/+2
* We introduce a loop in lib/multi.c around all calls to multi_runsingle() andDaniel Stenberg2010-02-011-14/+10
* Make Curl_pop3_write() additionally truncate trailing POP3_EOB from receivedYang Tse2010-01-301-0/+1
* WIN32 fix, _beginthreadex() may return either 0 or -1L upon failureYang Tse2010-01-291-1/+5
* fix errno usage for WIN32 buildsYang Tse2010-01-291-4/+5
* RTSP followup fix. Both the pipelined and non-pipelined case need toYang Tse2010-01-291-13/+13
* fix printf-style format stringsYang Tse2010-01-289-25/+26
* fix printf-style format stringsYang Tse2010-01-281-10/+11
* Chris Conroy's RTSP followup fixesYang Tse2010-01-283-66/+112
* fix compiler warningYang Tse2010-01-272-6/+6
* - Mike Crowe made libcurl return CURLE_COULDNT_RESOLVE_PROXY when it is theDaniel Stenberg2010-01-261-7/+20
* Andre Guibert de Bruet improved the libssh2 error code translationDaniel Stenberg2010-01-261-2/+30
* resolver selection for non-configure Windows builds, default is threaded DNSYang Tse2010-01-261-0/+18
* add curl_threads.c to non-configure target build filesYang Tse2010-01-264-3/+8
* onstantine Sapuntzakis threaded resolver enhancementsYang Tse2010-01-262-29/+22
* Constantine Sapuntzakis threaded resolver enhancementsYang Tse2010-01-255-431/+284
* Constantine Sapuntzakis provided initial thread abstraction layerYang Tse2010-01-253-2/+184
* make Curl_handler_*_proxy definition staticYang Tse2010-01-255-22/+14
* fix compiler warningYang Tse2010-01-253-7/+5
* Julien Chaffraix corrected bad #elif lines to silence warningsDaniel Stenberg2010-01-241-5/+5
* HAVE_GETADDRINFO_THREADSAFE definition for non-configure win32 buildsYang Tse2010-01-241-9/+12
* add inclusion of curl_memory.hYang Tse2010-01-232-0/+2
* adjust preprocessor symbol definition check relative to resolver specialtyYang Tse2010-01-233-5/+6
* Include "curl_memory.h" to get the strdup replacement when necessaryDan Fandrich2010-01-231-0/+1
* wrap long lines and do some indent policingDaniel Stenberg2010-01-2210-75/+97
* Definitions of resolver specialty compile-time defines CURLRES_* movedYang Tse2010-01-224-46/+52
* deal with the possibility that CURL_DISABLE_RTSP may already be definedYang Tse2010-01-221-1/+1
* fix compiler warning: statement is unreachableYang Tse2010-01-221-5/+0
* fix compilation when http is disabledYang Tse2010-01-222-21/+18
* disabling of rtsp when http isn't enabled required here for non-configure sys...Yang Tse2010-01-221-1/+9
* wrap long lines, remove (very old) attribution from codeDaniel Stenberg2010-01-221-5/+3
* alphabetically sort the list of supported protocolsDaniel Stenberg2010-01-221-37/+36
* s/RTPFUNCTION/INTERLEAVEFUNCTION/Daniel Stenberg2010-01-221-2/+2
* Constantine Sapuntzakis refactoring of async callbacks, allowingYang Tse2010-01-226-127/+58
* Added rtsp.c to the non-configure target build filesDan Fandrich2010-01-214-13/+20
* fix compiler warningYang Tse2010-01-212-4/+7
* make tftp_translate_code() static, it is only used from within tftp.cYang Tse2010-01-211-3/+3
* Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg2010-01-2114-205/+1369
* - As was pointed out on the http-state mailing list, the order of cookies in aDaniel Stenberg2010-01-191-1/+47
* - David McCreedy brought a fix and a new test case (129) to make libcurl workDaniel Stenberg2010-01-191-0/+2
* update copyright year noticeYang Tse2010-01-191-1/+1
* Constantine Sapuntzakis enhancements to make memory tracking log file writingYang Tse2010-01-184-65/+90
* Store now this file in CVS with unix line endings.Yang Tse2010-01-151-11/+11
* Added the new protocol source files to the non-autoconf build filesDan Fandrich2010-01-154-3/+47
* ssh_statemach_act() is now modified to loop over the switch() to perform asDaniel Stenberg2010-01-111-1464/+1469
* After the TCP connect is confirmed in CURLM_STATE_WAITCONNECT and it changesDaniel Stenberg2010-01-111-3/+3
* - Made sure that the progress callback is repeatedly called at a regularDaniel Stenberg2010-01-111-16/+31
* struct Curl_sh_entry's 'inuse' member was no longer used and is now removedDaniel Stenberg2010-01-091-2/+1