platform/upstream/curl.git
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'...
2007-06-08 James HousleyCurl_scp_done() needs to call libssh2_channel_free...
2007-06-08 James HousleyFix to work with the latest CVS version of libssh2
2007-06-08 Daniel Stenbergstart working on 1.4.1
2007-06-08 Daniel Stenberg1.4.0 preps
2007-06-07 Dan FandrichChanged the opens to work on older versions of perl.
2007-06-07 Dan FandrichFixed a compiler warning on uClibc.
2007-06-07 Daniel Stenbergbug #1720605, There seems to be a problem when connecti...
2007-06-07 Daniel StenbergDaniel S (6 June 2007)
2007-06-07 Dan FandrichRenamed the sshd log file to sshd.log.
2007-06-07 Dan FandrichCleaned up SOCKS tests. Use a magic port number instea...
2007-06-07 Dan FandrichFixed some problems in starting SSH for use in SOCKS.
2007-06-06 Daniel Stenbergmake -s/--silent properly toggle as it is documented
2007-06-05 Daniel Stenbergthe revert
2007-06-05 Daniel Stenbergadded 703: a socks5 version of 702
2007-06-05 Daniel StenbergDaniel Black's test suite fixes and initial test cases...
2007-06-05 Daniel Stenbergif we read zero bytes from the proxy, the connection...
2007-06-05 Daniel Stenbergmark connect failures as non-connected when ConnectPlea...
2007-06-04 Daniel StenbergRevered Ashish Sharma's multiple entries patch, as...
2007-06-04 Daniel Stenbergminor edit since getting an ID seems pointless when...
2007-06-04 Daniel Stenbergfix the bad bad bad mess this caused on name resolves...
2007-06-02 Daniel StenbergBrad Spencer found and fixed three flaws in the code...
2007-06-02 Daniel StenbergBrad House fixed VS2005 compiler warnings due to time_t...
2007-06-02 Daniel StenbergAshish Sharma provided a patch for supporting multiple...
2007-06-02 Daniel Stenbergares_destroy_options() and ares_save_options() man...
2007-06-01 Daniel Stenbergouch, two conditionals were turned backwards!
2007-06-01 Daniel Stenbergdo the update timer stuff even when CURLM_CALL_MULTI_PE...
2007-05-31 Daniel StenbergWhen transferring 500 downloads in parallel with a...
2007-05-31 Daniel StenbergFeng Tu made (lib)curl support "upload" resuming work...
2007-05-30 Daniel Stenbergmake next version 1.4.0
2007-05-30 Daniel Stenbergfirst take at detecting a random device and seeding...
2007-05-30 Daniel StenbergShmulik Regev brought cryptographically secure transact...
2007-05-30 Daniel StenbergBrad House added ares_save_options() and ares_destroy_o...
2007-05-30 Daniel StenbergAdded CURLMOPT_MAXCONNECTS which is a curl_multi_setopt...
2007-05-30 Yang TseIn case of test failure, try not to show log files...
2007-05-30 Daniel Stenbergadded ares_process_fd() to allow applications to ask...
2007-05-30 Daniel Stenbergremove really annoying debug output that makes life...
2007-05-26 Daniel StenbergWhen working with a problem Stefan Becker had, I found...
2007-05-26 Daniel StenbergPrimarily this fixes an off-by-one buffer overwrite...
2007-05-26 Daniel StenbergClarify a bit about the fact that easy handles remain...
2007-05-26 Daniel Stenbergmake it a WARNING since this hits people hard in their...
2007-05-25 Daniel StenbergRob Crittenden fixed bug #1705802
2007-05-25 Daniel Stenbergupdated
2007-05-25 Daniel StenbergRavi Pratap fixed a flaw in the init_by_resolv_conf...
2007-05-24 Daniel StenbergSong Ma filed bug report #1724016
2007-05-24 Daniel Stenbergstay within 80 cols
2007-05-24 Daniel Stenberg'mytx' in bug report #1723194 (curl.haxx.se/bug/view...
2007-05-23 Daniel StenbergTFTP transfers are also blocking
2007-05-23 Daniel Stenbergfix the formatting of the trailing list
2007-05-22 Daniel StenbergAndre Guibert de Bruet fixed a memory leak when PKCS...
2007-05-22 Daniel StenbergAndre Guibert de Bruet fixed a memory leak in the funct...
2007-05-20 Daniel StenbergWaitForSingleObject() uses a millisecond timeout and...
2007-05-18 Daniel Stenbergbetter fix for the dl/ul counters
next