2004-10-08 |
Daniel Stenberg | Use 'struct lifreq' and SIOCGLIFADDR |
commit | commitdiff | tree | snapshot |
2004-10-08 |
Daniel Stenberg | killed trailing whitespace |
commit | commitdiff | tree | snapshot |
2004-10-08 |
Daniel Stenberg | if basename was found, check for a prototype and if... |
commit | commitdiff | tree | snapshot |
2004-10-08 |
Daniel Stenberg | prevent warning with comparison between signed and... |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Daniel Stenberg | use curlx_strnequal() from the private lib sources... |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Daniel Stenberg | use curl_strnequal(), not strncasecmp() |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Daniel Stenberg | Gisle's new fix, the old file:// leak |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Daniel Stenberg | use tld_strerror() only if previously detected, since... |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Daniel Stenberg | check for tld_strerror |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Gisle Vanem | Added tld_check_name(). |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Gisle Vanem | Fixed tld_check_name(). idna_to_unicode_lzlz() should... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Gisle Vanem | USE_LIBIDN: Added Top-level-domain (TLD) check for... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Daniel Stenberg | test resume and redirect |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Daniel Stenberg | Chih-Chung Chang reported that if you use CURLOPT_RESUM... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Gisle Vanem | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Daniel Stenberg | updates of today |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Daniel Stenberg | avoid warnings on systems with this member set const |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Daniel Stenberg | removed tabs and trailing whitespace from source |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Daniel Stenberg | Dan Fandrich fix for hosts that need both -lnsl and... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Daniel Stenberg | untabify |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Gisle Vanem | djgpp has basename() |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Daniel Stenberg | minor edit to re-use a variable and to hopefully avoid... |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Daniel Stenberg | recent fixes |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Daniel Stenberg | make the given path to --with-libidn override any other... |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Daniel Stenberg | avoid warning for unused variable |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Daniel Stenberg | use idna_strerror() if it is available (only in libidn... |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Daniel Stenberg | Only include libgen.h if we have a basename as well. |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Daniel Stenberg | let our basename() be static |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Daniel Stenberg | name mix fix |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Daniel Stenberg | closing in on release |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Daniel Stenberg | Made the dns entry remain locked while a connection... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Daniel Stenberg | set async.done to TRUE last in the addrinfo callback... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Daniel Stenberg | Replaced the use of isspace() with our own version... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Daniel Stenberg | when building with libidn support, check for idna_strer... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Daniel Stenberg | added info about how users get info (like the CURLcode... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Daniel Stenberg | removed trailing whitespace |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Daniel Stenberg | Gisle Vanem provided code that displays an error messag... |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Daniel Stenberg | removed weird preprocessor juggling not needed |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Daniel Stenberg | someone should hit me |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Daniel Stenberg | Aleksandar Milivojevic reported a problem in the Redhat... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Daniel Stenberg | fixed the basename() replacement, reported by Gisle |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Daniel Stenberg | mention when this option was added |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Daniel Stenberg | reflect the last few changes |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Daniel Stenberg | - Based on Fedor Karpelevitch's formpost path basename... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Daniel Stenberg | - Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_g... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Daniel Stenberg | killed trailing whitespace |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Daniel Stenberg | Günter Knauf and Casey O'Donnell worked out an extra... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Daniel Stenberg | Jean-Philippe Barrette-LaPierre made buildconf run... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Daniel Stenberg | --max-redirs is _not_ -Z |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Daniel Stenberg | 48 - Harshal Pradhan's isspace() fix for 8bit cookie... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Daniel Stenberg | issue 47 - Peter Sylvester's patch related to the new... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Daniel Stenberg | fix the multi.h too |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Daniel Stenberg | added issue 45 "Chris' suspected race condition in... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Daniel Stenberg | added five things I want fixed before the next release |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Daniel Stenberg | Fixed an error message: we use CWD, we don't cd into... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Daniel Stenberg | Bertrand Demiddelaer fixed curl_easy_reset() so that... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Daniel Stenberg | - Henrik Stoerner fix: got a report that Tru64 Unix... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Daniel Stenberg | recent stuff |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Daniel Stenberg | made pkg-config not get used if a path is given with... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Daniel Stenberg | Only active the engine code if ssl is enabled. This... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Daniel Stenberg | - Henrik Stoerner: found out that C-ARES does not look... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Daniel Stenberg | Dominick Meglio host file path discovery patch for... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Daniel Stenberg | Ben Greear's minor fix to build (better) with cross... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Daniel Stenberg | allow setting CURLOPT_SSLENGINE to NULL even if no... |
commit | commitdiff | tree | snapshot |
2004-09-22 |
Daniel Stenberg | Dan Fandrich patched three tests |
commit | commitdiff | tree | snapshot |
2004-09-22 |
Daniel Stenberg | Dan Fandrich's fix to use 127.0.0.1 instead of localhos... |
commit | commitdiff | tree | snapshot |
2004-09-22 |
Daniel Stenberg | Jean-Claude Chauve is a friend! |
commit | commitdiff | tree | snapshot |
2004-09-22 |
Daniel Stenberg | typo |
commit | commitdiff | tree | snapshot |
2004-09-22 |
Daniel Stenberg | jean-claude Chauve fixed an LDAP bug |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Daniel Stenberg | less long => int implicit conversion warnings |
commit | commitdiff | tree | snapshot |
2004-09-19 |
Gunter Knauf | removed getdate.c hack. |
commit | commitdiff | tree | snapshot |
2004-09-19 |
Daniel Stenberg | added URL to the exception paragraph in the GPL FAQ |
commit | commitdiff | tree | snapshot |
2004-09-19 |
Daniel Stenberg | the error message fix for failed connects |
commit | commitdiff | tree | snapshot |
2004-09-19 |
Daniel Stenberg | kill trailing whitespace and clarify a few errors |
commit | commitdiff | tree | snapshot |
2004-09-19 |
Daniel Stenberg | set an error message when connection fails |
commit | commitdiff | tree | snapshot |
2004-09-17 |
Daniel Stenberg | Location:-follow problem |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Daniel Stenberg | one more option, one more friend |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Daniel Stenberg | Added CURLOPT_FTPSSLAUTH |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Daniel Stenberg | Location: problem with bad original URL, identified... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Daniel Stenberg | Bertrand Demiddelaer's correction |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Daniel Stenberg | ftp-ssl mistake corrected |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Daniel Stenberg | no more getdate.c to care about |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Daniel Stenberg | fixed to use the new file. Can we make this use Makefil... |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Daniel Stenberg | the new date parser affects -z |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Daniel Stenberg | Replaced the former date parser with a rewrite. No... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Daniel Stenberg | ignore more |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Daniel Stenberg | and moved back the month array to a static one since... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Daniel Stenberg | removed this file again, we only provide a single publi... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Daniel Stenberg | no longer includes getdate.h, there's no need for it |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Daniel Stenberg | getdate.h is not required to include, it adds nothing new |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Daniel Stenberg | revert the change for the new date parser, as the new... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Daniel Stenberg | support for YYYYMMDD added, which allows us to keep... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Daniel Stenberg | added more examples/docs in the top comment |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Daniel Stenberg | Since many users probably already use local time string... |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Daniel Stenberg | describes how you can extract the CA cert from a site... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Daniel Stenberg | Added parsedate.[ch] |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Daniel Stenberg | mention more friends |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Daniel Stenberg | Minor adjustment needed for the new date parser to... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Daniel Stenberg | more docs and fixed the delta compared to GMT that... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Daniel Stenberg | 1. cookie expire-strings MUST use GMT timezones |
commit | commitdiff | tree | snapshot |
next |