Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-05 | checksrc.pl: add quotes to var | Yang Tse | |
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 | BSD-style lwIP TCP/IP stack support - docs/INSTALL blurb | Yang Tse | |
2011-08-05 | BSD-style lwIP TCP/IP stack support - followup | Yang Tse | |
2011-08-05 | git ignore src/config-win32.h | Yang Tse | |
2011-08-05 | keep a single copy of config-win32.h in version control repository. | Yang Tse | |
maketgz and buildconf.bat updated to reflect this. | |||
2011-08-05 | RELEASE-NOTES: synced with afe88d85f40e1 | Daniel Stenberg | |
2011-08-05 | test710: verify that --proxy socks5://hostname works | Daniel Stenberg | |
2011-08-05 | create_conn: mark non-HTTP proxies accordingly | Daniel Stenberg | |
A proxy could be marked 'httpproxy' wrongly before if set with an environment variable or with the CURLOPT_PROXY option with a socks*:// prefix or similar. Added test 710 to verify Bug: http://curl.haxx.se/mail/lib-2011-07/0194.html | |||
2011-08-05 | test709: HTTP GET via SOCKS5 set in environment | Daniel Stenberg | |
2011-08-04 | TODO-RELEASE: issue #293 is done | Daniel Stenberg | |
Fixed: 293 - from http://bugzilla.redhat.com/723075 "curl segfaults" | |||
2011-08-04 | segfault fixed | Daniel Stenberg | |
When using both -J and a single -O with multiple URLs, a missing init could cause badness. Bug: http://curl.haxx.se/mail/lib-2011-07/0126.html and http://bugzilla.redhat.com/723075 Reported by: Paul Howarth and Garrett Holmstrom | |||
2011-08-04 | test1313: test content-disposition with uneven quotes | Daniel Stenberg | |
2011-08-04 | parse_filename: deal with escaped quotes | Daniel Stenberg | |
2011-08-04 | BSD-style lwIP TCP/IP stack support: | Yang Tse | |
Allow compilation of libcurl and curl using BSD-style lwIP on Win32. In order to compile libcurl and curl with this support it is necessary to edit files lib/config-win32.h and src/config-win32.h and uncomment a line to make definition of preprocessor symbol USE_LWIPSOCK visible. Afterwards you can compile as usual. In order to use compiled library with BSD-style lwIP TCP/IP stack in your program it is mandatory that you include lwIP header file <lwip/opt.h> before including <curl/curl.h> or <curl/multi.h> Compilation has been verified with lwIP 1.4.0 and contrib-1.4.0 from: http://download.savannah.gnu.org/releases/lwip/lwip-1.4.0.zip http://download.savannah.gnu.org/releases/lwip/contrib-1.4.0.zip Have fun! | |||
2011-08-04 | curl.h: untangle a preprocessor block, removing duplicate sys/types.h inclusion | Yang Tse | |
2011-08-04 | TODO-RELEASE: issue #290 fixed | Daniel Stenberg | |
Closed this entry: 290 - bug 3375603 "curl has problem with remote names containing ';'" | |||
2011-08-04 | -J: support ';' in quoted file names | Daniel Stenberg | |
Content-disposition headers can provide file names with semicolons which previously would be cut off at that point. Added test case 1311 and 1312 to verify -J. Bug: http://curl.haxx.se/bug/view.cgi?id=3375603 Reported by: Peter Hjalmarsson | |||
2011-08-04 | getpart.pm: when no part match, return blank when section ends | Daniel Stenberg | |
2011-08-04 | runtests.pl: support option=no-include | Daniel Stenberg | |
2011-08-04 | TODO-RELESE: #306 - SSL Sessions shared | Daniel Stenberg | |
2011-08-04 | TODO-RELEASE: updated with current issues | Daniel Stenberg | |
2011-08-03 | curl_gssapi: add a missing include of sendf.h | Kamil Dudka | |
... to avoid build failure when GSS_C_DELEG_POLICY_FLAG is not defined. Reported by: Paul Howarth | |||
2011-08-03 | curl_gssapi: refine the handling of CURLOPT_GSSAPI_DELEGATION | Kamil Dudka | |
Suggested by Richard Silverman. | |||
2011-08-03 | Add new CURLOPT_GSSAPI_DELEGATION option. | Adam Tkac | |
Curl_gss_init_sec_context got new parameter - SessionHandle. Signed-off-by: Adam Tkac <atkac@redhat.com> | |||
2011-07-31 | configure: add check for <sys/wait.h> | Yang Tse | |
2011-07-31 | NTLM single-sign on adjustments (VIII) | Yang Tse | |
Use preprocessor symbols WINBIND_NTLM_AUTH_ENABLED and WINBIND_NTLM_AUTH_FILE for Samba's winbind daemon ntlm_auth helper code implementation and filename. Retain preprocessor symbol USE_NTLM_SSO for NTLM single-sign-on feature availability implementation independent. For test harness, prefix NTLM_AUTH environment vars with CURL_ Refactor and rename configure option --with-ntlm-auth to --enable-wb-ntlm-auth[=FILE] | |||
2011-07-29 | Renumbered test2005 to test1310 | Dan Fandrich | |
The 20xx range is for multiple sequential tests. | |||
2011-07-29 | curl-functions.m4 serial # bump | Yang Tse | |
2011-07-29 | Revert "configure: additional flag checks for fcntl() socket() and socketpair()" | Yang Tse | |
This reverts commit bc6e6a465ad0b9f9757c4385698fe5f255dd125b. | |||
2011-07-29 | configure: additional flag checks for fcntl() socket() and socketpair() | Yang Tse | |
2011-07-29 | NTLM single-sign on adjustments (VII) | Yang Tse | |
Initialize variables when connectdata object is created. | |||
2011-07-29 | socketpair() usage tracking to allow fd leak detection | Yang Tse | |
2011-07-29 | fix compiler warning | Yang Tse | |
2011-07-28 | Avoid a "shadows global declaration" warning on old MIT Kerberos | Dan Fandrich | |
Defining NCOMPAT eliminates the backwards-compatibility macros that are the source of the problem and which we don't need, anyway. | |||
2011-07-28 | NTLM single-sign on adjustments (VI) | Yang Tse | |
Fix compiler warning | |||
2011-07-28 | Give the NTLM SSO helper a moment to cleanly shut down if needed | Dan Fandrich | |
2011-07-28 | Removed an extraneous \n that violated the SSO daemon protocol | Dan Fandrich | |
This caused fake_ntlm to abort due to an invalid command causing sporadic test 2005 failures. | |||
2011-07-28 | NTLM single-sign on adjustments (V) | Yang Tse | |
Enhance test harness fake_ntlm logging upon invalid input. | |||
2011-07-27 | Fixed a couple of memory leaks in NTLM SSO support | Dan Fandrich | |
2011-07-27 | NTLM single-sign on adjustments (IV) | Yang Tse | |
Fix compiler warning | |||
2011-07-27 | NTLM single-sign on adjustments (III) | Yang Tse | |
Provide some error tracing and fix execl() calling. | |||
2011-07-27 | NTLM single-sign on adjustments (II) | Yang Tse | |
Ensure test harness fake_ntlm main function can properly handle arguments. | |||
2011-07-27 | NTLM single-sign on adjustments (I) | Yang Tse | |
Use fake_ntlm absolute filename in NTLM_AUTH environment variable for test 2005 definition. | |||
2011-07-26 | Fixed test 2005 to work in out-of-tree builds | Dan Fandrich | |
Also, set the test number in the test data file so fake_ntlm can be reused in future tests. | |||
2011-07-26 | fix compiler warning | Yang Tse | |
2011-07-26 | fix compiler warning | Yang Tse | |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | |
2011-07-25 | WIN32 io.h and fcntl.h inclusion done in setup_once.h | Yang Tse | |
2011-07-25 | time.h and sys/time.h inclusion conditionally done in setup_once.h | Yang Tse | |