Age | Commit message (Expand) | Author |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-11-20 | examples/ephiperfifo: report error when epoll_ctl fails | Romain Fliedel |
2018-11-09 | setopt: add CURLOPT_CURLU | Jim Fuller |
2018-11-01 | axtls: removed | Daniel Stenberg |
2018-09-26 | example/htmltidy: fix include paths of tidy libraries | Doron Behar |
2018-09-23 | whitespace fixes | Viktor Szakats |
2018-09-23 | docs/examples: URL updates | Viktor Szakats |
2018-09-22 | examples/Makefile.m32: sync with core [ci skip] | Viktor Szakats |
2018-09-22 | examples/parseurl.c: show off the URL API a bit | Daniel Stenberg |
2018-09-18 | examples/http2-pushinmemory: receive HTTP/2 pushed files in memory | Daniel Stenberg |
2018-09-17 | examples: Fix memory leaks from realloc errors | Kruzya |
2018-09-12 | anyauthput: fix compiler warning on 64-bit Windows | Marcel Raad |
2018-09-10 | example/asiohiper: insert warning comment about its status | Daniel Stenberg |
2018-09-10 | docs/examples: do not wait when no transfers are running | Kamil Dudka |
2018-08-21 | curl-compilers: enable -Wbad-function-cast on GCC | Marcel Raad |
2018-07-29 | examples/ephiperfifo: checksrc compliance | Jay Satiro |
2018-07-28 | docs/examples: add hiperfifo example using linux epoll/timerfd | Josh Bialkowski |
2018-07-11 | examples/crawler.c: move #ifdef to column 0 | Daniel Stenberg |
2018-07-09 | examples: fix -Wformat warnings | Marcel Raad |
2018-07-05 | example/crawler.c: simple crawler based on libxml2 | Jeroen Ooms |
2018-06-03 | spelling fixes | Viktor Szakats |
2018-05-21 | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg |
2018-05-18 | examples/progressfunc: make it build on older libcurls | Daniel Stenberg |
2018-05-17 | getinfo: add microsecond precise timers for various intervals | Philip Prindeville |
2018-05-14 | examples: Fix format specifiers | Rikard Falkeborn |
2018-04-24 | examples/http2-upload: expand buffer to avoid silly warning | Daniel Stenberg |
2018-04-24 | examples/sftpuploadresume: typecast fseek argument to long | Daniel Stenberg |
2018-04-15 | all: Refactor malloc+memset to use calloc | Daniel Gustafsson |
2018-04-07 | examples/sftpuploadresmue: Fix Windows large file seek | Jay Satiro |
2018-03-24 | gitignore: ignore more generated files | Daniel Stenberg |
2018-03-20 | examples/hiperfifo: checksrc compliance | Jay Satiro |
2018-03-16 | examples/hiperfifo.c: improved | Philip Prindeville |
2018-03-16 | cleanup: misc typos in strings and comments | luz.paz |
2018-03-04 | build: get CFLAGS (including -werror) used for examples and tests | Daniel Stenberg |
2018-02-23 | spelling fixes | Viktor Szakats |
2018-02-20 | examples/sftpuploadresume: resume upload via CURLOPT_APPEND | Sergio Borghese |
2018-01-18 | examples/url2file.c: add missing curl_global_cleanup() call | Daniel Stenberg |
2018-01-07 | scripts: allow all perl scripts to be run directly | Jay Satiro |
2017-12-26 | examples/cacertinmem: ignore cert-already-exists error | Jay Satiro |
2017-12-22 | examples/rtsp: fix error handling macros | Mattias Fornander |
2017-12-12 | examples/smtp-mail.c: use separate defines for options and mail | Daniel Stenberg |
2017-12-06 | examples: move threaded-shared-conn.c to the "complicated" ones | Daniel Stenberg |
2017-12-05 | threaded-shared-conn.c: fixed typo in commenta | Daniel Stenberg |
2017-12-05 | threaded-shared-conn.c: new example | Daniel Stenberg |
2017-12-01 | examples/xmlstream.c: don't switch off CURL_GLOBAL_SSL | Daniel Stenberg |
2017-11-23 | examples/rtsp: clear RANGE again after use | Daniel Stenberg |
2017-11-18 | examples/curlx: Fix code style | fmmedeiros |
2017-11-09 | examples: add shared-connection-cache | Daniel Stenberg |
2017-11-09 | test1554: verify connection cache sharing | Daniel Stenberg |
2017-10-03 | examples: bring back curl_formadd-using examples | Daniel Stenberg |