platform/upstream/curl.git
2008-09-30 Yang Tsefix compiler warning: declaration of 'err' shadows...
2008-09-30 Yang Tsefix compiler warning: function declaration isn't a...
2008-09-30 Patrick MonneratInclude latest parameter definitions in ILE/RPG bindings
2008-09-30 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2008-09-30 Yang Tsenow compiler warnings are activated for all gcc builds...
2008-09-30 Daniel Stenberg- The libcurl FTP code now returns CURLE_REMOTE_FILE_NO...
2008-09-30 Yang TseUse CFLAGS for icc linker options instead of LDFLAGS,
2008-09-29 Dan FandrichFixed a couple of compile warnings.
2008-09-29 Dan FandrichMade the month days table static const
2008-09-29 Dan FandrichFixed a compile problem with --disable-proxy
2008-09-29 Dan FandrichAdded "HTTP proxy" and "proxytunnel" keywords where...
2008-09-29 Daniel Stenberg177 - "[Patch] Disable proxy support" was applied
2008-09-29 Daniel Stenbergspell!
2008-09-29 Daniel Stenberg- Daniel Egger provided a patch that allows you to...
2008-09-29 Dan FandrichRemoved unneeded includes of signal.h and setjmp.h
2008-09-29 Dan FandrichMoved all signal-based name resolution timeout handling...
2008-09-29 Yang Tseuse ac_cv_compiler and ac_cv_compiler_num to keep compi...
2008-09-29 Yang TseTemporary icc adjustment:
2008-09-29 Daniel Stenberg- Ian Lynagh provided a patch that now makes CURLOPT_RA...
2008-09-29 Daniel Stenberg175 - "No info on REDIRECT_URL in multi-mode" by Max...
2008-09-29 Daniel Stenbergcredit Maxim Ivanov
2008-09-29 Daniel Stenberg- Bug #2107803 (curl.haxx.se/bug/view.cgi?id=2107803...
2008-09-29 Daniel Stenbergmade Curl_read_plain() return an 'int' instead of CURLc...
2008-09-29 Daniel Stenbergthree more patches in the pipe
2008-09-26 Dan FandrichFixed a few comment typos
2008-09-26 Yang Tseif a test execution is aborted due to a signal, and...
2008-09-26 Yang Tsesiginterrupt, signal and sigsetjmp checks
2008-09-26 Daniel Stenbergmore
2008-09-26 Yang Tseuse shift right. Division result is not integral.
2008-09-26 Yang TseAvoid the use of the '? :' operator inside the call...
2008-09-26 Yang Tseattempt to avoid HTTP server startup misdetection on...
2008-09-26 Yang Tsefix potential buffer overflow in test-server logging...
2008-09-25 Daniel Stenberggive proper credit!
2008-09-25 Daniel Stenberg- Fixed the HTTP Digest auth code to not behave badly...
2008-09-24 Yang TseHAVE_INET_PTON will only be defined when an IPv6 capabl...
2008-09-24 Yang Tseconfigure script now checks availability of the inet_nt...
2008-09-24 Yang TseHAVE_INET_NTOP will only be defined when an IPv6 capabl...
2008-09-24 Yang TseOfficial OpenSSL released versions up to and including...
2008-09-24 Yang Tsetemporarily enable CURL_CHECK_FUNC_INET_NTOA_R
2008-09-24 Yang Tsentoa() and inet_ntoa_r() no longer used
2008-09-24 Daniel Stenberg4.16 My HTTP POST or PUT requests are slow!
2008-09-24 Daniel StenbergAdded "5.14 Using C++ non-static functions for callbacks?"
2008-09-24 Yang TseRe-enable test #100 on i686 icc autobuilds
2008-09-24 Dan FandrichMake sure not to dereference the wrong UrlState proto...
2008-09-23 Yang TseRemove usage of inet_ntoa and inet_ntoa_r
2008-09-23 Yang TseReplace inet_ntoa and inet_ntoa_r with Curl_inet_ntop
2008-09-23 Gisle VanemAvoid 'warning: comparison between signed and unsigned'.
2008-09-23 Daniel Stenberg172 was applied, 173 is now being discussed
2008-09-23 Daniel Stenbergremove the entire comment now when we no longer set TZ
2008-09-23 Daniel Stenberg- Introducing Jamie Lokier's function for date to epoch...
2008-09-23 Daniel Stenbergissue #171 is now in CVS
2008-09-23 Daniel Stenberg- Rob Crittenden brought a patch to "add some locking...
2008-09-22 Daniel Stenberg- Made the SOCKS code use the new Curl_read_plain(...
2008-09-22 Daniel Stenbergremoved issue #162 as mentioned on the mailing list...
2008-09-22 Daniel Stenbergbetter description
2008-09-22 Daniel Stenberg- Michael Goffioul filed bug report #2107377 "Problem...
2008-09-22 Yang TseRe-enable tests #1 on i686 icc autobuilds
2008-09-22 Yang Tseicc adjustments for icc 9.0 and prior versions:
2008-09-22 Dan FandrichArgument to CURLMOPT_MAXCONNECTS must be a long
2008-09-22 Dan FandrichFixed test 539 to handle an out of memory condition...
2008-09-22 Yang Tseattempt to make work the gethostname function
2008-09-21 Daniel Stenberg#175 has a patch
2008-09-21 Daniel Stenbergthree new topics to check out
2008-09-21 Gisle VanemAdded HAVE_NETDB_H, HAVE_ARPA_INET_H, HAVE_STRCASECMP
2008-09-21 Yang Tsefix compiler warning: defined but not used
2008-09-21 Yang Tsefix compiler warning: external declaration in primary...
2008-09-21 Yang Tsefix compiler warning: defined but not used
2008-09-20 Yang Tsefix regression in configure script which affected OpenS...
2008-09-20 Yang Tsefix compiler warning: external definition with no prior...
2008-09-20 Yang Tseinclude "memdebug.h"
2008-09-19 Yang TseHAVE_ALARM definition for static config-*.h files
2008-09-19 Yang Tseconfigure script now checks availability of the alarm...
2008-09-19 Dan FandrichOnly define alarmfunc when signals are used
2008-09-19 Yang Tseicc adjustments:
2008-09-19 Dan FandrichDon't bother to install a SIGALRM handler unless alarm...
2008-09-18 Yang Tsefix compiler warning: external definition with no prior...
2008-09-18 Yang Tsefix compiler warning: external definition with no prior...
2008-09-18 Yang Tsefix compiler warning: external declaration in primary...
2008-09-18 Yang Tseicc adjustments
2008-09-18 Yang Tsesync up with reality
2008-09-18 Yang Tsefix false negative strerror_r detection
2008-09-18 Yang Tsefix wrong number used in comparison
2008-09-18 Yang Tsefix wrong variable used in comparison
2008-09-18 Yang Tsefix netdb.h prerequisite inclusion
2008-09-17 Dan FandrichFixed a syntax error
2008-09-17 Dan FandrichRemoved reference to curl-ca-bundle.crt in the host...
2008-09-17 Yang Tseimprove detection of gethostbyaddr_r() and gethostbynam...
2008-09-17 Yang Tseimprove detection of getservbyport_r()
2008-09-17 Yang TseOn Linux Intel's icc uses gcc's header files, so
2008-09-17 Yang Tseimprove detection of gethostname(), localtime_r() and...
2008-09-17 Yang Tseimprove detection of gethostname()
2008-09-17 Yang TseNetWare builds include "nameser.h" from the c-ares...
2008-09-17 Yang Tseinclude <strings.h>
2008-09-17 Yang Tsesync up with reality
2008-09-17 Yang TseSync up with reality
2008-09-17 Yang Tseadjust inclusion of "nameser.h"
2008-09-17 Yang Tsereorder some lines in file
2008-09-16 Yang Tsecode cleanup
2008-09-16 Yang TseNetWare seems to have writev()
2008-09-16 Yang TseNetWare seems to have writev()
next