summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Mention -J changeBjorn Stenberg2010-01-232-2/+9
* Added -J/--remote-header-name.Bjorn Stenberg2010-01-232-14/+134
* "remove progress meter from libcurl" at next API breakDaniel Stenberg2010-01-231-0/+11
* 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
* PKTSIZE might have been already defined in arpa/tftp.hYang Tse2010-01-231-0/+2
* 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
* adjust rtsp protocol support in curl-config and libcurl.pc when http is disabledYang Tse2010-01-221-7/+15
* 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
* cleanups by Julien ChaffraixDaniel Stenberg2010-01-222-10/+9
* alphabetically sort the list of supported protocolsDaniel Stenberg2010-01-221-37/+36
* In spite claiming to tbe disabled by default, RTSP is enabled and it nowDaniel Stenberg2010-01-221-10/+16
* expanded to provide info about the newer protocols tooDaniel Stenberg2010-01-221-2/+11
* s/RTPFUNCTION/INTERLEAVEFUNCTION/Daniel Stenberg2010-01-223-8/+8
* keep lines shorter than 80 columns, and reduce/remove the use of the wordDaniel Stenberg2010-01-221-64/+63
* Julien Chaffraix adjusted "<name> section" line lengthYang Tse2010-01-223-3/+3
* Constantine Sapuntzakis refactoring of async callbacks, allowingYang Tse2010-01-226-127/+58
* Added rtsp.c to the non-configure target build filesDan Fandrich2010-01-216-15/+23
* 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
* fix warning triggered when debugging on cygwinYang Tse2010-01-211-1/+2
* allow exporting of exe_ext() subYang Tse2010-01-211-0/+1
* improve displaylogcontent() sub fixing a warningYang Tse2010-01-211-4/+11
* remove typedef we ended up not usingDaniel Stenberg2010-01-211-6/+0
* Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg2010-01-2121-215/+1628
* Julien Chaffraix fixed line lengthsDaniel Stenberg2010-01-212-2/+4
* Julien Chaffraix removed an old obsolete typedefDaniel Stenberg2010-01-211-8/+0
* Yun Fu pointed out a flaw in the loop that checks handles, and I indentedDaniel Stenberg2010-01-211-14/+17
* "5.3 Sort outgoing cookies" removed, we now sort themDaniel Stenberg2010-01-211-10/+2
* SIGTERM is the signal to trap here, SIGKILL can't be caught.Yang Tse2010-01-201-1/+1
* Use killsockfilters() to kill sockfilter processes, this ensures that whenYang Tse2010-01-201-40/+30
* Allow killsockfilters() to take a 5th optional parameter that when providedYang Tse2010-01-201-17/+24
* Use delete() to unset environment variables instead of assigning undef whichYang Tse2010-01-201-8/+8
* Adjust valgrind logs file name detection.Yang Tse2010-01-201-38/+54
* modified test case 8 to also make sure that we deal with cookies usingDaniel Stenberg2010-01-201-1/+2
* - As was pointed out on the http-state mailing list, the order of cookies in aDaniel Stenberg2010-01-194-2/+62
* oops, I forgot to cvs add this before my previous commit (Dan FandrichDaniel Stenberg2010-01-191-0/+52
* - David McCreedy brought a fix and a new test case (129) to make libcurl workDaniel Stenberg2010-01-194-2/+12
* "260 - IMAP, POP3 and SMTP support" done!Daniel Stenberg2010-01-191-2/+0
* avoid "Use of uninitialized value $l in concatenation"Daniel Stenberg2010-01-191-1/+1
* Fail harder when curl coredumps trying to verify http and ftp servers.Yang Tse2010-01-191-16/+40
* prevent %runcert hash growth when clearing itemsYang Tse2010-01-191-3/+3
* update copyright year noticeYang Tse2010-01-191-1/+1
* Constantine Sapuntzakis enhancements to make memory tracking log file writingYang Tse2010-01-185-69/+96