Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-11 | libcurl-tutorial.3: fix formatting | Svyatoslav Mishyn | |
Closes #374 | |||
2015-08-11 | curl_easy_recv.3: fix formatting | Svyatoslav Mishyn | |
2015-08-10 | build: refer to fixed libidn versions | Viktor Szakats | |
closes #371 | |||
2015-08-09 | CURLOPT_RESOLVE.3: Note removal support was added in 7.42 | Jay Satiro | |
Bug: http://curl.haxx.se/mail/lib-2015-08/0019.html Reported-by: Inca R | |||
2015-08-06 | curl_multi_remove_handle.3: fix formatting | juef | |
closes #366 | |||
2015-08-05 | curl_slist_append.3: add error checking to the example | Daniel Stenberg | |
2015-08-03 | libcurl.3: fix a single typo | Daniel Stenberg | |
Closes #361 | |||
2015-08-02 | docs: formpost needs the full size at start of upload | Daniel Stenberg | |
Closes #360 | |||
2015-07-31 | libcurl-thread.3: minor reformatting | Daniel Stenberg | |
2015-07-31 | curl_global_init_mem.3: Warn threaded resolver needs thread safe funcs | Jay Satiro | |
Bug: http://curl.haxx.se/mail/lib-2015-07/0149.html Reported-by: Eric Ridge | |||
2015-07-31 | libcurl-thread.3: Warn memory functions must be thread safe | Jay Satiro | |
Bug: http://curl.haxx.se/mail/lib-2015-07/0149.html Reported-by: Eric Ridge | |||
2015-07-30 | INSTALL: Minor formatting correction in 'Legacy Windows and SSL' section | Steve Holme | |
...as well as some rewording. | |||
2015-07-30 | ABI doc: use secure URL | Viktor Szakats | |
2015-07-30 | ABI: remove the ascii logo | Daniel Stenberg | |
and made the indent level to 1 | |||
2015-07-30 | libcurl-multi.3: mention curl_multi_wait | Daniel Stenberg | |
... and some general rewordings to improve this docs. Reported-by: Tim Stack Closes #356 | |||
2015-07-29 | libcurl-thread.3: Clarify CURLOPT_NOSIGNAL takes long value 1L | Jay Satiro | |
2015-07-28 | libcurl-thread.3: Revert to stricter handle wording | Jay Satiro | |
.. also update formatting and add WinSSL and wolfSSL to the SSL/TLS handlers list. | |||
2015-07-28 | libcurl-thread.3: Consolidate thread safety info | Jay Satiro | |
This is a new document to consolidate our thread safety information from several documents (curl-www:features, libcurl.3, libcurl-tutorial.3). Each document's section on multi-threading will now point to this one. | |||
2015-07-26 | TODO: improve how curl works in a windows console window | Daniel Stenberg | |
Closes #322 for now | |||
2015-07-26 | 1.11 minimize dependencies with dynamicly loaded modules | Daniel Stenberg | |
Closes #349 for now | |||
2015-07-18 | symbols-in-versions: Add new CURLSSLOPT_NO_REVOKE symbol | Jay Satiro | |
2015-07-17 | SSL: Add an option to disable certificate revocation checks | Jay Satiro | |
New tool option --ssl-no-revoke. New value CURLSSLOPT_NO_REVOKE for CURLOPT_SSL_OPTIONS. Currently this option applies only to WinSSL where we have automatic certificate revocation checking by default. According to the ssl-compared chart there are other backends that have automatic checking (NSS, wolfSSL and DarwinSSL) so we could possibly accommodate them at some later point. Bug: https://github.com/bagder/curl/issues/264 Reported-by: zenden2k <zenden2k@gmail.com> | |||
2015-07-11 | examples: Fix typo in multi-single.c | Jay Satiro | |
2015-07-01 | SSL: Pinned public key hash support | moparisthebest | |
2015-07-01 | examples: provide <DESC> sections | Daniel Stenberg | |
2015-06-30 | symbols-in-versions: Add new http2 push symbols | Jay Satiro | |
Prior to this change test 1119 failed due to the missing symbols. | |||
2015-06-29 | SSL-PROBLEMS: mention WinSSL problems in WinXP | Daniel Stenberg | |
2015-06-29 | CODE_OF_CONDUCT.md: added | Daniel Stenberg | |
Just to underscore how we treat each other in this project. Nothing new really, but could be useful for newcomers and outsiders to see our values. | |||
2015-06-24 | CURLOPT_FAILONERROR.3: mention that it closes the connection | Daniel Stenberg | |
Reported-by: bemoody Bug: https://github.com/bagder/curl/issues/325 | |||
2015-06-24 | curl_multi_setopt.3: alpha sort the options | Daniel Stenberg | |
2015-06-24 | curl_multi_setopt.3: add the new push options | Daniel Stenberg | |
2015-06-24 | CURLMOPT_PUSHFUNCTION.3: Remove unused variable | Tatsuhiro Tsujikawa | |
2015-06-24 | CURLMOPT_PUSHFUNCTION.3: added example | Daniel Stenberg | |
2015-06-24 | http2: curl_pushheader_byname now takes a const char * | Daniel Stenberg | |
2015-06-24 | http2-serverpush.c: example code | Daniel Stenberg | |
2015-06-24 | http2: fixed the header accessor functions for the push callback | Daniel Stenberg | |
2015-06-24 | http2: initial implementation of the push callback | Daniel Stenberg | |
2015-06-24 | http2: initial HTTP/2 server push types/docs | Daniel Stenberg | |
2015-06-20 | INSTALL: Advise use of non-native SSL for Windows <= XP | Jay Satiro | |
Advise that WinSSL in versions <= XP will not be able to connect to servers that no longer support the legacy handshakes and algorithms used by those versions, and to use an alternate backend like OpenSSL instead. Bug: https://github.com/bagder/curl/issues/253 Reported-by: zenden2k <zenden2k@gmail.com> | |||
2015-06-19 | curl_easy_setopt.3: restore contents removed by mistake | Kamil Dudka | |
... in commit curl-7_43_0-18-g570076e | |||
2015-06-19 | curl_easy_setopt.3: mention CURLOPT_PIPEWAIT | Daniel Stenberg | |
2015-06-18 | TODO: Support IDNA2008 | Daniel Stenberg | |
2015-06-18 | examples: more descriptions | Daniel Stenberg | |
2015-06-18 | examples: add descriptions with <DESC> | Daniel Stenberg | |
Using this fixed format for example descriptions, we can generate a better list on the web site. | |||
2015-06-18 | libcurl-errors.3: fix typo | Daniel Stenberg | |
2015-06-18 | curl_easy_setopt.3: option order doesn't matter | Daniel Stenberg | |
2015-06-17 | CURLOPT_ERRORBUFFER.3: Fix example, escape backslashes | Jay Satiro | |
2015-06-17 | CURLOPT_ERRORBUFFER.3: Improve example | Jay Satiro | |
2015-06-17 | THANKS: updated with 7.43.0 names | Daniel Stenberg | |
2015-06-16 | Fix typo in docs | Paul Oliver | |
s/curret/current/ |