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
/
getinfo.c
Age
Commit message (
Expand
)
Author
2010-09-06
portabilty: use proper variable type to hold sockets
Daniel Stenberg
2010-06-05
getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORT
Frank Meier
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-01-21
Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new
Daniel Stenberg
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-02-23
- After a bug reported by James Cheng I've made curl_easy_getinfo() for
Daniel Stenberg
2009-02-11
- CURLINFO_CONDITION_UNMET was added to allow an application to get to know if
Daniel Stenberg
2008-10-07
fix compiler warning: dereferencing type-punned pointer will break strict-ali...
Yang Tse
2008-09-05
- Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By
Daniel Stenberg
2008-07-03
Introcuding a new timestamp for curl_easy_getinfo():
Daniel Stenberg
2008-06-06
- Added CURLINFO_PRIMARY_IP as a new information retrievable with
Daniel Stenberg
2008-05-12
- Introducing curl_easy_send() and curl_easy_recv(). They can be used to send
Daniel Stenberg
2008-04-30
- To make it easier for applications that want lots of magic stuff done on
Daniel Stenberg
2007-11-07
if () => if()
Daniel Stenberg
2007-08-01
Patrick Monnerat and I modified libcurl so that now it *copies* all strings
Daniel Stenberg
2007-04-02
fix compiler warning
Yang Tse
2007-03-31
The info types cannot be checked for explicity by ANDing the types since they
Daniel Stenberg
2007-02-20
compiler warning fix
Yang Tse
2006-12-22
Curl_getinfo() now checks for a NULL SessionHandle pointer
Daniel Stenberg
2006-09-25
Compiler warning fix
Yang Tse
2006-09-07
Major overhaul introducing http pipelining support and shared connection
Daniel Stenberg
2006-08-08
Minix 3 doesn't have MSG_PEEK
Dan Fandrich
2006-05-11
make sure the LASTSOCKET check only checks for SSL status if the socket
Daniel Stenberg
2006-05-10
David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extended
Daniel Stenberg
2006-03-21
David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry path
Daniel Stenberg
2006-02-11
Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options that
Daniel Stenberg
2005-07-27
Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a
Daniel Stenberg
2005-04-22
modified this year
Daniel Stenberg
2005-04-07
GnuTLS support added. There's now a "generic" SSL layer that we use all over
Daniel Stenberg
2004-12-16
Renamed a struct member to avoid conflict with a C++ reserved word.
Dan Fandrich
2004-12-14
urldata.h: Removed engine_list.
Gisle Vanem
2004-12-14
Moved the engine stuff from the root-level of the SessionHandle struct to the
Daniel Stenberg
2004-12-13
Handle new type CURLINFO_SLIST.
Gisle Vanem
2004-10-19
CURLINFO_NUM_CONNECTS and more
Daniel Stenberg
2004-09-30
- Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows an
Daniel Stenberg
2004-05-11
curl_global_init_mem() allows the memory functions to be replaced.
Daniel Stenberg
2004-03-11
dl and ulspeed are now curl_off_t so typecast them to double when we
Daniel Stenberg
2004-03-10
Use more curl_off_t variables when doing the progress meter calculations and
Daniel Stenberg
2004-01-29
Dan Fandrich's cleanup patch to make pedantic compiler options cause less
Daniel Stenberg
2004-01-07
updated year in the copyright string
Daniel Stenberg
2003-09-04
Based on Joerg Mueller-Tolk's patch, this introduces support for
Daniel Stenberg
2003-08-20
CURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODE
Daniel Stenberg
2003-08-11
Added support for CURLINFO_HTTP_CONNECTCODE
Daniel Stenberg
2003-06-26
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
Daniel Stenberg
2003-05-01
Andy Cedilnik fixed some compiler warnings
Daniel Stenberg
2003-01-29
removed the local variables for emacs and vim, use the new sample.emacs
Daniel Stenberg
2003-01-16
copyright year update in the source header
Daniel Stenberg
2003-01-16
Allow CURLINFO_PRIVATE to be NULL, patch by Markus Oberhumer
Daniel Stenberg
2002-11-20
Kjetil Jacobsen's patch that introduces CURLOPT_PRIVATE and CURLINFO_PRIVATE
Daniel Stenberg
2002-10-28
prevent compiler warnings
Daniel Stenberg
[next]