Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-11-16 | CURLMOPT_PUSHFUNCTION.3: *_byname() returns only the first header | Daniel Stenberg | |
... if there are more than one using the same name | |||
2015-09-27 | docs: fix unescaped '\n' in man pages | Svyatoslav Mishyn | |
Closes https://github.com/bagder/curl/pull/459 | |||
2015-08-19 | CURLMOPT_PUSHFUNCTION.3: fix argument types | Sam Roth | |
Closes #389 Closes #386 | |||
2015-08-12 | docs: fix typos | Alessandro Ghedini | |
closes #376 | |||
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: 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 | |