aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-04imap test server: Added support for the CAPABILITY commandSteve Holme
2013-01-03writeout: -w now supports remote_ip/port and local_ip/portDaniel Stenberg
2013-01-03test 1222: 8 chars object name generation && test 1221: adjustmentsYang Tse
2013-01-03INTERNALS: remove "footnote" never usedDaniel Stenberg
2013-01-03build: commit 13606bbfde follow-up 1Yang Tse
2013-01-03FAQ: Can I write a server with libcurl?Daniel Stenberg
2013-01-03build: rename 93 lib/*.c filesYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2013-01-03INSTALL: unify the SSL library textsDaniel Stenberg
2013-01-02curl_setup.h: remove redundant include guardYang Tse
2013-01-02build and tests: curl_10char_object_name() shell functionYang Tse
2013-01-01configure.ac: replace AM_CONFIG_HEADER with AC_CONFIG_HEADERSYang Tse
2013-01-01curl-override.m4: provide AC_CONFIG_MACRO_DIR definition conditionallyYang Tse
2012-12-30imap.c: Minor follow up tidy upSteve Holme
2012-12-30imap: Code tidy up prior to adding support for the CAPABILITY commandSteve Holme
2012-12-29pop3_doing: Applied debug info message when function failsSteve Holme
2012-12-29imap_doing: don't call imap_dophase_done() if already failedSteve Holme
2012-12-29smtp_doing: don't call smtp_dophase_done() if already failedSteve Holme
2012-12-29examples/certinfo.c: fix compiler warningYang Tse
2012-12-29pop3.c: Removed unnecessary POP3_STOP state changesSteve Holme
2012-12-29smtp.c: Added extra comments around SMTP_STOP state changeSteve Holme
2012-12-29imap.c: Fixed bad state error when logging in with invalid credentialsSteve Holme
2012-12-29imap.c: remove trailing whitespaceYang Tse
2012-12-28imap.c: Code tidy up - Part 2Steve Holme
2012-12-28imap.c: Code tidy up - Part 1Steve Holme
2012-12-28pop3.c: Minor code tidy upSteve Holme
2012-12-28smtp: Minor code tidy upSteve Holme
2012-12-28curl_imap.h: Tidy up of comments to be more readableSteve Holme
2012-12-28imap.c: Code tidy up renaming imapsendf() to imap_sendf()Steve Holme
2012-12-28build: rename 76 lib/*.h filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-28lib/*.h: use our standard naming scheme for header inclusion guardsYang Tse
2012-12-28imsp.c: Fixed usernames and passwords that contain escape charactersSteve Holme
2012-12-27curl.1: extend the -X, --request descriptionDaniel Stenberg
2012-12-27RELEASE-NOTES: synced with e3ed2b82e6Daniel Stenberg
2012-12-27darwinssl: Fixed inability to disable peer verificationNick Zitzmann
2012-12-26curl tool: rename hugehelp files to tool_hugehelpYang Tse
2012-12-26curl tool: renaming hugehelp files to tool_hugehelpYang Tse
2012-12-26sockfilt.c: commit b44da5a82a follow-up 2Yang Tse
2012-12-26sockfilt.c: commit b44da5a82a follow-upYang Tse
2012-12-26sockfilt.c: fix some compiler warningsYang Tse
2012-12-26curl_multi_remove_handle: commit 0aabfd9963 follow-upYang Tse
2012-12-25lib556: enable VERBOSE to ease debugging on failuresDaniel Stenberg
2012-12-25socklift.c: Quick fix to re-add missing codeMarc Hoersken
2012-12-25socklift.c: Added select_ws function to support WindowsMarc Hoersken
2012-12-25Enable tests 1503, 1504 and 1505Yang Tse
2012-12-25curl_multi_remove_handle: fix memory leak triggered with CURLOPT_RESOLVEYang Tse
2012-12-25Curl_hash_clean: OOM handling fixYang Tse
2012-12-25test 1504 and 1505: same as 1502 but with different cleanup sequencesYang Tse
2012-12-24Curl_conncache_foreach: allow callback to break loopDaniel Stenberg