index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
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
2000-10-16
7.4.1 commit
Daniel Stenberg
2000-10-12
sprintf() => snprintf()
Daniel Stenberg
2000-10-11
free the URL string if that was allocated
Daniel Stenberg
2000-10-11
free the FTP struct already in the _done() function
Daniel Stenberg
2000-10-11
memory leak adjusts
Daniel Stenberg
2000-10-09
removed the header that confuses PHP
Daniel Stenberg
2000-10-09
added the bool typedef, moved here from curl/curl.h
Daniel Stenberg
[prev]
[next]