Age | Commit message (Expand) | Author |
2011-06-10 | unittest: mark all unit tested functions | Daniel Stenberg |
2011-06-04 | Curl_socket_ready: make timeout a 'long' | Daniel Stenberg |
2011-05-26 | compiler warning: fix | Yang Tse |
2011-05-18 | CLOSESOCKETFUNCTION: use the callback | Daniel Stenberg |
2011-05-18 | CLOSESOCKETFUNCTION: added | Daniel Stenberg |
2011-04-28 | multi-socks: fix connect to proxy | Daniel Stenberg |
2011-04-27 | whitespace cleanup: no space first in conditionals | Daniel Stenberg |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-25 | async resolvers: further cleanups | Daniel Stenberg |
2011-04-21 | Fix a couple of spelling errors in lib/ | Fabian Keil |
2011-04-11 | checkconnection: don't call with NULL pointer | Daniel Stenberg |
2011-02-17 | SOCKOPTFUNCTION: callback can say already-connected | Daniel Stenberg |
2011-02-09 | CURLOPT_SOCKOPTFUNCTION: return proper error code | Daniel Stenberg |
2011-01-11 | connect: use UDP correctly | Daniel Stenberg |
2011-01-04 | Curl_timeleft: s/conn/data in first argument | Daniel Stenberg |
2010-12-23 | multi: connect fail => use next IP address | Daniel Stenberg |
2010-12-03 | fix getinfo CURLINFO_LOCAL* for reused connections (take 2) follow-up | Yang Tse |
2010-12-01 | connect: fix compiler warning: unused variable | Yang Tse |
2010-11-30 | fix getinfo CURLINFO_LOCAL* for reused connections (take 2) | Yang Tse |
2010-11-30 | fix getinfo CURLINFO_LOCAL* for reused connections follow-up | Yang Tse |
2010-11-30 | fix getinfo CURLINFO_LOCAL* for reused connections | Yang Tse |
2010-11-11 | ip_version: moved to connection struct | Daniel Stenberg |
2010-09-17 | Curl_timeleft: avoid returning "no timeout" by mistake | Daniel Stenberg |
2010-09-14 | multi: don't do extra expire calls for the connection | Daniel Stenberg |
2010-09-06 | portabilty: use proper variable type to hold sockets | Daniel Stenberg |
2010-08-21 | Curl_is_connected: use correct errno | Dirk Manske |
2010-08-10 | callbacks: acknowledge progress callback error returns | Daniel Stenberg |
2010-06-24 | multi_socket: re-use of same socket without notifying app | Daniel Stenberg |
2010-06-08 | avoid redundant work when reusing same connection | Yang Tse |
2010-06-08 | fix function result checking | Yang Tse |
2010-06-07 | Curl_updateconninfo() error handling fix | Yang Tse |
2010-06-05 | replace socklen_t with curl_socklen_t | Yang Tse |
2010-06-05 | getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORT | Frank Meier |
2010-05-07 | multi interface: missed storing connection time | Daniel Stenberg |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-03-23 | mark connection as connected | Daniel Stenberg |
2010-02-04 | fix printf-style format strings | Yang Tse |
2010-02-02 | Fix compiler warning: conditional expression is constant | Yang Tse |
2010-01-28 | fix printf-style format strings | Yang Tse |
2010-01-22 | wrap long lines and do some indent policing | Daniel Stenberg |
2010-01-11 | - Made sure that the progress callback is repeatedly called at a regular | Daniel Stenberg |
2009-12-30 | VMS specific preprocessor symbol checking adjustments | Yang Tse |
2009-10-01 | - Tom Mueller correctly reported in bug report #2870221 | Daniel Stenberg |
2009-10-01 | - Constantine Sapuntzakis: The current implementation will always set | Daniel Stenberg |
2009-08-29 | add cast to silent compiler warning with 64bit systems. | Gunter Knauf |
2009-07-09 | - Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for | Daniel Stenberg |
2009-05-07 | Curl_sndbufset is (at times) defined in the header, no need to do it again here | Daniel Stenberg |
2009-05-07 | - Made the SO_SNDBUF setting for the data connection socket for ftp uploads as | Daniel Stenberg |
2009-05-02 | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse |
2009-04-30 | fix compiler warning: unused parameter | Yang Tse |