2006-10-19 |
Yang Tse | Abort test if it seems that it would have run forever... |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Daniel Stenberg | Here's an effort to avoid saying 'data not shown' in... |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Yang Tse | Builds using synchronous name resolver dislike marking... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Yang Tse | Sync with lib/setup_once.h |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Yang Tse | Check for USE_WINSOCK instead of WIN32 where the check... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Yang Tse | Introduce symbol USE_WINSOCK which will be defined... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Daniel Stenberg | the expire timer is a bit too annoying to see all the... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Daniel Stenberg | When a connection is re-used, it can be flagged for... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Daniel Stenberg | use the return code from lseek() to detect problems... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Gisle Vanem | Added ISPRINT() required for src/main.c. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Daniel Stenberg | Tor's spell fixes |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Daniel Stenberg | changes done the last few days |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Daniel Stenberg | cut out matching host names starting with telnet or... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Daniel Stenberg | the "work in progress" for #25 was ditched a long time ago |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Yang Tse | Replace is*() macros with our own IS*() ones. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Yang Tse | Move definition of IS*() macros to setup_once.h |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Dan Fandrich | Fixed compile error in HAVE_SIGACTION case. |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Daniel Stenberg | Avoid typecasting a signed char to an int when using... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Daniel Stenberg | clear the struct size not the pointer size, pointed... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Daniel Stenberg | buildconf already runs ares/buildconf by itself if... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Yang Tse | Explicit typecast for Curl_debug() size argument |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Yang Tse | Typo |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Daniel Stenberg | make the low_speed check set the expire timer so that... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Daniel Stenberg | Please welcome our new haxx.se curl mirror, for really... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Daniel Stenberg | Jeff helped me pinpoint that we didn't properly set... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Daniel Stenberg | fix the name resolve abort timeout calculation (when... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Yang Tse | Compiler warning fix |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Daniel Stenberg | Added a check in configure that simply tries to run... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Yang Tse | Compiler warning fix |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Gisle Vanem | Replace ";;" with ";". |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Gisle Vanem | Rearranged target HAVE_x section. |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Yang Tse | Declare our own timeval struct if HAVE_STRUCT_TIMEVAL... |
commit | commitdiff | tree | snapshot |
2006-10-14 |
Yang Tse | Define HAVE_STRUCT_TIMEVAL as appropriate for platforms... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Daniel Stenberg | Prevent ares_getsock() to overflow if more than 16... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Dan Fandrich | The tagging of application/x-www-form-urlencoded POST... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Daniel Stenberg | print the actual (externally known) easy handle and... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Daniel Stenberg | Added comments about checking return code and the maxfd... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Daniel Stenberg | Added curl_multi_dump() when built with CURLDEBUG ... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Yang Tse | Check for struct timeval at configuration time |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Daniel Stenberg | ghiper now uses the timer callback in the multi interface |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Daniel Stenberg | avoid an overflow if an excessive amount of servers... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Daniel Stenberg | clarify more |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Daniel Stenberg | Starting now, adding an easy handle to a multi stack... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Daniel Stenberg | deleted #19 since it concerted FTP third party transfer... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Daniel Stenberg | we've cut out third party transfers |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Daniel Stenberg | point out the sslcert web page for -k/--insecure |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Daniel Stenberg | Jeff Pohlmeyer has been working with the hiperfifo... |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Daniel Stenberg | the textual arraw for "Send SSL data" was the wrong way |
commit | commitdiff | tree | snapshot |
2006-10-12 |
Yang Tse | Inclusion of time header files based on header existance |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Yang Tse | Remove redundant __CYGWIN__ symbol check |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Yang Tse | Compiler warning fix |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Yang Tse | Call curl_global_cleanup() in all code paths before... |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Daniel Stenberg | repair id string |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Daniel Stenberg | Added ghiper.c, Jeff Pohlmeyer's example code using... |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Daniel Stenberg | mark the handle as no longer having a broken pipe when... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Daniel Stenberg | Added test case 536 in an attempt to add Bogdan Nicula... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Daniel Stenberg | used for test 535 too |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Daniel Stenberg | minor indent fix |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Daniel Stenberg | when going to completed due to error, mark the handle... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Daniel Stenberg | new mirrors |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Daniel Stenberg | kill trailing whitespace |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Daniel Stenberg | changed the wording about removal of internal headers... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Yang Tse | Compiler warning fix |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Daniel Stenberg | Bogdan Nicula's second test case (posted Sun, 08 Oct... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Yang Tse | Cygwin 1.5.21 needs this hack to pass test 160. |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Daniel Stenberg | slightly improved |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Daniel Stenberg | clarified more |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Daniel Stenberg | test 534 added in an attempt to repeat Bogdan Nicula... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Daniel Stenberg | modified lib533 to accept both URLs on the command... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Daniel Stenberg | Fix a "sockfilt" leak. When a new 'data' connection... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Daniel Stenberg | don't display or act on state changes that doesn't... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Daniel Stenberg | Bogdan Nicula's hanging test case was converted to... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Daniel Stenberg | catch silly mistakes better |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Gunter Knauf | updated for latest OpenSSL release. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Daniel Stenberg | planned stuff to do before release |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Daniel Stenberg | Dmitriy Sergeyev provided an example source code that... |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Daniel Stenberg | removed more dead code that is unused since the removal... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Daniel Stenberg | Support for FTP third party transfers is now dropped |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Daniel Stenberg | Reported in #1561470 (http://curl.haxx.se/bug/view... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Daniel Stenberg | added more explanations |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Daniel Stenberg | As reported in bug: #1566077 the former URL mentioned... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Daniel Stenberg | Armel Asselin's fix for the RESUME_FROM docu |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Yang Tse | Compiler warning fix |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Yang Tse | Compiler warning fix |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Yang Tse | Compiler warning fix |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Yang Tse | Compiler warning fix |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Daniel Stenberg | Bernard Leak fixed configure --with-gssapi-libs |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Daniel Stenberg | Cory Nelson made libcurl use the WSAPoll() function... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Daniel Stenberg | eeep, tab completion error |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Daniel Stenberg | --ftp-ssl-control requires SSL/TLS, it does not "try" it |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Daniel Stenberg | allow user in passwd state for test 280 to work (-... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Daniel Stenberg | updated numbers |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Daniel Stenberg | minor edits |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Daniel Stenberg | filled in some docs for the FTP server control commands |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Daniel Stenberg | added simple test of --ftp-alternative-to-user |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Daniel Stenberg | --ftp-alternative-to-user was missing in the help text |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Daniel Stenberg | Mike Protts added --ftp-ssl-control to make curl use... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Daniel Stenberg | standard curl source code headers |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Daniel Stenberg | Dmitriy Sergeyev provided a patch that made the SOCKS... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Dan Fandrich | -z works on FTP, too |
commit | commitdiff | tree | snapshot |
next |