Age | Commit message (Expand) | Author |
2013-03-09 | curl_multi_wait: avoid second loop if nothing to do | Daniel Stenberg |
2013-03-09 | multi_runsingle: avoid NULL dereference | Daniel Stenberg |
2013-02-10 | Fix NULL pointer reference when closing an unused multi handle. | Linus Nielsen Feltzing |
2013-01-17 | always-multi: always use non-blocking internals | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-26 | curl_multi_remove_handle: commit 0aabfd9963 follow-up | Yang Tse |
2012-12-25 | curl_multi_remove_handle: fix memory leak triggered with CURLOPT_RESOLVE | Yang Tse |
2012-12-23 | curl_multi_wait: OOM handling fix | Yang Tse |
2012-12-23 | curl_multi_wait: avoid an unnecessary memory allocation | Daniel Stenberg |
2012-12-21 | multi.c: OOM handling fix | Yang Tse |
2012-12-19 | bundles connection caching: some out of memory handling fixes | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-12-07 | Introducing a new persistent connection caching system using "bundles". | Linus Nielsen Feltzing |
2012-12-04 | multi: fix re-sending request on early connection close | Daniel Stenberg |
2012-11-26 | multi.c: disambiguate precedence of bitwise and relational operation | Yang Tse |
2012-11-18 | fixed memory leak: CURLOPT_RESOLVE with multi interface | Daniel Stenberg |
2012-10-09 | curl_multi_wait: no wait if no descriptors to wait for | Daniel Stenberg |
2012-10-02 | multi_runsingle: CURLOPT_LOW_SPEED_* fix for rate limitation | Daniel Stenberg |
2012-09-16 | curl_multi_wait: Add parameter to return number of active sockets | Sara Golemon |
2012-09-01 | multi: add curl_multi_wait() | Sara Golemon |
2012-08-08 | add_next_timeout: minor restructure of code | Daniel Stenberg |
2012-07-15 | multi_runsingle: added precaution against easy_conn NULL pointer | Daniel Stenberg |
2012-06-12 | singlesocket: remove dead code | Daniel Stenberg |
2012-03-22 | CONNECT: fix multi interface regression | Daniel Stenberg |
2011-12-20 | non-blocking active FTP: cleanup multi state usage | Daniel Stenberg |
2011-12-20 | FTP: perform active connections non-blocking | Gokhan Sengun |
2011-12-07 | multi interface: fix block when CONNECT_ONLY option is used | Gokhan Sengun |
2011-12-02 | multi interface: only use non-NULL function pointer! | Daniel Stenberg |
2011-12-02 | multi: handle timeouts on DNS servers by checking for new sockets | Jason Glasgow |
2011-11-01 | multi.c: OOM handling fix | Yang Tse |
2011-10-27 | multi.c: OOM handling fix | Yang Tse |
2011-10-27 | multi: start ftp state machine when switching to DO_MORE | Daniel Stenberg |
2011-10-21 | curl_multi_fdset: correct fdset with FTP PORT use | Daniel Stenberg |
2011-10-21 | multi.c: fix segfault | Yang Tse |
2011-10-13 | multi.c: OOM handling fixes | Yang Tse |
2011-10-11 | OOM handling/cleanup slight adjustments | Yang Tse |
2011-10-07 | libcurl: some OOM handling fixes | Yang Tse |
2011-10-06 | multi.c: OOM handling fixes making torture tests 560 580 581 pass | Yang Tse |
2011-10-02 | multi: progress function abort must close connection | Daniel Stenberg |
2011-09-30 | multi_runsingle: change state on callback abort | Daniel Stenberg |
2011-09-25 | Q&D fix header inclusion order | Yang Tse |
2011-09-25 | curl_multi_fdset: avoid FD_SET out of bounds | Daniel Stenberg |
2011-09-05 | fix bool variables checking and assignment | Yang Tse |
2011-09-02 | MemoryTracking: fix logging of free() calls done where Curl_safefree is called | Yang Tse |
2011-04-28 | multi-socks: fix connect to proxy | Daniel Stenberg |
2011-04-27 | whitespace cleanup: no space first in conditionals | Daniel Stenberg |