Age | Commit message (Expand) | Author |
2003-03-15 | missing newline added | Daniel Stenberg |
2003-03-15 | no server needed | Daniel Stenberg |
2003-03-15 | allow 'none' as server | Daniel Stenberg |
2003-03-15 | Sort out the ENGINE problems people seem to be having. Now we put all ENGINE | Daniel Stenberg |
2003-03-15 | * use the pid returned back from test-servers and kill them before starting | Daniel Stenberg |
2003-03-15 | report pid back in the WE ROOLZ message | Daniel Stenberg |
2003-03-15 | removed the "banner" when the server is starting | Daniel Stenberg |
2003-03-15 | detect lack of perl before running tests | Daniel Stenberg |
2003-03-15 | Rick Jones' minor thing to build better on HPUX 11 | Daniel Stenberg |
2003-03-14 | Nico Baggus little adjustment to build with OpenSSL 0.9.7 (the ENGINE thing) | Daniel Stenberg |
2003-03-14 | improved "deeper" check | Daniel Stenberg |
2003-03-13 | No longer halts operation if select or socket are missing, since in most | Daniel Stenberg |
2003-03-13 | Philippe Raoult needed this to build on FreeBSD | Daniel Stenberg |
2003-03-13 | Extra function-find magic for platforms that don't like the way the | Daniel Stenberg |
2003-03-13 | output what cvs returned, see if we can make the script bail out when | Daniel Stenberg |
2003-03-13 | use include path from BUILD dir since we want the config.h | Daniel Stenberg |
2003-03-12 | Things are moving along... | Daniel Stenberg |
2003-03-12 | When we append stuff to the URL, we must make sure the text is properly | Daniel Stenberg |
2003-03-12 | -m on curl on windows with telnet doesn't work | Daniel Stenberg |
2003-03-12 | This verifies that my fix for bug report #700275 works. | Daniel Stenberg |
2003-03-12 | test58 added | Daniel Stenberg |
2003-03-12 | improved the header checks | Daniel Stenberg |
2003-03-12 | Add include files to prevent warnings on some (HPUX) systems. | Daniel Stenberg |
2003-03-12 | include "config.h" from the lib's private dir | Daniel Stenberg |
2003-03-12 | Setup include path to the lib dir to enable inclusion of "config.h" | Daniel Stenberg |
2003-03-12 | Made set_local_option() properly static as reported by Rick Jones | Daniel Stenberg |
2003-03-12 | Prefix defines and symbols with CURL_ to reduce the risk of colliding with | Daniel Stenberg |
2003-03-12 | support a few more common typedefs | Daniel Stenberg |
2003-03-12 | Massige use of AC_HELP_STRING() all over makes the --help output so much | Daniel Stenberg |
2003-03-11 | another week of changes, especially libtool gave us an adventure to remember | Daniel Stenberg |
2003-03-11 | syntax error | Daniel Stenberg |
2003-03-11 | Christophe Demory fixed the check to work better for non-blocking on HP-UX | Daniel Stenberg |
2003-03-11 | Use ssize_t instead of 'int' to make the 64 bit sparc compiler happier. | Daniel Stenberg |
2003-03-11 | Richard Gorton improved the random_the_seed() function for systems where | Daniel Stenberg |
2003-03-11 | don't check for netinet/if_ether.h, we don't include it and it causes | Daniel Stenberg |
2003-03-11 | Martin C. Martin's fix to produce an error message in case of failure | Daniel Stenberg |
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 |
2003-03-10 | Include sys/types.h as well. Ray DeGennaro reports successful compiling on | Daniel Stenberg |
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 |
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 |
2003-03-03 | Detect AIX 4.3 or later, and if found disable the check for the thread-safe | Daniel Stenberg |
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 |