37
I Use This!
Very High Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 22 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
First J�rn's updates were applied, then my take at removing the private functions from the list, then I renamed the *str(n)equal functions... More... about 23 years ago
no longer includes the curl/types.h and curl/easy.h include files explicitly, as they're taken care of indirectly by curl/curl.h these days. More... about 23 years ago
increased the 'current' number for the interface More... about 23 years ago
Curl_str(n)equal renamed to curl_str(n)equal More... about 23 years ago
documented the undocumented public functions in libcurl More... about 23 years ago
chunked bugfix, J�rn's fixes, the interface number increase More... about 23 years ago
The Curl_* prefixes are now changed for curl_* ones, as these two functions are used externally and thus are public symbols. More... about 23 years ago
J�rn added "#define socklen_t int" More... about 23 years ago
J�rn fixed it to compile on win32 again More... about 23 years ago
J�rn Hartroth added a set of files More... about 23 years ago
J�rn Hartroth fixed a bad #endif placement More... about 23 years ago
re-added the default switch for weird states More... about 23 years ago
removed the random seeding and persistant stuff, as both are already in this version! More... about 23 years ago
Added a failf() error message when the chunked read returns failure More... about 23 years ago
updated the chunked state-machine to deal with the trailing CRLF that comes after the data part More... about 23 years ago
made 'X to Y' sequences not include X twice More... about 23 years ago
corrected the chunked format More... about 23 years ago
7.7 beta 2 fixes More... about 23 years ago
EXTRA_DIST got too long, I shortened it now but we have to do something else as it will grow a lot more... More... about 23 years ago
failf() now respects the mute flag More... about 23 years ago
Guenole Bescon's bug found on march 8 is added More... about 23 years ago
exchanged I and me to we and us in a lot of places updated for persistant connections and 7.7 More... about 23 years ago
Added test case 37, HTTP GET with name+password in the URL More... about 23 years ago
a whole new section on persitant connections and how they're treated internally More... about 23 years ago
we speak HTTP 1.1 now more braging about the portability More... about 23 years ago
close policies More... about 23 years ago
initial close policy support More... about 23 years ago
Added 'created' to the connectdata struct to hold the creation date, to be used for the close policy decision More... about 23 years ago
Curl_tvnow is now properly declared with (void) More... about 23 years ago
curl_getinfo is removed, not a public function More... about 23 years ago