Age | Commit message (Expand) | Author |
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 |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-12-07 | Introducing a new persistent connection caching system using "bundles". | Linus Nielsen Feltzing |
2012-04-06 | curl tool: use configuration files from lib directory | Yang Tse |
2011-10-12 | OOM handling/cleanup slight adjustments | Yang Tse |
2011-10-07 | libcurl: some OOM handling fixes | Yang Tse |
2011-08-28 | NTLM: END of refactoring/splitting/moving | Yang Tse |
2011-08-07 | BSD-style lwIP TCP/IP stack support - followup | 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-07-25 | WIN32 io.h and fcntl.h inclusion done in setup_once.h | Yang Tse |
2011-07-25 | time.h and sys/time.h inclusion conditionally done in setup_once.h | Yang Tse |
2011-07-24 | errno.h inclusion conditionally done in setup_once.h | Yang Tse |
2011-05-24 | compiler warning: fix | Yang Tse |
2011-04-27 | whitespace cleanup: no space first in conditionals | Daniel Stenberg |