platform/upstream/curl.git
2004-07-15 Gunter Knaufadded just another switch.
2004-07-15 Gunter Knaufremoved old CXXFLAGS; added switch to suppress linker...
2004-07-15 Gunter Knaufremoved unneeded libs from linking.
2004-07-15 Daniel Stenbergrecent activities
2004-07-15 Gunter Knaufadded Borland support.
2004-07-15 Gunter Knaufmade OpenSSL support conditional.
2004-07-15 Gunter Knaufmade OpenSSL support conditional;
2004-07-15 Gunter KnaufGisle's fix to support Borland builds again.
2004-07-14 Daniel Stenbergnow known as libcurl-tutorial.3
2004-07-14 Daniel StenbergJason Nye pointed out that callbacks don't need to...
2004-07-14 Daniel StenbergAn Andres Garcia fix: add a typecast to make it work...
2004-07-14 Daniel Stenbergremoved the config-netware.h from the release archives
2004-07-14 Gunter Knaufsome more fixes; added cw32mt.lib, winmm.lib to the...
2004-07-14 Gunter Knaufchanged Borland target since Borland's make doesnt...
2004-07-14 Gunter Knaufchanged to use Makefile.inc.
2004-07-13 Gunter Knaufupdated for current cvs sources; looking for getting...
2004-07-13 Gunter Knaufchanged to use Makefile.inc.
2004-07-12 Gunter Knaufminor corrections.
2004-07-11 Gunter Knaufchanged to use Makefile.inc since Gisle agreed.
2004-07-11 Gunter Knaufminor cleanup.
2004-07-11 Gunter Knaufadded some lines to fetch ares version.
2004-07-11 Gunter Knaufupdated MSVC build instructions.
2004-07-11 Gunter Knaufchanged paths to external libs to recent versions.
2004-07-11 Gunter Knaufadded new vc-zlib target.
2004-07-11 Gunter Knaufremoved zlib dependence from default target; added...
2004-07-11 Gunter Knaufremoved obsolete NetWare config files;
2004-07-11 Gunter Knaufadded ifdef for NetWare to ares.h.
2004-07-10 Gunter Knaufifdef keep_sigact since its only used when SIGALRM...
2004-07-07 Gunter Knauffixed ares linking.
2004-07-06 Daniel Stenbergfile:// upload fix on windows
2004-07-06 Daniel StenbergAndres Garcia pointed out that we searched for a slash...
2004-07-06 Daniel Stenbergclarify the -Q option a bit better
2004-07-06 Daniel Stenbergmingw and netware makefiles added by Gunter Knauf
2004-07-06 Gunter Knauffixed Win32 prebuild section; fixed minor cosmetic...
2004-07-06 Gunter Knaufadded vc-ssl-zlib target.
2004-07-06 Gunter Knaufminor cleanup.
2004-07-05 Gunter Knaufbe a bit more verbose when things go wrong.
2004-07-05 Gunter Knaufadded additional check to avoid calling a non-existant...
2004-07-05 Gunter Knaufthe simple way was too simple, so added --mktarball...
2004-07-05 Gunter Knaufminor cosmetic fix.
2004-07-05 Gunter Knaufadded simple way to create a tarball just before the...
2004-07-05 Gunter Knaufchanged to reflect recent NetWare makefile changes;
2004-07-05 Gunter Knaufadded MingW32 makefile.
2004-07-05 Gunter Knaufchanged to use Makefile.inc; made paths overwritable.
2004-07-05 Gunter Knaufadded comment.
2004-07-05 Daniel StenbergAdded README.netware to the release archive
2004-07-05 Gunter Knaufadded line where to find compile instructions.
2004-07-05 Gunter Knaufminor NetWare upate.
2004-07-05 Gunter Knauftry to relax linux build host detection.
2004-07-05 Gunter Knaufadded a simple README.netware.
2004-07-05 Gunter Knaufadded section for compiling NetWare target.
2004-07-04 Daniel StenbergGünter Knauf made c-ares build and run on Novell Netware.
2004-07-04 Daniel Stenbergexplicit typecasts to prevent warnings
2004-07-04 Daniel Stenbergtypecast the conversion to uInt when assigning z->avail...
2004-07-04 Daniel Stenbergmake sure the 3rd argument passed to bind() is a socklen_t
2004-07-04 Daniel StenbergSSL_get_verify_result() returns a long, so we receive...
2004-07-04 Daniel Stenbergtypecast long => int conversion
2004-07-04 Daniel Stenbergexplicit typecasts when converting from long to int...
2004-07-04 Gunter Knaufadded NetWare section for paths.
2004-07-04 Daniel Stenbergmade 'connectindex' a long variable to prevent compiler...
2004-07-04 Gunter Knaufupdate to build both test apps.
2004-07-04 Daniel Stenbergtypecast the conversion from long to int to prevent...
2004-07-04 Gunter Knaufremoved now obsolete ifdef. Shouldnt the other ifdefs...
2004-07-04 Gunter Knaufremoved now obsolete ifdef.
2004-07-04 Gunter Knaufremoved abort() - sync'd with getdate.y 1.26
2004-07-04 Daniel Stenberginclude the Makefile.inc file to get all sources and...
2004-07-03 Gunter Knaufminor fix for compiling on Linux.
2004-07-03 Gunter Knaufadded few ifdefs to make it usable for NetWare.
2004-07-03 Gunter Knaufadded NetWare makefile.
2004-07-03 Gunter Knaufreverted, older gcc breaks compilation since it doesnt...
2004-07-03 Gunter Knaufkilled warning with gcc 3.3.1 and later when using...
2004-07-03 Gunter Knaufmodified to use new Makefile.inc to build up object...
2004-07-03 Gunter Knaufmodified to use new Makefile.inc to build up object...
2004-07-03 Gunter Knaufadded Makefile.inc which can be included from other...
2004-07-02 Daniel StenbergI prefer CURLOPT_WRITEDATA before CURLOPT_FILE
2004-07-02 Daniel Stenbergsnprintf instead of sprintf,
2004-07-02 Daniel Stenbergadded typecasts to please compilers
2004-07-02 Daniel Stenbergvariable type cleanup to hush compilers,
2004-07-02 Daniel Stenbergexplicit typecasts to double to prevent warnings about...
2004-07-02 Daniel Stenbergcurl_share_cleanup fix
2004-07-02 Daniel Stenbergmake clean now removes getdate.c
2004-07-02 Daniel Stenbergconfigure --disable-http works these days
2004-07-02 Daniel StenbergAndrés García found out the share cleanup code crashes...
2004-07-01 Daniel Stenbergtypecase the argument to curl_easy_strerror() to a...
2004-07-01 Daniel Stenbergdjgpp fixes by Gisle
2004-07-01 Daniel StenbergGisle's win32-fix. 'errno' is not used for errors when...
2004-07-01 Daniel StenbergGisle added makefile for djgpp builds
2004-07-01 Daniel Stenberg--trace fix
2004-07-01 Daniel Stenbergmake functions use size_t instead of int next major...
2004-07-01 Daniel StenbergVariable type cleanups to please the picky MIPSPro...
2004-07-01 Daniel Stenbergvariable type cleanup to fix picky compiler warnings
2004-07-01 Daniel Stenbergtypecast to prevent picky compiler warning
2004-07-01 Daniel Stenbergtypecast to int when the variable is int!
2004-07-01 Daniel StenbergGisle's djgpp magic
2004-07-01 Daniel StenbergGisle Vanem made this build fine with djgpp and the...
2004-07-01 Daniel Stenbergdon't close the trace stream until _after_ the easy...
2004-07-01 Daniel Stenbergspellfixed comments
2004-06-30 Daniel StenbergAnother Gisle update
2004-06-30 Daniel Stenberg5K array on the stack is a big hefty, it is now allocat...
2004-06-30 Daniel StenbergI think 1024 bytes is enough for even most ipv6 address...
next