823d296e | 28-Jan-2007 |
Daniel Stenberg |
recent contributors |
e0945010 | 28-Jan-2007 |
Yang Tse |
Compiler warning fix |
fbc44075 | 27-Jan-2007 |
Daniel Stenberg |
- David McCreedy fixed the Curl command line tool for HTTP on non-ASCII platforms. |
a79e5d79 | 27-Jan-2007 |
Gunter Knauf |
fix sftp directory listing so that it works without -v and is redirectable with -o/-O. |
82491d5c | 27-Jan-2007 |
Gunter Knauf |
tell us what we put out here... |
b6f88908 | 27-Jan-2007 |
Yang Tse |
update copyright year notice |
cdbbb7d9 | 27-Jan-2007 |
Yang Tse |
Compiler warning fix |
2bf4d9a2 | 27-Jan-2007 |
Yang Tse |
sync with lib/setup_once.h |
f1918aa3 | 27-Jan-2007 |
Yang Tse |
sync comment with reality |
56580fc6 | 26-Jan-2007 |
Gunter Knauf |
remove the res file too with clean target. |
2e660042 | 26-Jan-2007 |
Gunter Knauf |
removed CFLAGS from linking. |
cc021fc2 | 26-Jan-2007 |
Gunter Knauf |
fix redefine warning when build from CVS. |
e6aed927 | 26-Jan-2007 |
Dan Fandrich |
Fixed compiler warning. |
02fb4d96 | 26-Jan-2007 |
Gisle Vanem |
Remove LoadLibrary() (from my private build). |
43e3c5e5 | 26-Jan-2007 |
Gisle Vanem |
Free 'config->libcurl' at exit. |
4f496f2f | 26-Jan-2007 |
Gisle Vanem |
Use "%Od" instead of CURL_FORMAT_OFF_T for <curlx.h> functions. |
d681bc75 | 26-Jan-2007 |
Gisle Vanem |
Options of type CURLOPTTYPE_FUNCTIONPOINT are never printable. |
f21a2b32 | 26-Jan-2007 |
Gunter Knauf |
updated mingw build instructions for libssh2. |
5f5a28d2 | 26-Jan-2007 |
Gunter Knauf |
added project header to lib resource file; fixed header copyright. |
89f9cb40 | 26-Jan-2007 |
Gunter Knauf |
use provided resource file for exe. |
2b280bcc | 25-Jan-2007 |
Daniel Stenberg |
fix compiler warnings for SSL-disabled builds |
1c0224be | 25-Jan-2007 |
Daniel Stenberg |
ugha, prevent a buffer overflow and allow very long strings in the generated libcurl source... |
dbdb7fa5 | 25-Jan-2007 |
Daniel Stenberg |
- Added the --libcurl [file] option to curl. Append this option to any ordinary curl command line, and you will get a libcurl-using source code written to the file that does the equivalen
- Added the --libcurl [file] option to curl. Append this option to any ordinary curl command line, and you will get a libcurl-using source code written to the file that does the equivalent operation of what your command line operation does!
show more ...
|
83a43bea | 25-Jan-2007 |
Gunter Knauf |
removed unused define. |
abb4cdaf | 25-Jan-2007 |
Gunter Knauf |
set proper lib extension for non-configure mingw32 builds on Win32. |