- Apr 17, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Clarified the release procedure
-
- Apr 16, 2011
-
-
Daniel Stenberg authored
As we're closing in on the release, I give up on the remaining ones but I leave them in here for now to try to fix for next release. I removed the 281 issue about warnings from the statical analyzer scans, as they seem to be mostly false positives at this point.
-
- Apr 15, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
When going back from SSL, put the send/recv function pointers back to the plain versions. Bug: http://curl.haxx.se/mail/lib-2011-04/0070.html Reported by: Mehmet Bozkurt
-
Guenter Knauf authored
-
- Apr 14, 2011
-
-
Daniel Stenberg authored
Error 4 has got a meaning Error 48 has got a slightly different meaning now
-
Daniel Stenberg authored
-
Andrei Benea authored
-
- Apr 13, 2011
-
-
Guenter Knauf authored
-
Dan Fandrich authored
-
- Apr 12, 2011
-
-
Daniel Stenberg authored
The script didn't properly add the -lssh2 link option when it enabled libssh2 linking where pkg-config isn't found. Reported by: Saqib Ali Bug: http://curl.haxx.se/mail/lib-2011-04/0054.html
-
- Apr 11, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
When checking if an existing RTSP connection is alive or not, the checkconnection function might be called with a SessionHandle pointer being NULL and then referenced causing a crash. This happened only using the multi interface. Reported by: Tinus van den Berg Bug: http://curl.haxx.se/bug/view.cgi?id=3280739
-
Daniel Stenberg authored
When using -O the file will be saved in the current directory, and this is now spelled out clearly.
-
- Apr 10, 2011
-
-
Daniel Stenberg authored
Allow openSSL without SSL2 to be used. This fix is inspired by the fix provided by Cristian Rodrguez. Reported by: Cristian Rodrguez
-
- Apr 09, 2011
-
-
Daniel Stenberg authored
Reported by: Hongli Lai
-
- Apr 08, 2011
-
-
Kamil Dudka authored
In case a client certificate is used, invalidate SSL session cache at the end of a session. This forces NSS to ask for a new client certificate when connecting second time to the same host. Bug: https://bugzilla.redhat.com/689031
-
- Apr 07, 2011
-
-
Daniel Stenberg authored
When I decided to search for a potential error with the cacert bundle it struck me I wanted to see the full source URL in the output...
-
Dan Fandrich authored
-
Gisle Vanem authored
* Rename the object object directory from 'objs' to 'BCC_obj' to be in sync with my previous patch for lib/Makefile.b32. * Turn off these warnings to keep the build totally silent (with CBuilder-6 that is). -w-inl 8026 Functions X are not expanded inline. -w-pia 8060 Possibly incorrect assignment -w-pin 8061 Initialization is only partially bracketed (same added in src/Makefile.b32) * $(MKDIR) and $(RMDIR) have been replaced with the shell-commands 'md' and 'rd'. When having MingW/Msys programs 'mkdir.exe' and 'rmdir.exe' in $PATH, this confuses Borland's make and the result (the cleaning etc.) would not be as expected. * Removed the preprocessing step; no need for PP_CMD and the .int files. curl.exe builds fine w/o and the makefile gets simpler. * Added a target for creating a compressed hugehelp.c if WITH_ZLIB is defined. It assumes groff, gzip and perl is available if such an "advanced" users requests it. Okay? BTW. My groff and Perl needs unix-slashes ('/'). Other perls should handle both forms ('/' and '\').
-
Gisle Vanem authored
* Rename the object object directory from 'objs' to 'BCC_obj'. I feel it should be named properly. Ref. Makefile.Watcom where it's called 'WC_Win32.obj'. * Turn off these warnings to keep the build totally silent (with CBuilder-6 that is). -w-inl 8026 Functions X are not expanded inline. -w-pia 8060 Possibly incorrect assignment -w-pin 8061 Initialization is only partially bracketed I'm sure the warnings could be fixed the "proper" way or with some added "#pragma" statements. But that just clutters the sources IMHO. * $(MKDIR) and $(RMDIR) have been replaced with the shell-commands 'md' and 'rd'. When having MingW/Msys programs 'mkdir.exe' and 'rmdir.exe' in $PATH, this confuses Borland's make and the result (the cleaning etc.) would not be as expected. * Added a ".path.int = $(OBJDIR)" to tell make where the $(PREPROCESSED) files are. Why we need the preprocess step in the fist place is beyond me (Yang?). But I'll leave that for now.
-
Gisle Vanem authored
-
Daniel Stenberg authored
These problems have gotten no interest/feedback from users: -275 - Introduce a way to avoid sending USER for FTP connections -288 - bug 3219997 curl rtmp request curl: (55) select/poll returned error This problem is rather an autoconf bug with little user interest and it can be worked around with an older autoconf: -278 - "Configure $as_echo does not work" This problem is not fixed: -286 - bug 3214223 Pipelined HTTP requests with a zero-length body broken
-
Chris Smowton authored
Also add test case 584 for the same Bug: http://curl.haxx.se/bug/view.cgi?id=3214223
-
- Apr 06, 2011
-
-
Daniel Stenberg authored
This hasn't show the version number correctly since the $VERSION change in the configure, and now it works again.
-
Dan Fandrich authored
-
Dan Fandrich authored
Also, fixed Curl_proxyCONNECT() stub with HTTP disabled.
-
- Apr 05, 2011
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
Stop the abuse of CURLE_FAILED_INIT as return code for things not being init related by introducing two new return codes: CURLE_NOT_BUILT_IN and CURLE_UNKNOWN_OPTION CURLE_NOT_BUILT_IN replaces return code 4 that has been obsoleted for several years. It is used for returning error when something is attempted to be used but the feature/option was not enabled or explictitly disabled at build-time. Getting this error mostly means that libcurl needs to be rebuilt. CURLE_FAILED_INIT is now saved and used strictly for init failures. Getting this problem means something went seriously wrong, like a resource shortage or similar. CURLE_UNKNOWN_OPTION is the option formerly known as CURLE_UNKNOWN_TELNET_OPTION (and the old name is still present, separately defined to be removed in a very distant future). This error code is meant to be used to return when an option is given to libcurl that isn't known. This problem would mostly indicate a problem in the program that uses libcurl.
-
Daniel Stenberg authored
In my attempts to reduce #ifdefs in code, the SOCKS functions are now macros when libcurl is built without proxy support and therefore the FTP code could avoid some #ifs.
-
Daniel Stenberg authored
-
Ben Noordhuis authored
-
Ben Noordhuis authored
-
- Apr 04, 2011
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
The new http_proxy.* files now host HTTP proxy specific code (500+ lines moved out from http.c), and as a consequence there is a macro introduced for the Curl_proxyCONNECT() function so that code can use it without actually supporting proxy (or HTTP) in builds.
-
Daniel Stenberg authored
1 - make sure to #define macros for cookie functions in the cookie header when cookies are disabled to avoid having to use #ifdefs in code using those functions. 2 - move cookie-specific code to cookie.c and use the functio conditionally as mentioned in (1). net result: 6 #if lines removed, and 9 lines of code less
-
Kamil Dudka authored
The bug was introduced in 806dbb02 (a wrong value was passed in as the first argument to the default callback in our wrapper).
-
- Apr 02, 2011
-
-
Daniel Stenberg authored
We keep them less than 80 columns
-
Daniel Stenberg authored
Within multi_socket when conn is used as a shorthand, data could be changed and multi_runsingle could modify the connectdata struct to deal with. This bug has not been included in a public release. Using 'conn' like that turned out to be ugly. This change is a partial revert of commit f1c6cd42. Reported by: Miroslav Spousta Bug: http://curl.haxx.se/bug/view.cgi?id=3265485
-