platform/upstream/curl.git
2007-11-21 Daniel Stenbergstart working on 1.5.1 now
2007-11-21 Daniel Stenbergthis is what 1.5.0 is
2007-11-20 Daniel StenbergWhile inspecting the Negotiate code, I noticed how...
2007-11-20 Daniel Stenbergclarify somewhat what happens to some data when a share...
2007-11-20 Daniel Stenbergwhite space changes only to clean up indent and source...
2007-11-20 Daniel Stenbergremove the unconditional enabling of cookies if you...
2007-11-20 Daniel Stenberga bunch of new comments
2007-11-20 Daniel Stenbergrephrased
2007-11-20 Yang TseDon't gather additional debug info unless sshd actually...
2007-11-20 Patrick MonneratILE RPG binding: OS/400 specific and contained in sourc...
2007-11-20 Yang TseImprove detection of sshd un/supported options.
2007-11-20 Daniel StenbergIntrouced --data-urlencode to the curl tool for easier...
2007-11-20 Daniel Stenbergfix the treatment of the parameter-based precision...
2007-11-20 Daniel Stenberg107 - resolve the type= thing for FTP URLs over HTTP...
2007-11-19 Daniel Stenberg106 - Share interface force-enable the cookie parser
2007-11-19 Yang TseThis is a temporary change to test if OpenSSH 3.6 and...
2007-11-19 Daniel Stenbergfill in missing copyrights
2007-11-19 Daniel StenbergI think this is the right fix for other non-OpenSSL...
2007-11-19 Yang TseTemporary change to help debugging string(s) returned...
2007-11-18 Gunter Knaufremoved now obsolete defines;
2007-11-18 Daniel StenbergRob Crittenden fixed SSL connections with NSS done...
2007-11-18 Yang TseAdd /opt/ssh/sbin and /opt/ssh/libexec to the sshd...
2007-11-17 Yang TseWhen unable to start test suite sshserver, log if OpenS...
2007-11-17 Daniel StenbergAndres Garcia made the examples build fine on Windows...
2007-11-17 Yang TseAdd /usr/local/sbin and /usr/freeware/bin to the sshd...
2007-11-16 Daniel StenbergMichal Marek made the test suite remember what test...
2007-11-16 Steinar H.... Fix a double free.
2007-11-16 Yang TseFix unsigned integral math check in add_buffer_send()
2007-11-15 Daniel StenbergAtes Goral identified a problem in http.c:add_buffer_se...
2007-11-15 Daniel Stenbergremoved unnecessary check from add_buffer_send() that...
2007-11-15 Daniel StenbergMichal Marek fixed the test suite to better deal with...
2007-11-15 Daniel StenbergRearranged code and changed Curl_readwrite_init() and...
2007-11-15 Yang TseNeeded now that in6_addr is referenced in ares.h
2007-11-15 Yang TseReplace isupper with our uppercase macro version
2007-11-15 Yang TseReplace isgraph with our uppercase macro version
2007-11-15 Daniel StenbergMake the Transfer() function return earlier without...
2007-11-15 Steinar H.... When looking up in DNS and then in the hosts file,...
2007-11-15 Steinar H.... Return TTL data from ares_parse_{a,aaaa}_reply, if...
2007-11-14 Daniel Stenberguse the existing variable instead
2007-11-14 Daniel StenbergFix how TFTP connections are treated when re-used,...
2007-11-14 Yang TseFix a variable potential wrapping in add_buffer() when...
2007-11-12 Daniel StenbergFixed a remaining problem with doing SFTP directory...
2007-11-12 Daniel Stenbergcomment language
2007-11-12 Daniel StenbergBug report #1830637 (curl.haxx.se/bug/view.cgi?id=18306...
2007-11-12 Daniel Stenbergoops, fixed build when CURL_LIBSSH2_DEBUG is defined
2007-11-11 Daniel Stenbergnew ruby binding, curl-multi version 0.1
2007-11-10 Yang TseSome versions of winsock2.h have pollfd struct and...
2007-11-08 Yang TseFix compiler warning: integral size mismatch in argument
2007-11-08 Yang TseDefine WIN32 when build target is Win32 API.
2007-11-08 Yang TseFix compiler warning: may be used uninitialized
2007-11-08 Yang TseFix comment
2007-11-08 Daniel Stenbergspell!
2007-11-08 Daniel StenbergBug report #1823487 (curl.haxx.se/bug/view.cgi?id=18234...
2007-11-08 Yang TseThe only libraries actually needed for sample programs...
2007-11-07 Yang TseMSVC versions prior to VS2005 do not complain about...
2007-11-07 Daniel Stenbergif () => if()
2007-11-07 Dan FandrichImproved telnet support by drastically reducing the...
2007-11-07 Dan FandrichAdd a call to curl_global_cleanup to show how to do...
2007-11-06 Yang TseBug report #1824894 (curl.haxx.se/bug/view.cgi?id=18248...
2007-11-06 Gisle VanemAdded prototype for _strtoi64().
2007-11-06 Gisle VanemConstified from arguments.
2007-11-05 Dan FandrichSort the directory listing because the server doesn...
2007-11-05 Dan FandrichAdded some keywords
2007-11-05 Daniel Stenbergtclcurl and a mirror recount when bad ones have been...
2007-11-05 Daniel StenbergAndres Garcia made it build and run on windows
2007-11-05 Daniel Stenbergremoved space after if and while before the parenthesis...
2007-11-05 Daniel StenbergI check the code right now and while() and if() are...
2007-11-05 Daniel StenbergMove connection-oriented variables from the SessionHand...
2007-11-03 Daniel Stenbergmake sure the code deals with failures on the DO_MORE...
2007-11-02 Daniel Stenbergavoid setting up a transfer when the state machine...
2007-11-01 Daniel StenbergToby Peterson patched a memory problem in the command...
2007-11-01 Daniel Stenbergminor re-indent
2007-11-01 Dan FandrichIgnore more features that curl-config is not expected...
2007-11-01 Dan FandrichFixed curl-config --features to not display libz when...
2007-11-01 Dan FandrichMake postcheck failure message more like the others
2007-11-01 Dan FandrichAdded test case 1014 to compare curl-config --features...
2007-11-01 Dan FandrichAdded test case 1013 to check that curl-config --protoc...
2007-10-31 Dan FandrichFixed the output of curl-config --protocols which showe...
2007-10-31 Dan FandrichDetect curl source when valgrind provides an absolute...
2007-10-31 Gisle VanemAdd support for LDAP urls. Allthough the OpenWatcom
2007-10-31 Gisle VanemAdded optional use of zlib (USE_ZLIB=1).
2007-10-31 Daniel Stenbergcontributor re-count (we'll break the 600 limit very...
2007-10-30 Dan FandrichFixed an OOM problem with file: URLs
2007-10-30 Daniel Stenbergadded new people from the 7.17.1 announcement
2007-10-29 Dan FandrichAdded test case 546 to check that subsequent FTP transf...
2007-10-29 Daniel Stenbergcurl-config --features and --protocols show the correct...
2007-10-29 Daniel StenbergBased on one of those bug reports that are intercepted...
2007-10-29 Dan FandrichReverted the const change--what was I thinking?
2007-10-29 Dan FandrichMade some pointers const
2007-10-29 Daniel Stenberg7.17.2
2007-10-29 Daniel Stenbergstart working on 7.17.2
2007-10-29 Daniel Stenberg7.17.1!
2007-10-29 Daniel Stenbergcorrect mirror count
2007-10-29 Daniel Stenberglet 7.17.1 be version-info 4:1:0
2007-10-28 Gisle VanemOpenWatcom cannot use wldap32.lib (wrong calling conven...
2007-10-28 Daniel Stenbergcurl.wetzlmayr.at/ is a new web mirror in Nuremberg...
2007-10-27 Dan FandrichFixed the 2000-series tests so that the downloaded...
2007-10-27 Dan FandrichMade the magic testnumber > 10000 support actually...
2007-10-26 Dan FandrichFixed the test case to create only a single test file...
2007-10-26 Dan FandrichFixed a valgrind uninitialized variable error.
next