platform/upstream/curl.git
2005-10-14 Daniel StenbergReverted the LIBCURL_VERSION_NUM change from October...
2005-10-14 Daniel StenbergReported by 'TemPRImus' in bug 1326665: use the "Multi...
2005-10-13 Daniel StenbergSlight editing of wording in the CURLOPT_SSL_VERIFYHOST...
2005-10-13 Daniel Stenbergstart working on 7.15.1
2005-10-13 Daniel Stenbergadded names from the 7.15.0 release
2005-10-13 Daniel Stenberg7.15.0 time
2005-10-13 Daniel StenbergMake sure that the user and domain strings fit in the...
2005-10-13 Daniel StenbergNTLM requires windows or OpenSSL. If you build with...
2005-10-11 Daniel Stenberg7.15.0 in november?
2005-10-10 Daniel Stenbergmake it compile warning-free and free() the memory...
2005-10-10 Daniel Stenbergpass a NULL pointer in the service argument (the second...
2005-10-06 Gisle VanemAdded tftp.obj.
2005-10-06 Daniel Stenbergwe all the next version 7.15.0 due to the new TFTP...
2005-10-06 Daniel Stenbergremove getinfo-times from the dist archive since the...
2005-10-06 Daniel Stenbergend the .nf section, mark the option names properly...
2005-10-06 Daniel StenbergAdded the info from getinfo-times as it really belongs...
2005-10-05 Daniel Stenbergmention the recent fixes
2005-10-05 Daniel Stenbergadded test case 272 for -z download over FTP when the...
2005-10-05 Daniel StenbergCURL_TIMECOND_IFMODSINCE actually requires that the...
2005-10-04 Daniel StenbergDomenico Andreoli's patch that removes a few 0xa0(...
2005-10-04 Daniel StenbergMichael Wallner reported that the date parser had wrong...
2005-10-04 Daniel StenbergDomenico Andreoli's SEE ALSO patch
2005-10-03 Daniel StenbergOk, based on the online docs for AIX'es getservbyport_r...
2005-10-03 Daniel Stenbergrecent action
2005-10-02 Gisle VanemAvoid gcc warning "dereferencing type-punned pointer
2005-10-02 Gisle VanemFix for building with MS Visual-C and single-threaded
2005-09-30 Daniel Stenbergfixed the proper path to the tftpd server
2005-09-30 Daniel Stenberga new mirror, but we don't increase the amount since...
2005-09-30 Daniel StenbergUpdate in the "which license is best" section as it...
2005-09-29 Daniel StenbergStarting now, the verbose text that goes like "About...
2005-09-27 Daniel StenbergDavid Yan brought the Content-Range report
2005-09-27 Daniel StenbergAn anonymous submitter filed bug #1299181
2005-09-27 Daniel StenbergTJ Saunders of the proftpd project identified and point...
2005-09-22 Daniel Stenbergclarify what the default read callback does and how...
2005-09-21 Daniel Stenbergthree debian bug reports addressed
2005-09-21 Daniel Stenbergstricter type usage for time variables to avoid picky...
2005-09-21 Daniel Stenberg1 - attempted fix of uninitialized variable
2005-09-21 Daniel Stenbergsimplified the sin6_scope_id test and removed some...
2005-09-21 Daniel Stenbergfixed the check for the addrinfo struct
2005-09-21 Daniel Stenbergclarified ERRORBUFFER - some errors just don't write...
2005-09-21 Daniel Stenbergreturn an error string for the missing URL case
2005-09-21 Daniel Stenbergmention what WRITEFUNCTION and WRITEDATA do by default
2005-09-21 Daniel Stenbergoops, broken sentence fixed:
2005-09-20 Daniel StenbergUses __stdcall instead of SEC_ENTRY since it seems...
2005-09-20 Daniel StenbergSince newer ares versions should work with ipv6, I...
2005-09-20 Daniel Stenbergtypecasts added in an attempt to please the picky compilers
2005-09-19 Daniel Stenbergadded test 271
2005-09-19 Daniel Stenbergtest 271, the first ever TFTP test
2005-09-19 Daniel Stenbergseems to work for test 271 on Linux now!
2005-09-19 Daniel StenbergDmitry Bartsevich made the SSPI support work on Windows...
2005-09-18 Dominick MeglioAdded constants that will be used by ares_getaddrinfo...
2005-09-16 Daniel Stenbergkeep 'socktype' in the connectdata struct and make...
2005-09-16 Daniel Stenbergrecent changes
2005-09-16 Daniel Stenbergrenamed sendfile() since some systems have a system...
2005-09-16 Daniel StenbergIn the Solaris 7 header files for tftp, the th_stuff...
2005-09-16 Daniel Stenbergprevent warnings on re-defining MIN
2005-09-16 Daniel Stenbergadded URLs to bug reports
2005-09-16 Daniel StenbergAdded known bugs #26, started using my new "bounce...
2005-09-16 Daniel Stenberguse int "subscripts" to prevent warnings from picky...
2005-09-16 Daniel Stenberguse internal *printf() clones
2005-09-15 Daniel Stenbergifdef for includes, added checking for two not previous...
2005-09-15 Daniel Stenberguse make -k when running the tests
2005-09-15 Daniel Stenbergignore this too
2005-09-15 Daniel Stenbergbuild tftpd too!
2005-09-15 Daniel StenbergFirst version of the TFTP server. Basic functionality...
2005-09-15 Daniel Stenbergadded TFTP and TFTP-ipv6 support
2005-09-15 Daniel Stenbergmoved test2file() to util.c
2005-09-15 Daniel Stenbergminor changes, the biggest one being using Curl_select()
2005-09-15 Daniel Stenbergmention the configure change
2005-09-14 Daniel Stenbergoops, return error if an error did occur!
2005-09-12 Daniel StenbergCURLOPT_BUFFERSIZE clarification
2005-09-10 Daniel StenbergUse the AC_CHECK_MEMBER() function for check struct...
2005-09-08 Daniel Stenberg--max-time should work just as good on win32 these...
2005-09-08 Daniel Stenbergmention the protocol-guessing when no protocol part...
2005-09-07 Daniel Stenbergadded tftp.c
2005-09-07 Daniel StenbergBen Madsen reported a problem that only seemed to occur...
2005-09-07 Daniel StenbergThanks to Scott Davis' detailed reports, I found this...
2005-09-06 Gisle VanemFix warning about missing initializers.
2005-09-06 Gisle VanemFix for bind() on Winsock; AF_UNSPEC (0) is illegal.
2005-09-06 Daniel StenbergNow curl warns if an unknown variable is used in the...
2005-09-06 Daniel Stenbergbinding updates
2005-09-06 Daniel Stenbergsockets are curl_socket_t to build cleaner
2005-09-06 Daniel StenbergUse SOCK_DGRAM for TFTP. Consider setting this up at...
2005-09-06 Gunter Knaufminor Makefile fixes.
2005-09-05 Daniel StenbergAdded the people from the 7.14.1 release announcement.
2005-09-05 Daniel Stenbergnew release, work has been "initiated"
2005-09-04 Daniel Stenbergmention the recent improvements
2005-09-04 Daniel Stenbergdon't start lines with apostrophes!
2005-09-04 Daniel Stenbergcheck that bind() returns success
2005-09-04 Daniel Stenberg--protocols now supports TFTP
2005-09-04 Daniel Stenberg7.14.2 actually
2005-09-04 Daniel StenbergAdded FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip
2005-09-02 Daniel StenbergJohn Kelly added TFTP support to libcurl. A bunch of...
2005-09-02 Daniel Stenbergexplain why the ABI depends on the SSL libs
2005-09-01 Daniel Stenberguse -c to automake to copy the new files
2005-09-01 Daniel Stenbergwork on 7.14.2 starts now
2005-09-01 Daniel Stenberg7.14.1 coming right up
2005-09-01 Daniel Stenbergsoftened my opinions, added API benefit - Thanks to...
2005-09-01 Daniel Stenbergclarify that the ctxfunc is called on all new connects
2005-09-01 Daniel Stenbergadded DISTRO-DILEMMA
next