Age | Commit message (Expand) | Author |
2011-02-02 | ssluse: improved error message on SSL_CTX_new failures | Bjoern Sikora |
2011-02-02 | multi: fix CURLM_STATE_TOOFAST for multi_socket | Nicholas Maniscalco |
2011-01-31 | file: add support for CURLOPT_TIMECONDITION | Dave Reisner |
2011-01-31 | transfer: add Curl_meets_timecondition() | Dave Reisner |
2011-01-27 | ares: memory leak fix | Daniel Stenberg |
2011-01-27 | ares_query_completed_cb: don't touch invalid data | Daniel Stenberg |
2011-01-27 | nss: avoid memory leaks and failure of NSS shutdown | Kamil Dudka |
2011-01-25 | HTTP: memory leak on multiple Location: | Daniel Stenberg |
2011-01-20 | Fixed compile using OpenSSL versions < 0.9.4a | Darshan Mody |
2011-01-19 | TLS-SRP: support added when using GnuTLS | Quinn Slack |
2011-01-18 | nss: fix a bug in handling of CURLOPT_CAPATH | Kamil Dudka |
2011-01-17 | Avoid redefines. | Guenter Knauf |
2011-01-14 | Added casts to silent gcc warnings. | Guenter Knauf |
2011-01-13 | build: BCC - makefile.b32 tweak | Yang Tse |
2011-01-13 | build: BCC - makefile.b32 tweak | Yang Tse |
2011-01-13 | Use env var for PSDK instead of hardcoded path. | Guenter Knauf |
2011-01-13 | Enabled SSPI support by default. | Guenter Knauf |
2011-01-12 | build: BCC - require Borlands's MAKE for Makefile.b32 processing. | Yang Tse |
2011-01-12 | build: BCC - recover lost functionality from commit 3d813204260b37289411 | Yang Tse |
2011-01-12 | build: use external preprocessor cpp32 when building with Borland C | Yang Tse |
2011-01-11 | Disable LDAP support since BCC headers are insufficient. | Guenter Knauf |
2011-01-11 | Instead of exiting with error lets set BCCDIR self. | Guenter Knauf |
2011-01-11 | Some Borland C++ makefile tweaks. | Guenter Knauf |
2011-01-11 | Borland C++ doesnt have struct sockaddr_storage. | Guenter Knauf |
2011-01-11 | connect: use UDP correctly | Daniel Stenberg |
2011-01-10 | SSL: fix memory leak | Quinn Slack |
2011-01-08 | gtls: fix memory leak | Daniel Stenberg |
2011-01-07 | HTTP: HTTP Negotiate authentication using SSPI | Marcel Roelofs |
2011-01-06 | SSH: speedcheck clobbered existing error | Daniel Stenberg |
2011-01-05 | SSH: acknowledge speedcheck | Daniel Stenberg |
2011-01-04 | Curl_timeleft: s/conn/data in first argument | Daniel Stenberg |
2011-01-04 | nss: avoid CURLE_OUT_OF_MEMORY given a file name without any slash | Kamil Dudka |
2011-01-04 | get_cert_chain: support larger data sets | Daniel Stenberg |
2011-01-03 | unittesting: build a separate static lib | Daniel Stenberg |
2011-01-03 | SSH: avoid PATH_MAX with alloc | Daniel Stenberg |
2011-01-02 | Curl_nss_connect: avoid PATH_MAX | Daniel Stenberg |
2011-01-01 | SFTP: make pwd output result to header callback | Daniel Stenberg |
2011-01-01 | pubkey_show: allocate buffer to fit any-size result | Daniel Stenberg |
2010-12-30 | ssh: honour the CURLINFO_FTP_ENTRY_PATH curl_getinfo option | Luke Amery |
2010-12-28 | IDN: use win32 API if told to | Pierre Joye |
2010-12-27 | c-ares: fix cancelled resolves | Daniel Stenberg |
2010-12-23 | cookies: tricked dotcounter fixed | Daniel Stenberg |
2010-12-23 | multi: connect fail => use next IP address | Daniel Stenberg |
2010-12-23 | ossl_seed: no more RAND_screen | Daniel Stenberg |
2010-12-22 | multi: inhibit some verbose outputs | Daniel Stenberg |
2010-12-22 | SMTP: add brackets for MAIL FROM | Brad Hards |
2010-12-22 | Added support for axTLS to NetWare build. | Guenter Knauf |
2010-12-22 | Fixed include: memory.h -> curl_memory.h. | Guenter Knauf |
2010-12-21 | Typo fixes. | Brad Hards |
2010-12-21 | build: sort configuration hunks in lib/Makefile.vc6 | Yang Tse |