- Apr 16, 2007
-
-
Daniel Stenberg authored
-
- Apr 13, 2007
-
-
Dan Fandrich authored
-
Yang Tse authored
of a new host on the net with the same silly domain the test was using for a host which was supposed not to exist.
-
- Apr 12, 2007
-
-
Daniel Stenberg authored
name longer than the name field of the ifreq struct (typically 6 bytes), as then it wouldn't close the used dummy socket.
-
- Apr 11, 2007
-
-
Daniel Stenberg authored
-
- Apr 10, 2007
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
- Apr 08, 2007
-
-
Daniel Stenberg authored
-
- Apr 03, 2007
-
-
Daniel Stenberg authored
-
- Apr 02, 2007
-
-
Daniel Stenberg authored
-
- Apr 01, 2007
-
-
Daniel Stenberg authored
easy handles are added to a multi handle, by avoiding the looping over all the handles to find which one to remove.
-
Daniel Stenberg authored
by letting configure check for setmode and ifdef on HAVE_SETMODE. NOTE: non- configure platforms that havve setmode() needs their hard-coded config.h files fixed. I fixed the src/config-win32.h.
-
- Mar 31, 2007
-
-
Daniel Stenberg authored
embedded in the URL.
-
- Mar 30, 2007
-
-
Dan Fandrich authored
and added tests 290 and 291 to check.
-
- Mar 27, 2007
-
-
Yang Tse authored
uses poll() when a fine poll() is available, so now libcurl can be built without select() support at all if a fine poll() is available.
-
- Mar 26, 2007
- Mar 25, 2007
-
-
Daniel Stenberg authored
A left-over bug from the February 21 fix.
-
- Mar 24, 2007
-
-
Dan Fandrich authored
test case 288 to verify it.
-
Dan Fandrich authored
before resorting to the kill -9 hammer. Added test harness infrastructure to support scp/sftp tests, using OpenSSH as the server.
-
- Mar 23, 2007
-
-
Dan Fandrich authored
plus made --pass work on an SSH private key as well.
-
- Mar 20, 2007
-
-
Yang Tse authored
or Curl_poll() with a non-zero timeout both functions would restart the specified timeout. This could even lead to the extreme case that if a signal arrived with a frecuency lower to the specified timeout neither function would ever exit. Added experimental symbol definition check CURL_ACKNOWLEDGE_EINTR in Curl_select() and Curl_poll(). When compiled with CURL_ACKNOWLEDGE_EINTR defined both functions will return as soon as a signal is caught. Use it at your own risk, all calls to these functions in the library should be revisited and checked before fully supporting this feature.
-
- Mar 19, 2007
-
-
Yang Tse authored
more frequently allowing same calling frecuency for the client progress callback, while keeping the once a second frecuency for speed calculations and internal display of the transfer progress.
-
- Mar 15, 2007
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
you can now use [1-1] without curl complaining.
-
- Mar 11, 2007
-
-
- Mar 10, 2007
-
-
Daniel Stenberg authored
multi interface
-
Daniel Stenberg authored
1) the progress callback gets called more frequently (at times) 2) libcurl *might* call the callback when it receives a signal
-
- Mar 09, 2007
-
-
Dan Fandrich authored
appropriate test case to use it. For now, this is treated the same as the "SSL" feature because curl doesn't list it separately.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
machine type too.
-
Daniel Stenberg authored
upload a file it couldn't open. Bug #1676581 (http://curl.haxx.se/bug/view.cgi?id=1676581)
-
Dan Fandrich authored
test, fixing KNOWN_BUGS #11. Fixed some tests to more accurately specify their required servers and features.
-
- Mar 08, 2007
-
-
Dan Fandrich authored
-
- Mar 07, 2007
-
-
Dan Fandrich authored
unencrypted data connections.
-
- Mar 02, 2007
-
-
Daniel Stenberg authored
makefiles that are included in the source release archives, generated from the Makefile.vc6 files by the maketgz script. I also modified the root Makefile to have a VC variable that defaults to vc6 but can be overridden to allow it to be used for vc8 as well. Like this: nmake VC=vc8 vc
-
- Feb 27, 2007
-
-
Daniel Stenberg authored
server through a proxy and have the remote https server port set using the CURLOPT_PORT option, protocol gets reset to http from https after the first request. User defined URL was modified internally by libcurl and subsequent reuse of the easy handle may lead to connection using a different protocol (if not originally http). I found that libcurl hardcoded the protocol to "http" when it tries to regenerate the URL if CURLOPT_PORT is set. I tried to fix the problem as follows and it's working fine so far
-
- Feb 25, 2007
-
-
Daniel Stenberg authored
the multi interface. Note that it still does a part of the connection in a blocking manner.
-
- Feb 23, 2007
-
-
Daniel Stenberg authored
-v, --trace and --trace-ascii, since it could really confuse the user. Clarified this fact in the man page.
-
- Feb 21, 2007
-
-
Daniel Stenberg authored
fixing some bugs: o Don't mix GET and POST requests in a pipeline o Fix the order in which requests are dispatched from the pipeline o Fixed several curl bugs with pipelining when the server is returning chunked encoding: * Added states to chunked parsing for final CRLF * Rewind buffer after parsing chunk with data remaining * Moved chunked header initializing to a spot just before receiving headers
-