Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-31 | - Niklas Angebrand made the cookie support in libcurl properly deal with the | Daniel Stenberg | |
"HttpOnly" feature introduced by Microsoft and apparently also supported by Firefox: http://msdn2.microsoft.com/en-us/library/ms533046.aspx . HttpOnly is now supported when received from servers in HTTP headers, when written to cookie jars and when read from existing cookie jars. | |||
2008-01-31 | - Dmitry Kurochkin moved several struct fields from the connectdata struct to | Daniel Stenberg | |
the SingleRequest one to make pipelining better. It is a bit tricky to keep them in the right place, to keep things related to the actual request or to the actual connection in the right place. | |||
2008-01-31 | bug 51 may possibly be fixed, and as such it is not a known bug anymore: | Daniel Stenberg | |
51.Kevin Reed's reported problem with a proxy when doing CONNECT and it wants NTLM and close the connection to the initial CONNECT response: http://curl.haxx.se/bug/view.cgi?id=1879375 | |||
2008-01-29 | silent stupid 'del' message when no files to delete found; | Gunter Knauf | |
added curl.res to clean target. | |||
2008-01-29 | add verbose output to test 509 for easier debugging | Daniel Stenberg | |
2008-01-29 | - Dmitry Kurochkin fixed Curl_done() for pipelining, as it could previously | Daniel Stenberg | |
crash! | |||
2008-01-29 | - Michal Marek fixed minor mistake in test case 553 that prevented it from | Daniel Stenberg | |
working on other IP-addresses or port numbers. | |||
2008-01-28 | start over on 7.18.1 | Daniel Stenberg | |
2008-01-28 | Added peeps from the 7.18.0 release annoucement | Daniel Stenberg | |
2008-01-28 | 7.18.0 | Daniel Stenberg | |
2008-01-28 | Add the three currently discussed bugs that won't make it into the 7.18.0 | Daniel Stenberg | |
release but hopefully they'll all be fixed in 7.18.1... | |||
2008-01-28 | this was modified this year so we bump the copyright year | Daniel Stenberg | |
2008-01-28 | updated copyright year in the generated configure | Daniel Stenberg | |
2008-01-27 | Dmitry Kurochkin: In "real world" testing I found more bugs in | Daniel Stenberg | |
pipelining. Broken connection is not restored and we get into infinite loop. It happens because of wrong is_in_pipeline values. | |||
2008-01-27 | Dont rely on PAMAuthenticationViaKbdInt default being 'no' | Yang Tse | |
2008-01-26 | added test 1021 to verify my fix for bug report #1879375 | Daniel Stenberg | |
2008-01-25 | - Kevin Reed filed bug report #1879375 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=1879375) which describes how libcurl got lost in this scenario: proxy tunnel (or HTTPS over proxy), ask to do any proxy authentication and the proxy replies with an auth (like NTLM) and then closes the connection after that initial informational response. libcurl would not properly re-initialize the connection to the proxy and continue the auth negotiation like supposed. It does now however, as it will now detect if one or more authentication methods were available and asked for, and will thus retry the connection and continue from there. - I made the progress callback get called properly during proxy CONNECT. | |||
2008-01-25 | using anyauth isn't unconditionally an extra roundtrip | Daniel Stenberg | |
2008-01-25 | just wanted to mention two uclinux archs I've tried libcurl builds on myself | Daniel Stenberg | |
2008-01-25 | improve request initialization for test harness HTTP server | Yang Tse | |
2008-01-25 | Dmitry Kurochkin's test harness HTTP server pipelining fix fot test 530 | Yang Tse | |
2008-01-24 | and Igor Franchuk is his name! | Daniel Stenberg | |
2008-01-24 | fixed link to latest native awk. | Gunter Knauf | |
2008-01-24 | updated makefiles to use global copyright define. | Gunter Knauf | |
2008-01-24 | updated awk script to fetch copyright from header. | Gunter Knauf | |
2008-01-24 | minor makefile tweaks. | Gunter Knauf | |
2008-01-24 | happy new year | Gunter Knauf | |
2008-01-24 | use more correctly named define. | Gunter Knauf | |
2008-01-24 | use copyright define instead of hardcoded string. | Gunter Knauf | |
2008-01-24 | added copyright define to curlver.h. | Gunter Knauf | |
2008-01-23 | "Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so | Daniel Stenberg | |
did "SESS". Fixed now. | |||
2008-01-23 | Dmitry Kurochkin's pipelining close-down segfault fix | Daniel Stenberg | |
2008-01-23 | update openssl version | Yang Tse | |
2008-01-23 | STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO clone macros | Yang Tse | |
2008-01-23 | happy new year | Gunter Knauf | |
2008-01-23 | removed inclusion of libcurl memory debug headers since this lib stub is a ↵ | Gunter Knauf | |
well proofed method suggested by Novell. This enables usage of the stub with language bindings. | |||
2008-01-22 | when unable to initialize sftp session, also log failure reason | Yang Tse | |
2008-01-22 | check availability of poll.h header at configuration time, and include | Yang Tse | |
it when sys/poll.h is unavailable | |||
2008-01-22 | update copyright year | Yang Tse | |
2008-01-21 | Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed | Daniel Stenberg | |
that it is bad anyway. Starting now, removing a handle that is in used in a pipeline will break the pipeline - it'll be set back up again but still... | |||
2008-01-21 | Disable ldap support for cygwin builds, since it breaks whole build process. | Yang Tse | |
2008-01-21 | undo using internal *printf() clones for test #530 | Yang Tse | |
2008-01-20 | use internal *printf() clones since snprintf() not available on all platforms | Yang Tse | |
2008-01-20 | Judson provided an example, and the added mirror adds the count | Daniel Stenberg | |
2008-01-20 | This is a multi threaded application that uses a progress bar to show | Daniel Stenberg | |
status. It uses Gtk+ to make a smooth pulse. Written by Jud Bishop | |||
2008-01-20 | http://curl.very-clever.com/ is a new mirror in Nuremberg, Germany | Daniel Stenberg | |
2008-01-20 | Also disable GSSAPIAuthentication for the test harness ssh client | Yang Tse | |
2008-01-19 | added a (sample) target for 64bit msvc builds | Daniel Stenberg | |
2008-01-19 | rephrased the --socks5-hostname help output somewhat | Daniel Stenberg | |
2008-01-19 | Dmitry Kurochkin fixed test case 530 (pipelining) | Daniel Stenberg | |