2004-07-05 |
Gunter Knauf | added MingW32 makefile. |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Gunter Knauf | changed to use Makefile.inc; made paths overwritable. |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Gunter Knauf | added comment. |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Daniel Stenberg | Added README.netware to the release archive |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Gunter Knauf | added line where to find compile instructions. |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Gunter Knauf | minor NetWare upate. |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Gunter Knauf | try to relax linux build host detection. |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Gunter Knauf | added a simple README.netware. |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Gunter Knauf | added section for compiling NetWare target. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Daniel Stenberg | Günter Knauf made c-ares build and run on Novell Netware. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Daniel Stenberg | explicit typecasts to prevent warnings |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Daniel Stenberg | typecast the conversion to uInt when assigning z->avail... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Daniel Stenberg | make sure the 3rd argument passed to bind() is a socklen_t |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Daniel Stenberg | SSL_get_verify_result() returns a long, so we receive... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Daniel Stenberg | typecast long => int conversion |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Daniel Stenberg | explicit typecasts when converting from long to int... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Gunter Knauf | added NetWare section for paths. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Daniel Stenberg | made 'connectindex' a long variable to prevent compiler... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Gunter Knauf | update to build both test apps. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Daniel Stenberg | typecast the conversion from long to int to prevent... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Gunter Knauf | removed now obsolete ifdef. Shouldnt the other ifdefs... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Gunter Knauf | removed now obsolete ifdef. |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Gunter Knauf | removed abort() - sync'd with getdate.y 1.26 |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Daniel Stenberg | include the Makefile.inc file to get all sources and... |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Gunter Knauf | minor fix for compiling on Linux. |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Gunter Knauf | added few ifdefs to make it usable for NetWare. |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Gunter Knauf | added NetWare makefile. |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Gunter Knauf | reverted, older gcc breaks compilation since it doesnt... |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Gunter Knauf | killed warning with gcc 3.3.1 and later when using... |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Gunter Knauf | modified to use new Makefile.inc to build up object... |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Gunter Knauf | modified to use new Makefile.inc to build up object... |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Gunter Knauf | added Makefile.inc which can be included from other... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Daniel Stenberg | I prefer CURLOPT_WRITEDATA before CURLOPT_FILE |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Daniel Stenberg | snprintf instead of sprintf, |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Daniel Stenberg | added typecasts to please compilers |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Daniel Stenberg | variable type cleanup to hush compilers, |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Daniel Stenberg | explicit typecasts to double to prevent warnings about... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Daniel Stenberg | curl_share_cleanup fix |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Daniel Stenberg | make clean now removes getdate.c |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Daniel Stenberg | configure --disable-http works these days |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Daniel Stenberg | Andrés García found out the share cleanup code crashes... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Daniel Stenberg | typecase the argument to curl_easy_strerror() to a... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Daniel Stenberg | djgpp fixes by Gisle |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Daniel Stenberg | Gisle's win32-fix. 'errno' is not used for errors when... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Daniel Stenberg | Gisle added makefile for djgpp builds |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Daniel Stenberg | --trace fix |
commit | commitdiff | tree | snapshot |
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 |
next |