2004-12-18 |
Daniel Stenberg | Jean-Marc Ranger pointed out that the returned data... |
commit | commitdiff | tree | snapshot |
2004-12-17 |
Dan Fandrich | Renamed a variable to avoid conflict with a C++ reserve... |
commit | commitdiff | tree | snapshot |
2004-12-17 |
Gisle Vanem | Watcom has strtoll(). |
commit | commitdiff | tree | snapshot |
2004-12-17 |
Gisle Vanem | Watcom uses 'i64' suffix. |
commit | commitdiff | tree | snapshot |
2004-12-17 |
Gisle Vanem | <windows.h> required for Watcom. |
commit | commitdiff | tree | snapshot |
2004-12-17 |
Gisle Vanem | s/_write/write/g |
commit | commitdiff | tree | snapshot |
2004-12-17 |
Gisle Vanem | Fix calling convention of wlap32.dll function. Watcom |
commit | commitdiff | tree | snapshot |
2004-12-17 |
Gisle Vanem | Watcom has 'struct timeval'. |
commit | commitdiff | tree | snapshot |
2004-12-17 |
Gisle Vanem | Add libidn.a and iconv libraries if USE_IDNA=1. |
commit | commitdiff | tree | snapshot |
2004-12-17 |
Gisle Vanem | Added option for using C-ares and libidn. |
commit | commitdiff | tree | snapshot |
2004-12-17 |
Gisle Vanem | getdate.c is gone. |
commit | commitdiff | tree | snapshot |
2004-12-17 |
Gisle Vanem | Print true netrc name (.netrc/_netrc). |
commit | commitdiff | tree | snapshot |
2004-12-17 |
Daniel Stenberg | avoid an extra malloc |
commit | commitdiff | tree | snapshot |
2004-12-17 |
Daniel Stenberg | duplicate ! typo |
commit | commitdiff | tree | snapshot |
2004-12-17 |
Daniel Stenberg | fixed minor memory leak when running out of memory |
commit | commitdiff | tree | snapshot |
2004-12-17 |
Daniel Stenberg | oops, add missing return keyword |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Daniel Stenberg | fix skip-reason |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Daniel Stenberg | several windows large-file fixes |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Daniel Stenberg | two more ftp directory re-use tests added |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Daniel Stenberg | Based on Gisle Vanem's patch: make sure the directory... |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Gisle Vanem | Must include <io.h> and <sys/stat.h> before redefining |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Dan Fandrich | Renamed a struct member to avoid conflict with a C... |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Daniel Stenberg | reduced the number of sub-blocks |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Daniel Stenberg | moved the lseek() and stat() magic defines to setup... |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Gisle Vanem | Support uploading and resuming of >2GB files. |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Daniel Stenberg | Provide better reasons for why test cases are skipped... |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Daniel Stenberg | NULL the fp pointer after it has been fclosed() |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Daniel Stenberg | Dinar in bug report #1086121, found a file handle leak... |
commit | commitdiff | tree | snapshot |
2004-12-15 |
Dan Fandrich | Fix the --enable-debug compiler warning options for... |
commit | commitdiff | tree | snapshot |
2004-12-15 |
Daniel Stenberg | yet another mirror! |
commit | commitdiff | tree | snapshot |
2004-12-15 |
Daniel Stenberg | precaution to prevent double typedefs of the bool |
commit | commitdiff | tree | snapshot |
2004-12-15 |
Daniel Stenberg | moved the bool typedef to setup.h |
commit | commitdiff | tree | snapshot |
2004-12-15 |
Daniel Stenberg | fixed how backslashes are treated in glob strings |
commit | commitdiff | tree | snapshot |
2004-12-15 |
Dan Fandrich | Make some arrays of pointers const, too. |
commit | commitdiff | tree | snapshot |
2004-12-15 |
Dan Fandrich | Make some arrays of pointers const, too. |
commit | commitdiff | tree | snapshot |
2004-12-15 |
Dan Fandrich | Add 'const' to immutable arrays. |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Daniel Stenberg | clarify that the app must free the engine list |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Daniel Stenberg | prevent compiler warning when built without engine... |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Daniel Stenberg | make sure the ipv6 http server gets its pid stored... |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Daniel Stenberg | use the correct variables, not fixed values |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Daniel Stenberg | Harshal Pradhan fixed changing username/password on... |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Daniel Stenberg | mistake |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Dan Fandrich | Only declare static variables if they're needed. Fixed... |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Dan Fandrich | Header files are in openssl/ only if USE_OPENSSL is... |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Dan Fandrich | Removed fputc() prototype since it's already in stdio.h |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Gisle Vanem | Caller must free 'engines' list. |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Gisle Vanem | urldata.h: Removed engine_list. |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Daniel Stenberg | Moved the CURLE_SSL_ENGINE_INITFAILED error code last... |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Daniel Stenberg | Moved the engine stuff from the root-level of the Sessi... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Gisle Vanem | Document CURLINFO_SSL_ENGINES and "--engine". |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Gisle Vanem | Set 'data->state.os_errno = error' in some places. |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Gisle Vanem | Support for "--engine list" option. |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Gisle Vanem | Added handling of CURLINFO_SSL_ENGINES; |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Gisle Vanem | Handle new type CURLINFO_SLIST. |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Gisle Vanem | Added CURLcode CURLE_SSL_ENGINE_INITFAILED, |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Gisle Vanem | Fixed missing braces warning. |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Daniel Stenberg | large file file:// resumes on windows |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Daniel Stenberg | Gisle's fix for resuming large file:// files on windows... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Daniel Stenberg | Dan Fandrich did minor corrections to his SSL cleanup... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Daniel Stenberg | Dan Fandrich added libcurl.pc.in to the dist |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Daniel Stenberg | when failing to verify a HTTP server, display what... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Gisle Vanem | Missing 'in6addr_any' in MingW's lib. ld bug? |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Daniel Stenberg | modified to use the current error code name, not the... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Daniel Stenberg | undef more obsolete defines if CURL_NO_OLDIES is defined |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Daniel Stenberg | HTTP IPv6 support added to the test suite |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Daniel Stenberg | provide an error string when resuming fails - and use... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Daniel Stenberg | fixed error message |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Daniel Stenberg | Dan Fandrich: |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Daniel Stenberg | Dan F's initial pkg-config file (not installed yet) |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Daniel Stenberg | mention the maybe-missing initial zero in the vernum... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Daniel Stenberg | Dan Fandrich: added some missing files. "I can't try... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Daniel Stenberg | Dan Fandrich corrects spelling mistakes |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Daniel Stenberg | Dan Fandrich extended the cross compile section and... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Daniel Stenberg | untabified |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Daniel Stenberg | username and IPv6 numerical address URL parser fix |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Daniel Stenberg | David Byron's debug build fix |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Daniel Stenberg | move the port number extraction to after the extraction... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Daniel Stenberg | two new test cases for proxy-CONNECT with NTLM (one... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Daniel Stenberg | don't try the rewind if no http struct is allocated yet |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Daniel Stenberg | configure and curl-config fixes |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Daniel Stenberg | Added two chapters: Custom Request Elements and Debug. |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Daniel Stenberg | ignore the getpart tool |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Daniel Stenberg | close the connection when a bad test number was requested |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Daniel Stenberg | Ton Voon provided a configure fix that should fix the... |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Daniel Stenberg | Bryan Henderson pointed out in bug report #1081788... |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Daniel Stenberg | update the version numbers in the libcurl.plist automat... |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Daniel Stenberg | Matt Veenstra updated to 7.12.3. Starting now, we'll... |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Daniel Stenberg | Matt Veenstra: |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Daniel Stenberg | Rene Bernhardt found and fixed a buffer overrun in... |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Daniel Stenberg | minor updates |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Daniel Stenberg | NORECURSE clarification, minor formatting update |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Daniel Stenberg | CURLFTPSSL_ALL should make sure that the transfer fails... |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Daniel Stenberg | Fixed so that the final error message is sent to the... |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Daniel Stenberg | Gisle Vanem's fix for better info messages when failing... |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Gisle Vanem | 'crypto_engine' not used. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Gisle Vanem | Replace MINGW32 with built-in __MINGW32__. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Daniel Stenberg | HTTP PUT a to a FTP URL with username+password - over... |
commit | commitdiff | tree | snapshot |
2004-12-05 |
Daniel Stenberg | Dan Fandrich added the --disable-cookies option to... |
commit | commitdiff | tree | snapshot |
2004-12-05 |
Daniel Stenberg | Richard Atterer fixed libcurl's way of dealing with... |
commit | commitdiff | tree | snapshot |
2004-12-03 |
Daniel Stenberg | CURLOPT_FTPSSLAUTH was added in 7.12.2 |
commit | commitdiff | tree | snapshot |
next |