Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-12 | next release will be version 7.14.0 thanks to the added GnuTLS support | Daniel Stenberg | |
2005-03-31 | the cookie API is better and more likely to happen in a separate release | Daniel Stenberg | |
2005-03-29 | postpone these | Daniel Stenberg | |
2005-03-14 | two issues fixed | Daniel Stenberg | |
2005-03-04 | stand clear for release time | Daniel Stenberg | |
2005-02-09 | David Byron fixed his SSL problems, initially mentioned here: | Daniel Stenberg | |
http://curl.haxx.se/mail/lib-2005-01/0240.html. It turned out we didn't use SSL_pending() as we should. This was TODO-RELEASE issue #59. | |||
2005-02-09 | issue #54 done | Daniel Stenberg | |
2005-02-01 | 7.13 coming up | Daniel Stenberg | |
2005-01-30 | Let's add a cookie interface in 7.14 | Daniel Stenberg | |
2005-01-22 | added a few items I plan to do | Daniel Stenberg | |
2004-12-25 | issue 54 - this takes sweat | Daniel Stenberg | |
2004-12-22 | issue 47 in next release? | Daniel Stenberg | |
2004-11-24 | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg | |
2004-11-24 | decided to skip the MSVC makefile fixes, nobody seems to really want them | Daniel Stenberg | |
and they are rather excessive | |||
2004-11-23 | cut out release with no issue to fix | Daniel Stenberg | |
2004-11-22 | issue 52 is fixed, I work on 51 | Daniel Stenberg | |
2004-11-21 | The FD_SETSIZE issue is already sorted, at least internally. We still need | Daniel Stenberg | |
to provide a better multi-API to allow apps to avoid select(). | |||
2004-11-11 | added some details on what to come | Daniel Stenberg | |
2004-10-19 | CURLINFO_NUM_CONNECTS and more | Daniel Stenberg | |
2004-10-16 | today's changes | Daniel Stenberg | |
2004-10-14 | Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name | Daniel Stenberg | |
and password fields properly in URLs, like ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix. | |||
2004-10-14 | let's fix this too | Daniel Stenberg | |
2004-10-12 | one item fixed, one added for 7.12.2 and two more for 7.12.3 | Daniel Stenberg | |
2004-10-04 | closing in on release | Daniel Stenberg | |
2004-10-01 | - Based on Fedor Karpelevitch's formpost path basename patch, file parts in | Daniel Stenberg | |
formposts no longer include the path part. If you _really_ want them, you must provide your preferred full file name with CURLFORM_FILENAME. Added detection for libgen.h and basename() to configure. My custom basename() replacement function for systems without it, might be a bit too naive... Updated 6 test cases to make them work with the stripped paths. | |||
2004-09-30 | - Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows an | Daniel Stenberg | |
app to retrieve the errno variable after a (connect) failure. It will make sense to provide this for more failures in a more generic way, but let's start like this. | |||
2004-09-30 | 48 - Harshal Pradhan's isspace() fix for 8bit cookie content | Daniel Stenberg | |
2004-09-30 | issue 47 - Peter Sylvester's patch related to the new SRP on the TLS layer | Daniel Stenberg | |
2004-09-30 | fix the multi.h too | Daniel Stenberg | |
2004-09-30 | added issue 45 "Chris' suspected race condition in the windows threaded | Daniel Stenberg | |
resolver" | |||
2004-09-30 | added five things I want fixed before the next release | Daniel Stenberg | |
2004-08-30 | removed issue 36 from this list, we don't know how to do it and no one has | Daniel Stenberg | |
stepped forward to help us. Let's postpone that fix. | |||
2004-08-09 | adding notes for 7.12.2 now, 7.12.1 is removed due to release ANY DAY NOW | Daniel Stenberg | |
2004-06-29 | multi interface connect fix | Daniel Stenberg | |
2004-06-22 | Gisle Vanem improved the certificate wildcard checks | Daniel Stenberg | |
2004-06-21 | recent events | Daniel Stenberg | |
2004-06-18 | two issues to remember to fix before next release | Daniel Stenberg | |
2004-06-08 | time schedule for this year | Daniel Stenberg | |
2004-06-04 | 3rd party transfers are in CVS now | Daniel Stenberg | |
2004-05-26 | the CONNECT issue seems fixed too now | Daniel Stenberg | |
2004-05-26 | curllib.dsp works in the latest snapshots | Daniel Stenberg | |
2004-05-26 | updated with recent stuff | Daniel Stenberg | |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | |
memory.h is included everywhere for this. | |||
2004-05-04 | Gisle made item 38, now there's only one low-prio task left... | Daniel Stenberg | |
2004-04-30 | 25 and 37 are now done, only two low-prio tasks left for the 7.12 release | Daniel Stenberg | |
2004-04-26 | some fixed, one removed, edited some. 7.12.0 in progress. | Daniel Stenberg | |
2004-04-21 | Gisle's items | Daniel Stenberg | |
2004-04-21 | test case 160 "should work" now | Daniel Stenberg | |
2004-04-16 | adding issue 36 to be fixed before release | Daniel Stenberg | |
2004-04-15 | issue 31 - fix windows multi interface is now corrected | Daniel Stenberg | |