aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-25tool_getparam: Added global config to getparameter()Steve Holme
2014-02-25tool_getparam.h: Fixed compilation warningSteve Holme
2014-02-24RELEASE-NOTES: Updated for 63fc8ee7Marc Hoersken
2014-02-24tool_cfgable: Added support for knowing the current operationSteve Holme
2014-02-24curl_schannel.c: Updated copyright yearsMarc Hoersken
2014-02-24winssl: Enable hostname verification of IP address using SAN or CNDavid Ryskalczyk
2014-02-24tool_operate: Moved easy handle cleanup into tool_mainSteve Holme
2014-02-24tool_hugehelp: partially reverted 24e22e10Marc Hoersken
2014-02-24tool_main: Moved easy handle into global config structureSteve Holme
2014-02-23tool: Fixed line longer than 79 characters from commit 705a4cb549Steve Holme
2014-02-23tool_main: Corrected typo from commit d6b9f054e9 in Symbian codeSteve Holme
2014-02-23tool_main: Moved OperateConfig cleanup into main_free()Steve Holme
2014-02-23tool_main: Moved initial OperateConfig creation into main_init()Steve Holme
2014-02-23tool_cfgable: Added global config structureSteve Holme
2014-02-23tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme
2014-02-23tool: Fixed incorrect return code with --version from commit c10bf9bb36Steve Holme
2014-02-23RELEASE-NOTES: Synced with 8c80840d01Steve Holme
2014-02-23tool_getparam: Moved tool_help() call into operate()Steve Holme
2014-02-23tool_getparam: Moved hugehelp() call into operate()Steve Holme
2014-02-23tool_getparam: Moved tool_version_info() call into operate()Steve Holme
2014-02-22tool_cfgable: Removed list_engine flag from config structureSteve Holme
2014-02-22tool_operate: Start to use CURLcode rather than int for return codesSteve Holme
2014-02-22tool: Fixed incorrect return code when setting HTTP request failsSteve Holme
2014-02-22tool_getparam: Moved version information into separate function in tool_helpSteve Holme
2014-02-22tool_operhlp.h: Fixed compilation warningSteve Holme
2014-02-22tool_operhlp: Consolidated engine output code into tool_helpSteve Holme
2014-02-22tool_operate: Moved list engines into separate function in tool_helpSteve Holme
2014-02-22RELEASE-NOTES: added note about impact of changes to WinSSL defaultsMarc Hoersken
2014-02-22stunnel: regenerated self-signed test certificate with SHA1 hashMarc Hoersken
2014-02-22easy: Fixed a memory leak on OOM conditionDan Fandrich
2014-02-20tool_paramhlp: Fixed compilation warningsSteve Holme
2014-02-19lib1515.c: Fixed #include path in commit 647f83e809Steve Holme
2014-02-19test1515: fix compilation with msvcMaks Naumov
2014-02-19SFTP: skip reading the dir when NOBODY=1Daniel Stenberg
2014-02-18axtls: comment the call ssl_read repeatedly loopDan Fandrich
2014-02-18curl.1: update the description of --tlsv1Kamil Dudka
2014-02-18curl_version.3: recommend using curl_version_info() insteadDaniel Stenberg
2014-02-18curl_version_info.3: added *HTTP2Daniel Stenberg
2014-02-18curl_multi_assign.3: updated languageDaniel Stenberg
2014-02-18libcurl.3: edited slightly to improve readabilityDaniel Stenberg
2014-02-18curl_easy_perform.3: extended and clarifiedDaniel Stenberg
2014-02-18curl_multi_add_handle.3: clarify multi vs easy useDaniel Stenberg
2014-02-17http2: Support HTTP POST/PUTTatsuhiro Tsujikawa
2014-02-17RELEASE-NOTES: synced with 854aca5420fDaniel Stenberg
2014-02-17multi: ignore sigpipe internallyDaniel Stenberg
2014-02-17tests: Made the crypto test feature usableDan Fandrich
2014-02-17configure: Fix the --disable-crypto-auth optionDan Fandrich
2014-02-17curl_multi_setopt.3: clarify CURLMOPT_MAXCONNECTSDaniel Stenberg
2014-02-17ConnectionDone: default maxconnects to 4 x number of easy handlesShao Shuchao
2014-02-17examples: remove all use of CURLM_CALL_MULTI_PERFORMDaniel Stenberg