Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-22 | headers: more copyright headers added | Daniel Stenberg | |
2011-03-10 | sources: update source headers | Daniel Stenberg | |
All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers. | |||
2011-03-09 | Force setopt constants written by --libcurl to be long | Dan Fandrich | |
2011-02-20 | curl: Added --netrc-file. | Julien Chaffraix | |
This enables people to specify a path to the netrc file to use. The new option override --netrc if both are present. However it does follow --netrc-optional if specified. | |||
2011-02-17 | Set -fpcc-struct-return only for gcc compiler. | Guenter Knauf | |
2011-02-13 | Added -m32 to CFLAGS to compile with x86_64 gcc. | Guenter Knauf | |
2011-02-13 | Updated OpenSSL version, added links to docu. | Guenter Knauf | |
2011-02-10 | --keepalive-time: warn if not supported properly | Daniel Stenberg | |
Since the feature requires support for TCP_KEEPIDLE and TCP_KEEPINTVL to function as documented, it now warns if that support is missing when the option is used. | |||
2011-01-19 | main: make the tlsauth options always present | Daniel Stenberg | |
... to not make the connection between the tool and the libcurl used tighter than necessary, the tlsauth options are now always present but if the used libcurl doesn't have TLSAUTH support it will return failure. Also, replaced strncmp() with strequal to get case insensitive matching. | |||
2011-01-19 | TLS-SRP: support added when using GnuTLS | Quinn Slack | |
2011-01-13 | build: BCC - makefile.b32 tweak | Yang Tse | |
Get rid of stdout redirection to NUL and move stderr redirection into RM and RMDIR macros. | |||
2011-01-13 | build: BCC - makefile.b32 tweak | Yang Tse | |
Check for BCCDIR environment var done now as other checks. | |||
2011-01-13 | Use env var for PSDK instead of hardcoded path. | Guenter Knauf | |
2011-01-12 | build: BCC - require Borlands's MAKE for Makefile.b32 processing. | Yang Tse | |
2011-01-12 | build: BCC - recover lost functionality from commit 3d813204260b37289411 | Yang Tse | |
Borland's $(MAKEDIR) expands to the path where make.exe is located, use this feature to define BCCDIR when user has not defined BCCDIR. | |||
2011-01-12 | build: use external preprocessor cpp32 when building with Borland C | Yang Tse | |
2011-01-11 | Disable LDAP support since BCC headers are insufficient. | Guenter Knauf | |
2011-01-11 | Instead of exiting with error lets set BCCDIR self. | Guenter Knauf | |
2011-01-11 | Some Borland C++ makefile tweaks. | Guenter Knauf | |
2011-01-11 | Borland C++ doesnt have struct sockaddr_storage. | Guenter Knauf | |
2010-12-22 | Added support for axTLS to NetWare build. | Guenter Knauf | |
2010-12-20 | getparameter: add error check | Daniel Stenberg | |
if add2list() returns an error, bail out! | |||
2010-12-20 | build: refactoring of msvc makefiles to allow overriding of library filenames. | Yang Tse | |
Default libcurl's file names are kept equal to those used since Y2K. | |||
2010-12-05 | Updated OpenSSL version. | Guenter Knauf | |
2010-12-03 | fix compiler warning: assignment within conditional expression | Yang Tse | |
2010-12-03 | build: lib/config.dos renamed to lib/config-dos.h | Yang Tse | |
2010-12-02 | build: provide SIZEOF_SIZE_T netware definition | Yang Tse | |
2010-11-28 | atoi: remove atoi usage | Yang Tse | |
2010-11-26 | xattr: fix compiler warning: enumerated type mixed with another type | Yang Tse | |
2010-11-12 | Makefile.vc6: fixed the xattr.c compile | Adam Light | |
2010-11-10 | xattr: portability fix | Yang Tse | |
2010-11-10 | write extended attributes by using fsetxattr | Stefan Tomanek | |
Instead of reopening the downloaded file, fsetxattr uses the (already open) file descriptor to attach extended attributes. This makes the procedure more robust against errors caused by moved or deleted files. | |||
2010-11-09 | Check for getinfo errors before setting attributes | Dan Fandrich | |
2010-11-08 | help: indent the --xattr option like the others | Daniel Stenberg | |
2010-11-08 | xattr: use const char * for const strings | Daniel Stenberg | |
2010-11-08 | CURLOPT_RESOLVE: added | Daniel Stenberg | |
CURLOPT_RESOLVE is a new option that sends along a curl_slist with name:port:address sets that will populate the DNS cache with entries so that request can be "fooled" to use another host than what otherwise would've been used. Previously we've encouraged the use of Host: for that when dealing with HTTP, but this new feature has the added bonus that it allows the name from the URL to be used for TLS SNI and server certificate name checks as well. This is a first change. Surely more will follow to make it decent. | |||
2010-11-07 | xattr: fix VisualStudio builds | Yang Tse | |
2010-11-05 | --libcurl: simplify output | Daniel Stenberg | |
Removed the code that was needed for libcurl before 7.19.0 which now is more than two years old. Simplified the top comment and corrected the URL. | |||
2010-11-05 | xattr: add configure check and #ifdefs | Daniel Stenberg | |
setxattr is a glibc call to set extended attributes, so configure now checks for it and the code is adapted to only build when the functionality is present. | |||
2010-11-05 | save metadata to extended file attributes | Stefan Tomanek | |
It is often convinient to track back the source of a once downloaded file; this patch makes curl store the source URL and other metadata alongside the retrieved file by using the extended attributes (if supported by the file system and enabled by --xattr). | |||
2010-10-21 | Removed the native Makefile.riscos files | Dan Fandrich | |
These haven't worked in at least 8 years due to missing source files, and most active RiscOS developers these days apparently cross-compile anyway. Signed-off-by: James Bursa <james@zamez.org> | |||
2010-10-14 | options: check for features for some options | Daniel Stenberg | |
Some options, such as the automatic decompression and some SSL related ones now will bail out if the underlying libcurl doesn't have support for the particular feature needed. | |||
2010-10-14 | Some more small Watcom makefile fixes. | Guenter Knauf | |
2010-10-13 | Modified Watcom makefiles to work on Linux too. | Guenter Knauf | |
2010-10-13 | gitignore: ignore Makefile.vc10.dist made by maketgz | Daniel Stenberg | |
2010-10-12 | header_callback: strip off file path separated with backslashes | Daniel Stenberg | |
If the filename contains a backslash, only use filename portion. The idea is that even systems that don't handle backslashes as path separators probably want that path removed for convenience. This flaw is considered a security problem, see the curl security vulnerability http://curl.haxx.se/docs/adv_20101013.html | |||
2010-10-12 | Get the curl source files for Amiga from Makefile.inc | Dan Fandrich | |
This is similar to how it's done in the lib directory. The Amiga build appears to have been broken for a year because of a missing homedir.c | |||
2010-10-12 | Added build bits for librtmp / libssh2 to Watcom makefiles. | Guenter Knauf | |
2010-10-12 | Added build bits for librtmp to NetWare makefiles. | Guenter Knauf | |
2010-10-11 | Added build bits for librtmp to MingW32 makefiles. | Guenter Knauf | |