Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-11 | Use ssize_t instead of 'int' to make the 64 bit sparc compiler happier. | Daniel Stenberg | |
Fix by Richard Gorton. | |||
2003-03-11 | Richard Gorton improved the random_the_seed() function for systems where | Daniel Stenberg | |
we don't find/know of a good random source. This way, we get a better randomness which in turn should make SSL connections more secure. | |||
2003-03-11 | don't check for netinet/if_ether.h, we don't include it and it causes | Daniel Stenberg | |
configure warnings on many systems | |||
2003-03-11 | Martin C. Martin's fix to produce an error message in case of failure | Daniel Stenberg | |
in the Curl_is_connected() function. | |||
2003-03-10 | added things to fix at the next major release/change | Daniel Stenberg | |
2003-03-10 | clarify | Daniel Stenberg | |
2003-03-10 | no the data is not freed, this is left for the app to do when needed | Daniel Stenberg | |
2003-03-10 | AAAARG | Daniel Stenberg | |
libtool 1.4.3 is scary as hell and caused just about every build on all sorts of platforms to stop working, thanks to the fact that it ruquires a SED variables somehow set by the configure script. It works fine on my linux running autoconf 2.57 and automake 1.7 but others seem not to do as fine. Reverting back to the ltmain.sh we had previously, which I believe is 1.4.2 including handmade patches for FreeBSD. ALERT ALERT ALERT before we try 1.4.3 or similar versions again, check the ${SED} stuff and similar carefully. | |||
2003-03-10 | Include sys/types.h as well. Ray DeGennaro reports successful compiling on | Daniel Stenberg | |
AIX when this fix is applied and I cannot see how this will break any systems. | |||
2003-03-07 | figure out the path to a 'sed' as otherwise libtool gets crazy | Daniel Stenberg | |
2003-03-07 | libtoolize 1.4.3 brought these | Daniel Stenberg | |
2003-03-04 | Removed define, risc os build, POST-GET bug fixed, AIX 4.3 problems solved | Daniel Stenberg | |
and two makefiles fixed. | |||
2003-03-03 | output the md5sum as the last step | Daniel Stenberg | |
2003-03-03 | Added share.obj | Daniel Stenberg | |
2003-03-03 | moved the disable-thread warning to the switch code so that the AIX 4.3 | Daniel Stenberg | |
automatic disable won't cause a warning | |||
2003-03-03 | Detect AIX 4.3 or later, and if found disable the check for the thread-safe | Daniel Stenberg | |
*_r() functions as they're not needed (and if fact mess things up for us). Brought to our attention by the friendly Troels Walsted Hansen in bug report #696217. | |||
2003-03-03 | AIX 4.3 or later should use gethostbyname() and not the *_r() version. | Daniel Stenberg | |
2003-03-03 | Added typecast to please the MSVC compiler. | Daniel Stenberg | |
2003-03-03 | another typecast added to please the borland compiler | Daniel Stenberg | |
2003-03-03 | Add (void) on our uses of the swrite() macro when we don't read the return | Daniel Stenberg | |
code as this makes compiler warnings. We *should* fix the code to deal with the return codes instead... | |||
2003-03-02 | Init postdata properly before issuing a request, so that there isn't any | Daniel Stenberg | |
lingering POST-stuff that confuses GET requests. Juan F. Codagnone reported this problem in bug report #653859. | |||
2003-03-02 | moved a variable declaration to remove a compiler warnings with the MSVC | Daniel Stenberg | |
compiler, mentioned by Andi Jahja | |||
2003-02-28 | include the engine stuff | Daniel Stenberg | |
2003-02-28 | Andres Garcia Garcia updated to build with the most recent OpenSSL and | Daniel Stenberg | |
the recent libcurl changes. | |||
2003-02-28 | James Bursa made it compile on RISC OS as well. | Daniel Stenberg | |
2003-02-28 | James Bursa wrote a section about cross-compiling for RISC OS | Daniel Stenberg | |
2003-02-28 | the strequal and strnequal should now be called with the proper curl_ prefix | Daniel Stenberg | |
2003-02-28 | Removed the defines for strequal() and strnequal(). | Daniel Stenberg | |
2003-02-28 | recent stuff | Daniel Stenberg | |
2003-02-28 | mention what happens if size is set to -1 | Daniel Stenberg | |
2003-02-28 | spell out that POSTFIELDS should be url-encoded in most cases | Daniel Stenberg | |
2003-02-27 | spell better | Daniel Stenberg | |
2003-02-27 | Updated to better reflect reality. Also displays how the CURLMsg struct | Daniel Stenberg | |
looks like. | |||
2003-02-27 | It appears that there are FTP-servers that return size 0 for files | Daniel Stenberg | |
when SIZE is used on the file while being in BINARY mode. To work around that (stupid) behavior, we attempt to parse the RETR response even if the SIZE returned size zero. Debugging help from Salvatore Sorrentino on February 26, 2003. | |||
2003-02-26 | test138 is for RETR without size and without a working SIZE | Daniel Stenberg | |
2003-02-26 | support <size>-1</size> to completely disable the SIZE command | Daniel Stenberg | |
2003-02-26 | added support for RETRNOSIZE in the control file to tell RETR to not | Daniel Stenberg | |
include size in the 150-reply | |||
2003-02-26 | added a test case for RETR that doesn't get the size in the 150-reply | Daniel Stenberg | |
2003-02-26 | added index.html | Daniel Stenberg | |
2003-02-26 | random updates | Daniel Stenberg | |
2003-02-26 | No longer loop to read multiple times before returning back from the transfer | Daniel Stenberg | |
function, as this could easily end up looping for a very long time (more or less until the whole transfer was done) and no library-using app would want that. Found thanks to a report by Kyle Sallee. | |||
2003-02-25 | updated, now features less mentions about older versions | Daniel Stenberg | |
2003-02-25 | better sslcerts link | Daniel Stenberg | |
2003-02-24 | 7.10.4-pre2 commit | Daniel Stenberg | |
2003-02-24 | Fixes to bring back the the "Expect: 100-continue" functionality. If the | Daniel Stenberg | |
header is used, we must wait for a 100-code (or timeout), before we send the data. The timeout is merely 1000 ms at this point. We may have reason to set a longer timeout in the future. | |||
2003-02-24 | Kjetil Jacobsen found out that setting CURLOPT_MAXCONNECTS to a value higher | Daniel Stenberg | |
than 5 could cause a segfault. | |||
2003-02-24 | fixed language for limit-rate | Daniel Stenberg | |
2003-02-24 | daily was weekly, added a little thing about feb 2003 | Daniel Stenberg | |
2003-02-21 | added an EXAMPLE section | Daniel Stenberg | |
2003-02-17 | how to disable FTP PORT | Daniel Stenberg | |