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
2001-01-08
Loic Dachary's makefile/dist/rpm fixes
Daniel Stenberg
2001-01-05
renamed Curl_ to curl_ for the printf() prefixes
Daniel Stenberg
2001-01-05
Internal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg
2001-01-04
updated license text in headers
Daniel Stenberg
2001-01-03
dual-license fix
Daniel Stenberg
2000-12-30
ftpsendf() is remade to send the entire command in one write(), as some
Daniel Stenberg
2000-12-19
include unistd.h if present to prevent compiler warnings on close()
Daniel Stenberg
2000-12-19
Added fopen() and fclose() leak tracking
Daniel Stenberg
2000-12-19
fixed a leaked file descriptor when PORT failed
Daniel Stenberg
2000-12-18
fixed accept() for memory debugging
Daniel Stenberg
2000-12-16
changed the return code checker in the quote command send to only fail
Daniel Stenberg
2000-12-14
added socket() / sclose() checks to the memdebug system
Daniel Stenberg
2000-12-11
unix style newlines
Daniel Stenberg
2000-12-07
Added SA_RESTART since (some) HPUX doesn't have that define and it doesn't
Daniel Stenberg
2000-12-05
Added the borland makefiles
Daniel Stenberg
2000-12-05
changed third argument to size_t to match SCO prototype
Daniel Stenberg
2000-12-04
7.5-commit
Daniel Stenberg
2000-11-30
Added -version-info and lots of info
Daniel Stenberg
2000-11-30
added a typecast to shut up a VC++ warning when converting from long
Daniel Stenberg
2000-11-30
Craig Davison updated this
Daniel Stenberg
2000-11-29
removed #if 0 sections
Daniel Stenberg
2000-11-29
removed #if 0 section
Daniel Stenberg
2000-11-29
removed '#if 0' sections
Daniel Stenberg
2000-11-28
free the URL on redirections, this was a previous memory leak
Daniel Stenberg
2000-11-28
James Griffiths' max-redirs fix
Daniel Stenberg
2000-11-27
Added the memdebug include file
Daniel Stenberg
2000-11-22
document time fixes
Daniel Stenberg
2000-11-22
Added struct fields to deal with time-of-document
Daniel Stenberg
2000-11-22
client_write() proto and defines added
Daniel Stenberg
2000-11-22
uses client_write()
Daniel Stenberg
2000-11-22
uses client_write() now
Daniel Stenberg
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
[next]