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
2015-10-09
curl_global_init: set the memory function pointers correct
Daniel Stenberg
2015-10-09
curl_global_init_mem: set function pointers before doing init
Daniel Stenberg
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2014-12-09
Curl_client_write() & al.: chop long data, convert data only once.
Patrick Monnerat
2014-11-16
easy.c: Fixed compilation warning when no verbose string support
Steve Holme
2014-11-09
libssh2: detect features based on version, not configure checks
Daniel Stenberg
2014-10-24
code cleanup: we prefer 'CURLcode result'
Daniel Stenberg
2014-10-02
wait_or_timeout: return failure when Curl_poll() fails
Daniel Stenberg
2014-07-05
compiler warnings: potentially uninitialized variables
Marcel Raad
2014-05-03
easy_perform: spelling mistake in error message
Daniel Stenberg
2014-04-22
curl_global_init_mem: bump initialized even if already initialized
Daniel Stenberg
2014-02-22
easy: Fixed a memory leak on OOM condition
Dan Fandrich
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-27
sigpipe: factor out sigpipe_reset from easy.c
Jeff King
2013-09-01
easy.c: Fixed compilation warning
Steve Holme
2013-08-29
easy: rename struct monitor to socketmonitor
Daniel Stenberg
2013-08-28
multi_socket: improved 100-continue timeout handling
Daniel Stenberg
2013-08-25
easy: define away easy_events() for non-debug builds
Daniel Stenberg
2013-08-20
curl_easy_perform_ev: debug/test function
Daniel Stenberg
2013-08-12
cleanup: removed one function, made one static
Daniel Stenberg
2013-08-12
SessionHandle: the protocol specific pointer is now a void *
Daniel Stenberg
2013-08-12
urldata: clean up the use of the protocol specific structs
Daniel Stenberg
2013-08-03
multi: remove data->state.current_conn struct field
Daniel Stenberg
2013-07-29
curl_easy_pause: on unpause, trigger mulit-socket handling
Daniel Stenberg
2013-07-24
easy.c: curl_easy_getinfo() fix va_start/va_end matching
Yang Tse
2013-07-19
curl_easy_perform: gradually increase the delay time
Daniel Stenberg
2013-07-19
WIN32 MemoryTracking: require UNICODE for wide strdup code support
Yang Tse
2013-07-18
Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage".
Yang Tse
2013-07-11
easy.c: fix global declaration shadowing
Yang Tse
2013-06-25
formpost: better random boundaries
Daniel Stenberg
2013-06-24
SIGPIPE: don't use 'data' in sigpipe restore
Daniel Stenberg
2013-06-22
SIGPIPE: ignored while inside the library
Daniel Stenberg
2013-06-13
curl_easy_perform: avoid busy-looping
Daniel Stenberg
2013-05-12
Revert "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage"
Daniel Stenberg
2013-04-26
curl_easy_init: use less mallocs
Daniel Stenberg
2013-04-04
easy.c: fix compiler warning
Yang Tse
2013-04-04
easy: Fix the broken CURLOPT_MAXCONNECTS option
Linus Nielsen Feltzing
2013-03-25
WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage
Yang Tse
2013-03-14
curl_memory.h: introduce CURLX_NO_MEMORY_CALLBACKS usage possibility
Yang Tse
2013-03-12
curl_global_init: accept the CURL_GLOBAL_ACK_EINTR flag
Zdenek Pavlas
2013-03-12
easy: do not ignore poll() failures other than EINTR
Kamil Dudka
2013-02-05
curl_easy_perform: Value stored to 'mcode' is never read
Daniel Stenberg
2013-01-17
always-multi: always use non-blocking internals
Daniel Stenberg
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
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
[next]