aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-28Added peeps from the 7.18.0 release annoucementDaniel Stenberg
2008-01-287.18.0Daniel Stenberg
2008-01-28Add the three currently discussed bugs that won't make it into the 7.18.0Daniel Stenberg
release but hopefully they'll all be fixed in 7.18.1...
2008-01-28this was modified this year so we bump the copyright yearDaniel Stenberg
2008-01-28updated copyright year in the generated configureDaniel Stenberg
2008-01-27Dmitry Kurochkin: In "real world" testing I found more bugs inDaniel Stenberg
pipelining. Broken connection is not restored and we get into infinite loop. It happens because of wrong is_in_pipeline values.
2008-01-27Dont rely on PAMAuthenticationViaKbdInt default being 'no'Yang Tse
2008-01-26added test 1021 to verify my fix for bug report #1879375Daniel Stenberg
2008-01-25- Kevin Reed filed bug report #1879375Daniel 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-25using anyauth isn't unconditionally an extra roundtripDaniel Stenberg
2008-01-25just wanted to mention two uclinux archs I've tried libcurl builds on myselfDaniel Stenberg
2008-01-25improve request initialization for test harness HTTP serverYang Tse
2008-01-25Dmitry Kurochkin's test harness HTTP server pipelining fix fot test 530Yang Tse
2008-01-24and Igor Franchuk is his name!Daniel Stenberg
2008-01-24fixed link to latest native awk.Gunter Knauf
2008-01-24updated makefiles to use global copyright define.Gunter Knauf
2008-01-24updated awk script to fetch copyright from header.Gunter Knauf
2008-01-24minor makefile tweaks.Gunter Knauf
2008-01-24happy new yearGunter Knauf
2008-01-24use more correctly named define.Gunter Knauf
2008-01-24use copyright define instead of hardcoded string.Gunter Knauf
2008-01-24added copyright define to curlver.h.Gunter Knauf
2008-01-23"Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and soDaniel Stenberg
did "SESS". Fixed now.
2008-01-23Dmitry Kurochkin's pipelining close-down segfault fixDaniel Stenberg
2008-01-23update openssl versionYang Tse
2008-01-23STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO clone macrosYang Tse
2008-01-23happy new yearGunter Knauf
2008-01-23removed 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-22when unable to initialize sftp session, also log failure reasonYang Tse
2008-01-22check availability of poll.h header at configuration time, and includeYang Tse
it when sys/poll.h is unavailable
2008-01-22update copyright yearYang Tse
2008-01-21Dmitry Kurochkin removed the cancelled state for pipelining, as we agreedDaniel 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-21Disable ldap support for cygwin builds, since it breaks whole build process.Yang Tse
2008-01-21undo using internal *printf() clones for test #530Yang Tse
2008-01-20use internal *printf() clones since snprintf() not available on all platformsYang Tse
2008-01-20Judson provided an example, and the added mirror adds the countDaniel Stenberg
2008-01-20This is a multi threaded application that uses a progress bar to showDaniel Stenberg
status. It uses Gtk+ to make a smooth pulse. Written by Jud Bishop
2008-01-20http://curl.very-clever.com/ is a new mirror in Nuremberg, GermanyDaniel Stenberg
2008-01-20Also disable GSSAPIAuthentication for the test harness ssh clientYang Tse
2008-01-19added a (sample) target for 64bit msvc buildsDaniel Stenberg
2008-01-19rephrased the --socks5-hostname help output somewhatDaniel Stenberg
2008-01-19Dmitry Kurochkin fixed test case 530 (pipelining)Daniel Stenberg
2008-01-18Lau Hang Kin found and fixed a problem with the multi interface when doingDaniel Stenberg
CONNECT over a proxy. curl_multi_fdset() didn't report back the socket properly during that state, due to a missing case in the switch in the multi_getsock() function.
2008-01-18fix failure to properly detect SSH and SOCKS servers start up on loaded systemsYang Tse
2008-01-18to actually allow really big HTTP POSTs curl's postfieldsize type is changed toYang Tse
curl_off_t and CURLOPT_POSTFIELDSIZE_LARGE is used to pass value to libcurl
2008-01-17curl-java 0.2.1Daniel Stenberg
2008-01-17the java binding is not really maintainedDaniel Stenberg
2008-01-17Don't abort tests 518 and 537 when unable to raise the open-file soft limitYang Tse
2008-01-17fix compiler warningYang Tse
2008-01-17Put the comments in an XML-valid location.Dan Fandrich