Age | Commit message (Expand) | Author |
2009-08-11 | - Benbuck Nason posted the bug report #2835196 | Daniel Stenberg |
2009-08-11 | Fixed a memory leak in the FTP code and an off-by-one heap buffer overflow. | Dan Fandrich |
2009-08-07 | fix cast for some systems which are broken due to absense of socklen_t, there... | Gunter Knauf |
2009-08-06 | fixed cast added with last commit. | Gunter Knauf |
2009-08-06 | cast to fix 64bit build warnings. From manpage: | Gunter Knauf |
2009-08-03 | avoid possible NULL dereference caused by my previous fix | Daniel Stenberg |
2009-08-03 | indentation fixes only | Daniel Stenberg |
2009-08-03 | Reverted the zero-byte-in-name check to instead rely on the fact that strlen | Daniel Stenberg |
2009-08-02 | Extended my embedded-zero-in-cert-name fix based on a comment from Scott | Daniel Stenberg |
2009-08-01 | - Curt Bogmine reported a problem with SNI enabled on a particular server. We | Daniel Stenberg |
2009-08-01 | - Scott Cantor posted the bug report #2829955 | Daniel Stenberg |
2009-08-01 | - Tanguy Fautre pointed out that OpenSSL's function RAND_screen() (present | Daniel Stenberg |
2009-08-01 | - Alexander Beedie provided the patch for a noproxy problem: If I have set | Daniel Stenberg |
2009-07-27 | - All the quote options (CURLOPT_QUOTE, CURLOPT_POSTQUOTE and | Daniel Stenberg |
2009-07-27 | From: Johan van Selst | Daniel Stenberg |
2009-07-26 | - Bug report #2825989 (http://curl.haxx.se/bug/view.cgi?id=2825989) pointed | Daniel Stenberg |
2009-07-24 | changes to silent compiler warnings with 64bit systems. | Gunter Knauf |
2009-07-24 | changes to silent compiler warnings with 64bit systems. | Gunter Knauf |
2009-07-23 | changes to silent compiler warnings with 64bit systems. | Gunter Knauf |
2009-07-23 | fixed brace error. | Gunter Knauf |
2009-07-23 | changes to silent compiler warnings with 64bit systems. | Gunter Knauf |
2009-07-23 | blocked sshkeycallback() with HAVE_LIBSSH2_KNOWNHOST_API to avoid compiler wa... | Gunter Knauf |
2009-07-22 | - Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION, CURLOPT_SSH_KEYDATA. | Daniel Stenberg |
2009-07-22 | - David Binderman found a memory and fd leak in lib/gtls.c:load_file() | Michal Marek |
2009-07-20 | - Claes Jakobsson improved the support for client certificates handling | Kamil Dudka |
2009-07-16 | added a cast to silent compiler warning with 64bit systems. | Gunter Knauf |
2009-07-15 | Added nonblock.c to the non-automake makefiles (note that the dependencies | Dan Fandrich |
2009-07-15 | fixed typo. | Gunter Knauf |
2009-07-14 | ENH: add optional support for c-ares | Bill Hoffman |
2009-07-14 | ENH: move config.h.cmake to curl_config.h.cmake so it builds again | Bill Hoffman |
2009-07-14 | ENH: add nonblock.c to build for CMake | Bill Hoffman |
2009-07-14 | renamed generated config.h to curl_config.h in order to avoid clashes when li... | Gunter Knauf |
2009-07-11 | silence a compiler warning | Daniel Stenberg |
2009-07-09 | add these new files to CVS as well | Daniel Stenberg |
2009-07-09 | - Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for | Daniel Stenberg |
2009-07-08 | - Constantine Sapuntzakis posted bug report #2813123 | Daniel Stenberg |
2009-07-04 | added INET_ADDRSTRLEN define in case system headers dont provide. | Gunter Knauf |
2009-07-04 | removed NIFLAGS which is no longer used; added NI_MAXHOST since its missing w... | Gunter Knauf |
2009-07-04 | Markus Koetter provided a patch to avoid getnameinfo() usage which broke a co... | Gunter Knauf |
2009-06-30 | Tor Arntsen pointed out a missing #ifdef for IPv6, and I changed another one | Daniel Stenberg |
2009-06-29 | - Markus Koetter made CURLOPT_FTPPORT (and curl's -P/--ftpport) support a port | Daniel Stenberg |
2009-06-29 | - Modified the separators used for CURLOPT_CERTINFO in multi-part outputs. I | Daniel Stenberg |
2009-06-27 | Fixed a compiler warning. | Dan Fandrich |
2009-06-19 | fix indentation. | Michal Marek |
2009-06-19 | sclose() function-like macro definition used to close a socket, | Yang Tse |
2009-06-16 | - When doing non-anonymous ftp via http proxies and the password is not | Michal Marek |
2009-06-15 | Replaced use of standard C library rand()/srand() by our own pseudo-random nu... | Patrick Monnerat |
2009-06-15 | DEBUGBUILD / CURLDEBUG decoupling follow-up | Yang Tse |
2009-06-15 | DEBUGBUILD / CURLDEBUG decoupling follow-up | Yang Tse |
2009-06-13 | improve usability with UNIX-like shells or a DOS command interpreters | Yang Tse |