platform/upstream/curl.git
2009-12-19 Yang TseAdded runtests.pl '-r' option for run time statistics
2009-12-18 Yang Tseserver start and verification time as well as test...
2009-12-18 Yang TseAdded test harness simple time execution stats
2009-12-17 Yang TseComment out hi resolution time logging to verify if...
2009-12-17 Yang TseFix compilation failure
2009-12-17 Yang TseTest harness process control enhancements
2009-12-17 Daniel Stenberguh, assign the bool it points to properly
2009-12-17 Daniel StenbergStop overloading the conn->protocol field with the...
2009-12-17 Daniel StenbergRemove pointless storing of the protocol as a string...
2009-12-17 Daniel Stenberg- David Byron fixed Curl_ossl_cleanup to actually call...
2009-12-17 Yang Tsegettimeofday() requires perl version newer than 5.6
2009-12-16 Daniel StenbergFollow-up fix for the proxy fix I did for Jon Nelson...
2009-12-16 Yang TseTest harness process control enhancements
2009-12-16 Yang TseTest #1106 needs an ftp enabled client
2009-12-16 Yang TseTest harness process control enhancements
2009-12-14 Daniel Stenberg- Jon Nelson found a regression that turned out to...
2009-12-14 Yang TseFix compiler warning
2009-12-14 Yang TsePrevent perl script dying messages in output, since...
2009-12-14 Yang TseAdjust uppercase protocol string usage
2009-12-14 Yang TseFix compiler warnings
2009-12-14 Yang TseFix compiler warnings
2009-12-13 Yang Tsesignal handling to cleanup on SIGINT and SIGTERM, followup
2009-12-13 Yang Tsereapply diff between revisions 1.103 and 1.102
2009-12-12 Daniel Stenbergupdated with the new protocols
2009-12-12 Daniel Stenbergmight as well output all supported protocols at the...
2009-12-12 Daniel Stenbergshow POP3S, IMAPS and SMTPS as protocols if SSL is...
2009-12-12 Daniel Stenbergsupport disabling POP3, IMAP and SMTP and now they...
2009-12-12 Daniel Stenbergsplit out more protocol-specific structs from urldata...
2009-12-12 Daniel StenbergIMAP, POP3 and SMTP support
2009-12-12 Daniel Stenbergintroducing IMAP, POP3 and SMTP support (still lots...
2009-12-11 Yang TsePrevent rewinding unless pipelining.
2009-12-11 Yang TseRemoved function prototype without implementation
2009-12-10 Daniel Stenberg- Siegfried Gyuricsko found out that the curl manual...
2009-12-10 Daniel Stenbergargh, use the correct bug id
2009-12-10 Daniel Stenberg- Constantine Sapuntzakis figured out a case which...
2009-12-10 Daniel Stenbergminor indent change
2009-12-10 Yang Tse- Fixed curl erroneously reporting output stream write...
2009-12-09 Yang Tsesignal handling to cleanup on SIGINT and SIGTERM, followup
2009-12-07 Daniel Stenberg- Martin Storsjo made libcurl use the Expect: 100-conti...
2009-12-04 Daniel Stenberg74. The HTTP spec allows headers to be merged and becom...
2009-12-03 Yang TseFix 'uploaded' file descriptor leak
2009-12-03 Yang Tsesignal handling to cleanup on SIGINT and SIGTERM
2009-12-02 Kamil Dudkalib/nss.c: avoid use of uninitialized value
2009-12-02 Yang Tsesignal handling to cleanup on SIGINT and SIGTERM
2009-12-01 Yang TseSet socket option SO_REUSEADDR=true on stunnel accept...
2009-12-01 Daniel Stenberg- If the Expect: 100-continue header has been set by...
2009-11-30 Daniel Stenbergstart working on 1.7.1
2009-11-30 Yang Tse- In order to better reflect that the returned pid...
2009-11-29 Daniel Stenberg#71 "TFTP block size / better integration in transfer...
2009-11-29 Daniel Stenberga binding for Falcon
2009-11-28 Yang Tse- Added Diffie-Hellman parameters to several test harne...
2009-11-28 Yang TseUse different log files for each protocol
2009-11-28 Yang Tses/socklen_t/curl_socklen_t/g
2009-11-28 Yang TseFix compiler warning: unused variable `data'
2009-11-27 Daniel Stenberg7.20.0 is the planned next version number
2009-11-27 Daniel Stenbergdocument --tftp-blksize
2009-11-27 Daniel Stenberg- Markus Koetter provided a polished and updated versio...
2009-11-27 Yang TseAttempt to enhance stunnel 3.X logging
2009-11-27 Yang TsePrevent running stunnel unless its version can be deter...
2009-11-27 Yang TseLog sws IPv version, port and pid when exiting due...
2009-11-27 Yang TseTo allow remote log inspection avoid redirecting messag...
2009-11-27 Yang TsePreserve empty line following last target
2009-11-26 Yang TseLog info for start up failures.
2009-11-26 Daniel Stenberg - Extended and fixed the change I did on Dec 11 for...
2009-11-26 Yang TseOnly attempt to clear the server-logs lock when previou...
2009-11-26 Yang Tsesignal handling to cleanup on SIGINT and SIGTERM
2009-11-26 Yang Tse- Larry Lansing fixed ares_parse_srv_reply to properly...
2009-11-24 Yang TseWhen using icc, compile with -fpic and link with intel...
2009-11-24 Daniel Stenbergclarify what a modern version of libcurl means
2009-11-24 Yang TseAdded 'currently' in italics to insist on transient...
2009-11-24 Yang TseFix language
2009-11-24 Daniel Stenbergrefreshed
2009-11-23 Yang Tse- David Byron modified Makefile.dist vc8 and vc9 target...
2009-11-23 Yang TseEnhance some debug messages for initialization failures.
2009-11-23 Daniel Stenberg- Bjorn Augustsson reported a bug which made curl not...
2009-11-23 Yang TseDaniel wants upcoming release to be 1.7.0
2009-11-23 Yang TseMention last changes
2009-11-23 Yang Tse- Removed from external interface preprocessor symbol...
2009-11-23 Yang TseAdded README.msvc
2009-11-23 Yang TseChanged c-ares naming conventions when using MSVC as...
2009-11-23 Daniel Stenbergfixed CURLOPT_TFTP_BLKSIZE typo
2009-11-23 Yang Tse- Mention other recent changes
2009-11-23 Yang Tse- Jakub Hrozek renamed addrttl and addr6ttl structs...
2009-11-23 Yang Tse- Jakub Hrozek fixed more function prototypes in man...
2009-11-22 Yang TseMake configure remove the curlbuild.h file included...
2009-11-22 Yang TseMake configure remove the ares_build.h file included...
2009-11-22 Yang TseFix macro redefinition.
2009-11-22 Yang TseFix name space pollution.
2009-11-22 Yang TseAllow using different extra import libraries for debug...
2009-11-21 Yang TseAdd manifest stuff to msvc makefile
2009-11-20 Daniel Stenberg- Constantine Sapuntzakis identified a write after...
2009-11-20 Yang TseSync man page with reality
2009-11-20 Yang TseAdd missing external API decoration for ares_set_socket...
2009-11-20 Daniel Stenberg- Jad Chamcham pointed out a bug with connection re...
2009-11-20 Yang TseAdd ares_free_data() man page.
2009-11-20 Yang Tse- Provide in external interface preprocessor symbol...
2009-11-20 Yang TseRemove typecast
2009-11-20 Yang TseFix comment
2009-11-20 Yang TseAdd ares_data.c and ares_data.h
2009-11-20 Yang TseJakub Hrozek modified ares_parse_srv_reply() and ares_p...
next