aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-09-13Update documentation to explicitly state Curl::easy licence is dual MIT/X - MPL.Cris Bailiff
2001-09-12moved a 100K buffer from the transfer loop to the urlstate struct, as itDaniel Stenberg
seriously decreases the amount of used stack space
2001-09-12removed perl and php makefilesDaniel Stenberg
2001-09-12reverted. twas no memory leak and the "fix" didn't even compile on windows...Daniel Stenberg
2001-09-12narrowed some source lines to fit in 80 colsDaniel Stenberg
2001-09-12ConnectionKillOne() _can_ return -1 as an indication of errorDaniel Stenberg
This is T. Bharath's fix
2001-09-12T. Bharath's patch that sets up a few necessary buffers in the duphandle()Daniel Stenberg
function
2001-09-12*TERRIBLE* terrible memory leak occuring on all systems that have noDaniel Stenberg
gethostbyname_r() function, most notably windows machines...
2001-09-11added CURLOPT_SSL_CIPHER_LISTDaniel Stenberg
2001-09-11--ciphers now sets CURLOPT_SSL_CIPHER_LISTDaniel Stenberg
2001-09-11now can set list of ciphersDaniel Stenberg
2001-09-11added --ciphersDaniel Stenberg
2001-09-11documented CURLOPT_SSL_CIPHER_LISTDaniel Stenberg
2001-09-11CURLOPT_SSL_CIPHER_LIST supportDaniel Stenberg
2001-09-11added cipher_listDaniel Stenberg
2001-09-11added ability to set prefered list of ciphersDaniel Stenberg
2001-09-11changes since pre3Daniel Stenberg
2001-09-11removed the 'perl' and 'php' dirs from the release archiveDaniel Stenberg
2001-09-11ouputs the start and expire dates of the server certificate on verboseDaniel Stenberg
output
2001-09-11cleaned up, now closes the listener port in PASV and it doesn't re-use theDaniel Stenberg
same passive port number
2001-09-11some unixes have the netrc description in the ftp(1) man pageDaniel Stenberg
2001-09-10generated .h file cut offDaniel Stenberg
2001-09-10updated to allow separate packagingDaniel Stenberg
2001-09-10Added project curl source headerDaniel Stenberg
2001-09-10Fix perl segfault due to changes in header callback behaviour since ↵Cris Bailiff
curl-7.8.1-pre3
2001-09-10Curl_cookie_output() must check that there's a cookie struct present beforeDaniel Stenberg
trying to address it!
2001-09-10updated tool versionsDaniel Stenberg
2001-09-07checks for sys/utime.hDaniel Stenberg
2001-09-07HAVE_SYS_UTIME_H adjustmentsDaniel Stenberg
2001-09-07made it compile properly when not building with SSL supportDaniel Stenberg
2001-09-07Added formatting sections for emacs and vimSterling Hughes
2001-09-07fix for emacsSterling Hughes
2001-09-06moved the session ID cache state variables into the UrlState struct withinDaniel Stenberg
the SessionHandle. It was previously wrongly put in UserDefined
2001-09-06Curl_SSL_Close_All() now checks that we have a session cache before we runDaniel Stenberg
around killing entries in it!
2001-09-05added -R descriptionDaniel Stenberg
2001-09-05first shaky and stumbling attempts at a *_duphandle() functionDaniel Stenberg
2001-09-05added curl-mode.elDaniel Stenberg
2001-09-05emacs lisp setup for hacking curl codeDaniel Stenberg
2001-09-05Fix formatting when tabs and spaces got mixed up (if tabstop was not set toSterling Hughes
8 this looked quite funny :) Added a small formatting section for vim at the bottom, it also contains an emacs portion (copied it from another project I'm working on), I don't know if this is correct, but its a step (the vim part is correct :)
2001-09-03defined HAVE_UTIME and HAVE_UTIME_HDaniel Stenberg
2001-09-03corrected the comment to be valid chunk formatDaniel Stenberg
2001-09-03-R removes a TODODaniel Stenberg
2001-09-03-R addedDaniel Stenberg
2001-09-03utime() and utime.h adjustments for curl -RDaniel Stenberg
2001-09-03introducing -R/--remote-time which uses the remote file's time to set theDaniel Stenberg
local file's time
2001-09-03use the LIBCURL_NAME instead of the "hardcoded" stringDaniel Stenberg
2001-09-03libtool 1.4.1Daniel Stenberg
2001-09-01removed unused #definesDaniel Stenberg
2001-09-01Heikki Korpela noticed openbsd problems and libtoolDaniel Stenberg
2001-09-01as generated with libtool 1.4.0aDaniel Stenberg