Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-21 | smtp: without a MAIL_FROM, send blank MAIL FROM | Gisle Vanem | |
I think curl should ignore this case and smtp.c should test for this. Since RFC-2821 seems to allow a "null reverse-path". Ref. "MAIL FROM:<>" in section 3.7, page 25. | |||
2011-09-21 | lib/http: add missing whitespace in verbose output | Dave Reisner | |
Example: * upload completely sent off: 35out of 35 bytes Should be: * upload completely sent off: 35 out of 35 bytes | |||
2011-09-21 | Another MinGW example makefile tweak. | Guenter Knauf | |
2011-09-21 | Fixed sample to compile for Windows platform. | Guenter Knauf | |
2011-09-21 | curl tool: make my_setopt ignore curl_easy_setopt result again. | Yang Tse | |
Related code not ready yet for this kind of checks. | |||
2011-09-21 | Changed suffix rules to pattern rules. | Guenter Knauf | |
Suffix rules cannot have any prerequisites of their own. | |||
2011-09-21 | Added dependency so that curlbuild.h is created. | Guenter Knauf | |
2011-09-21 | Some more MinGW build tweaks. | Guenter Knauf | |
Added envvars to specify OpenSSL include, libpath and lib. Added rule to create curlbuild.h from curlbuild.h.dist. | |||
2011-09-21 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
my_setopt and my_setopt_str no longer ignores curl_easy_setopt result. Fixed some OOM handling issues. | |||
2011-09-20 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
Overhauled FindWin32CACert() | |||
2011-09-20 | A bunch of MinGW build tweaks. | Guenter Knauf | |
All paths to dependencies now quoted; synced examples makefile. | |||
2011-09-20 | Changed Windows 64bit OS define to x86_64. | Guenter Knauf | |
Also added check for __x86_64__ define since MinGW64 seems to define the _M_X64 macro through a header not available for config-win32.h. | |||
2011-09-20 | Also skip certs masked as CKT_NSS_TRUST_UNKNOWN. | Guenter Knauf | |
Fix posted by Tomas Hoger <thoger redhat com>. | |||
2011-09-20 | Added _WIN32_WINNT define for IPv6 builds. | Guenter Knauf | |
2011-09-20 | Curl_follow: handle redirects to "//hostname/path" | Daniel Stenberg | |
2011-09-19 | curl tool: truly fix compiler warning | Yang Tse | |
2011-09-19 | curl tool: fix compiler warning | Yang Tse | |
2011-09-19 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
2011-09-18 | CURLOPT_URL docs: no need to mention function names | Daniel Stenberg | |
2011-09-18 | CURLOPT_URL: Expanded URL description | Steve Holme | |
Expanded the section about CURLOPT_URL to include the format of the URL and detailed information and examples relating to specific protocols. | |||
2011-09-18 | Curl_gethostname: return un-qualified machine name | Steve Holme | |
Fixed Curl_gethostname() so that it always returns the un-qualified machine name rather than being dependent on the socket provider. Note: The return of getenv("CURL_GETHOSTNAME") is also parsed in case the developer / test harness provided a fully qualified domain name as it's value as well. | |||
2011-09-18 | curl tool: create tool_myfunc.[ch] which later on will hold my_* functions | Yang Tse | |
Additionally function my_useragent() now provides default User-Agent string | |||
2011-09-18 | curl tool: reorder free_config_fields() field handling | Yang Tse | |
Reorder handling of fields to match same order as the one given by current definition order of 'Configurable' struct fields. Fields currently not handled marked for further inspection. | |||
2011-09-17 | Fixed MinGW WinIDN lib dependency. | Guenter Knauf | |
2011-09-17 | tool_convert.c: fix no newline at end of file | Yang Tse | |
2011-09-16 | curl tool: add new files to Symbian's .mmp project file | Yang Tse | |
2011-09-16 | curl tool: move 'Configurable' and free_config_fields() to tool_cfgable.[ch] | Yang Tse | |
Reviewing fields being free'd in free_config_fields() still pending | |||
2011-09-16 | src/setup.h: add conditional include of assert.h | Yang Tse | |
2011-09-16 | curl tool: move so called 'multi_files' stuff into tool_mfiles.[ch] | Yang Tse | |
Additionally some code reorganization and direct OOM handling fixes, just another step towards fixing curl tool issues uncovered 2011-09-15 | |||
2011-09-16 | curl tool: move convert_* functions into tool_convert.[ch] | Yang Tse | |
Additionally fix data type of result vars for iconv() calls | |||
2011-09-16 | main.c: convert GetStr() into a macro to ease leak debugging | Yang Tse | |
2011-09-16 | main.c: de-obfuscate a couple for-loop exit conditions | Yang Tse | |
2011-09-15 | curl tool: fix a bunch of double free's uncovered 2011-09-15 | Yang Tse | |
Re-enabling MemoryTracking capability on 'src' subdirectory files and torture tests have uncovered many issues which were going unnoticed in curl tool. So here we go fixing some of them. Others still remain and should be addressed ASAP, given that curl tool is used in our test harness also for test server start verification purposes. There are even non-socket file descriptor leaks. | |||
2011-09-15 | Make Curl_safefree() macro assign NULL to given pointer when free'd | Yang Tse | |
2011-09-15 | curl MSVC project files: adjust resource compiler include path | Yang Tse | |
2011-09-14 | src/Makefile.vc6: adjust resource compiler include path | Yang Tse | |
2011-09-14 | curl tool: re-enable MemoryTracking capability on 'src' subdirectory files. | Yang Tse | |
Use same preprocessor logic for curl tool MemoryTracking activation in source files located in 'src' subdirectory as the one used for libcurl sources. | |||
2011-09-14 | ftp.c: add a couple of failure messages | Yang Tse | |
2011-09-13 | Curl_add_custom_headers: support headers with no data | warp kawada | |
A custom HTTP header ending in a semicolon instead of a colon will be treated as a header to be added without any data portion. | |||
2011-09-13 | progressfunc: a simple CURLOPT_PROGRESSFUNCTION example | Daniel Stenberg | |
2011-09-13 | 7.22.1: start working | Daniel Stenberg | |
2011-09-13 | THANKS: 16 new contributors from 7.22.0 | Daniel Stenberg | |
2011-09-13 | RELEASE-NOTES: ready for 7.22.0 | Daniel Stenberg | |
2011-09-13 | codestyle: minor whitespace fix | Daniel Stenberg | |
2011-09-13 | polarssl: build with PolarSSL-1.0.0 | Jeff Pohlmeyer | |
With this fix, it should work for PolarSSL-1.0.0 (and SVN-1091 trunk) and retain compatibility with earlier versions. (Tested with 0.14.1) PolarSSL still doesn't play nicely with curl's CA bundle (we discussed this before) but I was at least able to retrieve the https://www.gmail.com/ login page using a modified ca-certificates.crt file with all 3 versions of PolarSSL. | |||
2011-09-13 | BUGS: spellfixed, slightly reformatted for web looks | Daniel Stenberg | |
Reported by: Jeff Pohlmeyer | |||
2011-09-12 | Document NTLM winbind options (and caveats) | Dan Fandrich | |
2011-09-12 | BUGS: renumbered to look better in the web version | Daniel Stenberg | |
2011-09-12 | BUGS: revamped bug report documentation | Daniel Stenberg | |
2011-09-12 | Mention that BSD-style lwIP TCP/IP stack support on Windows is experimental. | Yang Tse | |