Age | Commit message (Expand) | Author |
2010-01-22 | fix compiler warning: statement is unreachable | Yang Tse |
2010-01-22 | fix compilation when http is disabled | Yang Tse |
2010-01-22 | disabling of rtsp when http isn't enabled required here for non-configure sys... | Yang Tse |
2010-01-22 | wrap long lines, remove (very old) attribution from code | Daniel Stenberg |
2010-01-22 | cleanups by Julien Chaffraix | Daniel Stenberg |
2010-01-22 | alphabetically sort the list of supported protocols | Daniel Stenberg |
2010-01-22 | In spite claiming to tbe disabled by default, RTSP is enabled and it now | Daniel Stenberg |
2010-01-22 | expanded to provide info about the newer protocols too | Daniel Stenberg |
2010-01-22 | s/RTPFUNCTION/INTERLEAVEFUNCTION/ | Daniel Stenberg |
2010-01-22 | keep lines shorter than 80 columns, and reduce/remove the use of the word | Daniel Stenberg |
2010-01-22 | Julien Chaffraix adjusted "<name> section" line length | Yang Tse |
2010-01-22 | Constantine Sapuntzakis refactoring of async callbacks, allowing | Yang Tse |
2010-01-21 | Added rtsp.c to the non-configure target build files | Dan Fandrich |
2010-01-21 | fix compiler warning | Yang Tse |
2010-01-21 | make tftp_translate_code() static, it is only used from within tftp.c | Yang Tse |
2010-01-21 | fix warning triggered when debugging on cygwin | Yang Tse |
2010-01-21 | allow exporting of exe_ext() sub | Yang Tse |
2010-01-21 | improve displaylogcontent() sub fixing a warning | Yang Tse |
2010-01-21 | remove typedef we ended up not using | Daniel Stenberg |
2010-01-21 | Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new | Daniel Stenberg |
2010-01-21 | Julien Chaffraix fixed line lengths | Daniel Stenberg |
2010-01-21 | Julien Chaffraix removed an old obsolete typedef | Daniel Stenberg |
2010-01-21 | Yun Fu pointed out a flaw in the loop that checks handles, and I indented | Daniel Stenberg |
2010-01-21 | "5.3 Sort outgoing cookies" removed, we now sort them | Daniel Stenberg |
2010-01-20 | SIGTERM is the signal to trap here, SIGKILL can't be caught. | Yang Tse |
2010-01-20 | Use killsockfilters() to kill sockfilter processes, this ensures that when | Yang Tse |
2010-01-20 | Allow killsockfilters() to take a 5th optional parameter that when provided | Yang Tse |
2010-01-20 | Use delete() to unset environment variables instead of assigning undef which | Yang Tse |
2010-01-20 | Adjust valgrind logs file name detection. | Yang Tse |
2010-01-20 | modified test case 8 to also make sure that we deal with cookies using | Daniel Stenberg |
2010-01-19 | - As was pointed out on the http-state mailing list, the order of cookies in a | Daniel Stenberg |
2010-01-19 | oops, I forgot to cvs add this before my previous commit (Dan Fandrich | Daniel Stenberg |
2010-01-19 | - David McCreedy brought a fix and a new test case (129) to make libcurl work | Daniel Stenberg |
2010-01-19 | "260 - IMAP, POP3 and SMTP support" done! | Daniel Stenberg |
2010-01-19 | avoid "Use of uninitialized value $l in concatenation" | Daniel Stenberg |
2010-01-19 | Fail harder when curl coredumps trying to verify http and ftp servers. | Yang Tse |
2010-01-19 | prevent %runcert hash growth when clearing items | Yang Tse |
2010-01-19 | update copyright year notice | Yang Tse |
2010-01-18 | Constantine Sapuntzakis enhancements to make memory tracking log file writing | Yang Tse |
2010-01-18 | Added PEM certificate keyword | Dan Fandrich |
2010-01-18 | fix warnings | Yang Tse |
2010-01-18 | Stop ssl running server when cert file currently used by server is | Yang Tse |
2010-01-18 | fix warnings | Yang Tse |
2010-01-18 | - Remove QD restarting of https servers. Proper fixing required. | Yang Tse |
2010-01-18 | make verifyhttp use different file names depending on server characteristics | Yang Tse |
2010-01-18 | add serverfactors() sub which returns server characterization factors | Yang Tse |
2010-01-17 | fix warnings | Yang Tse |
2010-01-17 | fix warnings | Yang Tse |
2010-01-17 | fix warnings | Yang Tse |
2010-01-17 | add some debug messages | Yang Tse |