b8039a82 | 15-Nov-2006 |
Gisle Vanem |
Call libssh2_session_free() to release memory allocated during libssh2 startup. |
438312f0 | 14-Nov-2006 |
Gisle Vanem |
Free 'scp->path' in case of libssh2 setup failure. |
381ccaa3 | 13-Nov-2006 |
Daniel Stenberg |
Ron in bug #1595348 (http://curl.haxx.se/bug/view.cgi?id=1595348) pointed out a stack overwrite (and the corresponding fix) on 64bit Windows when dealing with HTTP chunked encoding. |
32044948 | 13-Nov-2006 |
Daniel Stenberg |
bug #1595348 by Ron pointed out this flaw and fix |
e264f699 | 13-Nov-2006 |
Daniel Stenberg |
Tor Arntsen spotted this mistake |
68d4b77d | 11-Nov-2006 |
Daniel Stenberg |
we did 1.3.2 and are now on the 1.3.3 track! |
e1ac99af | 11-Nov-2006 |
Daniel Stenberg |
fix header to match actual proto |
be0d17e8 | 11-Nov-2006 |
Daniel Stenberg |
cleaned up Curl_write() and the sub functions it uses for various protocols. They all now return ssize_t to Curl_write(). Unfortunately, Curl_read() is in a sorrier state but it too woul
cleaned up Curl_write() and the sub functions it uses for various protocols. They all now return ssize_t to Curl_write(). Unfortunately, Curl_read() is in a sorrier state but it too would benefit from a similar cleanup.
show more ...
|
4eb35406 | 09-Nov-2006 |
Daniel Stenberg |
Nir Soffer updated libcurl.framework.make: fix symlinks, should link to Versions, not to ./Versions and indentation improvments |
624745ab | 09-Nov-2006 |
Daniel Stenberg |
Dmitriy Sergeyev found a SIGSEGV with his test04.c example posted on 7 Nov 2006. It turned out we wrongly assumed that the connection cache was present when tearing down a connection. |
9354822e | 09-Nov-2006 |
Daniel Stenberg |
Ciprian Badescu found a SIGSEGV when doing multiple TFTP transfers using the multi interface, but I could also repeat it doing multiple sequential ones with the easy interface. Using Ciprian'
Ciprian Badescu found a SIGSEGV when doing multiple TFTP transfers using the multi interface, but I could also repeat it doing multiple sequential ones with the easy interface. Using Ciprian's test case, I could fix it.
show more ...
|
17d4f951 | 09-Nov-2006 |
Yang Tse |
Remove showing stderr log files unconditionally for tests 518 and 537. Add failure checking for servers when fork()ed. Use same code path in 'stopserver' when called with a single o
Remove showing stderr log files unconditionally for tests 518 and 537. Add failure checking for servers when fork()ed. Use same code path in 'stopserver' when called with a single or multiple pids.
show more ...
|
f830d773 | 08-Nov-2006 |
Daniel Stenberg |
Bradford Bruce reported that when setting CURLOPT_DEBUGFUNCTION without CURLOPT_VERBOSE set to non-zero, you still got a few debug messages from the SSL handshake. This is now stopped. |
a03c76b2 | 08-Nov-2006 |
Daniel Stenberg |
ok stop using old and deprecated options |
35ad6142 | 07-Nov-2006 |
Daniel Stenberg |
add missing names |
b5b3d9e5 | 07-Nov-2006 |
Daniel Stenberg |
Olaf fixed a leftover problem with the CONNECT fix of his that would leave a wrong error message in the error message buffer. |
6e682c2b | 07-Nov-2006 |
Gisle Vanem |
Moved select_s() to Makefile.dj since select() is used in applications. |
7e2ea2ec | 07-Nov-2006 |
Gisle Vanem |
Update copyright year. |
01926d66 | 06-Nov-2006 |
Yang Tse |
add TODO note |
69f7d0a0 | 06-Nov-2006 |
Yang Tse |
compiler warning fix |
d1c84705 | 06-Nov-2006 |
Yang Tse |
remove redundant check for Win32 |
32749085 | 06-Nov-2006 |
Yang Tse |
avoid a couple of potential zero size memory allocations |
c7309344 | 05-Nov-2006 |
Daniel Stenberg |
mention the areslib.dsp fix |
471a8b22 | 05-Nov-2006 |
Daniel Stenberg |
add the recent crowd of contributors |
47ee9202 | 05-Nov-2006 |
Daniel Stenberg |
Andreas Rieke fixed back the correct line endings! |