Commit Graph

  • 4b96240d3f libcurl.3: fix a single typo Daniel Stenberg 2015-08-03 23:28:31 +02:00
  • 1b3d3f9237 RELEASE-NOTES: synced with c4eb10e2f06f Daniel Stenberg 2015-08-03 14:50:18 +02:00
  • c4eb10e2f0 SSH: three state machine fixups Daniel Stenberg 2015-08-02 22:50:31 +02:00
  • 3b4ee0d432 curl_gssapi: remove 'const' to fix compiler warnings Daniel Stenberg 2015-08-02 00:24:38 +02:00
  • c092b0f0f3 docs: formpost needs the full size at start of upload Daniel Stenberg 2015-08-02 00:14:23 +02:00
  • f75b6065db sspi: Fix typo from left over from old code which referenced NTLM Steve Holme 2015-08-01 22:53:18 +01:00
  • 11ab3f8918 win32: Fix compilation warnings from commit 40c921f8b8 Steve Holme 2015-08-01 22:50:42 +01:00
  • a1b2a6bd93 schannel: Fix compilation warning from commit 7a8e861a56 Steve Holme 2015-08-01 22:46:21 +01:00
  • c8331f515e libcurl-thread.3: minor reformatting Daniel Stenberg 2015-07-31 23:19:02 +02:00
  • 23b84e448f curl_global_init_mem.3: Warn threaded resolver needs thread safe funcs Jay Satiro 2015-07-31 02:38:44 -04:00
  • 0da1f5dc5c libcurl-thread.3: Warn memory functions must be thread safe Jay Satiro 2015-07-31 01:58:03 -04:00
  • 909f0a82b0 RELEASE-NOTES: Synced with 8b1d00ac1a Steve Holme 2015-07-31 06:24:35 +01:00
  • 8b1d00ac1a INSTALL: Minor formatting correction in 'Legacy Windows and SSL' section Steve Holme 2015-07-30 16:59:55 +01:00
  • f7dcc7c118 http: move HTTP/2 cleanup code off http_disconnect() Kamil Dudka 2015-07-30 12:01:20 +02:00
  • ecf7618e12 ABI doc: use secure URL Viktor Szakats 2015-07-30 15:01:06 +02:00
  • 5b9a006b8f ABI: remove the ascii logo Daniel Stenberg 2015-07-30 12:16:14 +02:00
  • fc69e2f7ec libcurl-multi.3: mention curl_multi_wait Daniel Stenberg 2015-07-30 10:17:37 +02:00
  • bdd8cf4777 maketgz: Fixed some VC makefiles missing from the release tarball Steve Holme 2015-07-30 06:34:03 +01:00
  • dda81c1d5f RELEASE-NOTES: Synced with 2d7e165761 Steve Holme 2015-07-29 19:17:18 +01:00
  • 2d7e165761 build: Added VC14 project files to Makefile.am Steve Holme 2015-07-26 21:47:25 +01:00
  • 8356022d17 build: Added VC14 project files Steve Holme 2015-07-26 21:35:45 +01:00
  • 467309406e libcurl-thread.3: Clarify CURLOPT_NOSIGNAL takes long value 1L Jay Satiro 2015-07-29 02:05:32 -04:00
  • b656715da3 generate.bat: Use lower-case for commands and reserved keywords Steve Holme 2015-07-26 20:59:56 +01:00
  • 9b95306d4c build: Added initial VC14 support to generate.bat Steve Holme 2015-07-26 20:59:16 +01:00
  • 98e8b050ef build: Fixed missing .opensdf files from VC10+ .gitignore files Steve Holme 2015-07-26 20:47:39 +01:00
  • d9efd36907 build: Use $(ProjectName) macro for curl.exe and curld.exe filenames Steve Holme 2015-07-26 20:44:17 +01:00
  • 1627930177 build: Renamed curl src Visual Studio project files Steve Holme 2015-07-26 20:22:25 +01:00
  • 299b74fcfc libcurl-thread.3: Revert to stricter handle wording Jay Satiro 2015-07-18 03:09:16 -04:00
  • 279965c923 libcurl-thread.3: Consolidate thread safety info Jay Satiro 2015-07-13 16:15:55 -04:00
  • 7db03e5c21 README: Corrected formatting for 'Legacy Windows and SSL' section Steve Holme 2015-07-26 19:50:03 +01:00
  • a728225a92 build-openssl.bat: Added support for VC14 Steve Holme 2015-07-26 19:43:50 +01:00
  • 29e5cf2a2d RELEASE-NOTES: synced with 0f645adc95390e8 Daniel Stenberg 2015-07-26 22:33:17 +02:00
  • 0f645adc95 test1902: attempt to make the test more reliable Daniel Stenberg 2015-07-26 22:20:26 +02:00
  • 373b77bca2 comment: fix comment about adding new option support Daniel Stenberg 2015-07-26 14:15:07 +02:00
  • 6d62d2c55d build-openssl.bat: Show syntax if required args are missing Jay Satiro 2015-07-25 19:03:20 -04:00
  • 14b9e780d4 TODO: improve how curl works in a windows console window Daniel Stenberg 2015-07-26 00:48:55 +02:00
  • 8204844f47 1.11 minimize dependencies with dynamicly loaded modules Daniel Stenberg 2015-07-26 00:45:22 +02:00
  • b46a7744bc tool_operate: Fix CURLOPT_SSL_OPTIONS for builds without HTTPS Jay Satiro 2015-07-25 16:32:15 -04:00
  • a284b0ebc4 configure: check if OpenSSL linking wants -ldl Daniel Stenberg 2015-07-25 10:52:49 +02:00
  • c5d060cab4 HTTP: ignore "Content-Encoding: compress" Michael Kaufmann 2015-07-25 00:46:01 +02:00
  • 98835eed29 openssl: work around MSVC warning Marcel Raad 2015-07-16 09:09:02 +02:00
  • cee21eb6a7 configure: add --disable-rt option Michał Fita 2015-07-23 10:38:49 +01:00
  • da650c1e54 http2: verify success of strchr() in http2_send() Kamil Dudka 2015-07-23 11:51:53 +02:00
  • 40c921f8b8 Windows: Fix VerifyVersionInfo calls Jay Satiro 2015-07-22 01:52:17 -04:00
  • 7a8e861a56 schannel: Replace deprecated GetVersion with VerifyVersionInfo Marcel Raad 2015-07-21 17:23:07 -04:00
  • ad32457623 makefile: Added support for VC14 Steve Holme 2015-07-21 18:52:43 +01:00
  • 32d4260c2d os400: ebcdic wrappers for new functions. Upgrade ILE/RPG bindings. Patrick Monnerat 2015-07-21 16:36:34 +02:00
  • 1df8d28381 libcurl: VERSIONINFO update Addition of new procedures curl_pushheader_bynum and curl_pushheader_byname requires VERSIONINFO updating. Patrick Monnerat 2015-07-21 14:01:19 +02:00
  • fa0eeedf35 http2: satisfy external references even if http2 is not compiled in. Patrick Monnerat 2015-07-21 13:55:39 +02:00
  • 68d17643f5 http2: add stream != NULL checks for reliability Daniel Stenberg 2015-07-20 21:35:15 +02:00
  • aab76af1fa symbols-in-versions: Add new CURLSSLOPT_NO_REVOKE symbol Jay Satiro 2015-07-18 15:27:48 -04:00
  • 172b2beba6 SSL: Add an option to disable certificate revocation checks Jay Satiro 2015-07-17 02:40:16 -04:00
  • 606b29fe0d runtests: Allow for spaces in curl custom path Jay Satiro 2015-07-16 22:19:43 -04:00
  • 60b19630b0 ntlm_wb: Fix theoretical memory leak David Woodhouse 2015-07-16 14:17:33 -04:00
  • de74e856e6 strerror: Add CRYPT_E_REVOKED to SSPI error strings Jay Satiro 2015-07-15 22:19:20 -04:00
  • cd20e81e89 libtest: call PR_Cleanup() on exit if NSPR is used Kamil Dudka 2015-07-14 17:08:44 +02:00
  • 79416fb2d6 openssl: VMS support for SHA256 John Malmberg 2015-07-01 20:54:09 -05:00
  • 8f0178a56b examples: Fix typo in multi-single.c Jay Satiro 2015-07-11 02:32:53 -04:00
  • 845b011614 http2: Fix memory leak in push header array Tatsuhiro Tsujikawa 2015-07-06 22:16:27 +09:00
  • ce1bf87a04 test2041: fixed line endings in protocol part Dan Fandrich 2015-07-02 08:32:18 +02:00
  • 5602ad721b cyassl: fixed mismatched sha256sum function prototype Dan Fandrich 2015-07-02 08:29:22 +02:00
  • 55b78c5ae9 SSL: Pinned public key hash support moparisthebest 2015-06-30 20:23:54 -04:00
  • c00b18d540 examples: provide <DESC> sections Daniel Stenberg 2015-07-01 11:43:12 +02:00
  • 4ed8537be6 OpenVMS: VMS Software, Inc now the supplier. John Malmberg 2015-06-30 18:02:59 -05:00
  • cd2644fe2c gtls: initial work to support HTTPS proxy Daniel Stenberg 2015-07-01 01:12:57 +02:00
  • 1c5997ae9d multi: Move http2 push function declarations to header end Jay Satiro 2015-06-30 17:19:21 -04:00
  • f9087b7499 vtls: moved the new SSL_* access macros to generic header Daniel Stenberg 2015-07-01 00:27:48 +02:00
  • 7df237b0b1 openssl: remove unused arguments Daniel Stenberg 2015-07-01 00:19:45 +02:00
  • 211b265ffd openssl: fixup the proxy/primary access macros Daniel Stenberg 2015-07-01 00:06:53 +02:00
  • 316054e8cd gtls: access 'CApath' through connectdata Daniel Stenberg 2015-07-01 00:04:26 +02:00
  • 66a5f76583 multi: Move http2 push function declarations to header end Jay Satiro 2015-06-30 17:19:21 -04:00
  • f7e2cd278a Merge branch 'master' into HTTPS-proxy Daniel Stenberg 2015-06-30 23:06:15 +02:00
  • b505df4b68 gnutls: adapted to the internally moved SSL struct Daniel Stenberg 2015-06-30 23:05:48 +02:00
  • 616cecfdb6 symbols-in-versions: Add new http2 push symbols Jay Satiro 2015-06-30 17:02:27 -04:00
  • b59f296bf6 RELEASE-NOTES: synced with e6749055d653 Daniel Stenberg 2015-06-30 00:45:14 +02:00
  • e58bd8e41a Merge branch 'master' into HTTPS-proxy Daniel Stenberg 2015-06-30 00:32:37 +02:00
  • e6749055d6 configure: disable libidn by default Daniel Stenberg 2015-06-29 16:03:45 +02:00
  • 8208dd3b22 SSL-PROBLEMS: mention WinSSL problems in WinXP Daniel Stenberg 2015-06-29 15:03:56 +02:00
  • 0c46abd79a CODE_OF_CONDUCT.md: added Daniel Stenberg 2015-06-29 11:35:13 +02:00
  • 1f70cdef98 tool_header_cb: fflush the header stream Daniel Stenberg 2015-06-23 16:53:02 -07:00
  • e3e06e1aee tests: Distribute CMakeLists.txt files in subdirectories Roger Leigh 2015-06-25 15:04:41 +01:00
  • 37402b5eb8 CURLOPT_FAILONERROR.3: mention that it closes the connection Daniel Stenberg 2015-06-24 15:26:15 -07:00
  • 3d90ec5448 proxy: Support HTTPS proxy and SOCKS+HTTP(s) Alex Rousskov 2015-06-18 16:10:42 +02:00
  • 69c77f69a5 curl_multi_setopt.3: alpha sort the options Daniel Stenberg 2015-06-24 14:55:12 -07:00
  • dc2cbfda89 curl_multi_setopt.3: add the new push options Daniel Stenberg 2015-06-24 14:52:58 -07:00
  • 1b5eba8324 http2: Use nghttp2 library error code for error return value Tatsuhiro Tsujikawa 2015-06-06 18:10:30 +09:00
  • ddb106d7f6 http2: Harden header validation for curl_pushheader_byname Tatsuhiro Tsujikawa 2015-06-06 18:07:00 +09:00
  • 77044b53f7 CURLMOPT_PUSHFUNCTION.3: Remove unused variable Tatsuhiro Tsujikawa 2015-06-06 18:06:15 +09:00
  • c712aa0ebe CURLMOPT_PUSHFUNCTION.3: added example Daniel Stenberg 2015-06-02 11:58:39 +02:00
  • a384f28ca6 http2: curl_pushheader_byname now takes a const char * Daniel Stenberg 2015-06-02 11:50:00 +02:00
  • bf445b6e12 http2-serverpush.c: example code Daniel Stenberg 2015-06-02 11:04:00 +02:00
  • a3a55d80ec http2: free all header memory after the push callback Daniel Stenberg 2015-06-02 11:01:30 +02:00
  • e9f0dd43bc http2: init the pushed transfer properly Daniel Stenberg 2015-06-02 10:34:27 +02:00
  • f65ab8864e http2: fixed the header accessor functions for the push callback Daniel Stenberg 2015-06-01 15:52:46 +02:00
  • feea9263e9 http2: setup the new pushed stream properly Daniel Stenberg 2015-06-01 14:20:57 +02:00
  • ea7134ac87 http2: initial implementation of the push callback Daniel Stenberg 2015-06-01 11:45:52 +02:00
  • 70191958b5 http2: initial HTTP/2 server push types/docs Daniel Stenberg 2015-06-01 10:22:41 +02:00
  • f87a3d736f Merge branch 'master' into http2-push http2-push Daniel Stenberg 2015-06-24 23:34:51 +02:00
  • 5156982377 test1531: verify POSTFIELDSIZE set after add_handle Daniel Stenberg 2015-06-23 17:51:03 -07:00
  • 903b6e0556 pretransfer: init state.infilesize here, not in add_handle Daniel Stenberg 2015-06-23 17:48:37 -07:00