summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tool_urlglob.c: Fixed compilation warningSteve Holme2014-05-091-1/+1
* tool_operate.c: Fixed compilation warningsSteve Holme2014-05-091-7/+7
* getinfo.c: Fixed compilation warningSteve Holme2014-05-091-2/+1
* CONTRIBUTE: mention our Bug/Reported-by commit styleDaniel Stenberg2014-05-091-0/+4
* http: avoid auth failure on a duplicated headerKamil Dudka2014-05-092-1/+3
* cacertinmem: fix memory leakDaniel Stenberg2014-05-091-1/+5
* TODO: firefox will soon support SSL (HTTPS) to proxyDaniel Stenberg2014-05-091-0/+2
* test87: Get rid of extraneous square brackets in tagDan Fandrich2014-05-091-1/+1
* mk-ca-bundle: added -pPatrick Watson2014-05-082-16/+182
* FAQ: Added 5.18 Does libcurl use threads?Daniel Stenberg2014-05-081-0/+14
* RELEASE-NOTES: Added contributorDan Fandrich2014-05-071-1/+1
* configure: Don't set LD_LIBRARY_PATH when cross-compilingAaro Koskinen2014-05-071-5/+6
* http2: Compile with latest nghttp2Tatsuhiro Tsujikawa2014-05-071-11/+9
* curl.1: Added missing --login-options optionSteve Holme2014-05-071-13/+15
* tool_help: Fixed missing --login-options optionSteve Holme2014-05-071-2/+2
* url.c: Fixed compilation warning/errorSteve Holme2014-05-071-1/+2
* TODO: Fixed some spelling mistakesSteve Holme2014-05-061-13/+13
* TODO: Add support for concurrent connections in ftpserver.plSteve Holme2014-05-061-0/+15
* build: Fixed file format version number in VC12 solution filesSteve Holme2014-05-063-3/+3
* build-openssl.bat: Corrected use of angled brackets in help outputIvo Bellin Salarin2014-05-061-1/+1
* RELEASE-NOTES: changed encoding to UTF-8Dan Fandrich2014-05-061-2/+1
* RELEASE-NOTES: synced with 5de8d84098db1bd2Daniel Stenberg2014-05-061-6/+16
* fix_hostname: strip off a single trailing dot from host nameDaniel Stenberg2014-05-061-0/+8
* curl: bail on cookie use when built with disabled cookiesDaniel Stenberg2014-05-061-12/+14
* Enable poll on darwin13Daniel Johnson2014-05-061-1/+1
* curl_easy_setopt.3: added the proto for CURLOPT_SSH_KNOWNHOSTSDaniel Stenberg2014-05-051-0/+8
* tests: Use standard libtest return codes when relevantDan Fandrich2014-05-053-10/+10
* test1513: Don't return an uninitialized variable on init failureDan Fandrich2014-05-051-3/+2
* curl_multi_cleanup: ignore SIGPIPE betterJeff King2014-05-051-0/+3
* TODO: the FTP HOST command is now in RFC 7151Daniel Stenberg2014-05-051-3/+3
* TODO: Update date and version in man pagesDaniel Stenberg2014-05-051-3/+5
* schannel: don't use the connect-timeout during sendDaniel Stenberg2014-05-051-1/+1
* mprintf: allow %.s with data not being zero terminatedDaniel Stenberg2014-05-044-5/+126
* RELEASE-NOTES: Synced with 4febbedc5aSteve Holme2014-05-041-3/+11
* curl_ntlm_core: Fixed use of long long for VC6 and VC7Steve Holme2014-05-041-1/+16
* config-win32.h: Fixed HAVE_LONGLONG for Visual Studio .NET 2003 and upSteve Holme2014-05-041-2/+3
* openssl: biomem->data is not zero terminatedDaniel Stenberg2014-05-041-3/+1
* BUILD.WINDOWS: update URL for windows prereqsDaniel Stenberg2014-05-041-2/+2
* easy_perform: spelling mistake in error messageDaniel Stenberg2014-05-031-1/+1
* Makefile.am: Added build-openssl.bat as README file references itSteve Holme2014-05-011-1/+1
* build: Fixed Visual Studio project file generator missing some filesSteve Holme2014-05-011-2/+2
* build: Added OpenSSL VC build helper for side-by-side compilationsSteve Holme2014-05-012-0/+321
* build: Added Visual Studio 2003 .NET (VC7.1) project filesSteve Holme2014-05-019-0/+2624
* test585: Fixed NULL pointer dereference in fopenDan Fandrich2014-05-011-35/+36
* build: Fixed generation when source file names contain spacesSteve Holme2014-04-301-15/+15
* build: Added VC7 and VC7.1 support to the project file generatorSteve Holme2014-04-291-7/+23
* build: Added VC6 and VC12 support to the project file generatorSteve Holme2014-04-291-15/+34
* build: Added VC11 support to the project file generatorSteve Holme2014-04-291-22/+28
* build: Added VC9 and VC10 support to the project file generatorSteve Holme2014-04-291-28/+77
* build: Added Visual Studio project file generatorSteve Holme2014-04-291-0/+92