2004-07-01 |
Daniel Stenberg | make functions use size_t instead of int next major... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Daniel Stenberg | Variable type cleanups to please the picky MIPSPro... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Daniel Stenberg | variable type cleanup to fix picky compiler warnings |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Daniel Stenberg | typecast to prevent picky compiler warning |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Daniel Stenberg | typecast to int when the variable is int! |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Daniel Stenberg | Gisle's djgpp magic |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Daniel Stenberg | Gisle Vanem made this build fine with djgpp and the... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Daniel Stenberg | don't close the trace stream until _after_ the easy... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Daniel Stenberg | spellfixed comments |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Daniel Stenberg | Another Gisle update |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Daniel Stenberg | 5K array on the stack is a big hefty, it is now allocat... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Daniel Stenberg | I think 1024 bytes is enough for even most ipv6 address... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Daniel Stenberg | Prevent a very long password to buffer overflow the... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Daniel Stenberg | removed trailing whitespace, free a missing malloc... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Daniel Stenberg | passing in a very long interface name could make a... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Daniel Stenberg | not PIN code, pass phrase |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Daniel Stenberg | simplified the check for when to free() the buf data |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Daniel Stenberg | NOBODY set TRUE after a POST makes a good HEAD now |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Daniel Stenberg | wxcurldav |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Daniel Stenberg | fixed |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Daniel Stenberg | make the SSL connect use the same default connect timeo... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Daniel Stenberg | Curl_addrinfo is another typedef we use frequently |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Daniel Stenberg | Gisle fixed a bad free from the resolve reorg, I change... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Daniel Stenberg | Gisle's djgpp updates |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Daniel Stenberg | Gisle's update |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Gunter Knauf | fixed argument parsing; added --setup option. |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Daniel Stenberg | 'M-x ispell-buffer' |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Daniel Stenberg | multi interface connect fix |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Daniel Stenberg | commented out the check for gethostbyname_r() as we... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Daniel Stenberg | corrected the Curl_is_connected() proto |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Daniel Stenberg | First attempt at making the multi interface work when... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Daniel Stenberg | Added missing info for the command line tool, as noted... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Daniel Stenberg | --limit-rate problems on Mac OS X was reported by Rob... |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Daniel Stenberg | check for a fine poll() before it is used to sleep... |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Daniel Stenberg | reset CURLOPT_CUSTOMREQUEST with NULL |
commit | commitdiff | tree | snapshot |
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 |
next |