index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-09-12
curl: Add support for various DNS binding options.
Ben Greear
2013-09-12
libcurl: New options to bind DNS to local interfaces or IP addresses
Kim Vandry
2013-09-12
libcurl.3: for multi interface connections are held in the multi handle
Daniel Stenberg
2013-09-12
ftpserver.pl: Fixed missing comma from 7fd84b14d219b1
Steve Holme
2013-09-12
ftpserver.pl: Fixed variable error introduced in 7fd84b14d219b1
Steve Holme
2013-09-11
ftpserver.pl: Added support for UID command
Steve Holme
2013-09-11
ftpserver.pl: Added support for LSUB command
Steve Holme
2013-09-11
imap: Fixed response check for LSUB and UID commands
Steve Holme
2013-09-11
ftpserver.pl: Added support for IMAP COPY command
Steve Holme
2013-09-11
ftpserver.pl: Added support for IMAP CLOSE and EXPUNGE commands
Steve Holme
2013-09-11
ftpserver.pl: Added support for POP3 RSET command
Steve Holme
2013-09-11
ftpserver.pl: Added the ability to remember what messages are deleted
Steve Holme
2013-09-10
NI_MAXSERV: remove all use of it
Daniel Stenberg
2013-09-10
http2: use the support HTTP2 draft version in the upgrade header
Daniel Stenberg
2013-09-10
ldap.c: Fix compilation warning
Steve Holme
2013-09-10
imap/pop3/smtp: Speed up SSL connection initialization
Jiri Hruska
2013-09-10
ldap.c: Corrected build error from commit 857f999353f333
Steve Holme
2013-09-10
RELEASE-NOTES: Corrected duplicate in bfefe2400a16b8
Steve Holme
2013-09-10
RELEASE-NOTES: Corrected typo from bfefe2400a16b8
Steve Holme
2013-09-10
RELEASE-NOTES: synced with 25c68903756d6b
Steve Holme
2013-09-10
README.http2: explain nghttp2 a little
Daniel Stenberg
2013-09-09
tests: Added test for POP3 TOP command
Steve Holme
2013-09-09
ftpserver.pl: Added support for POP3 TOP command
Steve Holme
2013-09-09
tests: Added test for POP3 UIDL command
Steve Holme
2013-09-09
ftpserver.pl: Added support for POP3 UIDL command
Steve Holme
2013-09-09
http2: adjust to new nghttp2_pack_settings_payload proto
Daniel Stenberg
2013-09-09
url: handle abortion by read/write callbacks, too
Kamil Dudka
2013-09-09
ldap: fix the build for systems with ldap_url_parse()
Daniel Stenberg
2013-09-09
pingpong: Check SSL library buffers for already read data
Jiri Hruska
2013-09-09
imap: Fixed calculation of transfer when partial FETCH received
Steve Holme
2013-09-08
ftpserver.pl: Fixed empty array checks
Steve Holme
2013-09-08
ftpserver: Reworked AUTH support to allow for specifying the mechanisms
Steve Holme
2013-09-08
ftpserver: Reworked CAPA support to allow for specifying the capabilities
Steve Holme
2013-09-08
ftpserver.pl: Corrected POP3 LIST as message numbers should be contiguous
Steve Holme
2013-09-08
curl_easy_pause: suggest one way to unpause
Clemens Gruber
2013-09-08
tests: Updated descriptions to be more meaningful
Steve Holme
2013-09-08
tests: Added test for POP3 NOOP command
Steve Holme
2013-09-08
ftpserver.pl: Added support for POP3 NOOP command
Steve Holme
2013-09-08
ftpserver.pl: Fixed 'Use of uninitialized value $args in string ne'
Steve Holme
2013-09-08
tests: Added test for POP3 STAT command
Steve Holme
2013-09-08
ftpserver.pl: Added support for POP STAT command
Steve Holme
2013-09-08
ftpserver.pl: Moved POP3 QUIT handler into own function
Steve Holme
2013-09-08
ftpserver.pl: Reordered the POP3 handlers to be alphabetical
Steve Holme
2013-09-08
ftpserver.pl: Corrected misaligned indentation in POP3 handlers
Steve Holme
2013-09-07
tests: Added test for POP3 DELE command
Steve Holme
2013-09-07
ftpserver.pl: Added support for POP3 DELE command
Steve Holme
2013-09-07
http2: include curl_memory.h
Daniel Stenberg
2013-09-07
http: fix build warning under LLVM
Nick Zitzmann
2013-09-07
http2: actually init nghttp2 and send HTTP2-Settings properly
Daniel Stenberg
2013-09-07
README.http2: how to use it best with the multi API?
Daniel Stenberg
[next]