aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-29Updated MSVC 6.0 workspace and project files that allows buildingYang Tse
2009-10-29no need to check for NULL pointers before dereferencing, as the pointersDaniel Stenberg
2009-10-29shorten the descriptions somewhatDaniel Stenberg
2009-10-29update to the new struct nameDaniel Stenberg
2009-10-29Jakub Hrozek added ares_parse_txt_reply() for TXT parsingDaniel Stenberg
2009-10-29use 'ares_srv_reply' for proper name-spacingDaniel Stenberg
2009-10-29Fix compiler warning: control reaches end of non-void functionYang Tse
2009-10-29Take in account c-ares 1.6.1 will use __declspec function decorationYang Tse
2009-10-29Add reference for ares_parse_srv_reply.pdfYang Tse
2009-10-29Add reference for ares_parse_srv_reply docsYang Tse
2009-10-29External API function linkage decoration adjustmentYang Tse
2009-10-29External API function linkage decoration adjustmentYang Tse
2009-10-28Since the NSS lib closes the socket the memory tracking system wrongly gets aDaniel Stenberg
2009-10-28Initial step towards the ability to reduce c-ares exported symbolsYang Tse
2009-10-28libssh2 detection changes mentioned in http://curl.haxx.se/mail/lib-2009-10/0...Yang Tse
2009-10-27Fix commentYang Tse
2009-10-27Fix spellingYang Tse
2009-10-27Fix Pelles C Win32 target compilation issuesYang Tse
2009-10-26grrr, removed the conflict markersDaniel Stenberg
2009-10-26spell fix by Michael WoodDaniel Stenberg
2009-10-25- Dima Barsky made the curl cookie parser accept cookies even with blank orDaniel Stenberg
2009-10-24Mention that Android worksDan Fandrich
2009-10-24Fabian Keil's suggested wordingDaniel Stenberg
2009-10-23John Engelhart noticed an unreleased problem relative to a duplicateYang Tse
2009-10-23OS400 install: Duplicate H include file to file CURL to support more include ...Patrick Monnerat
2009-10-22update the company sponsors part, as one company is no longer sponsoringDaniel Stenberg
2009-10-21Update MSVC 6 caveats sectionYang Tse
2009-10-21Update memory tracking/debugging referenceYang Tse
2009-10-21- Attempt to use pkg-config for finding out libssh2 installation detailsDaniel Stenberg
2009-10-21mention bug 2848436 in regard to the TFTP problemsDaniel Stenberg
2009-10-21s/koresh/Johan van Selst/Daniel Stenberg
2009-10-21add --crlfile to the man pageDaniel Stenberg
2009-10-21- A patch in bug report #2883177 (http://curl.haxx.se/bug/view.cgi?id=2883177)Daniel Stenberg
2009-10-21spelling correctionsDaniel Stenberg
2009-10-21Detect when msvc 6.0 is in use without PSDK installed, intentionallyYang Tse
2009-10-19added cast macros to silent compiler warnings with 64-bit systems.Gunter Knauf
2009-10-19Fix compiler warning: local variable may be used without having been initializedYang Tse
2009-10-19Use *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that *_CHECK_PATH_SEPARATORYang Tse
2009-10-19Our _AS_PATH_SEPARATOR_PREPARE override is now m4_defun'd instead of m4_define'dYang Tse
2009-10-18- Ray Dassen provided a patch in Debian's bug tracker (bug number #551461)Daniel Stenberg
2009-10-18Check for basename() is now done the same as other function checksYang Tse
2009-10-18- Fixed memory leak in the SCP/SFTP code as it never freed the knownhostsDaniel Stenberg
2009-10-18John Dennis filed bug report #2873666Daniel Stenberg
2009-10-18- Kevin Baughman found a double close() problem with libcurl-NSS, as whenDaniel Stenberg
2009-10-17s/Make NTLM work without OpenSSL functions/Make NTLM work with other crypto f...Daniel Stenberg
2009-10-17README.NSS is goneDaniel Stenberg
2009-10-17Fix invalid file name characters handling on WindowsYang Tse
2009-10-16Move commentYang Tse
2009-10-15Replace tabs with spacesYang Tse
2009-10-14Fix an OOM handling problemYang Tse