Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-08 | Fix compiler warning: integral size mismatch in argument | Yang Tse | |
2007-11-08 | Define WIN32 when build target is Win32 API. | Yang Tse | |
This also defines it for WinCE even though it is a subset of WIN32. | |||
2007-11-08 | Fix compiler warning: may be used uninitialized | Yang Tse | |
2007-11-08 | Fix comment | Yang Tse | |
2007-11-08 | spell! | Daniel Stenberg | |
2007-11-08 | Bug report #1823487 (http://curl.haxx.se/bug/view.cgi?id=1823487) pointed | Daniel Stenberg | |
out that SFTP requests didn't use persistent connections. Neither did SCP ones. I gave the SSH code a good beating and now both SCP and SFTP should use persistent connections fine. I also did a bunch for indent changes as well as a bug fix for the "keyboard interactive" auth. | |||
2007-11-08 | The only libraries actually needed for sample programs adig and | Yang Tse | |
ahost are ws2_32.lib and advapi32.lib | |||
2007-11-07 | MSVC versions prior to VS2005 do not complain about portable C functions | Yang Tse | |
2007-11-07 | if () => if() | Daniel Stenberg | |
while () => while() and some other minor re-indentings | |||
2007-11-07 | Improved telnet support by drastically reducing the number of write | Dan Fandrich | |
callbacks needed to pass a buffer to the user. Instead one per byte it is now as little as one per segment. | |||
2007-11-07 | Add a call to curl_global_cleanup to show how to do a proper shutdown. | Dan Fandrich | |
2007-11-06 | Bug report #1824894 (http://curl.haxx.se/bug/view.cgi?id=1824894) pointed | Yang Tse | |
out a problem in curl.h when building C++ apps with MSVC. To fix it, the inclusion of header files in curl.h is moved outside of the C++ extern "C" linkage block. | |||
2007-11-06 | Added prototype for _strtoi64(). | Gisle Vanem | |
2007-11-06 | Constified from arguments. | Gisle Vanem | |
2007-11-05 | Sort the directory listing because the server doesn't always do it. | Dan Fandrich | |
2007-11-05 | Added some keywords | Dan Fandrich | |
2007-11-05 | tclcurl and a mirror recount when bad ones have been cut out | Daniel Stenberg | |
2007-11-05 | Andres Garcia made it build and run on windows | Daniel Stenberg | |
2007-11-05 | removed space after if and while before the parenthesis for better source code | Daniel Stenberg | |
consistency | |||
2007-11-05 | I check the code right now and while() and if() are in majority over while () | Daniel Stenberg | |
and if () so the rule is from now on => no space before the parenthesis. | |||
2007-11-05 | Move connection-oriented variables from the SessionHandle struct to the | Daniel Stenberg | |
connectdata struct. This will in theory enable us to do persistent connections with SCP+SFTP, but currently the state machine always (and wrongly) cleanup everything in the 'done' action instead of in 'disconnect'. Also did a bunch of indent fixes, if () => if() and a few other source cleanups like added comments etc. | |||
2007-11-03 | make sure the code deals with failures on the DO_MORE state properly | Daniel Stenberg | |
2007-11-02 | avoid setting up a transfer when the state machine failed previously | Daniel Stenberg | |
2007-11-01 | Toby Peterson patched a memory problem in the command line tool that | Daniel Stenberg | |
happened when a user had a home dir as an empty string. curl would then do free() on a wrong area. | |||
2007-11-01 | minor re-indent | Daniel Stenberg | |
2007-11-01 | Ignore more features that curl-config is not expected to know about | Dan Fandrich | |
2007-11-01 | Fixed curl-config --features to not display libz when it wasn't used | Dan Fandrich | |
due to a missing header file. | |||
2007-11-01 | Make postcheck failure message more like the others | Dan Fandrich | |
2007-11-01 | Added test case 1014 to compare curl-config --features with curl --version | Dan Fandrich | |
2007-11-01 | Added test case 1013 to check that curl-config --protocols matches the | Dan Fandrich | |
protocols listed in curl --version | |||
2007-10-31 | Fixed the output of curl-config --protocols which showed SCP and SFTP | Dan Fandrich | |
always, except when --without-libssh2 was given | |||
2007-10-31 | Detect curl source when valgrind provides an absolute source file name | Dan Fandrich | |
2007-10-31 | Add support for LDAP urls. Allthough the OpenWatcom | Gisle Vanem | |
headers <winlap.h> and <winber.h> defines wrong calling convention. | |||
2007-10-31 | Added optional use of zlib (USE_ZLIB=1). | Gisle Vanem | |
Use a response-file for the C-compiler. | |||
2007-10-31 | contributor re-count (we'll break the 600 limit very very soon now) and I made | Daniel Stenberg | |
all the numericals at the top phrased "shorter" and I cut out the "number of releases since the very beginning" since that's just the number curl releases + 26 and not a very interesting number anyway. | |||
2007-10-30 | Fixed an OOM problem with file: URLs | Dan Fandrich | |
Moved Curl_file_connect into the protocol handler struct. | |||
2007-10-30 | added new people from the 7.17.1 announcement | Daniel Stenberg | |
2007-10-29 | Added test case 546 to check that subsequent FTP transfers work after a | Dan Fandrich | |
failed one using the multi interface | |||
2007-10-29 | curl-config --features and --protocols show the correct output when built | Daniel Stenberg | |
with NSS | |||
2007-10-29 | Based on one of those bug reports that are intercepted by a distro's bug | Daniel Stenberg | |
tracker (https://bugzilla.redhat.com/show_bug.cgi?id=316191), I now made curl-config --features and --protocols show the correct output when built with NSS. | |||
2007-10-29 | Reverted the const change--what was I thinking? | Dan Fandrich | |
2007-10-29 | Made some pointers const | Dan Fandrich | |
2007-10-29 | 7.17.2 | Daniel Stenberg | |
2007-10-29 | start working on 7.17.2 | Daniel Stenberg | |
2007-10-29 | 7.17.1! | Daniel Stenberg | |
2007-10-29 | correct mirror count | Daniel Stenberg | |
2007-10-29 | let 7.17.1 be version-info 4:1:0 | Daniel Stenberg | |
2007-10-28 | OpenWatcom cannot use wldap32.lib (wrong calling convention?). | Gisle Vanem | |
Added generation of dummy ca-bundle.h. Sorted objects. | |||
2007-10-28 | http://curl.wetzlmayr.at/ is a new web mirror in Nuremberg, Germany | Daniel Stenberg | |
2007-10-27 | Fixed the 2000-series tests so that the downloaded data is actually checked | Dan Fandrich | |