platform/upstream/curl.git
2006-11-25 Daniel StenbergVenkat Akella found out that libcurl did not like HTTP...
2006-11-25 Daniel StenbergJames Housley fixed SCP downloading by setting the...
2006-11-25 Yang TseMake sure RETSIGTYPE is properly defined
2006-11-24 Daniel StenbergJames Housley did lots of work and introduced SFTP...
2006-11-24 Yang TseDefine HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_AT...
2006-11-22 Daniel StenbergMichael Wallner fixed this problem: When I set domains...
2006-11-22 Daniel StenbergInstall ares_dns.h too
2006-11-22 Yang TseAdded a check in configure that verifies if <signal...
2006-11-21 Daniel Stenbergnew french mirror
2006-11-20 Yang TseRevert ftpserver.pl back to revision 1.74 Adding change...
2006-11-20 Yang TseRevert runtests.pl back to revision 1.212
2006-11-20 Yang TseRevert ftp.pm back to revision 1.5 Adding copyright...
2006-11-20 Yang TseAdd some message logging
2006-11-20 Yang Tsestop slaves before stopping servers
2006-11-20 Yang TseRevert to KILL test servers until all test servers
2006-11-19 Daniel Stenberglog the sleep, like when done in test 190
2006-11-19 Daniel StenbergFrank Teo provided an updated, mostly docs changed
2006-11-19 Yang TseAvoid passing child pid and test server pid, using...
2006-11-19 Yang TseComment out the use of the "warnings" module now that...
2006-11-18 Daniel Stenbergnew ruby binding, new tclcurl release
2006-11-18 Yang TseAvoid keeping dupe pids When forked pid and test server...
2006-11-18 Yang TseFix warning "Use of uninitialized value in ...".
2006-11-17 Yang TseThe hash of running servers is now a hash of hashes...
2006-11-15 Gisle VanemCall libssh2_session_free() to release memory allocated...
2006-11-14 Gisle VanemFree 'scp->path' in case of libssh2 setup failure.
2006-11-13 Daniel StenbergRon in bug #1595348 (curl.haxx.se/bug/view.cgi?id=15953...
2006-11-13 Daniel Stenbergbug #1595348 by Ron pointed out this flaw and fix
2006-11-13 Daniel StenbergTor Arntsen spotted this mistake
2006-11-11 Daniel Stenbergwe did 1.3.2 and are now on the 1.3.3 track!
2006-11-11 Daniel Stenbergfix header to match actual proto
2006-11-11 Daniel Stenbergcleaned up Curl_write() and the sub functions it uses...
2006-11-09 Daniel StenbergNir Soffer updated libcurl.framework.make: fix symlinks...
2006-11-09 Daniel StenbergDmitriy Sergeyev found a SIGSEGV with his test04.c...
2006-11-09 Daniel StenbergCiprian Badescu found a SIGSEGV when doing multiple...
2006-11-09 Yang TseRemove showing stderr log files unconditionally for...
2006-11-08 Daniel StenbergBradford Bruce reported that when setting CURLOPT_DEBUG...
2006-11-08 Daniel Stenbergok stop using old and deprecated options
2006-11-07 Daniel Stenbergadd missing names
2006-11-07 Daniel StenbergOlaf fixed a leftover problem with the CONNECT fix...
2006-11-07 Gisle VanemMoved select_s() to Makefile.dj since select() is used...
2006-11-07 Gisle VanemUpdate copyright year.
2006-11-06 Yang Tseadd TODO note
2006-11-06 Yang Tsecompiler warning fix
2006-11-06 Yang Tseremove redundant check for Win32
2006-11-06 Yang Tseavoid a couple of potential zero size memory allocations
2006-11-05 Daniel Stenbergmention the areslib.dsp fix
2006-11-05 Daniel Stenbergadd the recent crowd of contributors
2006-11-05 Daniel StenbergAndreas Rieke fixed back the correct line endings!
2006-11-05 Yang TsePrevent multiple initialization of memdebug configurati...
2006-11-03 Gisle VanemIfdef around S_IRGRP and S_IROTH (meaningless on Win32).
2006-11-03 Yang Tseadd a couple more of debugging messages
2006-11-03 Daniel StenbergSCP support added
2006-11-03 Daniel StenbergOlaf Stueben provided a patch that I edited slightly...
2006-11-03 Daniel Stenberginitial SCP support is now added
2006-11-03 Daniel StenbergUpdate the information about what c-ares version that...
2006-11-03 Daniel Stenbergstand clear for release 1.3.2
2006-11-03 Daniel StenbergAndreas Rieke added missing file and changed line endings
2006-11-03 Yang Tsereduce max size of dinamically allocated arrays to...
2006-11-03 Yang Tsefix missing '$' for var OPT_LIBSSH2
2006-11-03 Yang Tseupdate copyright year
2006-11-03 Yang Tsefix comments and renumber rlimit return codes
2006-11-03 Yang Tsefix comments and renumber rlimit return codes
2006-11-02 Daniel Stenbergupdate the counter
2006-11-02 Daniel Stenbergmention the new options
2006-11-02 Daniel StenbergJames Housley brought support for SCP transfers
2006-11-02 Yang Tseremove leftover comment
2006-11-02 Yang Tseupdate and split test cases 518 and 537 into its own...
2006-11-02 Yang Tsecode cleanup
2006-11-02 Yang Tseuse our internal string functions and replace sprintf...
2006-11-02 Yang TseUpdate protocol verification end of lines
2006-11-02 Yang Tsecheck symbol HAVE_UNISTD_H instead of UNISTD_H to inclu...
2006-11-02 Yang Tseprototype for gethostname is in unistd.h
2006-11-01 Yang Tsetest 518 is all about testing libcurl functionality
2006-10-31 Gisle VanemUpdated dependency output.
2006-10-31 Gisle VanemUpdated dependencies to not include config.h.
2006-10-31 Gisle VanemRemoved unneeded stuff.
2006-10-31 Gisle VanemAdded Watt-32 section to fix things for Watt32+Win32...
2006-10-31 Gisle VanemDon't include "nameser.h" for Watt32. Use the normal...
2006-10-31 Gisle VanemAdded definition of select() for Watt32.
2006-10-31 Gisle VanemRewritten to use ../packages/DOS/common.dj.
2006-10-31 Gisle VanemChange 'FILETYPE' to ' VFT_APP'.
2006-10-31 Yang TseShow stderr log file for test 518 unconditionally.
2006-10-31 Yang TseSync comment with code and add three messages more
2006-10-30 Yang TseAddress some pitfalls in the rlimit() function check...
2006-10-30 Gisle VanemAllow 'curl_*printf()' to be used in C++ programs.
2006-10-30 Daniel Stenbergadd contributors from the 7.16.0 release
2006-10-30 Daniel Stenbergstart working on 7.16.1
2006-10-29 Daniel Stenberg7.16.0 material
2006-10-29 Daniel Stenbergcorrected how tests/memanalyze.pl is used
2006-10-29 Yang TseCompiler warning fix
2006-10-29 Yang TseMake more human readable and maintainable previous
2006-10-29 Daniel Stenbergupdated to current status
2006-10-29 Daniel Stenbergupdated to reflect reality
2006-10-27 Daniel Stenberga small unification of the error text on failed server...
2006-10-27 Yang TseSync with lib/setup_once.h
2006-10-27 Yang TseCompiler warning fix.
2006-10-27 Gisle VanemFixed 'x_TYPE_ARG2' to match prototypes of recv() and...
2006-10-27 Gisle VanemGet rid of the special sread()+swrite() for MSDOS....
2006-10-27 Gisle VanemAdded 'RECV_TYPE_ARGx' needed in getinfo.c.
2006-10-27 Yang TseUpdate copyright year, since the file has been modified
next