Age | Commit message (Expand) | Author |
2013-03-15 | HTTP proxy: insert slash in URL if missing | Daniel Stenberg |
2013-03-14 | curl_memory.h: introduce CURLX_NO_MEMORY_CALLBACKS usage possibility | Yang Tse |
2013-03-14 | Makefile.vc6: add missing files | Yang Tse |
2013-03-14 | pipelining: Remove dead code. | Linus Nielsen Feltzing |
2013-03-13 | Multiple pipelines and limiting the number of connections. | Linus Nielsen Feltzing |
2013-03-13 | pop3: Removed unnecessary transfer cancellation | Steve Holme |
2013-03-12 | pop3: Fixed continuous wait when using --ftp-list | Steve Holme |
2013-03-12 | curl_global_init: accept the CURL_GLOBAL_ACK_EINTR flag | Zdenek Pavlas |
2013-03-12 | easy: do not ignore poll() failures other than EINTR | Kamil Dudka |
2013-03-12 | curl.h: stricter CURL_EXTERN linkage decorations logic | Yang Tse |
2013-03-10 | imap: Reworked some function descriptions | Steve Holme |
2013-03-10 | imap: Added some missing comments to imap_sendf() | Steve Holme |
2013-03-09 | email: Removed hard returns from init functions | Steve Holme |
2013-03-09 | curl_multi_wait: avoid second loop if nothing to do | Daniel Stenberg |
2013-03-09 | multi_runsingle: avoid NULL dereference | Daniel Stenberg |
2013-03-09 | imap: Re-factored all perform based functions | Steve Holme |
2013-03-09 | imap: Added description comments to all perform based functions | Steve Holme |
2013-03-09 | imap: Removed the need for separate custom request functions | Steve Holme |
2013-03-09 | imap: Corrected typo in comment | Steve Holme |
2013-03-09 | Makefile.am: empty AM_LDFLAGS definition for automake 1.7 compatibility | Yang Tse |
2013-03-09 | imap: Moved imap_logout() to be grouped with the other perform functions | Steve Holme |
2013-03-09 | email: Updated the function descriptions for the logout / quit functions | Steve Holme |
2013-03-09 | email: Simplified the logout / quit functions | Steve Holme |
2013-03-08 | email: Tidied up the *_regular_transfer() functions | Steve Holme |
2013-03-08 | email: Simplified nesting of if statements in *_doing() functions | Steve Holme |
2013-03-08 | imap: Fixed handling of untagged responses for the STORE custom command | Steve Holme |
2013-03-08 | polarssl.c: fix header filename typo | Gisle Vanem |
2013-03-08 | configure: use XC_LIBTOOL for portability across libtool versions | Yang Tse |
2013-03-07 | imap: Fixed SELECT not being performed for custom requests | Steve Holme |
2013-03-07 | email: Minor code tidy up following recent changes | Steve Holme |
2013-03-07 | email: Optimised block_statemach() functions | Steve Holme |
2013-03-07 | checksrc: ban unsafe functions | Daniel Stenberg |
2013-03-06 | imap: Tidied up the APPEND and final APPEND response functions | Steve Holme |
2013-03-06 | imap: Tidied up the final FETCH response function | Steve Holme |
2013-03-06 | imap: Tidied up the LIST response function | Steve Holme |
2013-03-06 | imap: Removed the custom request response function | Steve Holme |
2013-03-06 | imap: Added check for empty UID in FETCH command | Steve Holme |
2013-03-06 | nss: fix misplaced code enabling non-blocking socket mode | Kamil Dudka |
2013-03-06 | imap: fix compiler warning | Daniel Stenberg |
2013-03-05 | imap: Added support for list command | Steve Holme |
2013-03-05 | imap: Added list perform and response handler functions | Steve Holme |
2013-03-05 | imap: Introduced IMAP_LIST state | Steve Holme |
2013-03-05 | imap: Small tidy up of imap_select() to match imap_append() | Steve Holme |
2013-03-05 | imap: Moved mailbox check from the imap_do() function | Steve Holme |
2013-03-05 | curl_setup.h: Added S_IRDIR() macro for compilers that don't support it | Steve Holme |
2013-03-04 | AddFormData: prevent only directories from being posted | Daniel Stenberg |
2013-03-03 | darwinssl: fix infinite loop if server disconnected abruptly | Nick Zitzmann |
2013-03-03 | imap: Added comments to imap_append() | Steve Holme |
2013-03-03 | imap: Added required mailbox check for FETCH and APPEND commands | Jiri Hruska |
2013-03-03 | pingpong.c: Fix enumerated type mixed with another type | Steve Holme |