2004-06-24 |
Daniel Stenberg | snprintf and version |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | oops 5 bytes makes 4 letters plus zero byte |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | fix warning |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | the _num_chars() function is not used, removing |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | to prevent compier warnings, we only declare len if... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | Gisle: free used memory better |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | Gisle cleaned up remaining host resolve re-org issues |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | include header for our printfs |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | reverted bad win32 fix |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Gunter Knauf | fixed the MSVC build. |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | length limit the sscanf() parsing to prevent buffer... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | ah, simplified my latest change more |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | fix for systems without gethostbyname_r() |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | Replaced all uses of sprintf() with the safer snprintf... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | made the Curl_he2ai() take the port number as an int... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | use snprintf() to be on the safe side |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | typecasts to prevent warnings |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | only use sockaddr_in6 on ipv6-enabled hosts |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | socks proxy support even when libcurl is built ipv6... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | typecast to prevent warning |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | use Curl_addrinfo, not 'struct addrinfo' |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | fixed problems I missed to fix from my cleanup |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | prevent warning |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | Yet another resolve code re-org |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Daniel Stenberg | Source cleanups. The major one being that we now _alway... |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Daniel Stenberg | static functions are better not Curl_ prefixed to make... |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Daniel Stenberg | When adding the return -1 to prevent warnings on some... |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Daniel Stenberg | prevent a warning |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Gunter Knauf | one copy&paste too much, removed the define again. |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Gunter Knauf | argh - copy&paste error. |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Gunter Knauf | syncronized with recent getdate.y updates. |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Daniel Stenberg | the hostname variable wasn't assigned and we no longer... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Daniel Stenberg | cookie size |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Daniel Stenberg | extended to include a cookie with 4998 bytes of content |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Daniel Stenberg | David Cohen pointed out that RFC2109 says clients shoul... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Daniel Stenberg | Günter Knauf fixed getdate.y to remove a few warnings... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Gunter Knauf | added new --target option for autobuilding other target... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Gunter Knauf | added 'clean' targets for mingw32 and netware. |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Daniel Stenberg | reset CURLOPT_HTTPHEADER with NULL |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Daniel Stenberg | Moved the "About to connect() to" text to the place... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Daniel Stenberg | Gisle Vanem improved the certificate wildcard checks |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Daniel Stenberg | Gisle fixed the wildcard checks for certificates. |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Daniel Stenberg | Gunter's fix to avoid the notorious YYSTACK_USE_ALLOCA... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Daniel Stenberg | retry to read the sent request a few times if it doesn... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Daniel Stenberg | pass an int pointer when it expects an int pointer... |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Daniel Stenberg | modified some logging output |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Daniel Stenberg | testcurl.sh is dead, long live tests/testcurl.pl! |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Daniel Stenberg | This is the old script for testing curl, now use tests... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Daniel Stenberg | read callback return code and fixed the pycurl url |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Daniel Stenberg | CURL_READFUNC_ABORT stuff |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Daniel Stenberg | Added blurb for the READFUNCTION, including the new... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Daniel Stenberg | added test case 513 |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Daniel Stenberg | The read callback can now return CURL_READFUNC_ABORT... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Daniel Stenberg | added CURL_READFUNC_ABORT |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Daniel Stenberg | when the client disconnects prematurely, dump the reque... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Daniel Stenberg | recent events |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Daniel Stenberg | typecasts to prevent compiler warnings |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Daniel Stenberg | updates |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Daniel Stenberg | refer to the new tutorial man page |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Daniel Stenberg | removed libcurl-the-guide from the dist |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Daniel Stenberg | libcurl-tutorial.3 is the former libcurl-the-guide... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Daniel Stenberg | test 177 HTTP POST with --digest that gets a 302 response |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Daniel Stenberg | When doing auth negotiations or authprobing, we only... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Daniel Stenberg | prevent compiler warning |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Daniel Stenberg | ispell-buffer |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Daniel Stenberg | two issues to remember to fix before next release |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Daniel Stenberg | Gisle's "SSL patch" from June 16th 2004, modified by... |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Daniel Stenberg | With David Byron's test server I could repeat his probl... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Daniel Stenberg | large file FTP upload bug |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Daniel Stenberg | new daring features, not used by any current test |
commit | commitdiff | tree | snapshot |
2004-06-16 |
Daniel Stenberg | Keep the upload byte counter in an curl_off_t, not... |
commit | commitdiff | tree | snapshot |
2004-06-16 |
Daniel Stenberg | Alexander Krasnostavsky fixed a flaw in the 3rd party... |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Daniel Stenberg | post with auth problems fixed |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Daniel Stenberg | skip the pid from the logging |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Daniel Stenberg | test 176, use --ntlm and POST when the server doesn... |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Daniel Stenberg | added test case 175, use HTTP POST and DIGEST set but... |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Daniel Stenberg | Fix the auth code to enable us to i.e set DIGEST and... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Daniel Stenberg | we actually build and run fine with libidn 0.4.1 too... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Daniel Stenberg | lots of multi interface description but also some gener... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Daniel Stenberg | prevent compiler warnings on non-win32 platforms |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Daniel Stenberg | added test 174, HTTP POST --anyauth to server without... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Daniel Stenberg | recent action |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Daniel Stenberg | Allow formposting of files larger than what fits in... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Daniel Stenberg | refuse running the torture tests without a debug build |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Daniel Stenberg | moved default: in a switch case to prevent compiler... |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Daniel Stenberg | provide curl_formfree() even when http is disabled... |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Daniel Stenberg | use Curl_strcasestr() when checking wildcard cert names |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Daniel Stenberg | added Curl_strcasestr() for case insensitive strstr... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Gunter Knauf | removed unused include path. |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Gunter Knauf | fixed xdc generation, added lib target, load curl.nlm... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Daniel Stenberg | Tim Sneddon made it build fine on VMS again. |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Gunter Knauf | some more makefile changes. |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Gunter Knauf | respect CVS builds in version string. |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Gunter Knauf | some more makefile changes. |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Gunter Knauf | cosmetic correction. |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Gunter Knauf | converted to UNIX format. |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Gunter Knauf | added timeval.c to the sources for curlx_ functions. |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Gunter Knauf | minor output fix. |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Gunter Knauf | ups! no copy command defined. |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Gunter Knauf | added generation of missing files. |
commit | commitdiff | tree | snapshot |
next |