Age | Commit message (Expand) | Author |
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 |
2010-01-06 | Julien Chaffraix fixed so that the fragment part in an URL is not sent to the... | Claes Jakobsson |
2010-01-01 | update copyright year since we are in 2010 now | Daniel Stenberg |
2010-01-01 | - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. This | Daniel Stenberg |
2009-12-31 | turned CURLOPT_MAIL_RCPT into a curl_slist list instead to support multiple | Daniel Stenberg |
2009-12-30 | VMS specific preprocessor symbol checking adjustments | Yang Tse |
2009-12-17 | uh, assign the bool it points to properly | Daniel Stenberg |
2009-12-17 | Stop overloading the conn->protocol field with the PROT_MISSING bit. It | Daniel Stenberg |
2009-12-17 | Remove pointless storing of the protocol as a string within the connectdata | Daniel Stenberg |
2009-12-16 | Follow-up fix for the proxy fix I did for Jon Nelson's bug. It turned out I | Daniel Stenberg |
2009-12-14 | - Jon Nelson found a regression that turned out to be a flaw in how libcurl | Daniel Stenberg |
2009-12-12 | introducing IMAP, POP3 and SMTP support (still lots of polish left to do) | Daniel Stenberg |
2009-11-20 | - Constantine Sapuntzakis identified a write after close, as the sockets were | Daniel Stenberg |
2009-11-20 | - Jad Chamcham pointed out a bug with connection re-use. If a connection had | Daniel Stenberg |
2009-11-17 | - Constantine Sapuntzakis provided another fix for the DNS cache that could | Daniel Stenberg |
2009-11-14 | - Constantine Sapuntzakis provided the fix that ensures that an SSL connection | Yang Tse |
2009-10-08 | Attempt to silence bogus compiler warning: "Potential null pointer dereference" | Yang Tse |