platform/upstream/curl.git
2007-08-17 Daniel Stenbergignore all the binaries and the .deps and .libs
2007-08-17 Daniel Stenberg- Robson Braga Araujo filed bug report #1776232
2007-08-17 Daniel Stenbergremove stupid comment since there's no content in this...
2007-08-17 Daniel StenbergRobson Braga Araujo filed bug report #1776235
2007-08-17 Daniel Stenberg NEXT soname bump
2007-08-17 Daniel Stenbergsome keywords for future stats/coverage checks
2007-08-17 Daniel StenbergMoved the 5320 and 5322 into the 1000-series instead...
2007-08-17 Daniel StenbergSong Ma provided a patch that cures a problem libcurl...
2007-08-16 Gunter Knauffixed warning about uninitialized.
2007-08-16 Gunter Knaufadded basic ldaps support; for now its ifdef'd with...
2007-08-15 Gunter Knaufadded define PORT_LDAPS.
2007-08-15 Patrick MonneratFix a potential buffer overflow bug in lib/version.c
2007-08-15 Gunter Knaufadded ldap_msgfree() to fix memory leak.
2007-08-14 Gunter Knaufadded a dependency for libcares if build with ares...
2007-08-14 Dan FandrichLDAP is no longer excluded on Minix.
2007-08-14 Gunter Knaufupdated NetWare docu about recent LDAP changes.
2007-08-14 Gunter Knaufonly include LDAP headers if we build with LDAP support.
2007-08-14 Gunter Knaufadded -lwldap32 to link libs.
2007-08-14 Gunter Knaufchanged autoload dependent LDAP NLM.
2007-08-14 Gunter Knauftrial to enable LDAP support again with patched Novell...
2007-08-14 Daniel StenbergAndrew Wansink provided an NTLM bugfix: in the case...
2007-08-14 Daniel Stenbergthe curl_multi_handle_control() idea
2007-08-13 Dan FandrichRemoved redundant dependency lines
2007-08-13 Dan FandrichRemoved unused variable.
2007-08-13 Patrick MonneratSimplify and rename internal structure to avoid potenti...
2007-08-12 Daniel StenbergFixed the LDAP_DEPRECATED #define as suggested by Danie...
2007-08-12 Daniel Stenbergminor change in language for the --libcurl source header
2007-08-12 Gunter Knaufdisable LDAP since we can no longer compile due to...
2007-08-11 Daniel StenbergAllen Pulsifer provided a patch that makes libcurl...
2007-08-11 Daniel StenbergPatrick Monnerat modified the LDAP code and approach...
2007-08-09 Gunter Knauffixed warning with gcc 4.x (hopefully); dynamincally...
2007-08-09 Gunter Knauffixed a warning which MingW gcc 4.2.1.
2007-08-09 Dan FandrichThere's no need to ignore the User-Agent for this test.
2007-08-08 Gunter Knaufmoved ugly CLIB define to nwos.c.
2007-08-08 Dan FandrichSong Ma noted a zlib memory leak in the illegal compres...
2007-08-08 Gunter Knaufremoved asm rules since we have no asm in the sources...
2007-08-08 Gunter Knaufblocked ssize_t define for MingW32.
2007-08-08 Patrick MonneratFix getsockname argument type
2007-08-07 Daniel StenbergUsage of the BCURLOPT_PROGRESSFUNCTION callback is...
2007-08-07 Dan FandrichFixed torture test for test 509
2007-08-07 Gunter Knaufmoved HAVE_LONGLONG from makefiles to config-win32.h.
2007-08-07 Daniel Stenbergadd URL to more "generated public config.h" details
2007-08-07 Patrick MonneratSome #if --> #ifdef
2007-08-07 Dan FandrichFixed some icc compiler warnings.
2007-08-06 Gunter KnaufPeteris Krumins pointed out that MingW32 doesnt provide...
2007-08-06 Daniel Stenbergontributors from the 7.16.4 release notes and a removed...
2007-08-06 Daniel Stenbergremoved the rsaglue hint since it doesn't apply to...
2007-08-06 Daniel Stenbergwe now support GSS/Kerberos 5 for ftp file transfers!
2007-08-05 Daniel StenbergPatrick Monnerat updated the _FORM_DEBUG-enabled code...
2007-08-04 Gunter Knaufchanged to use libssh2 0.16;
2007-08-04 Daniel Stenberganother mirror
2007-08-04 Daniel StenbergPatrick Monnerat fixed curl_easy_escape() and curlx_str...
2007-08-04 Dan FandrichFixed a couple of compiler warnings.
2007-08-03 Dan FandrichRefactored CreateConnection() somewhat to reduce its...
2007-08-03 Gunter Knauffixed small fix issue I introduced with my previous...
2007-08-03 Gunter Knaufsome more makefile fixes/changes.
2007-08-03 James HousleyStart adding some expanded error conversion of libssh2...
2007-08-03 James HousleyThe previous commit to force the use of libssh2-0.16...
2007-08-03 Gunter Knaufchanged 'rm -f' to 'del /f' so it works without GnuUtil...
2007-08-03 Gunter KnaufPeteris Krumins pointed out some MingW32 related build...
2007-08-03 Gunter KnaufPeteris Krumins pointed out that the standard MingW32...
2007-08-03 Daniel StenbergSCP and SFTP support now requires libssh2 0.16 or later
2007-08-03 Daniel Stenbergremove left-over partly support for libssh2 0.14
2007-08-03 Daniel StenbergThe SSH code now only works with libssh2 0.16 or later...
2007-08-02 Daniel StenbergScott Cantor filed bug report #1766320
2007-08-02 Dan FandrichFixed a compiler warning.
2007-08-02 Daniel StenbergPatrick Monnerat's cleanup fix after my alloc-strings...
2007-08-02 Daniel StenbergDmitriy Sergeyev reported a regression: resumed file...
2007-08-02 Daniel Stenbergclarify that setting POSTFIELDS to NULL or "" is not...
2007-08-02 Daniel Stenbergargh, Greg Morse pointed out that the NTLM POST fix...
2007-08-01 Daniel StenbergPatrick Monnerat and I modified libcurl so that now...
2007-08-01 Daniel StenbergGreg Morse reported a problem with POSTing using ANYAUT...
2007-07-30 Daniel StenbergAIX 4 and 5 get to use non-blocking sockets
2007-07-30 Daniel StenbergPeter O'Gorman pointed out (and fixed) that the non...
2007-07-30 Daniel Stenbergusers should use the CURLMOPT_TIMERFUNCTION rather...
2007-07-30 Daniel Stenbergless blocking these days
2007-07-30 Daniel Stenbergupdated based on suggestion from Jeff Pohlmeyer
2007-07-30 Daniel StenbergPatrick Monnerat restored qssl successful compilation...
2007-07-30 Daniel Stenberggive credit to Greg Zavertnik
2007-07-30 Dan FandrichProperly set USE_SSL on OS/400
2007-07-30 Dan FandrichFixed compiler warning on non-SSL builds
2007-07-29 Daniel StenbergAdded "4.15 FTPS doesn't work" and updated a few other...
2007-07-29 Daniel StenbergBug report #1759542 (curl.haxx.se/bug/view.cgi?id=17595...
2007-07-27 Daniel Stenbergadded missing part for the qsossl support
2007-07-26 Daniel Stenbergadded initial pkg-config file (attempt)
2007-07-24 Dan FandrichRemoved unused variable.
2007-07-23 Daniel Stenberg#if that should be #ifdef
2007-07-23 Daniel StenbergImplemented the parts of Patrick Monnerat's OS/400...
2007-07-23 Dan FandrichImplemented only the parts of Patrick Monnerat's OS...
2007-07-23 Dan FandrichLog the "<CMD> wasn't handled" error normally since...
2007-07-23 Gunter Knaufadded 2 system libs necessary for linking OpenSSL 0...
2007-07-22 Daniel Stenbergfix mess added in my previous commit
2007-07-22 Daniel StenbergHTTP Digest auth fix on a re-used connection
2007-07-22 Daniel StenbergAdded test case 354 that makes a simple FTP retrieval...
2007-07-21 Daniel Stenbergtest and verify curl -I on a single FTP file somewhat...
2007-07-21 Daniel StenbergTo allow more flexibility in FTP test cases, I've remov...
2007-07-21 Daniel Stenbergnews
2007-07-21 Dan FandrichMake the pointers of a few static const arrays const...
2007-07-20 Gunter Knaufadded curl include for debug builds.
2007-07-20 Dan FandrichDocument pwd as an sftp quote command for curl(1),...
next