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
/
easy.c
Age
Commit message (
Expand
)
Author
2008-08-28
minor code indent fixes
Daniel Stenberg
2008-08-11
- Constantine Sapuntzakis filed bug report #2042430
Daniel Stenberg
2008-05-12
- Introducing curl_easy_send() and curl_easy_recv(). They can be used to send
Daniel Stenberg
2008-04-22
Added support for running on Symbian OS.
Dan Fandrich
2008-04-05
- Alexey Simak fixed curl_easy_reset() to reset the max redirect limit properly
Daniel Stenberg
2008-03-31
Removed the generated ca-bundle.h file. The verbatim value of $ca and
Michal Marek
2008-03-20
- Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath by
Michal Marek
2008-03-18
- Added curl_easy_getinfo typechecker.
Michal Marek
2008-03-11
- Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and only
Michal Marek
2008-01-15
Woops, partly revert my previous commit and do it slightly differently instead.
Daniel Stenberg
2008-01-08
Introducing curl_easy_pause() and new magic return codes for both the read
Daniel Stenberg
2007-11-24
struct HandleData is now called struct SingleRequest, and is only for data that
Daniel Stenberg
2007-11-20
white space changes only to clean up indent and source width
Daniel Stenberg
2007-11-05
removed space after if and while before the parenthesis for better source code
Daniel Stenberg
2007-08-26
Fixed some minor mismatched types found by splint.
Dan Fandrich
2007-08-01
Patrick Monnerat and I modified libcurl so that now it *copies* all strings
Daniel Stenberg
2007-07-23
Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed
Dan Fandrich
2007-07-11
added NetWare-own file to provide some init functions (for now only CLIB);
Gunter Knauf
2007-06-27
Add two new options for the SFTP/SCP/FILE protocols: CURLOPT_NEW_FILE_PERMS
James Housley
2007-05-31
When transferring 500 downloads in parallel with a c-ares enabled build only
Daniel Stenberg
2007-04-28
Frank Hempel fixed a curl_easy_duphandle() crash on a handle that had
Daniel Stenberg
2007-04-08
fix out of memory handling issue
Yang Tse
2007-04-03
Rob Jones fixed better #ifdef'ing for a bunch of #include lines.
Daniel Stenberg
2007-03-31
When curl_easy_duphandle() fails because it can't get or make a connection
Daniel Stenberg
2007-03-27
New Internal wrapper function Curl_select() around select (2), it
Yang Tse
2007-02-28
proper symbol definition check for all AmigaOS flavours
Yang Tse
2007-02-26
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
Gisle Vanem
2007-02-16
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
Yang Tse
2007-01-31
add debug messages for initialization failures
Yang Tse
2007-01-28
curl_easy_reset() now resets the CA bundle path correctly
Daniel Stenberg
2006-12-29
curl_easy_duphandle() sets the magic number in the new handle
Daniel Stenberg
2006-12-22
- Robert Foreman provided a prime example snippet showing how libcurl would
Daniel Stenberg
2006-12-05
Jared Lundell filed bug report #1604956
Daniel Stenberg
2006-11-02
James Housley brought support for SCP transfers
Daniel Stenberg
2006-10-18
Check for USE_WINSOCK instead of WIN32 where the check was done
Yang Tse
2006-10-11
Remove redundant __CYGWIN__ symbol check
Yang Tse
2006-10-04
Dmitriy Sergeyev provided an example source code that crashed CVS libcurl
Daniel Stenberg
2006-09-09
iconv-data needs to be fully reallocated (to prevent a double-free).
Gisle Vanem
2006-09-09
Duplicate iconv-data too in curl_easy_duphandle().
Gisle Vanem
2006-09-07
Major overhaul introducing http pipelining support and shared connection
Daniel Stenberg
2006-09-03
Simplified #ifdef on WIN32; the statement
Gisle Vanem
2006-08-30
Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.
Gisle Vanem
2006-08-29
Watcom lacks <sys/time.h>.
Gisle Vanem
2006-07-25
Silence iconv() warnings.
Gisle Vanem
2006-07-11
Moved strdup replacement from src/main.c into src/strdup.c so it's available
Dan Fandrich
2006-07-07
Ingmar Runge provided a source snippet that caused a crash. The reason for
Daniel Stenberg
2006-04-07
First commit of David McCreedy's EBCDIC and TPF changes.
Daniel Stenberg
2006-02-11
Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options that
Daniel Stenberg
2006-01-15
Bryan Henderson turned the 'initialized' variable for curl_global_init()
Daniel Stenberg
2005-07-17
Simplified the code within curl_easy_perform() that calls Curl_perform().
Daniel Stenberg
[prev]
[next]