Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-24 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
2011-09-24 | curl tool: fix some OOM handling issues | Yang Tse | |
2011-09-22 | curl tool: fix some OOM handling issues | Yang Tse | |
2011-09-22 | 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-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 | 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 | Added _WIN32_WINNT define for IPv6 builds. | Guenter Knauf | |
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 | 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: 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 | 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-11 | Updated makefiles to latest libssh2. | Guenter Knauf | |
2011-09-10 | urlglob.c: fix OOM handling | Yang Tse | |
2011-09-08 | Avoid ftruncate() static define with MinGW64. | Guenter Knauf | |
2011-09-06 | fix bool variables checking and assignment | Yang Tse | |
2011-09-05 | fix bool variables checking and assignment | Yang Tse | |
2011-09-04 | setup_once.h cleanup and sync | Yang Tse | |
2011-09-04 | Added SPNEGO to MinGW makefiles. | Guenter Knauf | |
2011-09-03 | revert changes not intended to be pushed with commit 6b75d2c2 | Yang Tse | |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse | |
2011-09-03 | Updated dependecies versions. | Guenter Knauf | |
2011-09-03 | Some MinGW makefile tweaks for MinGW64. | Guenter Knauf | |
2011-08-27 | NTLM single-sign on adjustments (XI) | Yang Tse | |
Feature string literal NTLM_SSO renamed to NTLM_WB. Preprocessor symbol USE_NTLM_SSO renamed to WINBIND_NTLM_AUTH_ENABLED. curl's 'long' option 'ntlm-sso' renamed to 'ntlm-wb'. Fix some comments to make clear that this is actually a NTLM delegation. | |||
2011-08-26 | NTLM single-sign on adjustments (X) | Yang Tse | |
Functions renamed: Curl_output_ntlm_sso -> Curl_output_ntlm_wb sso_ntlm_close -> wb_ntlm_close sso_ntlm_response -> wb_ntlm_response sso_ntlm_initiate -> wb_ntlm_initiate Preprocessor symbols renamed: CURLAUTH_NTLM_SSO -> CURLAUTH_NTLM_WB CURL_VERSION_NTLM_SSO -> CURL_VERSION_NTLM_WB | |||
2011-08-21 | zlib: ensure user provided memory functions are used by zlib, when given | Yang Tse | |
As a bonus, this lets our MemoryTracking subsystem track zlib operations. And also fixes a shortcut some zlib 1.2.x versions took using malloc() instead of calloc(), which would trigger memory debuggers warnings on memory being used without having been initialized. | |||
2011-08-21 | main: fix segfault | Daniel Stenberg | |
Follow-up to commit 5eb2396cd as that wasn't complete. At times HEADERFUNCTION+HEADERDATA was set only to have only HEADERDATA set in the subsequent loop which could cause a NULL to get sent as userdata to 'header_callback' which wasn't made to handle that. Now HEADERFUNCTION is explicitly set to NULL if it isn't set to the callback. | |||
2011-08-21 | MemoryTracking: adjust initialization calling - followup | Yang Tse | |
Fix macro definition | |||
2011-08-20 | MemoryTracking: adjust initialization calling | Yang Tse | |
Calling of curl_memdebug() was still done with a pending free() | |||
2011-08-18 | zlib: enforce full initialization of our data space z_stream structs | Yang Tse | |
2011-08-13 | VC6 makefiles: added embedded documentation | Daniel Stenberg | |
Just a note about the fact that all VC[6/8/9/10] makefiles are generated from the VC6 one as source. | |||
2011-08-12 | added --delegation | Daniel Stenberg | |
Using this option with an argument being set to one of none/policy/always instructs libcurl how to deal with GSS credentials. Or rather how it tells the server that delegation is fine or not. | |||
2011-08-05 | keep a single copy of config-win32.h in version control repository - followup | Yang Tse | |
Allow configure builds to generate src/config-win32.h Skip checksrc on src/config-win32.h contents already checked at lib/config-win32.h Allow multiple -W in checksrc.pl | |||
2011-08-05 | git ignore src/config-win32.h | Yang Tse | |