Age | Commit message (Expand) | Author |
2000-11-22 | Added the client_write() function | Daniel Stenberg |
2000-11-22 | uses the new client_write() function | Daniel Stenberg |
2000-11-22 | GetLastResponse() modified to return ftp code as integer | Daniel Stenberg |
2000-11-21 | set rangestringalloc to 0 after the string has been freed to prevent it | Daniel Stenberg |
2000-11-21 | uses the "internal" mprintf() routines for formatted output | Daniel Stenberg |
2000-11-21 | bad directory name extractor fixed, now always free the file and directory | Daniel Stenberg |
2000-11-21 | curl_unescape() did not stop at the set length properly when %-codes were | Daniel Stenberg |
2000-11-21 | added some defensive code around the GetHost()'s third argument result | Daniel Stenberg |
2000-11-21 | GetHost() now sets the third pointer to NULL when the lookup fails, as the | Daniel Stenberg |
2000-11-21 | when using PORT, we now free the host name buffer properly | Daniel Stenberg |
2000-11-21 | removed the storenonprintable function as it isn't used anymore | Daniel Stenberg |
2000-11-21 | removed two unused variables and added an extra set of parentheses, done | Daniel Stenberg |
2000-11-21 | typecasted the argument to isspace() to int, to remove a pedantic compiler | Daniel Stenberg |
2000-11-21 | includes http.h for the proxytunnel stuff | Daniel Stenberg |
2000-11-21 | added comment on a variable that is unused on some platforms | Daniel Stenberg |
2000-11-20 | removed URL size restrictions | Daniel Stenberg |
2000-11-20 | Alexander Kourakos's lowercase environment variable fix | Daniel Stenberg |
2000-11-18 | spell correction resolv => resolve in two error messages | Daniel Stenberg |
2000-11-17 | now exits and alerts on bad uses of strdup() and free() | Daniel Stenberg |
2000-11-17 | added curl_formfree() | Daniel Stenberg |
2000-11-17 | now includes stdlib.h | Daniel Stenberg |
2000-11-17 | memory leak cleanup campaign | Daniel Stenberg |
2000-11-17 | changed the 'port' field to long to better work with the va_arg() system | Daniel Stenberg |
2000-11-16 | data->err must be used, not stderr | Daniel Stenberg |
2000-11-15 | not printf()ing %s normally for character that weren't isprint() made things | Daniel Stenberg |
2000-11-13 | moved the followlocation field from the http struct to the urldata struct | Daniel Stenberg |
2000-11-13 | Added space after the Cookie: header keyword | Daniel Stenberg |
2000-11-13 | J�rg updated the list of exported functions | Daniel Stenberg |
2000-11-13 | Chris Faherty fixed a free-twice problem | Daniel Stenberg |
2000-11-10 | set type before checking --head size, as the type may cause the server | Daniel Stenberg |
2000-11-10 | doing an ftp upload append that was already completed resulted in a | Daniel Stenberg |
2000-11-10 | adjusted to the changed getpass_r() | Daniel Stenberg |
2000-11-10 | new interface, updated Angus' license, dependent on HAVE_GETPASS_R | Daniel Stenberg |
2000-11-10 | Venkataramana Mokkapati corrected a cookie parser bug | Daniel Stenberg |
2000-11-07 | Added typecast to localtime_r() | Daniel Stenberg |
2000-11-07 | removed the perror() outputs as they did nothing good to us | Daniel Stenberg |
2000-11-06 | getpass_r() is the new getpass name for thread-safe getpass! | Daniel Stenberg |
2000-11-06 | new getpass proto and function pointer usage | Daniel Stenberg |
2000-11-06 | modified pgrsTime() to the new functionality | Daniel Stenberg |
2000-11-06 | adjusted the time-keeping function to work better for location following | Daniel Stenberg |
2000-11-06 | Emmanuel Tychon found a problem when specifying user-name only in a URL | Daniel Stenberg |
2000-11-01 | added signal in case sigaction is missing | Daniel Stenberg |
2000-10-30 | typecasted the localtime_r() return code to not make it not warn even if the | Daniel Stenberg |
2000-10-30 | new urldata ssl layout and T. Bharath brought the new SSL cert verify function | Daniel Stenberg |
2000-10-26 | removed old unused getpass() leftovers | Daniel Stenberg |
2000-10-26 | Georg Horn provided a fix for the timeout signal stuff. Finally the timeout | Daniel Stenberg |
2000-10-26 | renamed getpass() to my_getpass() and it is now thread-safe and should | Daniel Stenberg |
2000-10-25 | compiles on Linux now | Daniel Stenberg |
2000-10-20 | remote_port used in Host: headers only when non-default | Daniel Stenberg |
2000-10-17 | made the speedcheck actually work again | Daniel Stenberg |