2013-08-07 |
Yang Tse | packages/vms/Makefile.am: add latest file additions... |
commit | commitdiff | tree | snapshot |
2013-08-07 |
John Malmberg | Building_vms_pcsi_kit |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Daniel Stenberg | LIBCURL-STRUCTS: new document |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Daniel Stenberg | CONTRIBUTE: minor language polish |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Daniel Stenberg | FTP: when EPSV gets a 229 but fails to connect, retry... |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Nick Zitzmann | md5: remove use of CommonCrypto-to-OpenSSL macros for... |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Guenter Knauf | Simplify check for trusted certificates. |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Daniel Stenberg | configure: warn on bad env variable use, don't error |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Daniel Stenberg | Revert "configure: don't error out on variable confusio... |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Daniel Stenberg | formadd: wrong pointer for file name when CURLFORM_BUFF... |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Guenter Knauf | Skip more untrusted certificates. |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Daniel Stenberg | configure: don't error out on variable confusions,... |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Daniel Stenberg | configure: rephrase the notice in _XC_CHECK_VAR_* |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Daniel Stenberg | multi: remove data->state.current_conn struct field |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Daniel Stenberg | multi: remove the one_easy struct field |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Daniel Stenberg | multi: rename all Curl_one_easy to SessionHandle |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Daniel Stenberg | multi: remove the multi_pos struct field |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Daniel Stenberg | multi: remove easy_handle struct field |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Daniel Stenberg | multi: remove 'Curl_one_easy' struct, phase 1 |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Steve Holme | Revert "DOCS: Added IMAP URL example for listing new... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Steve Holme | DOCS: Added IMAP URL example for listing new messages |
commit | commitdiff | tree | snapshot |
2013-08-01 |
Yang Tse | packages/vms/Makefile.am: add latest file additions... |
commit | commitdiff | tree | snapshot |
2013-08-01 |
John Malmberg | Add in the files needed to build libcurl shared images... |
commit | commitdiff | tree | snapshot |
2013-08-01 |
Yang Tse | curl: second follow-up for commit 5af2bfb9 |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Yang Tse | curl: follow-up for commit 5af2bfb9 |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Daniel Stenberg | curl: --progress-bar max update frequency now at 5Hz |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Daniel Stenberg | curl: make --progress-bar update the line less frequently |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Nick Zitzmann | darwinssl: added LFs to some strings passed into infof() |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Nick Zitzmann | darwinssl: fix build error in crypto authentication... |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Nick Zitzmann | md5 & metalink: use better build macros on Apple operat... |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Yang Tse | tool_operhlp.c: fix add_file_name_to_url() OOM handling |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Yang Tse | tool_operate.c: fix brace placement for vi/emacs delimi... |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Yang Tse | tool_operate.c: move <fabdef.h> header inclusion location |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Daniel Stenberg | RELEASE-NOTES: synced with b5478a0e033e7 |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Daniel Stenberg | curl_easy_pause: on unpause, trigger mulit-socket handling |
commit | commitdiff | tree | snapshot |
2013-07-29 |
John E. Malmberg | curl_formadd: fix file upload on VMS |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Daniel Stenberg | formadd: CURLFORM_FILECONTENT wrongly rejected some... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Yang Tse | packages/vms/Makefile.am: add latest file additions... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
John E. Malmberg | VMS: intial set of files to allow building using GNV... |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Yang Tse | string formatting: fix too many arguments for format |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Yang Tse | string formatting: fix zero-length printf format string |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Yang Tse | easy.c: curl_easy_getinfo() fix va_start/va_end matching |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Yang Tse | imap.c: imap_sendf() fix va_start/va_end matching |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Yang Tse | string formatting: fix 15+ printf-style format strings |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Patrick Monnerat | OS400: sync ILE/RPG binding with current curl.h |
commit | commitdiff | tree | snapshot |
2013-07-23 |
Yang Tse | string formatting: fix 25+ printf-style format strings |
commit | commitdiff | tree | snapshot |
2013-07-23 |
Daniel Stenberg | Makefile.am: use LDFLAGS as well when linking libcurl |
commit | commitdiff | tree | snapshot |
2013-07-23 |
Fabian Keil | url.c: Fix dot file path cleanup when using an HTTP... |
commit | commitdiff | tree | snapshot |
2013-07-23 |
Fabian Keil | tests: test1232 verifies dotdot removal from path with... |
commit | commitdiff | tree | snapshot |
2013-07-23 |
Fabian Keil | dotdot.c: Fix a RFC section number in a comment for... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
John E. Malmberg | build_vms.com: fix debug and float options |
commit | commitdiff | tree | snapshot |
2013-07-22 |
John E. Malmberg | curl: fix upload of a zip file in OpenVMS |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Yang Tse | libtest: fix data type of some *_setopt() 'long' arguments |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Yang Tse | curl: fix symbolic names for CURL_NETRC_* enum in ... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Yang Tse | curl: fix symbolic names for CURLUSESSL_* enum in ... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Yang Tse | tool_operate.c: fix passing curl_easy_setopt long arg... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Daniel Stenberg | curl_multi_wait: fix revents |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Daniel Stenberg | RELEASE-NOTES: synced with d529f3882b9bca |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Daniel Stenberg | curl_easy_perform: gradually increase the delay time |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Daniel Stenberg | ftp_do_more: consider DO_MORE complete when server... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Yang Tse | Makefile.b32: Borland makefile adjustments. Tested... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Yang Tse | WIN32 MemoryTracking: require UNICODE for wide strdup... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Daniel Stenberg | CURLOPT_XFERINFOFUNCTION: introducing a new progress... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Yang Tse | Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Yang Tse | xc-am-iface.m4: comments refinement |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Yang Tse | configure: fix 'subdir-objects' distclean related issue |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Evgeny Turnaev | curl_multi_wait: set revents for extra fds |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Ben Greear | asyn-ares: Don't blank ares servers if none configured. |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Sergei Nikulov | cmake: Fix for MSVC2010 project generation |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Daniel Stenberg | mk-ca-bundle.1: point out certdata.txt format docs |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Yang Tse | slist.c: Curl_slist_append_nodup() OOM handling fix |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Daniel Stenberg | test1414: FTP PORT download without SIZE support |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Yang Tse | tests/Makefile.am: add configurehelp.pm to DISTCLEANFILES |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Patrick Monnerat | curl_slist_append(): fix error detection |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Patrick Monnerat | slist.c: fix indentation |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Patrick Monnerat | OS400: new SSL backend GSKit |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Patrick Monnerat | OS400: add slist and certinfo EBCDIC support |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Patrick Monnerat | config-os400.h: enable system strdup(), strcmpi(),... |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Patrick Monnerat | x509asn1.c,x509asn1.h: new module to support ASN.1... |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Patrick Monnerat | ssluse.c,sslgen.c,sslgen.h: move certinfo support to... |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Patrick Monnerat | Merge branch 'master' of github.com:bagder/curl |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Patrick Monnerat | slist.c, slist.h, cookie.c: new internal procedure... |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Yang Tse | sslgen.c: fix Curl_rand() compiler warning |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Yang Tse | sslgen.c: fix unreleased Curl_rand() infinite recursion |
commit | commitdiff | tree | snapshot |
2013-07-14 |
Dave Reisner | src/tool: allow timeouts to accept decimal values |
commit | commitdiff | tree | snapshot |
2013-07-14 |
Dave Reisner | curl.1: fix long line, found by checksrc.pl |
commit | commitdiff | tree | snapshot |
2013-07-14 |
Dave Reisner | src/tool_paramhlp: try harder to catch negatives |
commit | commitdiff | tree | snapshot |
2013-07-14 |
John E. Malmberg | build_vms.com: detect and use zlib shared image |
commit | commitdiff | tree | snapshot |
2013-07-14 |
Yang Tse | url.c: fix parse_url_login() OOM handling |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Yang Tse | http_digest.c: SIGSEGV and OOM handling fixes |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Yang Tse | url.c: fix parse_login_details() OOM handling |
commit | commitdiff | tree | snapshot |
2013-07-12 |
John E. Malmberg | setup-vms.h: sk_pop symbol tweak |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Yang Tse | getinfo.c: fix enumerated type mixed with another type |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Yang Tse | test 1511: fix enumerated type mixed with another type |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Yang Tse | url.c: fix SIGSEGV |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Yang Tse | dotdot.c: fix global declaration shadowing |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Yang Tse | easy.c: fix global declaration shadowing |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Kamil Dudka | Revert "curl.1: document the --time-cond option in... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Kamil Dudka | curl.1: document the --sasl-ir option in the man page |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Kamil Dudka | curl.1: document the --post303 option in the man page |
commit | commitdiff | tree | snapshot |
next |