Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-06 | prevent a single byte read outside the string in test case 39 | Daniel Stenberg | |
2005-01-06 | fixed #1097019, multiple GET posts (-G) error | Daniel Stenberg | |
2005-01-04 | Minor comment fix. | Gisle Vanem | |
2005-01-02 | Alex Neblett's minor update | Daniel Stenberg | |
2004-12-26 | nah, don't use the system's getpass() function since it too often is limited | Daniel Stenberg | |
to 8(!) or similar lengths passwords | |||
2004-12-25 | ./src/config.h.in is now removed from CVS. It is copied from the | Daniel Stenberg | |
lib/config.h.in file by buildconf | |||
2004-12-25 | My reimplementation and cleanup of the getpass source code. We officially no | Daniel Stenberg | |
longer use Angus Mackay's getpass code due to the weirdo license his code was donated to us under. | |||
2004-12-21 | Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the | Daniel Stenberg | |
-w option support 'http_connect' to make it easier to verify! | |||
2004-12-20 | Fixed a compile warning introduced by making the protocol table const. This | Dan Fandrich | |
involves a binary-compatible change to the API struct curl_version_info_data | |||
2004-12-18 | Samuel Listopad fixed -E to support "C:/path" (with forward slash) as well. | Daniel Stenberg | |
2004-12-17 | s/_write/write/g | Gisle Vanem | |
2004-12-17 | Add libidn.a and iconv libraries if USE_IDNA=1. | Gisle Vanem | |
2004-12-16 | Support uploading and resuming of >2GB files. | Gisle Vanem | |
Ref. lib/file.c. | |||
2004-12-15 | precaution to prevent double typedefs of the bool | Daniel Stenberg | |
2004-12-15 | moved the bool typedef to setup.h | Daniel Stenberg | |
2004-12-15 | fixed how backslashes are treated in glob strings | Daniel Stenberg | |
2004-12-15 | Make some arrays of pointers const, too. | Dan Fandrich | |
2004-12-15 | Add 'const' to immutable arrays. | Dan Fandrich | |
2004-12-14 | Caller must free 'engines' list. | Gisle Vanem | |
2004-12-13 | Support for "--engine list" option. | Gisle Vanem | |
Moved CURLOPT_SSLENGINE* options to after verbose mode is set. Added a goto. Eek! | |||
2004-12-11 | Dan Fandrich: | Daniel Stenberg | |
Here's a stab at a consolidation of the SSL detection heuristics into configure. Source files aren't changed by this patch, except for setup.h and the various config*.h files. Within the configure script, OPENSSL_ENABLED is used to determine if SSL is being used or not, and outside configure, USE_SSLEAY means the same thing; this could be even further unified some day. Now, when SSL is not detected, configure skips the various checks that are dependent on SSL, speeding up the configure process and avoiding complications with cross compiles. I also updated all the architecture- specific config files I could see, but I couldn't test them. | |||
2004-12-10 | David Byron's debug build fix | Daniel Stenberg | |
2004-12-06 | Replace MINGW32 with built-in __MINGW32__. | Gisle Vanem | |
2004-11-24 | mingw _has_ a ftruncate() but it doesn't work with 64bit file sizes so we | Daniel Stenberg | |
can just safely pretend we don't have one | |||
2004-11-24 | Provide a 64-bit capable ftruncate(). MingW has one, but | Gisle Vanem | |
it takes only 32-bit offsets. | |||
2004-11-24 | mingw has a ftruncate() function | Daniel Stenberg | |
2004-11-24 | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg | |
2004-11-16 | Added revision tag. | Gisle Vanem | |
2004-11-15 | new -w variables supported | Daniel Stenberg | |
2004-11-15 | Added top_srcdir. | Gisle Vanem | |
2004-11-15 | Added revision id, test for USE_ARES. | Gisle Vanem | |
Uses Makefile.inc. | |||
2004-11-14 | Changes for static/dynamic linking of libcurl. | Gisle Vanem | |
No need to generate a dummy sys/utime.h. Cleanup. | |||
2004-11-14 | Borland doesn't have <sys/utime.h>, utime() nor | Gisle Vanem | |
_lseeki64(). | |||
2004-11-13 | Fix location of timeval.c. | Gisle Vanem | |
2004-11-13 | Add "-DCURL_STATICLIB" for static build. | Gisle Vanem | |
Add ../lib/timeval.c for objects. | |||
2004-11-13 | Set OpenSSL path to same as in ../lib/Makefile.vc6. | Gisle Vanem | |
Import lib is now "libcurl_imp.lib". Some cleanup and making it more readable. | |||
2004-11-12 | MSVC with static link must define CURL_STATICLIB. | Gisle Vanem | |
zlib path set to same as in lib/Makefile.vc6. | |||
2004-11-11 | Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST. | Daniel Stenberg | |
2004-11-08 | another lame change in an attempt to fix the moot gcc 3.4 warning | Daniel Stenberg | |
2004-11-08 | weirdo hack to fix debian bug report 278691: | Daniel Stenberg | |
'curl -v writes debugging to its network socket if stderr is closed' | |||
2004-11-08 | added a default in the switch in an attempt to avoid the moot "will never be | Daniel Stenberg | |
executed" warning by gcc 3.4.0 | |||
2004-11-04 | more retry stuff | Daniel Stenberg | |
2004-10-28 | Fixed _write() arguments. | Gisle Vanem | |
2004-10-28 | *** empty log message *** | Gisle Vanem | |
2004-10-28 | use longs | Daniel Stenberg | |
2004-10-27 | Added --retry and --retry-delay first attempt with four related test cases. | Daniel Stenberg | |
2004-10-19 | CURLINFO_NUM_CONNECTS and more | Daniel Stenberg | |
2004-10-19 | All Win compilers have locale.h + setlocale(). | Gisle Vanem | |
2004-10-18 | Peter Wullinger pointed out that curl should call setlocale() properly to | Daniel Stenberg | |
initiate the specific language operations, to make the IDN stuff work better. | |||
2004-10-10 | set the SIZEOF_LONG define to get the new lib/strtoofft.h fine | Daniel Stenberg | |