2003-09-05 |
Daniel Stenberg | --enable-thread was broken and this should cure it |
commit | commitdiff | tree | snapshot |
2003-09-04 |
Daniel Stenberg | CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL |
commit | commitdiff | tree | snapshot |
2003-09-04 |
Daniel Stenberg | no user or password set, bail out |
commit | commitdiff | tree | snapshot |
2003-09-04 |
Daniel Stenberg | ah, this change broke multiple test cases |
commit | commitdiff | tree | snapshot |
2003-09-04 |
Daniel Stenberg | Jörg pointed out that I did this fix wrongly, now authw... |
commit | commitdiff | tree | snapshot |
2003-09-04 |
Daniel Stenberg | Based on Joerg Mueller-Tolk's patch, this introduces... |
commit | commitdiff | tree | snapshot |
2003-09-04 |
Daniel Stenberg | 1. store the httpproxycode in the loop after it is... |
commit | commitdiff | tree | snapshot |
2003-09-04 |
Daniel Stenberg | avoid proxy (and other) auth if no user+password is... |
commit | commitdiff | tree | snapshot |
2003-09-04 |
Daniel Stenberg | added the missing share-functions, pointed out by Edwar... |
commit | commitdiff | tree | snapshot |
2003-09-03 |
Daniel Stenberg | Early Ehlinger's CURLOPT_FTP_RESPONSE_TIMEOUT patch... |
commit | commitdiff | tree | snapshot |
2003-09-03 |
Daniel Stenberg | recent fixes |
commit | commitdiff | tree | snapshot |
2003-09-03 |
Daniel Stenberg | Re-arranged code to make the proxy-CONNECT loop able... |
commit | commitdiff | tree | snapshot |
2003-09-03 |
Daniel Stenberg | Joerg Mueller-Tolk's fix to better deal with user+passw... |
commit | commitdiff | tree | snapshot |
2003-09-03 |
Daniel Stenberg | minor fix to make better bail-out check |
commit | commitdiff | tree | snapshot |
2003-09-03 |
Daniel Stenberg | warn if no CN is available if verify is only set to 1 |
commit | commitdiff | tree | snapshot |
2003-09-03 |
Daniel Stenberg | stuff I had added in my copy at home, now at last I... |
commit | commitdiff | tree | snapshot |
2003-09-03 |
Daniel Stenberg | Peter Pentchev found two problems. One realloc problem... |
commit | commitdiff | tree | snapshot |
2003-09-02 |
Daniel Stenberg | wrap at 80 cols |
commit | commitdiff | tree | snapshot |
2003-09-01 |
Daniel Stenberg | two patches applied |
commit | commitdiff | tree | snapshot |
2003-09-01 |
Daniel Stenberg | "Securing FTP with TLS" was updated to revision 12 |
commit | commitdiff | tree | snapshot |
2003-09-01 |
Daniel Stenberg | LDAP fixed in CVS (for upcoming 7.10.8) |
commit | commitdiff | tree | snapshot |
2003-09-01 |
Daniel Stenberg | Henrik Storner's update to make libcurl work with OpenL... |
commit | commitdiff | tree | snapshot |
2003-09-01 |
Daniel Stenberg | CURLE_LDAP_INVALID_URL added (by Henrik Storner) |
commit | commitdiff | tree | snapshot |
2003-09-01 |
Daniel Stenberg | The error buffer was not getting filled when Curl_wait_... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Daniel Stenberg | typecase to please the compiler gods |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Daniel Stenberg | typecast to prevent compiler warning |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Daniel Stenberg | CURLOPT_BUFFERSIZE must not be smaller than 0 (zero... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Daniel Stenberg | Henrik Storner's rewrite that includes a nice usage... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Daniel Stenberg | only do chmod if there's a file present |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Daniel Stenberg | added the strcasecmp() proto here (moved from setup... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Daniel Stenberg | removed the strcasecmp() proto from here, and moved... |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Daniel Stenberg | we support any number of globs now, even for #[num... |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Daniel Stenberg | have cwd_and_mkd prefixed with ftp_ to make it appear... |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Daniel Stenberg | use proper type to prevent compiler warning |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Daniel Stenberg | Vincent Sanders provided a fix for name resolving when... |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Daniel Stenberg | CURLINFO_RESPONSE_CODE instead of CURLINFO_HTTP_CODE |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Daniel Stenberg | CURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODE |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Daniel Stenberg | store the FTP response code in the httpcode variable |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Daniel Stenberg | removed the goto and re-indented slightly |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Daniel Stenberg | transfer fix for multi interface |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Daniel Stenberg | made curl_multi_info_read() set 'msgs_in_queue' to... |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Daniel Stenberg | recent action |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Daniel Stenberg | Now offering support for multiple -T on the same comman... |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Daniel Stenberg | test case 149 is here |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Daniel Stenberg | switch off globbing to enable [] in file names for -T |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Daniel Stenberg | check the upload |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Daniel Stenberg | teste multiple uploads in one command line |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Daniel Stenberg | make sure the 'done' variable is always set to somethin... |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Daniel Stenberg | when --enable-debug is used to set debug options with... |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Daniel Stenberg | Respect HAVE_LONGLONG to support 'long long' |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Daniel Stenberg | check for CRYPTO_cleanup_all_ex_data as well |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Daniel Stenberg | CRYPTO_cleanup_all_ex_data() is not present in all... |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Daniel Stenberg | better ignore pattern |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Daniel Stenberg | test507 for multi with bad host name |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Daniel Stenberg | test507 added |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Daniel Stenberg | don't set done==TRUE if the host name doesn't resolve |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Daniel Stenberg | Loren Kirkby pointed out that we need to call CRYPTO_cl... |
commit | commitdiff | tree | snapshot |
2003-08-18 |
Daniel Stenberg | minor edit |
commit | commitdiff | tree | snapshot |
2003-08-18 |
Daniel Stenberg | minor edits |
commit | commitdiff | tree | snapshot |
2003-08-18 |
Daniel Stenberg | set the large-file support defines for the client too |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Daniel Stenberg | setting WRITEFUNCTION or READFUNCTION to NULL will... |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Daniel Stenberg | 7.10.7 curl-7_10_7 |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Daniel Stenberg | removed lots of "added in [version]" where [version... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | check for long long |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | Possible code for large file support, added within... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | new Russian mirror both web and download |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | supprt for the new memlimit stuff |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | added one "added in blabla" and removed a few |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | Curl_SSL_InitSessions can return error, so check the... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | Curl_llist_destroy() checks the input for non-NULL |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | new proto for Curl_hash_init |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | 1. check allocs |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | return failure when the host cache creation fails |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | activate the new memory limit tests if requested |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | return failure when an alloc function fails |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | prevent memory leak when going out of memory |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | allow out-of-memory testing by setting a limit. That... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | better freeing when bailing out due to bad output glob |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | free data on failure |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | test87 verifies the new and better check for bad -o... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | ignore the .pid files |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | ignore lib506 too |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | better report on why tests are skipped, and also show... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | In case the output urlglob file name returned is NULL... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | modified the #[num] code to be more robust, to return... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | corrected this test case |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | test urlglobbing range requests |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Daniel Stenberg | test86 added |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Daniel Stenberg | David Byron's fix that makes this script use 'cygpath... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Daniel Stenberg | 7.10.7-pre4 commit |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Daniel Stenberg | nicer make target for the pdf conversion |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Daniel Stenberg | don't treat index.html as the generated HTML pages |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Daniel Stenberg | added the new man pages |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Daniel Stenberg | corrected return type |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Daniel Stenberg | added the new curl_share_* man pages, the libcurl-easy... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Daniel Stenberg | separated the easy-specific stuff into a new libcurl... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Daniel Stenberg | added the asynchdns bit |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Daniel Stenberg | Bugfix from Serge Semashko that fixes a bug introduced... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Daniel Stenberg | more auth tests |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Daniel Stenberg | Added support for CURLINFO_HTTP_CONNECTCODE |
commit | commitdiff | tree | snapshot |
next |