2004-11-09 |
Gisle Vanem | Handle drive-letter on MS-DOS. |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Gisle Vanem | Removed libcurl.def |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Daniel Stenberg | with all external functions marked with CURL_EXTERN... |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Gisle Vanem | Changes for removing libcurl.def file on Win32. |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Gisle Vanem | Changes for removing libcurl.def file on Win32. |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Daniel Stenberg | today's work |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Daniel Stenberg | another lame change in an attempt to fix the moot gcc... |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Daniel Stenberg | weirdo hack to fix debian bug report 278691: |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Daniel Stenberg | added a default in the switch in an attempt to avoid... |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Gisle Vanem | Change OS name. Fix header guard. |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Gisle Vanem | Un-do changes for WinCE; cdecl decoration is not needed. |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Daniel Stenberg | check for and require tld.h to be present before libidn... |
commit | commitdiff | tree | snapshot |
2004-11-07 |
Daniel Stenberg | two post-1.2.1 changes |
commit | commitdiff | tree | snapshot |
2004-11-07 |
Daniel Stenberg | added ares_cancel and ares_version |
commit | commitdiff | tree | snapshot |
2004-11-05 |
Daniel Stenberg | Tim Sneddon's VMS fix for huge HTTP POSTs |
commit | commitdiff | tree | snapshot |
2004-11-05 |
Daniel Stenberg | removed errno, added EAGAIN |
commit | commitdiff | tree | snapshot |
2004-11-05 |
Daniel Stenberg | it has a sys/stat.h file, according to Paul Nolan |
commit | commitdiff | tree | snapshot |
2004-11-04 |
Daniel Stenberg | update |
commit | commitdiff | tree | snapshot |
2004-11-04 |
Daniel Stenberg | more retry stuff |
commit | commitdiff | tree | snapshot |
2004-11-04 |
Daniel Stenberg | test server port numbers are now easily changed |
commit | commitdiff | tree | snapshot |
2004-11-04 |
Daniel Stenberg | delete trailing whitespace |
commit | commitdiff | tree | snapshot |
2004-11-04 |
Daniel Stenberg | based Andres Garcia's patch, added for mingw build |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Daniel Stenberg | recent changes |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Daniel Stenberg | use ifdef not if |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Daniel Stenberg | Paul Nolan fix to make libcurl build nicely on Windows CE |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Daniel Stenberg | documented the current --retry options |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Daniel Stenberg | modified to not use realloc() on a NULL pointer |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Daniel Stenberg | When cross-compiling, the configure script no longer... |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Gisle Vanem | Fixed _write() arguments. |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Gisle Vanem | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Daniel Stenberg | use longs |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Daniel Stenberg | Dan Fandrich's gzip handling fix |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Daniel Stenberg | Added --retry and --retry-delay first attempt with... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Daniel Stenberg | log client disconnects |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Daniel Stenberg | Testing to define _REENTRANT unconditionally in here. |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Daniel Stenberg | mention how LDFLAGS=-R can be used (or LD_LIBRARY_PATH... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Daniel Stenberg | mention incompatibilities with ares |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Daniel Stenberg | Tomas Pospisek filed bug report #1053287 that proved... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Daniel Stenberg | just nicer output when this is seen |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Daniel Stenberg | the array sizes _can_ differ and the arrays can still... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Daniel Stenberg | format update |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Daniel Stenberg | Mohun Biswas found out that formposting a zero-byte... |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Daniel Stenberg | ignore this |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Daniel Stenberg | maketgz now creates a ares_version.h.dist file with... |
commit | commitdiff | tree | snapshot |
2004-10-21 |
Daniel Stenberg | Dan Fandrich's better ifdef for include fix |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Daniel Stenberg | 1.2.1 release time cares-1_2_1 |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Daniel Stenberg | this change was reverted since it broke on solaris |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Daniel Stenberg | iconv 2.1.3 is considered bad for test case 165 |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Daniel Stenberg | revert the charset fix as it broke the solaris tests... |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Daniel Stenberg | Ralph Mitchell fixed: input field with NAME= and VALUE... |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Daniel Stenberg | Alexander Krasnostavsky made it possible to make FTP... |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Daniel Stenberg | snart isn't really used these days so we cut out the... |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Daniel Stenberg | added num_connects |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Daniel Stenberg | CURLINFO_NUM_CONNECTS and more |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Gisle Vanem | djgpp has locale.h and setlocale(). |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Gisle Vanem | All Win compilers have locale.h + setlocale(). |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Daniel Stenberg | bug 1049275 fixes test 165 |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Daniel Stenberg | Peter Wullinger pointed out that curl should call setlo... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Daniel Stenberg | start over on 7.12.3 |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Daniel Stenberg | 7.12.2 curl-7_12_2 |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Daniel Stenberg | new mirror |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Daniel Stenberg | today's changes |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Daniel Stenberg | Alexander Krasnostavsky made the CURLOPT_FTP_CREATE_MIS... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Daniel Stenberg | libcurl leaked memory for cookies with the "max-age... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Gisle Vanem | Changes for issue 50 |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Gisle Vanem | Open "debugit" in binary mode ("rb"). |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Gisle Vanem | Added Traian Nicolescu's patches for threaded resolver on |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Daniel Stenberg | Eric Vergnaud pointed out that libcurl didn't treat... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Daniel Stenberg | use quotes to make gdb usage on this easier |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Daniel Stenberg | let's fix this too |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Gisle Vanem | Set errno = ENOMEM on faild countcheck(). |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Daniel Stenberg | .NET binding |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Daniel Stenberg | correction |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Daniel Stenberg | #include "strerror.h" to get the strerror proto |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Daniel Stenberg | recent fixes |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Daniel Stenberg | one item fixed, one added for 7.12.2 and two more for... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Daniel Stenberg | add proper error message when send() fails |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Daniel Stenberg | removed trailing whitespace |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Daniel Stenberg | SO_NOSIGPIPE |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Daniel Stenberg | another lame attempt to avoid the "warning: will never... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Gisle Vanem | MSVC uses 'i64' suffix for 64-bit sizes. |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Daniel Stenberg | attempt to make the configure output appear in the... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Daniel Stenberg | set the SIZEOF_LONG define to get the new lib/strtoofft... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Daniel Stenberg | If long is 8 bytes we can use strtol() to get 64 bit... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Daniel Stenberg | Prevent a longjmp warning by moving the rc assign withi... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Daniel Stenberg | Use LL suffix for long long constants if the compiler... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Daniel Stenberg | If long long is supported, check if [num]LL is supporte... |
commit | commitdiff | tree | snapshot |
2004-10-08 |
Daniel Stenberg | --enable-ares on AIX has problem |
commit | commitdiff | tree | snapshot |
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 |
next |