Age | Commit message (Expand) | Author |
2010-01-26 | minor fixes for --enable-ares configure option | Yang Tse |
2010-01-26 | Andre Guibert de Bruet improved the libssh2 error code translation | Daniel Stenberg |
2010-01-26 | resolver selection for non-configure Windows builds, default is threaded DNS | Yang Tse |
2010-01-26 | add curl_threads.c to non-configure target build files | Yang Tse |
2010-01-26 | onstantine Sapuntzakis threaded resolver enhancements | Yang Tse |
2010-01-25 | Constantine Sapuntzakis threaded resolver enhancements | Yang Tse |
2010-01-25 | Constantine Sapuntzakis provided initial thread abstraction layer | Yang Tse |
2010-01-25 | make Curl_handler_*_proxy definition static | Yang Tse |
2010-01-25 | Updated minimum library sizes | Dan Fandrich |
2010-01-25 | fix compiler warning | Yang Tse |
2010-01-24 | Julien Chaffraix corrected bad #elif lines to silence warnings | Daniel Stenberg |
2010-01-24 | HAVE_GETADDRINFO_THREADSAFE definition for non-configure win32 builds | Yang Tse |
2010-01-23 | Mention -J change | Bjorn Stenberg |
2010-01-23 | Added -J/--remote-header-name. | Bjorn Stenberg |
2010-01-23 | "remove progress meter from libcurl" at next API break | Daniel Stenberg |
2010-01-23 | add inclusion of curl_memory.h | Yang Tse |
2010-01-23 | adjust preprocessor symbol definition check relative to resolver specialty | Yang Tse |
2010-01-23 | PKTSIZE might have been already defined in arpa/tftp.h | Yang Tse |
2010-01-23 | Include "curl_memory.h" to get the strdup replacement when necessary | Dan Fandrich |
2010-01-22 | wrap long lines and do some indent policing | Daniel Stenberg |
2010-01-22 | Definitions of resolver specialty compile-time defines CURLRES_* moved | Yang Tse |
2010-01-22 | adjust rtsp protocol support in curl-config and libcurl.pc when http is disabled | Yang Tse |
2010-01-22 | deal with the possibility that CURL_DISABLE_RTSP may already be defined | Yang Tse |
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 |