summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-06208-1556/+1357
* mk-ca-bundle: add -f, support passing to stdout and moreDaniel Stenberg2013-01-051-33/+45
* test 1222: 8 chars object name generation && test 1221: adjustmentsYang Tse2013-01-034-6/+252
* build: commit 13606bbfde follow-up 1Yang Tse2013-01-031-2/+2
* build: rename 93 lib/*.c filesYang Tse2013-01-0394-0/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-0359-326/+452
* curl_setup.h: remove redundant include guardYang Tse2013-01-021-2/+0
* build and tests: curl_10char_object_name() shell functionYang Tse2013-01-023-1/+298
* 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
* 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-28171-1045/+1119
* 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
* darwinssl: Fixed inability to disable peer verificationNick Zitzmann2012-12-271-1/+46
* curl_multi_remove_handle: commit 0aabfd9963 follow-upYang Tse2012-12-262-5/+32
* curl_multi_remove_handle: fix memory leak triggered with CURLOPT_RESOLVEYang Tse2012-12-251-0/+4
* Curl_hash_clean: OOM handling fixYang Tse2012-12-251-3/+2
* Curl_conncache_foreach: allow callback to break loopDaniel Stenberg2012-12-242-4/+9
* pop3_doing: don't call pop3_dophase_done() if already failedDaniel Stenberg2012-12-241-1/+1
* curl_multi_wait: OOM handling fixYang Tse2012-12-231-2/+5
* curl_multi_wait: avoid an unnecessary memory allocationDaniel Stenberg2012-12-231-3/+4
* multi.c: OOM handling fixYang Tse2012-12-211-2/+3
* SCP: relative path didn't workDaniel Stenberg2012-12-211-3/+3
* bundles connection caching: some out of memory handling fixesYang Tse2012-12-195-19/+68
* VC6 IDE: link with advapi32.lib when using WIN32 crypto API (md5.c)Yang Tse2012-12-181-4/+4
* setup_once.h: HP-UX specific 'bool', 'false' and 'true' definitions.Yang Tse2012-12-171-12/+12
* warnless.c: fix compiler warningsYang Tse2012-12-151-0/+10
* darwinssl: Fix implicit conversion compiler warningsNick Zitzmann2012-12-141-8/+8
* setup_once.h: HP-UX <sys/socket.h> issue workaroundYang Tse2012-12-141-0/+20
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-1450-260/+27
* setup_once.h: HP-UX specific TRUE and FALSE definitionsYang Tse2012-12-121-0/+12
* gopher: #include cleanupDaniel Stenberg2012-12-121-30/+0
* build: add bundles and conncache files to other build systemsYang Tse2012-12-101-0/+2
* conncache: fix enumerated type mixed with another typeYang Tse2012-12-102-9/+11
* Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing2012-12-0714-773/+894
* build: fix compilation with CURL_DISABLE_CRYPTO_AUTH flagStanislav Ivochkin2012-12-051-0/+4