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 |
2005-05-02 |
Daniel Stenberg | two bugfixes, one change and one test script modification |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Daniel Stenberg | two bugs, one change |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Daniel Stenberg | blank a few more environment variables before running... |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Daniel Stenberg | Made curl recognize the environment variables Lynx... |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Daniel Stenberg | Bryan Henderson's fine update of SSL_VERIFYPEER and... |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Daniel Stenberg | prevent two compiler warnings on comparisons between... |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Daniel Stenberg | fixed to use fork()+exec() to start test servers |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Daniel Stenberg | always use the libcurl-provided *printf() functions |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Daniel Stenberg | util.h added as "source" to make it get added in dist... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Daniel Stenberg | logfile name is const |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Daniel Stenberg | Moved common code to util.[ch] instead of having it... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Daniel Stenberg | there cannot be chunked problem when no_body (HEAD... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Daniel Stenberg | singleipconnect() returns a socket descriptor, not... |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Daniel Stenberg | more fixes |
commit | commitdiff | tree | snapshot |
2005-04-28 |
Daniel Stenberg | Updated with (new and old) default config file search... |
commit | commitdiff | tree | snapshot |
2005-04-28 |
Daniel Stenberg | Set mode text on the section that is written by curl... |
commit | commitdiff | tree | snapshot |
2005-04-28 |
Daniel Stenberg | basic signal handler for sigint and sigkill |
commit | commitdiff | tree | snapshot |
2005-04-28 |
Daniel Stenberg | fixed the attribute parser to better handle multiple... |
commit | commitdiff | tree | snapshot |
2005-04-28 |
Daniel Stenberg | moved two functions to ftp.pm, made some more changes... |
commit | commitdiff | tree | snapshot |
2005-04-28 |
Daniel Stenberg | moved in functions from runtests.pl to enable the ftpse... |
commit | commitdiff | tree | snapshot |
next |