Age | Commit message (Expand) | Author |
2010-07-01 | multi: CURLINFO_LASTSOCKET doesn't work after remove_handle | Daniel Stenberg |
2010-06-18 | multi: prevent NULL pointer dereference | Daniel Stenberg |
2010-06-17 | multi: unmark handle as used when no longer head of pipeline | Krister Johansen |
2010-06-17 | multi: call the progress function only once and allow abort | Daniel Stenberg |
2010-06-17 | multi: call the progress callback in all states | Daniel Stenberg |
2010-06-02 | lib: eliminate some dead code | Kamil Dudka |
2010-06-01 | multi_socket: handles timer inaccuracy better for timeouts | Daniel Stenberg |
2010-05-16 | lib: Change some CRLF line endings to LF | Tor Arntsen |
2010-05-12 | FTP: WILDCARDMATCH/CHUNKING/FNMATCH added | Pavel Raiskup |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-03-23 | delayed easy handle kill caused double Curl_close() call | Daniel Stenberg |
2010-03-15 | - Constantine Sapuntzakis brought a patch: | Daniel Stenberg |
2010-02-04 | fix printf-style format strings | Yang Tse |
2010-02-02 | Fix compiler warnings: conversion from 'const int ' to 'unsigned char ', poss... | Yang Tse |
2010-02-01 | We introduce a loop in lib/multi.c around all calls to multi_runsingle() and | Daniel Stenberg |
2010-01-28 | fix printf-style format strings | Yang Tse |
2010-01-11 | After the TCP connect is confirmed in CURLM_STATE_WAITCONNECT and it changes | Daniel Stenberg |
2010-01-09 | struct Curl_sh_entry's 'inuse' member was no longer used and is now removed | Daniel Stenberg |
2010-01-03 | - Julien Chaffraix eliminated a duplicated initialization in singlesocket(). | Kamil Dudka |
2009-12-10 | - Constantine Sapuntzakis figured out a case which would lead to libcurl | Daniel Stenberg |
2009-11-18 | Make usage of calloc()'s arguments consistent with rest of code base | Yang Tse |
2009-08-24 | clarify the code by initing newurl to NULL | Daniel Stenberg |
2009-08-21 | - Andre Guibert de Bruet pointed out a missing return code check for a | Daniel Stenberg |
2009-08-21 | - Lots of good work by Krister Johansen, mostly related to pipelining: | Daniel Stenberg |
2009-08-03 | indentation fixes only | Daniel Stenberg |
2009-06-12 | fix compiler warning | Yang Tse |
2009-06-10 | Adjusted to take in account that... | Yang Tse |
2009-05-11 | Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND and | Daniel Stenberg |
2009-05-08 | - Constantine Sapuntzakis fixed bug report #2784055 | Daniel Stenberg |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2009-02-20 | - Linus Nielsen Feltzing reported and helped me repeat and fix a problem with | Daniel Stenberg |
2009-02-02 | minor comment fix | Daniel Stenberg |
2009-01-10 | - Emil Romanus fixed: | Daniel Stenberg |
2008-12-20 | - Igor Novoseltsev fixed a bad situation for the multi_socket() API when doing | Daniel Stenberg |
2008-12-19 | - curl_multi_timeout() could return a timeout value of 0 even though nothing | Daniel Stenberg |
2008-12-19 | - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl | Daniel Stenberg |
2008-12-12 | - More work with Igor Novoseltsev to first fix the remaining stuff for | Daniel Stenberg |
2008-12-03 | - Igor Novoseltsev filed bug #2351645 | Daniel Stenberg |
2008-10-30 | Use our Curl_addrinfo definition even when an addrinfo struct is available. | Yang Tse |
2008-10-25 | add missing header inclusions | Yang Tse |
2008-10-19 | attempt to fix or allow further detection of an elusive icc SIGSEGV | Yang Tse |
2008-10-08 | - Igor filed bug #2111613 (http://curl.haxx.se/bug/view.cgi?id=2111613) that | Daniel Stenberg |
2008-09-29 | - Bug #2107803 (http://curl.haxx.se/bug/view.cgi?id=2107803) "no | Daniel Stenberg |
2008-09-13 | fix compiler warning: defined but not used | Yang Tse |
2008-09-13 | fix compiler warning: external declaration in primary source file | Yang Tse |
2008-09-10 | Checked in some code improvements and minor fixes that I discovered in the | Dan Fandrich |
2008-09-08 | Dmitry Kurochkin fixed pipelining over proxy using the multi interface | Daniel Stenberg |
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse |
2008-09-06 | remove unnecessary typecasting of calloc() | Yang Tse |
2008-08-23 | - Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multi | Daniel Stenberg |