2011-04-21 |
Fabian Keil | Fix spelling errors in include/ |
blob | commitdiff |
2011-04-18 |
Daniel Stenberg | transfer-encoding: added new option and cmdline |
blob | commitdiff | diff to current |
2011-04-18 |
Daniel Stenberg | CURLE_BAD_CONTENT_ENCODING: now used for transfer encod... |
blob | commitdiff | diff to current |
2011-04-05 |
Dan Fandrich | Fixed compatibility macro CURLE_URL_MALFORMAT_USER |
blob | commitdiff | diff to current |
2011-04-05 |
Daniel Stenberg | return code cleanup: build, init and run-time errors |
blob | commitdiff | diff to current |
2011-02-17 |
Daniel Stenberg | SOCKOPTFUNCTION: callback can say already-connected |
blob | commitdiff | diff to current |
2011-02-09 |
Quinn Slack | CURLE_TLSAUTH_FAILED: removed |
blob | commitdiff | diff to current |
2011-01-19 |
Quinn Slack | TLS-SRP: support added when using GnuTLS |
blob | commitdiff | diff to current |
2010-11-11 |
Daniel Stenberg | HTTP Auth: Add CURLAUTH_ONLY |
blob | commitdiff | diff to current |
2010-11-08 |
Daniel Stenberg | CURLOPT_RESOLVE: added |
blob | commitdiff | diff to current |
2010-08-25 |
Cameron Kaiser | Gopher protocol support (initial release) |
blob | commitdiff | diff to current |
2010-06-04 |
Frank Meier | getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORT |
blob | commitdiff | diff to current |
2010-05-16 |
Kamil Dudka | ftp wildcard: a new option CURLOPT_FNMATCH_DATA |
blob | commitdiff | diff to current |
2010-05-15 |
Pavel Raiskup | ftp wildcard: fix int32_t and size/group mixups |
blob | commitdiff | diff to current |
2010-05-12 |
Pavel Raiskup | FTP: WILDCARDMATCH/CHUNKING/FNMATCH added |
blob | commitdiff | diff to current |
2010-05-12 |
Howard Chu | RTMP: initial support added, powered by librtmp |
blob | commitdiff | diff to current |
2010-03-24 |
Daniel Stenberg | remove the CVSish $Id$ lines |
blob | commitdiff | diff to current |
2010-02-10 |
Dan Fandrich | Mention the minimum size of CURL_MAX_WRITE_SIZE |
blob | commitdiff | diff to current |
2010-01-22 |
Daniel Stenberg | s/RTPFUNCTION/INTERLEAVEFUNCTION/ |
blob | commitdiff | diff to current |
2010-01-21 |
Daniel Stenberg | remove typedef we ended up not using |
blob | commitdiff | diff to current |
2010-01-21 |
Daniel Stenberg | Chris Conroy brought support for RTSP transfers, and... |
blob | commitdiff | diff to current |
2010-01-21 |
Daniel Stenberg | Julien Chaffraix removed an old obsolete typedef |
blob | commitdiff | diff to current |
2010-01-01 |
Daniel Stenberg | update copyright year since we are in 2010 now |
blob | commitdiff | diff to current |
2010-01-01 |
Daniel Stenberg | - Ingmar Runge enhanced libcurl's FTP engine to support... |
blob | commitdiff | diff to current |
2009-12-27 |
Yang Tse | Adjust FreeBSD version check to follow FreeBSD Porter... |
blob | commitdiff | diff to current |
2009-12-25 |
Daniel Stenberg | - Renato Botelho and Peter Pentchev brought a patch... |
blob | commitdiff | diff to current |
2009-12-12 |
Daniel Stenberg | introducing IMAP, POP3 and SMTP support (still lots... |
blob | commitdiff | diff to current |
2009-11-05 |
Yang Tse | I removed leading 'curl' path on the 'curlbuild.h'... |
blob | commitdiff | diff to current |
2009-10-16 |
Yang Tse | Move comment |
blob | commitdiff | diff to current |
2009-09-27 |
Daniel Stenberg | - I introduced a maximum limit for received HTTP header... |
blob | commitdiff | diff to current |
2009-09-01 |
Daniel Stenberg | clarify: building outside of the source tree is not... |
blob | commitdiff | diff to current |
2009-08-31 |
Patrick Monnerat | Added a warning comment about curlbuild.h inclusion... |
blob | commitdiff | diff to current |
2009-08-31 |
Gunter Knauf | added curl prefix for curlbuild.h back until we find... |
blob | commitdiff | diff to current |
2009-08-31 |
Gunter Knauf | removed curl prefix for curlbuild.h as Patrick suggested. |
blob | commitdiff | diff to current |
2009-08-11 |
Patrick Monnerat | Fix definition of CURLOPT_SOCKS5_GSSAPI_SERVICE from... |
blob | commitdiff | diff to current |
2009-07-22 |
Daniel Stenberg | - Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION... |
blob | commitdiff | diff to current |
2009-06-10 |
Yang Tse | Adjusted to take in account that... |
blob | commitdiff | diff to current |
2009-06-04 |
Yang Tse | allow building libcurl for VxWorks |
blob | commitdiff | diff to current |
2009-06-01 |
Yang Tse | John E. Malmberg's VMS specific clean-up for curl.h |
blob | commitdiff | diff to current |
2009-05-30 |
Dan Fandrich | Allow compiling under Android |
blob | commitdiff | diff to current |
2009-05-28 |
Dan Fandrich | Fixed a few comment typos (from the FreeBSD ports) |
blob | commitdiff | diff to current |
2009-04-28 |
Daniel Stenberg | - Bug report #2709004 (curl.haxx.se/bug/view.cgi?id... |
blob | commitdiff | diff to current |
2009-04-09 |
Benoit Neil | Cleaned up the custom definition I added (replaced... |
blob | commitdiff | diff to current |
2009-04-08 |
Benoit Neil | Added special define for tests that directly include... |
blob | commitdiff | diff to current |
2009-03-11 |
Daniel Stenberg | - Kamil Dudka made the curl tool properly call curl_glo... |
blob | commitdiff | diff to current |
2009-03-02 |
Daniel Stenberg | - David Kierznowski notified us about a security flaw |
blob | commitdiff | diff to current |
2009-02-17 |
Daniel Stenberg | - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to... |
blob | commitdiff | diff to current |
2009-02-11 |
Daniel Stenberg | - CURLINFO_CONDITION_UNMET was added to allow an applic... |
blob | commitdiff | diff to current |
2009-02-10 |
Daniel Stenberg | remove a trailing name from a comment |
blob | commitdiff | diff to current |
2009-02-02 |
Daniel Stenberg | - Craig A West brought us: libcurl now defaults to... |
blob | commitdiff | diff to current |
2009-01-28 |
Daniel Stenberg | - Markus Moeller introduced two new options to libcurl: |
blob | commitdiff | diff to current |
2009-01-26 |
Daniel Stenberg | - Chad Monroe provided the new CURLOPT_TFTP_BLKSIZE... |
blob | commitdiff | diff to current |
2009-01-25 |
Daniel Stenberg | - Craig A West brought CURLOPT_NOPROXY and the correspo... |
blob | commitdiff | diff to current |
2008-12-10 |
Daniel Stenberg | - Internet Explorer had a broken HTTP digest authentica... |
blob | commitdiff | diff to current |
2008-10-17 |
Yang Tse | remove some spurious line-endings |
blob | commitdiff | diff to current |
2008-10-16 |
Daniel Stenberg | - Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_... |
blob | commitdiff | diff to current |
2008-10-09 |
Yang Tse | fix compiler warning: zero used for undefined preproces... |
blob | commitdiff | diff to current |
2008-10-08 |
Daniel Stenberg | - Igor Novoseltsev brought a patch that introduced... |
blob | commitdiff | diff to current |
2008-09-05 |
Daniel Stenberg | - Martin Drasar provided the CURLOPT_POSTREDIR patch... |
blob | commitdiff | diff to current |
2008-09-05 |
Daniel Stenberg | - Introducing CURLOPT_CERTINFO and the corresponding... |
blob | commitdiff | diff to current |
2008-08-17 |
Gisle Vanem | Replace 'HttpPost' with 'curl_httppost'. |
blob | commitdiff | diff to current |
2008-08-13 |
Gisle Vanem | Watcom doesn't have <sys/time.h>. |
blob | commitdiff | diff to current |
2008-08-12 |
Yang Tse | Added macros for minimum-width signed and unsigned... |
blob | commitdiff | diff to current |
2008-08-07 |
Yang Tse | Initial support of curlbuild.h and curlrules.h which... |
blob | commitdiff | diff to current |
2008-07-30 |
Daniel Stenberg | - Phil Blundell added the CURLOPT_SCOPE option, as... |
blob | commitdiff | diff to current |
2008-07-03 |
Daniel Stenberg | Introcuding a new timestamp for curl_easy_getinfo(): |
blob | commitdiff | diff to current |
2008-07-02 |
Dan Fandrich | Support Open Watcom C on Linux (as well as Windows). |
blob | commitdiff | diff to current |
2008-07-01 |
Daniel Stenberg | - Rolland Dudemaine provided fixes to get libcurl to... |
blob | commitdiff | diff to current |
2008-06-08 |
Daniel Stenberg | the next release is now called 7.19.0 |
blob | commitdiff | diff to current |
2008-06-06 |
Daniel Stenberg | - Axel Tillequin and Arnaud Ebalard added support for... |
blob | commitdiff | diff to current |
2008-06-06 |
Daniel Stenberg | - Axel Tillequin and Arnaud Ebalard added support for... |
blob | commitdiff | diff to current |
2008-06-06 |
Daniel Stenberg | - Added CURLINFO_PRIMARY_IP as a new information retrie... |
blob | commitdiff | diff to current |
2008-06-03 |
Dan Fandrich | Fixed typo in comment |
blob | commitdiff | diff to current |
2008-05-20 |
Patrick Monnerat | Adapting last changes to OS400: |
blob | commitdiff | diff to current |
2008-05-12 |
Daniel Stenberg | - Introducing curl_easy_send() and curl_easy_recv(... |
blob | commitdiff | diff to current |
2008-04-30 |
Daniel Stenberg | - To make it easier for applications that want lots... |
blob | commitdiff | diff to current |
2008-04-22 |
Dan Fandrich | Added support for running on Symbian OS. |
blob | commitdiff | diff to current |
2008-04-17 |
Dan Fandrich | Some trivial changes |
blob | commitdiff | diff to current |
2008-04-14 |
Michal Marek | allow disabling the typechecker by defining CURL_DISABL... |
blob | commitdiff | diff to current |
2008-03-31 |
Daniel Stenberg | - Added CURLFORM_STREAM as a supported option to curl_f... |
blob | commitdiff | diff to current |
2008-03-18 |
Michal Marek | - Added curl_easy_getinfo typechecker. |
blob | commitdiff | diff to current |
2008-03-11 |
Daniel Stenberg | - Added a macro for curl_easy_setopt() that accepts... |
blob | commitdiff | diff to current |
2008-03-11 |
Michal Marek | - Added a type checking macro for curl_easy_setopt... |
blob | commitdiff | diff to current |
2008-01-10 |
Daniel Stenberg | Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOP... |
blob | commitdiff | diff to current |
2008-01-08 |
Daniel Stenberg | Introducing curl_easy_pause() and new magic return... |
blob | commitdiff | diff to current |
2008-01-05 |
Daniel Stenberg | Based on further discussion on curl-library, I reverted... |
blob | commitdiff | diff to current |
2008-01-04 |
Daniel Stenberg | Based on Maxim Perenesenko's patch, we now do SOCKS5... |
blob | commitdiff | diff to current |
2008-01-02 |
Daniel Stenberg | I removed the socklen_t use from the public curl/curl... |
blob | commitdiff | diff to current |
2008-01-02 |
Daniel Stenberg | Richard Atterer brought a patch that added support... |
blob | commitdiff | diff to current |
2007-12-02 |
Daniel Stenberg | Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE... |
blob | commitdiff | diff to current |
2007-11-22 |
Yang Tse | Provide a socklen_t definition in curl.h for Win32... |
blob | commitdiff | diff to current |
2007-11-08 |
Yang Tse | Define WIN32 when build target is Win32 API. |
blob | commitdiff | diff to current |
2007-11-06 |
Yang Tse | Bug report #1824894 (curl.haxx.se/bug/view.cgi?id=18248... |
blob | commitdiff | diff to current |
2007-10-15 |
Patrick Monnerat | Fix dynamic CURLOPT_POSTFIELDS bug: back to static. |
blob | commitdiff | diff to current |
2007-10-06 |
Gisle Vanem | <ws2tcpip.h> needed for 'socklen_t' typedef. |
blob | commitdiff | diff to current |
2007-10-03 |
Daniel Stenberg | exported symbols must use lowercase "curl_", and I... |
blob | commitdiff | diff to current |
2007-10-03 |
Daniel Stenberg | Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTIO... |
blob | commitdiff | diff to current |
2007-10-03 |
Daniel Stenberg | I renamed the CURLE_SSL_PEER_CERTIFICATE error code to |
blob | commitdiff | diff to current |
2007-10-03 |
Daniel Stenberg | Based on a patch brought by Johnny Luong, libcurl now... |
blob | commitdiff | diff to current |
2007-09-26 |
Daniel Stenberg | Philip Langdale provided the new CURLOPT_POST301 option for |
blob | commitdiff | diff to current |
next |