Age | Commit message (Expand) | Author |
2007-03-23 | add missing state name for the debug state switch output | Daniel Stenberg |
2007-03-01 | Do not remove CURLM_STATE_WAITPROXYCONNECT from the CURLMstate enum | Yang Tse |
2007-02-27 | no proxy support if libcurl is built with HTTP disabled | Yang Tse |
2007-02-26 | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem |
2007-02-25 | - Adam D. Moss made the HTTP CONNECT procedure less blocking when used from | Daniel Stenberg |
2007-02-21 | - Ravi Pratap provided work on libcurl making pipelining more robust and | Daniel Stenberg |
2007-02-18 | - Jeff Pohlmeyer identified two problems: first a rather obscure problem with | Daniel Stenberg |
2007-02-12 | - Jeff Pohlmeyer fixed a flaw in curl_multi_add_handle() when adding a handle | Daniel Stenberg |
2007-01-27 | Compiler warning fix | Yang Tse |
2007-01-16 | - Armel Asselin improved libcurl to behave a lot better when an easy handle | Daniel Stenberg |
2006-12-05 | Jared Lundell filed bug report #1604956 | Daniel Stenberg |
2006-10-23 | Ravi Pratap provided a major update with pipelining fixes. We also no longer | Daniel Stenberg |
2006-10-18 | the expire timer is a bit too annoying to see all the time ;-) | Daniel Stenberg |
2006-10-13 | print the actual (externally known) easy handle and not the internal container | Daniel Stenberg |
2006-10-13 | Added curl_multi_dump() when built with CURLDEBUG - this is not a stable public | Daniel Stenberg |
2006-10-12 | Starting now, adding an easy handle to a multi stack that was already added | Daniel Stenberg |
2006-10-12 | Jeff Pohlmeyer has been working with the hiperfifo.c example source code, | Daniel Stenberg |
2006-10-10 | mark the handle as no longer having a broken pipe when a transfer has failed | Daniel Stenberg |
2006-10-09 | when going to completed due to error, mark the handle as not in a pipeline | Daniel Stenberg |
2006-10-09 | Compiler warning fix | Yang Tse |
2006-10-09 | Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to test | Daniel Stenberg |
2006-10-07 | don't display or act on state changes that doesn't actually change state | Daniel Stenberg |
2006-10-06 | Bogdan Nicula's hanging test case was converted to test case 533 and the test | Daniel Stenberg |
2006-10-04 | Dmitriy Sergeyev provided an example source code that crashed CVS libcurl | Daniel Stenberg |
2006-09-28 | Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurl | Daniel Stenberg |
2006-09-25 | Compiler warning fix | Yang Tse |
2006-09-21 | (FTP) a failed upload does not invalidate the control connection | Daniel Stenberg |
2006-09-20 | Michael Wallner's test program again help me track down a problem. This time | Daniel Stenberg |
2006-09-16 | Resize the connection cache upwards when adding more handles than what | Daniel Stenberg |
2006-09-12 | Compiler warning fix | Yang Tse |
2006-09-11 | - Fixed my breakage from earlier today so that doing curl_easy_cleanup() on a | Daniel Stenberg |
2006-09-10 | Jeff Pohlmeyer presented a *multi_socket()-using program that exposed a | Daniel Stenberg |
2006-09-09 | Compiler warning fix | Yang Tse |
2006-09-08 | Compilation fix | Yang Tse |
2006-09-07 | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg |
2006-08-31 | Dmitriy Sergeyev found and fixed a multi interface flaw when using asynch | Daniel Stenberg |
2006-08-25 | Armel Asselin reported that the 'running_handles' counter wasn't updated | Daniel Stenberg |
2006-08-04 | oops, the previous commit was incomplete as we made an unconditional call | Daniel Stenberg |
2006-08-04 | even when we get a single connection to deal with, we must still check for | Daniel Stenberg |
2006-08-03 | removed running_handles argument from multi_runsingle() since it wasn't really | Daniel Stenberg |
2006-08-03 | Silence compiler warning 'unused parameter running_handles' in function multi... | Yang Tse |
2006-08-02 | keep count of the number of "alive" handles in a struct member, as otherwise | Daniel Stenberg |
2006-08-01 | spell-fixed a comment | Daniel Stenberg |
2006-07-30 | curl_multi_socket() and curl_multi_socket_all() got modified prototypes: they | Daniel Stenberg |
2006-07-26 | [Hiper-related work] Added a function called curl_multi_assign() that will | Daniel Stenberg |
2006-07-17 | Jari Sundell did some excellent research and bug tracking, figured out that | Daniel Stenberg |
2006-07-13 | Oops, missing "u" | Yang Tse |
2006-07-13 | Fix compiler warning. | Yang Tse |
2006-07-10 | DNS cache must use the multi DNS cache if the easy handle's one is not using ... | Yang Tse |
2006-07-07 | Ingmar Runge provided a source snippet that caused a crash. The reason for | Daniel Stenberg |