Age | Commit message (Expand) | Author |
2017-09-22 | form/mime: field names are not allowed to contain zero-valued bytes. | Patrick Monnerat |
2017-09-21 | examples/post-callback: use long for CURLOPT_POSTFIELDSIZE | Marcel Raad |
2017-09-12 | code style: use space after semicolon | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-09-05 | examples/mime: minor example code fixes | Viktor Szakats |
2017-09-04 | mime: use CURL_ZERO_TERMINATED in examples | Viktor Szakats |
2017-09-04 | examples/post-callback: stop returning one byte at a time | Daniel Stenberg |
2017-09-03 | mime: remove support "-" stdin pseudo-file name in curl_mime_filedata(). | Patrick Monnerat |
2017-09-02 | mime: tests and examples. | Patrick Monnerat |
2017-08-30 | examples/sslbackend.c: fix failure of 'make checksrc' | Kamil Dudka |
2017-08-28 | docs/examples: demonstrate how to select SSL backends | Johannes Schindelin |
2017-08-25 | examples/threaded-ssl: mention that this is for openssl before 1.1 | Daniel Stenberg |
2017-08-16 | examples/ftpuploadresume: checksrc compliance | Jay Satiro |
2017-08-14 | examples/ftpuploadresume.c: use portable code | Daniel Stenberg |
2017-06-16 | Makefile.m32: enable -W for MinGW32 build | Marcel Raad |
2017-06-14 | includes: remove curl/curlbuild.h and curl/curlrules.h | Daniel Stenberg |
2017-06-08 | examples/multi-uv.c: fix deprecated symbol | Ryuichi KAWAMATA |
2017-06-01 | typecheck-gcc.h: check CURLINFO_CERTINFO | Daniel Stenberg |
2017-05-31 | examples/externalsocket.c: s/closesocket/closecb | Daniel Stenberg |
2017-05-31 | examples/sampleconv.c: indent changes, made callbacks static | Daniel Stenberg |
2017-05-31 | example/externalsocket.c: make it use CLOSESOCKETFUNCTION too | Daniel Stenberg |
2017-05-24 | examples: fix Wimplicit-fallthrough warnings | Marcel Raad |
2017-05-19 | ghiper.c/hiperfifo.c: add comment about missing timer functionality | Daniel Stenberg |
2017-05-19 | asiohiper.cpp / evhiperfifo.c: deal with negative timerfunction input | Daniel Stenberg |
2017-05-11 | cookie_interface: fix -Wcomma warning | Marcel Raad |
2017-05-07 | sendrecv: fix MinGW-w64 warning | Marcel Raad |
2017-05-01 | anyauthput: remove unused code | Marcel Raad |
2017-05-01 | examples: fixed too long line and too long string warnings | Dan Fandrich |
2017-04-30 | examples: declare TU-local variables static | Marcel Raad |
2017-04-27 | cookie_interface.c: changed the other domain to example.com too | Daniel Stenberg |
2017-04-27 | cookie_interface.c: fix cookie domain so the example works | Daniel Stenberg |
2017-04-25 | examples: ftpuploadfrommem.c | Daniel Stenberg |
2017-03-28 | examples/fopen: checksrc compliance | Jay Satiro |
2017-03-26 | spelling fixes | klemens |
2017-03-23 | asiohiper: make sure socket is open in event_cb | Edward Kimmel |
2017-03-21 | examples: comment typos in http2 examples | Daniel Stenberg |
2017-02-20 | examples/multi-uv: checksrc compliance | Jay Satiro |
2017-02-18 | docs: fix timeout handling in multi-uv example | Michael Kaufmann |
2017-02-09 | examples/multithread.c: link to our multi-thread docs | Daniel Stenberg |
2017-01-18 | usercertinmem.c: improve the short description | Daniel Stenberg |
2017-01-08 | examples: make the C++ examples follow our code style too | Daniel Stenberg |
2017-01-08 | asiohiper: improved socket handling | Aulddays |
2016-12-18 | curl_easy_recv: Improve documentation and example program | Michael Kaufmann |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-24 | checksrc: move open braces to comply with function declaration style | Daniel Stenberg |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-08 | examples/fileupload.c: fclose the file as well | Daniel Stenberg |