Patrick Monnerat
|
6ea4ee94f9
Curl_client_write() & al.: chop long data, convert data only once.
|
10 years ago |
Steve Holme
|
591d5ca41b
easy.c: Fixed compilation warning when no verbose string support
|
10 years ago |
Daniel Stenberg
|
9dbbba9976
libssh2: detect features based on version, not configure checks
|
10 years ago |
Daniel Stenberg
|
0eb3d15ccb
code cleanup: we prefer 'CURLcode result'
|
10 years ago |
Daniel Stenberg
|
a8ec986981
wait_or_timeout: return failure when Curl_poll() fails
|
10 years ago |
Marcel Raad
|
8ffe6f5b57
compiler warnings: potentially uninitialized variables
|
10 years ago |
Daniel Stenberg
|
947bb79c08
easy_perform: spelling mistake in error message
|
10 years ago |
Daniel Stenberg
|
5b463e97fa
curl_global_init_mem: bump initialized even if already initialized
|
10 years ago |
Dan Fandrich
|
a660c0dbe6
easy: Fixed a memory leak on OOM condition
|
10 years ago |
Daniel Stenberg
|
11e8066ef9
vtls: renamed sslgen.[ch] to vtls.[ch]
|
11 years ago |
Daniel Stenberg
|
eccf4fb7ee
vtls: created subdir, moved sslgen.[ch] there, updated all include lines
|
11 years ago |
Jeff King
|
e64f91feb7
sigpipe: factor out sigpipe_reset from easy.c
|
11 years ago |
Steve Holme
|
af4bddf20b
easy.c: Fixed compilation warning
|
11 years ago |
Daniel Stenberg
|
2f9b64ac33
easy: rename struct monitor to socketmonitor
|
11 years ago |
Daniel Stenberg
|
a691e04470
multi_socket: improved 100-continue timeout handling
|
11 years ago |
Daniel Stenberg
|
817ceb09e0
easy: define away easy_events() for non-debug builds
|
11 years ago |
Daniel Stenberg
|
6cf8413e31
curl_easy_perform_ev: debug/test function
|
11 years ago |
Daniel Stenberg
|
8a42c2ef8d
cleanup: removed one function, made one static
|
11 years ago |
Daniel Stenberg
|
e79535bc5e
SessionHandle: the protocol specific pointer is now a void *
|
11 years ago |
Daniel Stenberg
|
4ad8e142da
urldata: clean up the use of the protocol specific structs
|
11 years ago |
Daniel Stenberg
|
784336deec
multi: remove data->state.current_conn struct field
|
11 years ago |
Daniel Stenberg
|
b5478a0e03
curl_easy_pause: on unpause, trigger mulit-socket handling
|
11 years ago |
Yang Tse
|
50a74be125
easy.c: curl_easy_getinfo() fix va_start/va_end matching
|
11 years ago |
Daniel Stenberg
|
d529f3882b
curl_easy_perform: gradually increase the delay time
|
11 years ago |
Yang Tse
|
6bcacff1a5
WIN32 MemoryTracking: require UNICODE for wide strdup code support
|
11 years ago |
Yang Tse
|
90695fb2c5
Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage".
|
11 years ago |
Yang Tse
|
2022b10e50
easy.c: fix global declaration shadowing
|
11 years ago |
Daniel Stenberg
|
365c5ba395
formpost: better random boundaries
|
11 years ago |
Daniel Stenberg
|
6117d4025e
SIGPIPE: don't use 'data' in sigpipe restore
|
11 years ago |
Daniel Stenberg
|
7d80ed64e4
SIGPIPE: ignored while inside the library
|
11 years ago |