Age | Commit message (Expand) | Author |
2011-01-03 | unittest: framework for unit-testing | Daniel Stenberg |
2010-12-28 | test harness: take in account that Windows does not support LD_PRELOAD | Yang Tse |
2010-12-15 | configure: make --with-axtls set prefix | Daniel Stenberg |
2010-12-15 | Simple update to configure script to notify user of --with-axtls switch. | Eric Hu |
2010-12-15 | Preparing for axTLS. Actual SSL API functions are only stubbed. | Eric Hu |
2010-11-25 | symbol-scan: use configure script knowledge about how to run the C preprocessor | Yang Tse |
2010-11-17 | configure: Prevent link errors with --librtmp. | Julien Chaffraix |
2010-11-13 | configure: fix autoconf 2.68 warning: no AC_LANG_SOURCE call detected in body | Yang Tse |
2010-11-11 | configure: remove temporary autobuilds exercising of xattr function tests | Yang Tse |
2010-11-10 | configure: use autobuilds to temporarily exercise xattr function tests | Yang Tse |
2010-11-10 | write extended attributes by using fsetxattr | Stefan Tomanek |
2010-11-05 | xattr: add configure check and #ifdefs | Daniel Stenberg |
2010-10-20 | SSH: use libssh2_session_handshake() | Daniel Stenberg |
2010-09-22 | configure: Fix the LDAPS disable message | Julien Chaffraix |
2010-09-20 | configure: don't enable RTMP if the lib detect fails | Daniel Stenberg |
2010-09-20 | configure: check for gcrypt if using GnuTLS | Daniel Stenberg |
2010-09-12 | Fix a bashism: test a = b is more portable than ==. | Peter Pentchev |
2010-08-25 | Gopher protocol support (initial release) | Cameron Kaiser |
2010-08-19 | AC_INIT: avoid a warning with autoconf 2.66 | Kamil Dudka |
2010-08-09 | build: fix previous push | Yang Tse |
2010-08-09 | build: don't build libhostname unless shared libcurl is built | Yang Tse |
2010-08-09 | build: libhostname and chkhostname linkage adjustments followup | Yang Tse |
2010-08-04 | SCP: send large files properly with new enough libssh2 | Daniel Stenberg |
2010-07-25 | curl-config: --built-shared returns shared info | Daniel Stenberg |
2010-07-21 | build: Enable configure --enable-werror | Ben Greear |
2010-07-12 | configure: document the STATICLIB variable | Daniel Stenberg |
2010-07-12 | configure: allow environments variable to override internals | Daniel Stenberg |
2010-06-30 | http_ntlm: add support for NSS | Kamil Dudka |
2010-06-04 | Enable OpenLDAP support for cygwin builds. | Yang Tse |
2010-06-01 | fix ldaps option issue | Yang Tse |
2010-06-01 | fix ldap related compilation issues | Yang Tse |
2010-05-28 | LDAPS: list availability depending on SSL's presence | Howard Chu |
2010-05-25 | LDAP: properly implemented as a curl_handler | Howard Chu |
2010-05-15 | RMTP: the version code is now rtmp aware | Howard Chu |
2010-05-13 | Remove support for BSD version of PolarSSL | Hoi-Ho Chan |
2010-05-12 | RTMP: initial support added, powered by librtmp | Howard Chu |
2010-05-05 | PolarSSL: initial support added | Hoi-Ho Chan |
2010-04-25 | new configure option --enable-threaded-resolver | Daniel Stenberg |
2010-04-25 | configure: check for libssh2_init and libssh2_exit | Daniel Stenberg |
2010-04-16 | configure: GSSAPI detection on ancient Linux distros | Paul Howarth |
2010-03-31 | update the generic copyright year range | Daniel Stenberg |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-03-05 | Daniel Johnson provided fixes for building with the clang compiler | Daniel Stenberg |
2010-03-02 | - [Daniel Johnson] I've been trying to build libcurl with clang on Darwin and | Daniel Stenberg |
2010-02-04 | Added size check for 'short' data type | Yang Tse |
2010-01-26 | minor fixes for --enable-ares configure option | Yang Tse |
2010-01-22 | adjust rtsp protocol support in curl-config and libcurl.pc when http is disabled | Yang Tse |
2010-01-22 | In spite claiming to tbe disabled by default, RTSP is enabled and it now | Daniel Stenberg |
2010-01-21 | Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new | Daniel Stenberg |
2010-01-14 | - Suppressed side effect of OpenSSL configure checks, which prevented NSS from | Kamil Dudka |