Age | Commit message (Expand) | Author |
2011-09-27 | Added SPNEGO to NetWare build. | Guenter Knauf |
2011-09-25 | Fixed MinGW examples makefile. | Guenter Knauf |
2011-09-25 | NetWare makefile tweaks to select different builds. | Guenter Knauf |
2011-09-24 | Added header to be included by dist script. | Guenter Knauf |
2011-09-23 | MinGW64 has this prototype already. | Guenter Knauf |
2011-09-23 | Fixed scanf format for WORD = unsigned short. | Guenter Knauf |
2011-09-23 | Added Win32-only samples. | Guenter Knauf |
2011-09-23 | Added a workaround for printing size_t. | Guenter Knauf |
2011-09-22 | Added NetWare examples makefile. | Guenter Knauf |
2011-09-21 | Another MinGW example makefile tweak. | Guenter Knauf |
2011-09-21 | Fixed sample to compile for Windows platform. | Guenter Knauf |
2011-09-21 | Changed suffix rules to pattern rules. | Guenter Knauf |
2011-09-21 | Some more MinGW build tweaks. | Guenter Knauf |
2011-09-20 | A bunch of MinGW build tweaks. | Guenter Knauf |
2011-09-13 | progressfunc: a simple CURLOPT_PROGRESSFUNCTION example | Daniel Stenberg |
2011-09-07 | getinmemory.c: use better argument names for write callback | Daniel Stenberg |
2011-08-23 | resolve.c: new example showing off CURLOPT_RESOLVE | Daniel Stenberg |
2011-08-23 | externalsocket.c: new example | Daniel Stenberg |
2011-08-13 | ignore rtsp | Daniel Stenberg |
2011-08-10 | rtsp.c: converted to C | Daniel Stenberg |
2011-08-10 | rtsp.c: new example | Jim Hollinger |
2011-06-28 | examples: cleanup curl includes | Daniel Stenberg |
2011-04-28 | anyauthput.c: stdint.h must not be included unconditionally | Daniel Stenberg |
2011-04-07 | examples/makefile.dj: update email | Gisle Vanem |
2011-03-12 | source header: added to more files | Daniel Stenberg |
2011-03-10 | sources: update source headers | Daniel Stenberg |
2010-12-25 | Use angle address, as for the rest of the example. | Brad Hards |
2010-12-25 | Add angle brackets to addresses in easy SMTP examples, as for smtp-multi exam... | Brad Hards |
2010-12-23 | smtp-multi: put recipient within <brackets> | Daniel Stenberg |
2010-12-22 | smtp-tls: add a missing newline | Brad Hards |
2010-12-18 | examples: socket type cleanup | Daniel Stenberg |
2010-12-18 | smtp-tls: add Message-ID: header | Brad Hards |
2010-12-17 | gitignore: ignore the new example execs | Daniel Stenberg |
2010-12-17 | examples: fix compiler warnings | Daniel Stenberg |
2010-12-17 | examples: build all examples easier | Daniel Stenberg |
2010-12-17 | smtp-tls: new example | Brad Hards |
2010-12-17 | Docs: add simple SMTP example | Brad Hards |
2010-12-17 | example: fix compiler warnings in fopen.c | Daniel Stenberg |
2010-12-17 | chkspeed: bad strtol() call for -M option | Brad Hards |
2010-12-03 | version-check: added brief documentation | Daniel Stenberg |
2010-11-28 | atoi: remove atoi usage | Yang Tse |
2010-11-19 | Added a couple examples that were missing from the tar ball | Dan Fandrich |
2010-11-12 | version-check.pl: display version number for symbols | Daniel Stenberg |
2010-11-07 | fix snapshot generation | Yang Tse |
2010-11-04 | fopen.c: re-indented, fixed previous mistake | Daniel Stenberg |
2010-11-04 | multi use: call multi_perform even on select() timeouts | Daniel Stenberg |
2010-11-04 | example: add smtp-multi.c | Daniel Stenberg |
2010-10-05 | examples: use example.com in example URLs | Daniel Stenberg |
2010-09-30 | multi & hiper examples: updates and cleanups | Dirk Manske |
2010-09-14 | getinmemory: make the example easier to follow | James Bursa |