aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-25Typo / spelling fixes.Brad Hards
2010-12-25Use angle address, as for the rest of the example.Brad Hards
2010-12-25Add angle brackets to addresses in easy SMTP examples, as for smtp-multi exam...Brad Hards
2010-12-23cookies: tricked dotcounter fixedDaniel Stenberg
2010-12-23multi: connect fail => use next IP addressDaniel Stenberg
2010-12-23smtp-multi: put recipient within <brackets>Daniel Stenberg
2010-12-23ossl_seed: no more RAND_screenDaniel Stenberg
2010-12-22multi: inhibit some verbose outputsDaniel Stenberg
2010-12-22SMTP tests: updated MAIL FROM useDaniel Stenberg
2010-12-22CURLOPT_MAIL_FROM: document the bracket situationDaniel Stenberg
2010-12-22SMTP: add brackets for MAIL FROMBrad Hards
2010-12-22Added support for axTLS to NetWare build.Guenter Knauf
2010-12-22Fixed include: memory.h -> curl_memory.h.Guenter Knauf
2010-12-22smtp-tls: add a missing newlineBrad Hards
2010-12-21Typo fixes.Brad Hards
2010-12-21New curl/curl.h definitions added to ILE/RPG binding.Patrick Monnerat
2010-12-21build: sort configuration hunks in lib/Makefile.vc6Yang Tse
2010-12-20getparameter: add error checkDaniel Stenberg
2010-12-20loadhostpairs: return errorcodeDaniel Stenberg
2010-12-20distrib: add new file to EXTRA_DISTYang Tse
2010-12-20build: refactoring of msvc makefiles to allow overriding of library filenames.Yang Tse
2010-12-19ftp_parselist: fix compiler warningDaniel Stenberg
2010-12-18Curl_do: avoid using stale conn pointerPasha Kuznetsov
2010-12-18ares: ask for both IPv4 and IPv6 addressesTommie Gannert
2010-12-18examples: socket type cleanupDaniel Stenberg
2010-12-18Trival comment fix.Brad Hards
2010-12-18smtp-tls: add Message-ID: headerBrad Hards
2010-12-17gitignore: ignore the new example execsDaniel Stenberg
2010-12-17examples: fix compiler warningsDaniel Stenberg
2010-12-17examples: build all examples easierDaniel Stenberg
2010-12-17smtp-tls: new exampleBrad Hards
2010-12-17Docs: add simple SMTP exampleBrad Hards
2010-12-17tftpd: avoid buffer overflow report from glibcPaul Howarth
2010-12-17example: fix compiler warnings in fopen.cDaniel Stenberg
2010-12-17chkspeed: bad strtol() call for -M optionBrad Hards
2010-12-16axTLS integration: silence runtests.pl perl warningYang Tse
2010-12-15axTLS: mention it among the other SSL libsDaniel Stenberg
2010-12-157.21.4: version bumpDaniel Stenberg
2010-12-15axtls_connect: allow connect without peer verificationDaniel Stenberg
2010-12-15axTLS: allow "default" SSL version as wellDaniel Stenberg
2010-12-15axtls.c: cleanupDaniel Stenberg
2010-12-15urldate: undef hideous memory definesDaniel Stenberg
2010-12-15configure: make --with-axtls set prefixDaniel Stenberg
2010-12-15Minor fixes to pass tests 301 and 306 with a patched axTLS.Eric Hu
2010-12-15Initial axTLS integration. Connections can be made and some tests pass.Eric Hu
2010-12-15Simple update to configure script to notify user of --with-axtls switch.Eric Hu
2010-12-15Preparing for axTLS. Actual SSL API functions are only stubbed.Eric Hu
2010-12-15THANKS: added contributors from 7.21.3Daniel Stenberg
2010-12-15RELEASE-NOTES: synced with a865bd9fbaaa43e5cDaniel Stenberg
2010-12-13IsPipeliningPossible: only for HTTPDaniel Stenberg