Age | Commit message (Expand) | Author |
2008-01-27 | Dmitry Kurochkin: In "real world" testing I found more bugs in | Daniel Stenberg |
2008-01-23 | Dmitry Kurochkin's pipelining close-down segfault fix | Daniel Stenberg |
2008-01-21 | Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed | Daniel Stenberg |
2008-01-18 | Lau Hang Kin found and fixed a problem with the multi interface when doing | Daniel Stenberg |
2008-01-16 | Dmitry Kurochkin's additional pipelining bugfix | Daniel Stenberg |
2008-01-16 | Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that | Daniel Stenberg |
2008-01-08 | Introducing curl_easy_pause() and new magic return codes for both the read | Daniel Stenberg |
2007-11-24 | struct HandleData is now called struct SingleRequest, and is only for data that | Daniel Stenberg |
2007-11-15 | Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into | Daniel Stenberg |
2007-11-05 | removed space after if and while before the parenthesis for better source code | Daniel Stenberg |
2007-11-03 | make sure the code deals with failures on the DO_MORE state properly | Daniel Stenberg |
2007-09-27 | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich |
2007-08-31 | Fixed an invalid returned error code added in my last submission. | Dan Fandrich |
2007-08-30 | Fixed a few compiler warnings. Try to do a slightly better job of | Dan Fandrich |
2007-08-26 | Fixed some minor mismatched types found by splint. | Dan Fandrich |
2007-06-26 | Robert Iakobashvili re-arranged the internal hash code to work with a custom | Daniel Stenberg |
2007-06-14 | Shmulik Regev fixed a flaw in the multi interface that occurred when doing | Daniel Stenberg |
2007-06-01 | ouch, two conditionals were turned backwards! | Daniel Stenberg |
2007-06-01 | do the update timer stuff even when CURLM_CALL_MULTI_PERFORM is returned | Daniel Stenberg |
2007-05-30 | Added CURLMOPT_MAXCONNECTS which is a curl_multi_setopt() option for setting | Daniel Stenberg |
2007-05-07 | James Bursa fixed a bug in the multi handle code that made the connection | Daniel Stenberg |
2007-05-02 | Fixed an out of memory handling issue with HTTP pipelines. | Dan Fandrich |
2007-05-02 | - Set the timeout for easy handles to expire really soon after addition or | Daniel Stenberg |
2007-04-16 | - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a | Daniel Stenberg |
2007-04-13 | fix compiler warning | Yang Tse |
2007-04-10 | Ravi Pratap provided fixes for HTTP pipelining | Daniel Stenberg |
2007-04-07 | fix out of memory handling issue | Yang Tse |
2007-04-01 | Robert Iakobashvili made curl_multi_remove_handle() a lot faster when many | Daniel Stenberg |
2007-03-31 | Check for a NULL easy->easy_conn in multi_getsock() since it can in fact | Daniel Stenberg |
2007-03-25 | - Daniel Johnson fixed multi code to traverse the easy handle list properly. | Daniel Stenberg |
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 |