platform/upstream/curl.git
2007-07-06 Daniel Stenbergadd note about windows and dlls with CURLOPT_WRITEDATA
2007-07-06 Gunter Knauffixed NetWare CLIB implementation of getpass_r()
2007-07-05 James HousleyGavrie Philipson provided a patch that will use a more...
2007-07-05 Dan FandrichAdd -a when running torture tests now that it's supported.
2007-07-04 James HousleyFix spelling error in error message
2007-07-04 Gunter Knaufadd test for gettimeofday() so that HAVE_GETTIMEOFDAY...
2007-07-04 Gunter Knaufenabled ares build.
2007-07-04 Gunter Knaufalthough the check for HAVE_STRUCT_TIMEVAL solved the...
2007-07-04 Gunter Knaufadded check for sys/param.h.
2007-07-03 Gunter Knauftrial to catch problem with Daniels cross-mingw ares...
2007-07-03 Gunter Knaufadded NetWare CLIB-own header to solve gcc warnings.
2007-07-03 Gunter Knauffew minor changes to make ares compile for NetWare...
2007-07-03 Gunter Knauffixed rule to build libcares when needed.
2007-07-03 Gunter Knaufchanged to build for CLIB / LIBC.
2007-07-03 Gunter Knaufadded libcares to static build if ares enabled.
2007-07-02 Daniel Stenbergcontributors from the 7.16.3 release notes
2007-07-02 Gunter Knaufsync'd with lib makefile changes: use var for awk;...
2007-07-02 Gunter Knaufsome more makefile tweaks and hacks to deal with both...
2007-07-02 James HousleyFix problem with the indenting noticed by Pavel
2007-07-01 Gunter Knaufignore make error when trying to copy curl.pdf which...
2007-07-01 Daniel Stenbergmention the old name
2007-07-01 Daniel StenbergThomas J. Moore provided a patch that introduces Kerber...
2007-07-01 Daniel StenbergSong Ma helped me verify and extend a fix for doing...
2007-07-01 Gunter Knaufchanged RECV_* / SEND_* defines to correctly reflect...
2007-07-01 Gunter Knaufdisabled 64bit type for CLIB build which removes compil...
2007-07-01 Gunter Knaufupdated NetWare docu.
2007-07-01 Gunter Knaufadded lib architecture to NLM description.
2007-06-30 Gunter Knaufadded HAVE_SYS_IOCTL_H define; added gcc runtime.
2007-06-30 Gunter Knaufmoved includes to setup.h so that the project headers...
2007-06-30 Gunter Knauffixed path to Metrowerks tools and runtime since they...
2007-06-30 Gunter Knaufminor patches to enable building for NetWare CLIB.
2007-06-30 Gunter Knaufminor patches to enable building for NetWare CLIB.
2007-06-30 Gunter Knaufenabled building for NetWare CLIB architecture.
2007-06-28 Gunter Knaufrevert previous patch since it turned out that older...
2007-06-28 James HousleyUsing fdopen() is a more correct way to implement the...
2007-06-28 Daniel Stenbergreality sync
2007-06-28 Gunter Knauffixed nasty cp warnings about not beeing able to preser...
2007-06-27 Daniel StenbergJames Bursa's improvement
2007-06-27 Daniel Stenbergfix little flaw that could make the transfer loop end...
2007-06-27 James HousleyAdd two new options for the SFTP/SCP/FILE protocols...
2007-06-27 Gunter Knaufremoved trailing spaces.
2007-06-27 Gunter Knauffixed wrong var name
2007-06-26 Daniel Stenbergadd an FTP rename example to 3.7
2007-06-26 Daniel StenbergRobert Iakobashvili re-arranged the internal hash code...
2007-06-26 James HousleyThe results for a list only directory should be sent...
2007-06-26 James Housleyftp_list_only mode should list all file types, not...
2007-06-25 Daniel Stenberggah, adding missing braces, removed silly debug output...
2007-06-25 Daniel StenbergAdjusted how libcurl treats HTTP 1.1 responses without...
2007-06-25 Daniel Stenbergfix the version string as well
2007-06-25 Daniel Stenbergstart working towards 7.16.4
2007-06-25 Daniel Stenberg7.16.3
2007-06-24 Daniel StenbergAs reported by "Tro" in curl.haxx.se/mail/lib-2007...
2007-06-22 Gunter Knaufadded netware install target
2007-06-22 Gunter Knaufmade debug flag settable from outside; add allways...
2007-06-22 Daniel Stenbergremove annoying debug output
2007-06-21 Daniel StenbergGerrit Bruchhäuser pointed out a warning that the Intel...
2007-06-20 Daniel StenbergAdam Piggott filed bug report #1740263
2007-06-20 James HousleyIf the creation of rsa and rsa_pub fail due to memory...
2007-06-19 James HousleyCheck both variables, not the same one twice. Pointed...
2007-06-19 Daniel Stenbergand fix another flaw in the singlecwd case when we...
2007-06-19 Daniel Stenbergextra precaution to make PATH_MAX always be defined
2007-06-19 James HousleyChange rsa and rsa_pub from static arrays in ssh_conn...
2007-06-18 James HousleyIf LIBSSH2DEBUG was defined "i" was undefined
2007-06-18 Daniel StenbergRobson Braga Araujo filed bug report #1739100
2007-06-18 Daniel Stenbergmake the ftp-method multicwd case possible to LIST...
2007-06-18 Daniel StenbergTest listing of root dir with the three ftp-methods...
2007-06-18 Daniel Stenberg44. --ftp-method nocwd does not handle URLs ending...
2007-06-18 Daniel StenbergDaniel Johnson reported the tests now run fine on OS X!
2007-06-16 James HousleyCurl_ssh_connect() was using an uninitialized variable...
2007-06-14 Daniel StenbergTom Regner added /usr/lib/misc to the path to scan...
2007-06-14 Daniel StenbergShmulik Regev fixed a flaw in the multi interface that...
2007-06-14 Daniel Stenbergs/HAVE_POLL/HAVE_SYS_POLL_H
2007-06-14 James HousleyRemove duplicate code that was left in as part of 1...
2007-06-14 Daniel StenbergMake our own definitions of the POLL* defiens and the...
2007-06-14 James HousleyBUG FIX: When reading a directory listing that contain...
2007-06-13 Daniel StenbergTom Regner provided a patch and worked together with...
2007-06-13 Daniel StenbergRich Rauenzahn filed bug report #1733119
2007-06-13 James HousleyRestore functionality mistakenly removed in the previou...
2007-06-13 James HousleyUpdate documentation to reflect SFTP's ability to creat...
2007-06-13 Gisle Vanemlibssh2_session_free() returns void. Fix "#endif".
2007-06-13 James HousleyCommit Tom Regner's code for SFTP create missing direct...
2007-06-13 James HousleyAdd a define to protect the state machine from older...
2007-06-12 Daniel StenbergWith lots of help from Rich Rauenza(?) in bug #1733119...
2007-06-12 James Housley* Updates for the latest version of libssh2, specifically
2007-06-12 James HousleyWhile connect and transfer works fine in non-blocking...
2007-06-12 Daniel Stenbergmention James current work on ssh
2007-06-12 James HousleyPrevent the state machine from getting stuck in SSH_AUT...
2007-06-12 James HousleyConvert Curl_ssh_connect() to run in a state machine for
2007-06-12 Daniel Stenbergremove unused field in the state struct
2007-06-11 Dan FandrichWait longer for servers to start up since the ssh serve...
2007-06-11 Dan FandrichWe do not use RSA keys in the test suite.
2007-06-11 Daniel Stenbergrestore the correct timeout time that my previous commi...
2007-06-11 Daniel StenbergProperly wait for the c-ares resolve to complete, hopef...
2007-06-11 Daniel StenbergDaniel Black's clarfication about the NTLM support
2007-06-11 Gisle Vanemconstify 'hostname' in init_thread_sync_data(). Simply...
2007-06-11 Gisle VanemSquelsh some warnings for libssh older than 0.1.5.
2007-06-08 Dan FandrichFixed the test harness so that it actually kills the...
2007-06-08 Dan FandrichImproved compatibility with perl 5.0 on the 'open'...
2007-06-08 Dan FandrichIncorporated Daniel Black's test706 and test707 SOCKS...
2007-06-08 Dan FandrichImproved compatibility with perl 5.0 on the 'open'...
next