summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-02- David Kierznowski notified us about a security flawcurl-7_19_4Daniel Stenberg
2009-03-027.19.4 won't get anything elseDaniel Stenberg
2009-03-02the Eiffel bindingDaniel Stenberg
2009-03-01nothing more left for 7.19.4, the issue #216 is moved to 7.19.5 since we'reDaniel Stenberg
2009-02-28for portability reasons: s/inet_pton/Curl_inet_pton/Yang Tse
2009-02-28fix compiler warningYang Tse
2009-02-27mention the '-o -' trickDaniel Stenberg
2009-02-27217 - Dan Fandrich's "GnuTLS initialization thread safety"Daniel Stenberg
2009-02-27- Senthil Raja Velu reported a problem when CURLOPT_INTERFACE andDaniel Stenberg
2009-02-27Indentation fixes, untabify and related whitespace-cleanup. No code changed.Daniel Stenberg
2009-02-25corrected and clarified the top commentDaniel Stenberg
2009-02-25- As Daniel Fandrich figured out, we must do the GnuTLS initing in theDaniel Stenberg
2009-02-24improvedDaniel Stenberg
2009-02-24A handy little helper file for doing recursive diffs on curl source/build treesDaniel Stenberg
2009-02-24- Brian J. Murrell found out that Negotiate proxy authentication didn't work.Daniel Stenberg
2009-02-234.17 Non-functional connect timeoutsDaniel Stenberg
2009-02-23- After a bug reported by James Cheng I've made curl_easy_getinfo() forDaniel Stenberg
2009-02-23For 7.19.5 (due to feature freeze)Daniel Stenberg
2009-02-23adjustment for new Mac OS X framework build scriptYang Tse
2009-02-23Daniel Johnson provided a shell script that will perform all the steps neededYang Tse
2009-02-23mention default port numberDaniel Stenberg
2009-02-23- I renamed everything in the windows builds files that used the name 'curllib'Daniel Stenberg
2009-02-23lzma compressed tarballs too for some testing, it does produce MUCH smallerDaniel Stenberg
2009-02-23use the internal snprintf() functionYang Tse
2009-02-20mention 4 pending fixes/patchesDaniel Stenberg
2009-02-20Mark Incley noticed VS2008 compilation halting when building for Windows 2000Yang Tse
2009-02-20Do not halt compilation when using VS2008 to build a Windows 2000 targetYang Tse
2009-02-20clarified the FTP passive/active mode options somewhatDaniel Stenberg
2009-02-20the FTP multi interface bugDaniel Stenberg
2009-02-20- Linus Nielsen Feltzing reported and helped me repeat and fix a problem withDaniel Stenberg
2009-02-19The C++ binding home was changedDaniel Stenberg
2009-02-19verify that a 550-response for a RETR returns 78 but also that the controlDaniel Stenberg
2009-02-19- Patrik Thunstrom reported a problem and helped me repeat it. It turned outDaniel Stenberg
2009-02-18spell-fixed comments and other minor non-code editsDaniel Stenberg
2009-02-18FTP downloads (i.e.: RETR) ending with code 550 now return error CURLE_REMOTE...Patrick Monnerat
2009-02-17Continue sync work on OS400 specific code and RPG binding.Patrick Monnerat
2009-02-17- Kamil Dudka made NSS-powered builds compile and run again!Daniel Stenberg
2009-02-17- A second follow-up change by Andre Guibert de Bruet to fix a related memoryDaniel Stenberg
2009-02-17three new CURLFTP_CREATE_DIR* symbolsDaniel Stenberg
2009-02-17- CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 forDaniel Stenberg
2009-02-16Preparation of imminent release: synchronizing OS400 wrappers + RPG binding t...Patrick Monnerat
2009-02-14In MSVC9 'time_t' is a 64-bit quantity. This causes a truncation warningGisle Vanem
2009-02-14nah, use the simpler year - year range syntax only, no matter what emacs'Daniel Stenberg
2009-02-14- Andre Guibert de Bruet found and fixed a memory leak in the content encodingDaniel Stenberg
2009-02-13there is nothing left planned for next release, metalink experiments are post-Daniel Stenberg
2009-02-13Anthony Bryan's letter=>symbol fixesDaniel Stenberg
2009-02-13ignoreYang Tse
2009-02-13Remove following files generated on previous buildconf run:Yang Tse
2009-02-13check for poll() as it is done for other functionsYang Tse
2009-02-12Fixed NTLM on curl-config --features with GnuTLSDan Fandrich