Christian Grothoff
|
59f1209fad
curl_easy_getopt: Handle API violation gracefully
|
11 years ago |
Christian Grothoff
|
2c04e8d80c
curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internals
|
11 years ago |
Yang Tse
|
0d9e65f79f
getinfo.c: fix enumerated type mixed with another type
|
11 years ago |
Alessandro Ghedini
|
c49ed0b6c0
getinfo.c: reset timecond when clearing session-info variables
|
11 years ago |
Yang Tse
|
5a053ffe80
build: fix circular header inclusion with other packages
|
12 years ago |
Yang Tse
|
4a5aa6682d
Revert changes relative to lib/*.[ch] recent renaming
|
12 years ago |
Yang Tse
|
5b6e7927c6
build: rename 93 lib/*.c files
|
12 years ago |
Yang Tse
|
f871de0064
build: make use of 76 lib/*.h renamed files
|
12 years ago |
Daniel Stenberg
|
771e91374b
getinfo: use va_end and cut off Curl_ from static funcs
|
12 years ago |
Philip Craig
|
1a74e54e8b
Split up Curl_getinfo
|
12 years ago |
Yang Tse
|
94111bbbd4
Take in account that CURLAUTH_* bitmasks are now 'unsigned long' - follow-up
|
12 years ago |
Yang Tse
|
46bd8b330a
getinfo.c: reset app connect time when clearing session-info time variables
|
13 years ago |
Yang Tse
|
f1586cb477
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
|
13 years ago |
Fabian Keil
|
1702a2c08d
Fix a couple of spelling errors in lib/
|
13 years ago |
Yang Tse
|
11cddb68e0
fix getinfo CURLINFO_LOCAL* for reused connections (take 2)
|
14 years ago |
Yang Tse
|
f6f5d7874f
fix getinfo CURLINFO_LOCAL* for reused connections
|
14 years ago |
Daniel Stenberg
|
c6fa1952a1
portabilty: use proper variable type to hold sockets
|
14 years ago |
Frank Meier
|
8098d9417c
getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORT
|
14 years ago |
Daniel Stenberg
|
2309b4e330
remove the CVSish $Id$ lines
|
14 years ago |
Daniel Stenberg
|
bc4582b68a
Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new
|
15 years ago |
Yang Tse
|
33a3753c3f
libcurl's memory.h renamed to curl_memory.h
|
15 years ago |
Daniel Stenberg
|
6c9f37d263
- After a bug reported by James Cheng I've made curl_easy_getinfo() for
|
15 years ago |
Daniel Stenberg
|
002cf105c6
- CURLINFO_CONDITION_UNMET was added to allow an application to get to know if
|
15 years ago |
Yang Tse
|
27db045095
fix compiler warning: dereferencing type-punned pointer will break strict-aliasing rules
|
16 years ago |
Daniel Stenberg
|
4c9768565e
- Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By
|
16 years ago |
Daniel Stenberg
|
7c648782bc
Introcuding a new timestamp for curl_easy_getinfo():
|
16 years ago |
Daniel Stenberg
|
930a45e7a9
- Added CURLINFO_PRIMARY_IP as a new information retrievable with
|
16 years ago |
Daniel Stenberg
|
514592b892
- Introducing curl_easy_send() and curl_easy_recv(). They can be used to send
|
16 years ago |
Daniel Stenberg
|
852989856d
- To make it easier for applications that want lots of magic stuff done on
|
16 years ago |
Daniel Stenberg
|
cbd1a77ec2
if () => if()
|
17 years ago |