2005-05-18 |
Daniel Stenberg | Bug report #1204435 identified a problem with malformed... |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Daniel Stenberg | update |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Daniel Stenberg | adjusted the strerror_r test more, use _REENTRANT inste... |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Daniel Stenberg | The configure check for strerror_r() failed to detect... |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Daniel Stenberg | #15 is now fixed |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Daniel Stenberg | clarified for GnuTLS |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Daniel Stenberg | several updates |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Daniel Stenberg | ignore resolve too |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Daniel Stenberg | use less code and prevent compiler warning |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Daniel Stenberg | removed the separate table with download links, and... |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Daniel Stenberg | scan for gmake and make to prefer gmake on systems... |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Daniel Stenberg | Made test case 241 precheck that the given name resolve... |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Daniel Stenberg | Moved more generic functions to util.[ch] |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Daniel Stenberg | check if getsockname() returns failure before using... |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Daniel Stenberg | reduced typecasts, from two to one |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Dominick Meglio | More of the same |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Dominick Meglio | More compiler warning cleanups |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Daniel Stenberg | bad formatting |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Dominick Meglio | Made ares_free_hostent man page refer to ares_parse_aaa... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Dominick Meglio | Cleaned up some compile warnings |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Dominick Meglio | Added ares_getnameinfo which mimics the getnameinfo API |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Daniel Stenberg | Modified the gmtime_r check to not check for it until... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Daniel Stenberg | define GMTIME_R to 0 if not working |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Daniel Stenberg | attempt to detect a bad (as in HPUX 10.20 bad) gmtime_r... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Daniel Stenberg | start working on 7.14.1 |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Daniel Stenberg | Version 7.14.0 curl-7_14_0 |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Daniel Stenberg | return, not exit, on several places |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Dominick Meglio | Converted some macros to use NS_* so they work on non... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Dominick Meglio | Forgot to ares_-ize inet_ntop |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Daniel Stenberg | fix warning about redefined symbol |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Daniel Stenberg | replaced the CRLF newlines with plain LF ones |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Dominick Meglio | Added an inet_ntop function from BIND for systems that... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Gisle Vanem | Updated generated dependencies. |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Gisle Vanem | Some patches for (a stricter/smarter) gcc 4.0 and |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Gisle Vanem | 'ssize_t' seems to be a gcc 4.x built-in. |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Gisle Vanem | Change for systems with >1 ways of setting (non-)blocking |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Daniel Stenberg | updated |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Daniel Stenberg | uses select() instead of poll() even on Mac OS X 10.4 |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Daniel Stenberg | adjusted the configure to always skip the fine-poll... |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Daniel Stenberg | remove blank lines |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Daniel Stenberg | CURLOPT_SSLVERSION clarified |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Daniel Stenberg | -z bad use warning and NTLM proxy auth in reconnect fix |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Daniel Stenberg | oops, found by bug reported in bug report #1200661 |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Daniel Stenberg | spell |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Daniel Stenberg | typecast to fix warning on 64bit systems |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Daniel Stenberg | warn about bad -z syntax |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Daniel Stenberg | MatrixSSL and yaSSL are two free libs we _could_ support |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Daniel Stenberg | mention the select() error fix as well |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Daniel Stenberg | the new HTTP headers |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Daniel Stenberg | removed duplicate |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Daniel Stenberg | Modified the default HTTP headers used by libcurl: |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Daniel Stenberg | prevent NS_IN6ADDRSZ from getting set to zero if the... |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Daniel Stenberg | Hm, this doesn't feel right. The error bits returned... |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Daniel Stenberg | me stupid, errno is not set for mere select()-exceptions |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Daniel Stenberg | include protos to fix warnings |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Daniel Stenberg | If Curl_select() returns with the error bit set, bail... |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Daniel Stenberg | prevent 64bit warnings |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Daniel Stenberg | allow the ares/config.h display to fail |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Daniel Stenberg | Jeremy Brown's OpenSSL thread-locking example |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Daniel Stenberg | new counter |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Daniel Stenberg | Jamie Lokier added. And I now recounted the amount... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Daniel Stenberg | update the "PORTS" section a little |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Daniel Stenberg | add multi-thread details for GnuTLS |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Daniel Stenberg | new mirror, added amount of contributors |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Daniel Stenberg | Jeff is short for Jeffrey |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Daniel Stenberg | updated with the current RELEASE-NOTES names |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Daniel Stenberg | I decided to make this list more complete. I took the... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Daniel Stenberg | no need to display src/config.h anymore since it is... |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Daniel Stenberg | silence compiler warnings |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Daniel Stenberg | fix warnings about unused variables for non-debug builds |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Daniel Stenberg | fix |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Daniel Stenberg | January 2003. Started working on the distributed curl... |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Daniel Stenberg | DEBUGF() is a new conveniant macro to add infof() calls... |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Daniel Stenberg | Added an active disconnected state, to make the code... |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Daniel Stenberg | removed unnecessary logging to ease REAL debuggin |
commit | commitdiff | tree | snapshot |
2005-05-06 |
Daniel Stenberg | one more command line option, fixed the AIX 4.3 enabled... |
commit | commitdiff | tree | snapshot |
2005-05-06 |
Daniel Stenberg | Added two test cases for multipart formpost over a... |
commit | commitdiff | tree | snapshot |
2005-05-06 |
Daniel Stenberg | When a server is clearly running, curl is now invoked... |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Daniel Stenberg | use calloc instead of malloc to save a call to memset() |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Daniel Stenberg | now add --trace-time by default for curl tests |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Daniel Stenberg | removed lots of (now) redundant logging |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Daniel Stenberg | modify a value we are allowed to |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Daniel Stenberg | improved logging (all FTP protocol data, both ways... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Daniel Stenberg | towards 7.14.0 - really |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Daniel Stenberg | prevent memory leak when built SSL disabled |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Daniel Stenberg | *MAN* was this hard to track down. Had I just read... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Daniel Stenberg | add more info to the log to ease debugging |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Daniel Stenberg | improved failf() error messages |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Daniel Stenberg | the new functions and the upcoming ipv6 calls for the... |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Daniel Stenberg | corrected copyright years |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Daniel Stenberg | corrected copyright year |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Daniel Stenberg | Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6... |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Daniel Stenberg | Now configure checks for struct sockaddr_storage and... |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Daniel Stenberg | another <case> converted to sysread |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Daniel Stenberg | read from the open2 filehandle with sysread, not <handle> |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Daniel Stenberg | Fixed the FTP server read stuff when waiting for a... |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Daniel Stenberg | fix the server for the slow response case |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Daniel Stenberg | Added --trace-time that when used adds a time stamp... |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Daniel Stenberg | When starting the ftp server, wait a few seconds to... |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Daniel Stenberg | Make sure there's no pidfile if we cannot start the... |
commit | commitdiff | tree | snapshot |
next |