]> granicus.if.org Git - curl/shortlog
curl
2003-03-12 Daniel StenbergMade set_local_option() properly static as reported...
2003-03-12 Daniel StenbergPrefix defines and symbols with CURL_ to reduce the...
2003-03-12 Daniel Stenbergsupport a few more common typedefs
2003-03-12 Daniel StenbergMassige use of AC_HELP_STRING() all over makes the...
2003-03-11 Daniel Stenberganother week of changes, especially libtool gave us...
2003-03-11 Daniel Stenbergsyntax error
2003-03-11 Daniel StenbergChristophe Demory fixed the check to work better for...
2003-03-11 Daniel StenbergUse ssize_t instead of 'int' to make the 64 bit sparc...
2003-03-11 Daniel StenbergRichard Gorton improved the random_the_seed() function...
2003-03-11 Daniel Stenbergdon't check for netinet/if_ether.h, we don't include...
2003-03-11 Daniel StenbergMartin C. Martin's fix to produce an error message...
2003-03-10 Daniel Stenbergadded things to fix at the next major release/change
2003-03-10 Daniel Stenbergclarify
2003-03-10 Daniel Stenbergno the data is not freed, this is left for the app...
2003-03-10 Daniel StenbergAAAARG
2003-03-10 Daniel StenbergInclude sys/types.h as well. Ray DeGennaro reports...
2003-03-07 Daniel Stenbergfigure out the path to a 'sed' as otherwise libtool...
2003-03-07 Daniel Stenberglibtoolize 1.4.3 brought these
2003-03-04 Daniel StenbergRemoved define, risc os build, POST-GET bug fixed,...
2003-03-03 Daniel Stenbergoutput the md5sum as the last step
2003-03-03 Daniel StenbergAdded share.obj
2003-03-03 Daniel Stenbergmoved the disable-thread warning to the switch code...
2003-03-03 Daniel StenbergDetect AIX 4.3 or later, and if found disable the check...
2003-03-03 Daniel StenbergAIX 4.3 or later should use gethostbyname() and not...
2003-03-03 Daniel StenbergAdded typecast to please the MSVC compiler.
2003-03-03 Daniel Stenberganother typecast added to please the borland compiler
2003-03-03 Daniel StenbergAdd (void) on our uses of the swrite() macro when we...
2003-03-02 Daniel StenbergInit postdata properly before issuing a request, so...
2003-03-02 Daniel Stenbergmoved a variable declaration to remove a compiler warni...
2003-02-28 Daniel Stenberginclude the engine stuff
2003-02-28 Daniel StenbergAndres Garcia Garcia updated to build with the most...
2003-02-28 Daniel StenbergJames Bursa made it compile on RISC OS as well.
2003-02-28 Daniel StenbergJames Bursa wrote a section about cross-compiling for...
2003-02-28 Daniel Stenbergthe strequal and strnequal should now be called with...
2003-02-28 Daniel StenbergRemoved the defines for strequal() and strnequal().
2003-02-28 Daniel Stenbergrecent stuff
2003-02-28 Daniel Stenbergmention what happens if size is set to -1
2003-02-28 Daniel Stenbergspell out that POSTFIELDS should be url-encoded in...
2003-02-27 Daniel Stenbergspell better
2003-02-27 Daniel StenbergUpdated to better reflect reality. Also displays how...
2003-02-27 Daniel StenbergIt appears that there are FTP-servers that return size...
2003-02-26 Daniel Stenbergtest138 is for RETR without size and without a working...
2003-02-26 Daniel Stenbergsupport <size>-1</size> to completely disable the SIZE...
2003-02-26 Daniel Stenbergadded support for RETRNOSIZE in the control file to...
2003-02-26 Daniel Stenbergadded a test case for RETR that doesn't get the size...
2003-02-26 Daniel Stenbergadded index.html
2003-02-26 Daniel Stenbergrandom updates
2003-02-26 Daniel StenbergNo longer loop to read multiple times before returning...
2003-02-25 Daniel Stenbergupdated, now features less mentions about older versions
2003-02-25 Daniel Stenbergbetter sslcerts link
2003-02-24 Daniel Stenberg7.10.4-pre2 commit
2003-02-24 Daniel StenbergFixes to bring back the the "Expect: 100-continue"...
2003-02-24 Daniel StenbergKjetil Jacobsen found out that setting CURLOPT_MAXCONNE...
2003-02-24 Daniel Stenbergfixed language for limit-rate
2003-02-24 Daniel Stenbergdaily was weekly, added a little thing about feb 2003
2003-02-21 Daniel Stenbergadded an EXAMPLE section
2003-02-17 Daniel Stenberghow to disable FTP PORT
2003-02-17 Daniel StenbergThis script clearly misses to remove the build dir...
2003-02-17 Daniel Stenbergmention --trace and --trace-ascii in the -v/--versbose...
2003-02-14 Daniel Stenbergmention more cacert magic
2003-02-14 Daniel StenbergFix Curl_is_connected() even more to deal with waitconn...
2003-02-14 Daniel StenbergMatthew Clarke built curl on AIX 3.2.5
2003-02-14 Daniel Stenberginclude <sys/socket.h> to compile the fd_set stuff...
2003-02-14 Daniel Stenberggeterrno() renamed to ourerrno() to prevent the name...
2003-02-14 Daniel StenbergMartin C. Martin's fix for multi-interface connects...
2003-02-13 Daniel StenbergChristopher R. Palmer fixed Curl_base64_encode() to...
2003-02-08 Daniel Stenberglanguage
2003-02-06 Daniel Stenberginclude stdarg.h since we use va_* stuff
2003-02-05 Daniel StenbergI made curl run fine on a XScale/PXA250
2003-02-05 Daniel StenbergRe-arranged the SSL connection code (again). The recent...
2003-02-04 Jean-Philippe... added the sharing of DNS cache
2003-02-04 Daniel StenbergVMS has setjmp.h
2003-02-04 Daniel StenbergNico Baggus updated build script for VMS
2003-02-04 Daniel Stenbergassume zlib 1.1.4 - pointed out by Kevin Roth
2003-02-04 Daniel StenbergHAVE_LIBZ is the actual name of the define we use
2003-02-04 Daniel Stenbergmake it more obvious what this is by not even trying...
2003-02-04 Daniel StenbergJames Bursa corrected a bad comment
2003-02-04 Daniel Stenbergfixes during the last couple of days
2003-02-04 Daniel StenbergImproved error reporting in case of bad SSL_connect...
2003-02-03 Daniel Stenbergscan through the PATH as well, to find stunnel
2003-02-03 Daniel StenbergJulian Noble pointed out that capath is indeed working...
2003-01-31 Daniel StenbergKevin Roth corrected the zlib stuff to work better.
2003-01-30 Daniel Stenbergdon't check for the CA cert bundle if --insecure is...
2003-01-30 Daniel Stenbergtypecast the argument to isspace() to an int to prevent...
2003-01-30 Daniel Stenbergcurl now uses stricter VERIFYHOST by default and only...
2003-01-30 Daniel StenbergFixes bug #669059. We now extract the Content-Type...
2003-01-30 Daniel Stenbergtest case 57 - verifies that the Content-Type extractio...
2003-01-29 Daniel Stenbergchanges from the last week or so
2003-01-29 Daniel StenbergHAVE_WRITABLE_ARGV is set if argv[] is writable on...
2003-01-29 Daniel StenbergJohn McGowan found a problem where the DEBUGFUNCTION...
2003-01-29 Daniel Stenbergadd the new emacs file and removed the former one
2003-01-29 Daniel Stenbergexample showing how a .emacs using curl-style.el could...
2003-01-29 Daniel Stenbergthis is the former emacs file we no longer use, go...
2003-01-29 Daniel Stenbergreset conn->size to -1 on the ftp-do function to make...
2003-01-29 Daniel Stenbergprevious changes
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-29 Daniel Stenbergremoved weirdo {{{ and }}} comments
2003-01-28 Daniel Stenbergthe README.curl is named MANUAL these days
2003-01-28 Daniel Stenbergrevised and better
2003-01-27 Daniel Stenbergremoved -Wcast-align from --enable-debug with gcc,...
next