projects
/
curl
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
curl
2013-02-28
Jiri Hruska
imap: Introduced FETCH_FINAL state for processing final...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Steve Holme
imap: fix autobuild warning
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Steve Holme
imap: fix compiler warning
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Steve Holme
smtp: Re-factored the final SMTP_AUTH constant
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Steve Holme
pop3: Re-factored the final POP3_AUTH constant
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Steve Holme
imap: Re-factored final IMAP_AUTHENTICATE constant
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Steve Holme
imap: Updated the coding style of imap_state_servergree...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Steve Holme
imap: Reversed the logic of the (un)successful tagged...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Steve Holme
imap: Reversed the logic of the (un)successful tagged...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Steve Holme
imap: Corrected char* references with char *
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Jiri Hruska
imap: Added processing of more than one response when...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Jiri Hruska
imap: Added skipping of SELECT command if already in...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Jiri Hruska
imap: Introduced the mailbox variable
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Steve Holme
email: Slight reordering of connection based variables
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Steve Holme
imap: Tidied up comments for connection based variables
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Steve Holme
DOCS: Added the IMAP UIDVALIDITY property to the CURLOP...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Jiri Hruska
imap: Added verification of UIDVALIDITY mailbox attribute
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Jiri Hruska
imap: Added support for parsing the UIDVALIDITY property
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Jiri Hruska
imap: Introduced the mailbox_uidvalidity variable
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Steve Holme
imap: Corrected comment in imap_endofresp()
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Steve Holme
imap: Corrected whitespace
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Jiri Hruska
imap: Added filtering of CAPABILITY and FETCH untagged...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Jiri Hruska
imap: Added a helper function for upcoming untagged...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Jiri Hruska
imap: Moved CAPABILITY response handling to imap_state_...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Linus Nielsen...
Remove unused variable in smtp_state_data_resp()
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Steve Holme
email: Small tidy up following recent changes
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Steve Holme
smtp: Removed bytecountp from the per-request structure
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Steve Holme
pop3: Removed bytecountp from the per-request structure
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Jiri Hruska
imap: Removed bytecountp from the per-request structure
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Jiri Hruska
imap: Adjusted SELECT and FETCH function order
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Jiri Hruska
imap: Adjusted SELECT and FETCH state order in imap_sta...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Steve Holme
imap: Minor tidy up of comments in imap_parse_url_path()
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Steve Holme
imap: Fixed incorrect comparison for STARTTLS in imap_e...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Steve Holme
DOCS: Corrected IMAP URL examples according to RFC5092
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Nick Zitzmann
darwinssl: fix undefined $ssllib warning in runtests.pl
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Steve Holme
imap: Added check for new internal imap response code
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Steve Holme
imap: Changed the order of the response types in imap_e...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Jiri Hruska
imap: Added stricter parsing of continuation responses
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Steve Holme
imap: Simplified memcmp() in tagged response parsing
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Jiri Hruska
imap: Reworked the logic of untagged command responses
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Steve Holme
imap: Corrected spacing of trailing brace
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Jiri Hruska
imap: Added stricter parsing of tagged command responses
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Jiri Hruska
imap: Simplified command response test in imap_endofresp()
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Jiri Hruska
imap: Corrected comment in imap_endofresp()
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Steve Holme
DOCS: Corrected layout of POP3 and IMAP URL examples
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
DOCS: Updated CURLOPT_URL section following recent...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
pop3: Refactored the mailbox variable as it didn't...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
FEATURES: Updated following recent IMAP changes
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Jiri Hruska
imap: Added the ability to FETCH a specific UID and...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
email: Additional tidy up of comments following recent...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
smtp: Removed some FTP heritage leftovers
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
smtp: Moved the per-request variables to the per-reques...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
pop3: Introduced a custom SMTP structure for per-reques...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
imap: Minor correction of comments for max line length
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Daniel Stenberg
strcasestr: remove check for this unused function
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Daniel Stenberg
pop3: fix compiler warning
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Jiri Hruska
imap: Added URL parsing of new variables
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Jiri Hruska
imap: Introduced imap_is_bchar() function
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Jiri Hruska
imap: Introduced new per-request veriables
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
pingpong: Renamed curl_ftptransfer to curl_pp_transfer
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
pop3: Removed some FTP heritage leftovers
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
pop3: Moved the per-request variables to the per-reques...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
pop3: Introduced a custom POP3 structure for per-reques...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Jiri Hruska
imap: Fixed escaping of mailbox names
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
pingpong: Moved curl_ftptransfer definition to pingpong.h
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
urldata.h: Fixed comment for opt_no_body variable
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
email: Minor tidy up following IMAP changes
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Jiri Hruska
imap: Removed more FTP leftovers
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Jiri Hruska
imap: Removed some FTP heritage leftovers
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Jiri Hruska
imap: Introduced a custom IMAP structure for per-reques...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Steve Holme
pop3: Updated do phrase clean-up comment
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Steve Holme
imap: Fixed memory leak when performing multiple selects
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Alexander Klauer
Documentation: Typo in docs/CONTRIBUTE
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Alexander Klauer
repository: ignore patch files generated by git
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Alexander Klauer
libcurl documentation: clarifications and typos
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Alexander Klauer
lib/url.c: Generic read/write data pointers
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Alexander Klauer
libcurl documentation: updates HTML index
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Daniel Stenberg
ossl_seed: avoid recursive seeding!
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Jiri Hruska
Fixed checking the socket if there is data waiting...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Steve Holme
imap.c: Fixed an incorrect variable reference
commit
|
commitdiff
|
tree
|
snapshot
2013-02-22
Jiri Hruska
pingpong: Introduce Curl_pp_moredata()
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
Nick Zitzmann
FEATURES: why yes, we do support metalink
commit
|
commitdiff
|
tree
|
snapshot
2013-02-20
Nick Zitzmann
metalink: fix improbable crash parsing metalink filename
commit
|
commitdiff
|
tree
|
snapshot
2013-02-19
Yang Tse
smtp.c: fix enumerated type mixed with another type
commit
|
commitdiff
|
tree
|
snapshot
2013-02-19
Yang Tse
polarssl threadlock cleanup
commit
|
commitdiff
|
tree
|
snapshot
2013-02-18
Nick Zitzmann
docs: schannel and darwinssl documentation improvements
commit
|
commitdiff
|
tree
|
snapshot
2013-02-18
Daniel Stenberg
resolver_error: remove wrong error message output
commit
|
commitdiff
|
tree
|
snapshot
2013-02-18
Kim Vandry
Curl_resolver_is_resolved: show proper host name on...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-18
Daniel Stenberg
Curl_resolver_is_resolved: fix compiler warning
commit
|
commitdiff
|
tree
|
snapshot
2013-02-18
Daniel Stenberg
compiler warning fix
commit
|
commitdiff
|
tree
|
snapshot
2013-02-17
Daniel Stenberg
compiler warning fix: declaration of 'wait' shadows...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-17
Nick Zitzmann
MacOSX-Framework: Make script work in Xcode 4.0 and...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-17
Daniel Stenberg
docs: refer to CURLOPT_ACCEPT_ENCODING instead of the...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Steve Holme
email: Tidied up result code variables
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Nick Zitzmann
ntlm_core: fix compiler warning when building with...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Daniel Stenberg
Guile-curl: a new libcurl binding
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Daniel Stenberg
polarsslthreadlock: #include the proper memory and...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Steve Holme
email: Removed unnecessary forward declaration
commit
|
commitdiff
|
tree
|
snapshot
2013-02-16
Steve Holme
pop3.c: Added reference to RFC-5034
commit
|
commitdiff
|
tree
|
snapshot
2013-02-15
Willem Sparreboom
PolarSSL: Change to cURL coding style
commit
|
commitdiff
|
tree
|
snapshot
next