summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mk-ca-bundle.1: convert syntax to what's used elsewhereDaniel Stenberg2013-01-061-47/+55
* mk-ca-bundle.1: mention new -f, fix outputfile outputDaniel Stenberg2013-01-051-9/+20
* mk-ca-bundle: add -f, support passing to stdout and moreDaniel Stenberg2013-01-051-33/+45
* imap test server: fix typo in name of SELECT_imap() sub definitionYang Tse2013-01-051-1/+1
* imap test server: Added support for the CAPABILITY commandSteve Holme2013-01-041-2/+23
* writeout: -w now supports remote_ip/port and local_ip/portDaniel Stenberg2013-01-034-1/+107
* test 1222: 8 chars object name generation && test 1221: adjustmentsYang Tse2013-01-037-8/+300
* INTERNALS: remove "footnote" never usedDaniel Stenberg2013-01-031-3/+0
* build: commit 13606bbfde follow-up 1Yang Tse2013-01-031-2/+2
* FAQ: Can I write a server with libcurl?Daniel Stenberg2013-01-031-0/+10
* build: rename 93 lib/*.c filesYang Tse2013-01-0394-0/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-0377-476/+694
* INSTALL: unify the SSL library textsDaniel Stenberg2013-01-031-11/+8
* curl_setup.h: remove redundant include guardYang Tse2013-01-021-2/+0
* build and tests: curl_10char_object_name() shell functionYang Tse2013-01-026-2/+352
* configure.ac: replace AM_CONFIG_HEADER with AC_CONFIG_HEADERSYang Tse2013-01-011-1/+1
* curl-override.m4: provide AC_CONFIG_MACRO_DIR definition conditionallyYang Tse2013-01-011-7/+7
* imap.c: Minor follow up tidy upSteve Holme2012-12-301-3/+3
* imap: Code tidy up prior to adding support for the CAPABILITY commandSteve Holme2012-12-302-10/+13
* pop3_doing: Applied debug info message when function failsSteve Holme2012-12-291-5/+8
* imap_doing: don't call imap_dophase_done() if already failedSteve Holme2012-12-291-4/+5
* smtp_doing: don't call smtp_dophase_done() if already failedSteve Holme2012-12-291-4/+6
* examples/certinfo.c: fix compiler warningYang Tse2012-12-291-7/+12
* pop3.c: Removed unnecessary POP3_STOP state changesSteve Holme2012-12-291-5/+0
* smtp.c: Added extra comments around SMTP_STOP state changeSteve Holme2012-12-291-0/+2
* imap.c: Fixed bad state error when logging in with invalid credentialsSteve Holme2012-12-291-7/+5
* imap.c: remove trailing whitespaceYang Tse2012-12-291-1/+1
* imap.c: Code tidy up - Part 2Steve Holme2012-12-281-77/+76
* imap.c: Code tidy up - Part 1Steve Holme2012-12-281-98/+106
* pop3.c: Minor code tidy upSteve Holme2012-12-281-51/+54
* smtp: Minor code tidy upSteve Holme2012-12-282-13/+23
* curl_imap.h: Tidy up of comments to be more readableSteve Holme2012-12-281-13/+13
* imap.c: Code tidy up renaming imapsendf() to imap_sendf()Steve Holme2012-12-281-14/+13
* build: rename 76 lib/*.h filesYang Tse2012-12-2876-0/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-28322-1279/+1354
* lib/*.h: use our standard naming scheme for header inclusion guardsYang Tse2012-12-2835-110/+141
* imsp.c: Fixed usernames and passwords that contain escape charactersSteve Holme2012-12-281-5/+84
* curl.1: extend the -X, --request descriptionDaniel Stenberg2012-12-271-0/+8
* RELEASE-NOTES: synced with e3ed2b82e6Daniel Stenberg2012-12-271-2/+18
* darwinssl: Fixed inability to disable peer verificationNick Zitzmann2012-12-271-1/+46
* curl tool: rename hugehelp files to tool_hugehelpYang Tse2012-12-262-0/+0
* curl tool: renaming hugehelp files to tool_hugehelpYang Tse2012-12-2626-86/+89
* sockfilt.c: commit b44da5a82a follow-up 2Yang Tse2012-12-261-4/+5
* sockfilt.c: commit b44da5a82a follow-upYang Tse2012-12-261-1/+1
* sockfilt.c: fix some compiler warningsYang Tse2012-12-261-15/+25
* curl_multi_remove_handle: commit 0aabfd9963 follow-upYang Tse2012-12-262-5/+32
* lib556: enable VERBOSE to ease debugging on failuresDaniel Stenberg2012-12-251-0/+1
* socklift.c: Quick fix to re-add missing codeMarc Hoersken2012-12-251-0/+2
* socklift.c: Added select_ws function to support WindowsMarc Hoersken2012-12-251-12/+144
* Enable tests 1503, 1504 and 1505Yang Tse2012-12-251-3/+0