Age | Commit message (Expand) | Author |
2009-02-27 | Indentation fixes, untabify and related whitespace-cleanup. No code changed. | Daniel Stenberg |
2009-02-25 | corrected and clarified the top comment | Daniel Stenberg |
2009-02-25 | - As Daniel Fandrich figured out, we must do the GnuTLS initing in the | Daniel Stenberg |
2009-02-24 | improved | Daniel Stenberg |
2009-02-24 | A handy little helper file for doing recursive diffs on curl source/build trees | Daniel Stenberg |
2009-02-24 | - Brian J. Murrell found out that Negotiate proxy authentication didn't work. | Daniel Stenberg |
2009-02-23 | 4.17 Non-functional connect timeouts | Daniel Stenberg |
2009-02-23 | - After a bug reported by James Cheng I've made curl_easy_getinfo() for | Daniel Stenberg |
2009-02-23 | For 7.19.5 (due to feature freeze) | Daniel Stenberg |
2009-02-23 | adjustment for new Mac OS X framework build script | Yang Tse |
2009-02-23 | Daniel Johnson provided a shell script that will perform all the steps needed | Yang Tse |
2009-02-23 | mention default port number | Daniel Stenberg |
2009-02-23 | - I renamed everything in the windows builds files that used the name 'curllib' | Daniel Stenberg |
2009-02-23 | lzma compressed tarballs too for some testing, it does produce MUCH smaller | Daniel Stenberg |
2009-02-23 | use the internal snprintf() function | Yang Tse |
2009-02-20 | mention 4 pending fixes/patches | Daniel Stenberg |
2009-02-20 | Mark Incley noticed VS2008 compilation halting when building for Windows 2000 | Yang Tse |
2009-02-20 | Do not halt compilation when using VS2008 to build a Windows 2000 target | Yang Tse |
2009-02-20 | clarified the FTP passive/active mode options somewhat | Daniel Stenberg |
2009-02-20 | the FTP multi interface bug | Daniel Stenberg |
2009-02-20 | - Linus Nielsen Feltzing reported and helped me repeat and fix a problem with | Daniel Stenberg |
2009-02-19 | The C++ binding home was changed | Daniel Stenberg |
2009-02-19 | verify that a 550-response for a RETR returns 78 but also that the control | Daniel Stenberg |
2009-02-19 | - Patrik Thunstrom reported a problem and helped me repeat it. It turned out | Daniel Stenberg |
2009-02-18 | spell-fixed comments and other minor non-code edits | Daniel Stenberg |
2009-02-18 | FTP downloads (i.e.: RETR) ending with code 550 now return error CURLE_REMOTE... | Patrick Monnerat |
2009-02-17 | Continue 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 memory | Daniel Stenberg |
2009-02-17 | three new CURLFTP_CREATE_DIR* symbols | Daniel Stenberg |
2009-02-17 | - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 for | Daniel Stenberg |
2009-02-16 | Preparation of imminent release: synchronizing OS400 wrappers + RPG binding t... | Patrick Monnerat |
2009-02-14 | In MSVC9 'time_t' is a 64-bit quantity. This causes a truncation warning | Gisle Vanem |
2009-02-14 | nah, 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 encoding | Daniel Stenberg |
2009-02-13 | there is nothing left planned for next release, metalink experiments are post- | Daniel Stenberg |
2009-02-13 | Anthony Bryan's letter=>symbol fixes | Daniel Stenberg |
2009-02-13 | ignore | Yang Tse |
2009-02-13 | Remove following files generated on previous buildconf run: | Yang Tse |
2009-02-13 | check for poll() as it is done for other functions | Yang Tse |
2009-02-12 | Fixed NTLM on curl-config --features with GnuTLS | Dan Fandrich |
2009-02-12 | Added support for Digest and NTLM authentication using GnuTLS. | Dan Fandrich |
2009-02-12 | credit Jocelyn Jaubert for his bug report and associated work | Daniel Stenberg |
2009-02-11 | - CURLINFO_CONDITION_UNMET was added to allow an application to get to know if | Daniel Stenberg |
2009-02-10 | Added docs/libcurl/symbols-in-versions | Daniel Stenberg |
2009-02-10 | completed the CURLPROXY_ collection | Daniel Stenberg |
2009-02-10 | include the symbols-in-versions file in the release archive | Daniel Stenberg |
2009-02-10 | remove a trailing name from a comment | Daniel Stenberg |
2009-02-10 | introducing the symbols-in-versions file, in an effort to help app authors | Daniel Stenberg |
2009-02-10 | mention when CURLOPT_ADDRESS_SCOPE was added | Daniel Stenberg |