Age | Commit message (Expand) | Author |
2013-08-03 | multi: remove the one_easy struct field | Daniel Stenberg |
2013-08-03 | multi: rename all Curl_one_easy to SessionHandle | Daniel Stenberg |
2013-08-03 | multi: remove the multi_pos struct field | Daniel Stenberg |
2013-08-03 | multi: remove easy_handle struct field | Daniel Stenberg |
2013-08-03 | multi: remove 'Curl_one_easy' struct, phase 1 | Daniel Stenberg |
2013-08-02 | Revert "DOCS: Added IMAP URL example for listing new messages" | Steve Holme |
2013-08-02 | DOCS: Added IMAP URL example for listing new messages | Steve Holme |
2013-08-01 | packages/vms/Makefile.am: add latest file additions to EXTRA_DIST | Yang Tse |
2013-08-01 | Add in the files needed to build libcurl shared images on VMS. | John Malmberg |
2013-08-01 | curl: second follow-up for commit 5af2bfb9 | Yang Tse |
2013-07-31 | curl: follow-up for commit 5af2bfb9 | Yang Tse |
2013-07-31 | curl: --progress-bar max update frequency now at 5Hz | Daniel Stenberg |
2013-07-31 | curl: make --progress-bar update the line less frequently | Daniel Stenberg |
2013-07-30 | darwinssl: added LFs to some strings passed into infof() | Nick Zitzmann |
2013-07-30 | darwinssl: fix build error in crypto authentication under Snow Leopard | Nick Zitzmann |
2013-07-30 | md5 & metalink: use better build macros on Apple operating systems | Nick Zitzmann |
2013-07-29 | tool_operhlp.c: fix add_file_name_to_url() OOM handling | Yang Tse |
2013-07-29 | tool_operate.c: fix brace placement for vi/emacs delimiter matching | Yang Tse |
2013-07-29 | tool_operate.c: move <fabdef.h> header inclusion location | Yang Tse |
2013-07-29 | RELEASE-NOTES: synced with b5478a0e033e7 | Daniel Stenberg |
2013-07-29 | curl_easy_pause: on unpause, trigger mulit-socket handling | Daniel Stenberg |
2013-07-29 | curl_formadd: fix file upload on VMS | John E. Malmberg |
2013-07-26 | formadd: CURLFORM_FILECONTENT wrongly rejected some option combos | Daniel Stenberg |
2013-07-25 | packages/vms/Makefile.am: add latest file additions to EXTRA_DIST | Yang Tse |
2013-07-25 | VMS: intial set of files to allow building using GNV toolkit. | John E. Malmberg |
2013-07-24 | string formatting: fix too many arguments for format | Yang Tse |
2013-07-24 | string formatting: fix zero-length printf format string | Yang Tse |
2013-07-24 | easy.c: curl_easy_getinfo() fix va_start/va_end matching | Yang Tse |
2013-07-24 | imap.c: imap_sendf() fix va_start/va_end matching | Yang Tse |
2013-07-24 | string formatting: fix 15+ printf-style format strings | Yang Tse |
2013-07-24 | OS400: sync ILE/RPG binding with current curl.h | Patrick Monnerat |
2013-07-24 | string formatting: fix 25+ printf-style format strings | Yang Tse |
2013-07-23 | Makefile.am: use LDFLAGS as well when linking libcurl | Daniel Stenberg |
2013-07-23 | url.c: Fix dot file path cleanup when using an HTTP proxy | Fabian Keil |
2013-07-23 | tests: test1232 verifies dotdot removal from path with proxy | Fabian Keil |
2013-07-23 | dotdot.c: Fix a RFC section number in a comment for Curl_dedotdotify() | Fabian Keil |
2013-07-22 | build_vms.com: fix debug and float options | John E. Malmberg |
2013-07-22 | curl: fix upload of a zip file in OpenVMS | John E. Malmberg |
2013-07-22 | libtest: fix data type of some *_setopt() 'long' arguments | Yang Tse |
2013-07-22 | curl: fix symbolic names for CURL_NETRC_* enum in --libcurl output | Yang Tse |
2013-07-22 | curl: fix symbolic names for CURLUSESSL_* enum in --libcurl output | Yang Tse |
2013-07-22 | tool_operate.c: fix passing curl_easy_setopt long arg on some x64 ABIs | Yang Tse |
2013-07-21 | curl_multi_wait: fix revents | Daniel Stenberg |
2013-07-19 | RELEASE-NOTES: synced with d529f3882b9bca | Daniel Stenberg |
2013-07-19 | curl_easy_perform: gradually increase the delay time | Daniel Stenberg |
2013-07-19 | ftp_do_more: consider DO_MORE complete when server connects back | Daniel Stenberg |
2013-07-19 | Makefile.b32: Borland makefile adjustments. Tested with BCC 5.5.1 | Yang Tse |
2013-07-19 | WIN32 MemoryTracking: require UNICODE for wide strdup code support | Yang Tse |
2013-07-18 | CURLOPT_XFERINFOFUNCTION: introducing a new progress callback | Daniel Stenberg |
2013-07-18 | Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage". | Yang Tse |