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
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-16
Bug #149: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2015-03-05
openssl: remove all uses of USE_SSLEAY
Daniel Stenberg
2014-12-27
getinfo: Code style policing
Steve Holme
2014-12-27
getinfo: Use 'CURLcode result' for curl result codes
Steve Holme
2014-10-13
vtls: remove QsoSSL
Patrick Monnerat
2014-07-31
ssl: generalize how the ssl backend identifier is set
Daniel Stenberg
2014-06-10
getinfo: HTTP CONNECT code not reset between transfers
Marcel Raad
2014-05-09
getinfo.c: Fixed compilation warning
Steve Holme
2013-12-20
vtls: renamed sslgen.[ch] to vtls.[ch]
Daniel Stenberg
2013-12-20
vtls: created subdir, moved sslgen.[ch] there, updated all include lines
Daniel Stenberg
2013-11-30
curl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy up
Steve Holme
2013-11-27
curl_easy_getopt: Handle API violation gracefully
Christian Grothoff
2013-11-21
curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internals
Christian Grothoff
2013-07-11
getinfo.c: fix enumerated type mixed with another type
Yang Tse
2013-04-22
getinfo.c: reset timecond when clearing session-info variables
Alessandro Ghedini
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-07-13
getinfo: use va_end and cut off Curl_ from static funcs
Daniel Stenberg
2012-07-13
Split up Curl_getinfo
Philip Craig
2012-04-19
Take in account that CURLAUTH_* bitmasks are now 'unsigned long' - follow-up
Yang Tse
2011-11-24
getinfo.c: reset app connect time when clearing session-info time variables
Yang Tse
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-04-21
Fix a couple of spelling errors in lib/
Fabian Keil
2010-11-30
fix getinfo CURLINFO_LOCAL* for reused connections (take 2)
Yang Tse
2010-11-30
fix getinfo CURLINFO_LOCAL* for reused connections
Yang Tse
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
[next]