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
2007-04-03
DOS targets do have setmode().
Gisle Vanem
2007-04-03
Added --ftp-account to --help output.
Dan Fandrich
2007-04-03
try not to link with unneeded libs, avoiding global LDADD
Yang Tse
2007-04-03
Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macros
Yang Tse
2007-04-03
when detecting un/supported sshd options use curl's sshd config file.
Yang Tse
2007-04-03
Eliminate the sshd option checking dependency on wc and make it faster.
Dan Fandrich
2007-04-02
Nick Zitzmann made CURLOPT_POSTQUOTE work for SFTP as well.
Daniel Stenberg
2007-04-02
fix error in previous commit
Yang Tse
2007-04-02
fix compiler warning
Yang Tse
2007-04-02
fix compiler warning
Yang Tse
2007-04-02
verify ssh daemon version
Yang Tse
2007-04-01
print update message only if we really update CVS.
Gunter Knauf
2007-04-01
ignore another generated file.
Gunter Knauf
2007-04-01
Robert Iakobashvili made curl_multi_remove_handle() a lot faster when many
Daniel Stenberg
2007-04-01
Matt Kraai provided a patch that makes curl build on QNX 6 fine again. Mostly
Daniel Stenberg
2007-04-01
Added scp and sftp nonexistent file retrieval tests, but leave them
Dan Fandrich
2007-03-31
26 flaws identified by coverity.com
Daniel Stenberg
2007-03-31
Since the str2num() function gets called with the 'nextarg' pointer from
Daniel Stenberg
2007-03-31
check the correct variable to want about --stderr failures properly
Daniel Stenberg
2007-03-31
fix memory leak in case of memory problems
Daniel Stenberg
2007-03-31
fix a (minor) memory leak in case of error
Daniel Stenberg
2007-03-31
Pointless to check for non-NULL pointers that already have been dereferenced
Daniel Stenberg
2007-03-31
avoid dereferencing a NULL pointer by setting a default word to lookup in case
Daniel Stenberg
2007-03-31
Better deal with NULL pointers.
Daniel Stenberg
2007-03-31
"Pixel" fixed a problem that appeared when you used -f with user+password
Daniel Stenberg
2007-03-31
*** empty log message ***
Daniel Stenberg
2007-03-31
add units to a few info
Daniel Stenberg
2007-03-31
new URL for wxWidgets binding
Daniel Stenberg
2007-03-31
Disable the SSH tests until the libssh2 bugs that causes test hangs
Dan Fandrich
2007-03-31
When curl_easy_duphandle() fails because it can't get or make a connection
Daniel Stenberg
2007-03-31
The info types cannot be checked for explicity by ANDing the types since they
Daniel Stenberg
2007-03-31
Check for a NULL easy->easy_conn in multi_getsock() since it can in fact
Daniel Stenberg
2007-03-31
Removed check for ftpcode being NULL, as later it is derefenced unconditionally
Daniel Stenberg
2007-03-31
sshd might fail to start if given an unsupported configuration option.
Yang Tse
2007-03-30
Fixed some typos in the comments.
Dan Fandrich
2007-03-30
Resurrected old FTPS error tests 402 and 403 as 404 and 405.
Dan Fandrich
2007-03-30
Pointer "conn" dereferenced before NULL check. found by coverity.com scan
Daniel Stenberg
2007-03-30
Pointer "cur_pos" dereferenced before NULL check, found by coverity.com scan.
Daniel Stenberg
2007-03-30
pointless check for 'out' being non-NULL, since it was badly done and is
Daniel Stenberg
2007-03-30
dead code removed, found by the coverity.com scan
Daniel Stenberg
2007-03-30
Added HTTP --max-filesize tests and FTPS CCC failure test.
Dan Fandrich
2007-03-30
Searching for sshd and sftp-server will be done first
Yang Tse
2007-03-30
ignore more generated files
Yang Tse
2007-03-30
Don't tear down the ftp connection if the maximum filesize was exceeded
Dan Fandrich
2007-03-30
Added FTP-SSL failure test 402
Dan Fandrich
2007-03-29
Added ftps upload test 401
Dan Fandrich
2007-03-29
Added a libssh2 section.
Dan Fandrich
2007-03-29
Show an absolute sftp: file path to give an additional example.
Dan Fandrich
2007-03-29
Eliminated extra / in scp/sftp URLs.
Dan Fandrich
2007-03-29
Send an EOF message before closing a channel, as recommended by RFC4254.
Dan Fandrich
[prev]
[next]