Age | Commit message (Expand) | Author |
2010-11-05 | Revert: use Host: name for SNI and cert name checks | Daniel Stenberg |
2010-11-04 | host: get the custom Host: name more genericly | Daniel Stenberg |
2010-10-19 | URL-parsing: consider ? a divider | Daniel Stenberg |
2010-10-14 | Curl_setopt: disallow CURLOPT_USE_SSL without SSL support | Daniel Stenberg |
2010-09-28 | multi: don't expire timeouts at disonnect or done | Daniel Stenberg |
2010-09-21 | parse_remote_port: ignore colons without port number | Daniel Stenberg |
2010-09-06 | portabilty: use proper variable type to hold sockets | Daniel Stenberg |
2010-09-01 | resolve_server: simplify code | Daniel Stenberg |
2010-08-25 | Remove url.c test | Cameron Kaiser |
2010-08-25 | Gopher protocol support (initial release) | Cameron Kaiser |
2010-08-25 | http: handle trailer headers in all chunked responses | Daniel Stenberg |
2010-08-15 | multi: support timeouts | Daniel Stenberg |
2010-08-10 | parse_remote_port: fix ;type= URL suffix over HTTP proxy | Daniel Stenberg |
2010-08-02 | Curl_connected_proxy: skip the bits.tcpconnect check | Daniel Stenberg |
2010-07-18 | CUSTOMREQUEST: shouldn't be disabled when HTTP is disabled | Jan Van Boghout |
2010-06-07 | Curl_updateconninfo() error handling fix | Yang Tse |
2010-06-05 | getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORT | Frank Meier |
2010-06-01 | fix ldap related compilation issues | Yang Tse |
2010-06-01 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2010-05-31 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2010-05-31 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2010-05-28 | LDAPS: list availability depending on SSL's presence | Howard Chu |
2010-05-27 | url.c: avoid implied cast to bool | Kamil Dudka |
2010-05-25 | LDAP: properly implemented as a curl_handler | Howard Chu |
2010-05-20 | setopt: Fix setting of set.is_fwrite_set | Ben Greear |
2010-05-16 | ftp wildcard: a new option CURLOPT_FNMATCH_DATA | Kamil Dudka |
2010-05-12 | FTP: WILDCARDMATCH/CHUNKING/FNMATCH added | Pavel Raiskup |
2010-05-12 | RTMP: initial support added, powered by librtmp | Howard Chu |
2010-05-11 | sendrecv: make them two pairs of send/recv to properly deal with FTPS | Howard Chu |
2010-05-07 | multi interface: missed storing connection time | Daniel Stenberg |
2010-05-07 | verboseconnect: so the verbose checking within the function | Daniel Stenberg |
2010-05-07 | sendrecv: split the I/O handling into private handler | Howard Chu |
2010-04-29 | telnet: Allow programatic use of telnet. | Ben Greear |
2010-04-16 | Curl_setup_transfer: no longer returns anything | Daniel Stenberg |
2010-04-15 | Remove redundant conditional | Dan Fandrich |
2010-03-27 | allow user+password in the URL for all protocols | Ben Greear |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-03-05 | Constantine Sapuntzakis detected and fixed a double free in builds done | Yang Tse |
2010-02-24 | fix compiler warning | Yang Tse |
2010-02-23 | fix compiler warning | Yang Tse |
2010-02-06 | OOM handling fix | Yang Tse |
2010-02-04 | fix printf-style format strings | Yang Tse |
2010-01-28 | fix printf-style format strings | Yang Tse |
2010-01-27 | fix compiler warning | Yang Tse |
2010-01-23 | adjust preprocessor symbol definition check relative to resolver specialty | Yang Tse |
2010-01-22 | wrap long lines and do some indent policing | Daniel Stenberg |
2010-01-22 | Definitions of resolver specialty compile-time defines CURLRES_* moved | Yang Tse |
2010-01-22 | s/RTPFUNCTION/INTERLEAVEFUNCTION/ | Daniel Stenberg |
2010-01-21 | fix compiler warning | Yang Tse |
2010-01-21 | Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new | Daniel Stenberg |