Age | Commit message (Expand) | Author |
2001-03-15 | connection timeout is now supported | Daniel Stenberg |
2001-03-15 | Jörn's win32-fix to make it work better | Daniel Stenberg |
2001-03-15 | corrected it, did I mention IPv6 with HTTP proxy? | Daniel Stenberg |
2001-03-15 | Put more concentrated unix install help already at the top, with a note that | Daniel Stenberg |
2001-03-14 | added some text for -d that says it "emulates filling in HTML forms" as that | Daniel Stenberg |
2001-03-14 | ipv6 adjustments | Daniel Stenberg |
2001-03-14 | removed a bunch of warnings for IPv6-compiles | Daniel Stenberg |
2001-03-14 | now works with IPv6 and HTTP proxy | Daniel Stenberg |
2001-03-14 | netrc fix | Daniel Stenberg |
2001-03-14 | hm, don't free the home dir and append the .netrc part properly | Daniel Stenberg |
2001-03-14 | checks for a few functions and include files more for the new getpwuid() | Daniel Stenberg |
2001-03-14 | uses getpwuid() to find user's home dir | Daniel Stenberg |
2001-03-14 | added a missing \ | Daniel Stenberg |
2001-03-14 | always append the incoming request to the server.input file, it allows | Daniel Stenberg |
2001-03-14 | updated to work with the modified http server | Daniel Stenberg |
2001-03-14 | Added test case 38 | Daniel Stenberg |
2001-03-14 | Edin Kadribaic's bug report #408488 forced a rearrange of two struct fields | Daniel Stenberg |
2001-03-14 | Added the --egd-file and --random-file options | Daniel Stenberg |
2001-03-14 | curl 7.7 beta 3 | Daniel Stenberg |
2001-03-14 | removed the two unnecessary include files | Daniel Stenberg |
2001-03-14 | ssluse fixed, various win32 fixes | Daniel Stenberg |
2001-03-14 | Björn Stenberg corrected the silly '(void)data' usage when SSL is not | Daniel Stenberg |
2001-03-14 | Jörn's updated file | Daniel Stenberg |
2001-03-14 | the URL escape/unescape functions are also public but undocumented | Daniel Stenberg |
2001-03-14 | First Jörn's updates were applied, then | Daniel Stenberg |
2001-03-14 | no longer includes the curl/types.h and curl/easy.h include files | Daniel Stenberg |
2001-03-14 | increased the 'current' number for the interface | Daniel Stenberg |
2001-03-14 | Curl_str(n)equal renamed to curl_str(n)equal | Daniel Stenberg |
2001-03-14 | documented the undocumented public functions in libcurl | Daniel Stenberg |
2001-03-14 | chunked bugfix, Jörn's fixes, the interface number increase | Daniel Stenberg |
2001-03-14 | The Curl_* prefixes are now changed for curl_* ones, as these two functions | Daniel Stenberg |
2001-03-14 | Jörn added "#define socklen_t int" | Daniel Stenberg |
2001-03-14 | Jörn fixed it to compile on win32 again | Daniel Stenberg |
2001-03-14 | Jörn Hartroth added a set of files | Daniel Stenberg |
2001-03-14 | Jörn Hartroth fixed a bad #endif placement | Daniel Stenberg |
2001-03-13 | re-added the default switch for weird states | Daniel Stenberg |
2001-03-13 | removed the random seeding and persistant stuff, as both are already in | Daniel Stenberg |
2001-03-13 | Added a failf() error message when the chunked read returns failure | Daniel Stenberg |
2001-03-13 | updated the chunked state-machine to deal with the trailing CRLF that comes | Daniel Stenberg |
2001-03-13 | made 'X to Y' sequences not include X twice | Daniel Stenberg |
2001-03-13 | corrected the chunked format | Daniel Stenberg |
2001-03-13 | 7.7 beta 2 fixes | Daniel Stenberg |
2001-03-13 | EXTRA_DIST got too long, I shortened it now but we have to do something | Daniel Stenberg |
2001-03-13 | failf() now respects the mute flag | Daniel Stenberg |
2001-03-13 | Guenole Bescon's bug found on march 8 is added | Daniel Stenberg |
2001-03-13 | exchanged I and me to we and us in a lot of places | Daniel Stenberg |
2001-03-13 | Added test case 37, HTTP GET with name+password in the URL | Daniel Stenberg |
2001-03-13 | a whole new section on persitant connections and how they're treated | Daniel Stenberg |
2001-03-13 | we speak HTTP 1.1 now | Daniel Stenberg |
2001-03-13 | close policies | Daniel Stenberg |