]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2013-02-27  Steve Holmeimap: Re-factored final IMAP_AUTHENTICATE constant
2013-02-27  Steve Holmeimap: Updated the coding style of imap_state_servergree...
2013-02-27  Steve Holmeimap: Reversed the logic of the (un)successful tagged...
2013-02-27  Steve Holmeimap: Reversed the logic of the (un)successful tagged...
2013-02-27  Steve Holmeimap: Corrected char* references with char *
2013-02-27  Jiri Hruskaimap: Added processing of more than one response when...
2013-02-27  Jiri Hruskaimap: Added skipping of SELECT command if already in...
2013-02-27  Jiri Hruskaimap: Introduced the mailbox variable
2013-02-26  Steve Holmeemail: Slight reordering of connection based variables
2013-02-26  Steve Holmeimap: Tidied up comments for connection based variables
2013-02-26  Steve HolmeDOCS: Added the IMAP UIDVALIDITY property to the CURLOP...
2013-02-26  Jiri Hruskaimap: Added verification of UIDVALIDITY mailbox attribute
2013-02-26  Jiri Hruskaimap: Added support for parsing the UIDVALIDITY property
2013-02-26  Jiri Hruskaimap: Introduced the mailbox_uidvalidity variable
2013-02-26  Steve Holmeimap: Corrected comment in imap_endofresp()
2013-02-26  Steve Holmeimap: Corrected whitespace
2013-02-26  Jiri Hruskaimap: Added filtering of CAPABILITY and FETCH untagged...
2013-02-26  Jiri Hruskaimap: Added a helper function for upcoming untagged...
2013-02-26  Jiri Hruskaimap: Moved CAPABILITY response handling to imap_state_...
2013-02-26  Linus Nielsen... Remove unused variable in smtp_state_data_resp()
2013-02-25  Steve Holmeemail: Small tidy up following recent changes
2013-02-25  Steve Holmesmtp: Removed bytecountp from the per-request structure
2013-02-25  Steve Holmepop3: Removed bytecountp from the per-request structure
2013-02-25  Jiri Hruskaimap: Removed bytecountp from the per-request structure
2013-02-25  Jiri Hruskaimap: Adjusted SELECT and FETCH function order
2013-02-25  Jiri Hruskaimap: Adjusted SELECT and FETCH state order in imap_sta...
2013-02-25  Steve Holmeimap: Minor tidy up of comments in imap_parse_url_path()
2013-02-25  Steve Holmeimap: Fixed incorrect comparison for STARTTLS in imap_e...
2013-02-25  Steve HolmeDOCS: Corrected IMAP URL examples according to RFC5092
2013-02-24  Nick Zitzmanndarwinssl: fix undefined $ssllib warning in runtests.pl
2013-02-24  Steve Holmeimap: Added check for new internal imap response code
2013-02-24  Steve Holmeimap: Changed the order of the response types in imap_e...
2013-02-24  Jiri Hruskaimap: Added stricter parsing of continuation responses
2013-02-24  Steve Holmeimap: Simplified memcmp() in tagged response parsing
2013-02-24  Jiri Hruskaimap: Reworked the logic of untagged command responses
2013-02-24  Steve Holmeimap: Corrected spacing of trailing brace
2013-02-24  Jiri Hruskaimap: Added stricter parsing of tagged command responses
2013-02-24  Jiri Hruskaimap: Simplified command response test in imap_endofresp()
2013-02-24  Jiri Hruskaimap: Corrected comment in imap_endofresp()
2013-02-24  Steve HolmeDOCS: Corrected layout of POP3 and IMAP URL examples
2013-02-23  Steve HolmeDOCS: Updated CURLOPT_URL section following recent...
2013-02-23  Steve Holmepop3: Refactored the mailbox variable as it didn't...
2013-02-23  Steve HolmeFEATURES: Updated following recent IMAP changes
2013-02-23  Jiri Hruskaimap: Added the ability to FETCH a specific UID and...
2013-02-23  Steve Holmeemail: Additional tidy up of comments following recent...
2013-02-23  Steve Holmesmtp: Removed some FTP heritage leftovers
2013-02-23  Steve Holmesmtp: Moved the per-request variables to the per-reques...
2013-02-23  Steve Holmepop3: Introduced a custom SMTP structure for per-reques...
2013-02-23  Steve Holmeimap: Minor correction of comments for max line length
2013-02-23  Daniel Stenbergstrcasestr: remove check for this unused function
2013-02-23  Daniel Stenbergpop3: fix compiler warning
2013-02-23  Jiri Hruskaimap: Added URL parsing of new variables
2013-02-23  Jiri Hruskaimap: Introduced imap_is_bchar() function
2013-02-23  Jiri Hruskaimap: Introduced new per-request veriables
2013-02-23  Steve Holmepingpong: Renamed curl_ftptransfer to curl_pp_transfer
2013-02-23  Steve Holmepop3: Removed some FTP heritage leftovers
2013-02-23  Steve Holmepop3: Moved the per-request variables to the per-reques...
2013-02-23  Steve Holmepop3: Introduced a custom POP3 structure for per-reques...
2013-02-23  Jiri Hruskaimap: Fixed escaping of mailbox names
2013-02-23  Steve Holmepingpong: Moved curl_ftptransfer definition to pingpong.h
2013-02-23  Steve Holmeurldata.h: Fixed comment for opt_no_body variable
2013-02-23  Steve Holmeemail: Minor tidy up following IMAP changes
2013-02-23  Jiri Hruskaimap: Removed more FTP leftovers
2013-02-23  Jiri Hruskaimap: Removed some FTP heritage leftovers
2013-02-23  Jiri Hruskaimap: Introduced a custom IMAP structure for per-reques...
2013-02-22  Steve Holmepop3: Updated do phrase clean-up comment
2013-02-22  Steve Holmeimap: Fixed memory leak when performing multiple selects
2013-02-22  Alexander KlauerDocumentation: Typo in docs/CONTRIBUTE
2013-02-22  Alexander Klauerrepository: ignore patch files generated by git
2013-02-22  Alexander Klauerlibcurl documentation: clarifications and typos
2013-02-22  Alexander Klauerlib/url.c: Generic read/write data pointers
2013-02-22  Alexander Klauerlibcurl documentation: updates HTML index
2013-02-22  Daniel Stenbergossl_seed: avoid recursive seeding!
2013-02-22  Jiri HruskaFixed checking the socket if there is data waiting...
2013-02-22  Steve Holmeimap.c: Fixed an incorrect variable reference
2013-02-22  Jiri Hruskapingpong: Introduce Curl_pp_moredata()
2013-02-20  Nick ZitzmannFEATURES: why yes, we do support metalink
2013-02-20  Nick Zitzmannmetalink: fix improbable crash parsing metalink filename
2013-02-19  Yang Tsesmtp.c: fix enumerated type mixed with another type
2013-02-19  Yang Tsepolarssl threadlock cleanup
2013-02-18  Nick Zitzmanndocs: schannel and darwinssl documentation improvements
2013-02-18  Daniel Stenbergresolver_error: remove wrong error message output
2013-02-18  Kim VandryCurl_resolver_is_resolved: show proper host name on...
2013-02-18  Daniel StenbergCurl_resolver_is_resolved: fix compiler warning
2013-02-18  Daniel Stenbergcompiler warning fix
2013-02-17  Daniel Stenbergcompiler warning fix: declaration of 'wait' shadows...
2013-02-17  Nick ZitzmannMacOSX-Framework: Make script work in Xcode 4.0 and...
2013-02-17  Daniel Stenbergdocs: refer to CURLOPT_ACCEPT_ENCODING instead of the...
2013-02-16  Steve Holmeemail: Tidied up result code variables
2013-02-16  Nick Zitzmannntlm_core: fix compiler warning when building with...
2013-02-16  Daniel StenbergGuile-curl: a new libcurl binding
2013-02-16  Daniel Stenbergpolarsslthreadlock: #include the proper memory and...
2013-02-16  Steve Holmeemail: Removed unnecessary forward declaration
2013-02-16  Steve Holmepop3.c: Added reference to RFC-5034
2013-02-15  Willem SparreboomPolarSSL: Change to cURL coding style
2013-02-15  Willem SparreboomPolarSSL: WIN32 threading support for entropy
2013-02-15  Willem SparreboomPolarSSL: pthread support for entropy
2013-02-15  Willem SparreboomPolarSSL: changes to entropy/ctr_drbg/HAVEGE_RANDOM
2013-02-15  Willem SparreboomPolarSSL: added human readable error strings
2013-02-15  Steve Holmepop3: Removed unnecessary state changes on failure
next