aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2010-05-12Added Polar SSL and RTMP files to the non-autoconf build filesDan Fandrich
I didn't bother with a few that have little hope of running the required dependent libraries.
2010-05-12Added the new ftp source files to the non-autoconf build filesDan Fandrich
2010-04-20hmac.c related compilation adjustmentYang Tse
2010-04-19Implement SMTP authenticationmonnerat
2010-04-16OS400 version V5R2M0 not supported anymore by IBM: default target release ↵unknown
changed to V5R3M0.
2010-03-25remove all .cvsignore filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-03-23Updated Symbian notesDan Fandrich
2010-03-20provide an initial set of .gitignore filesDaniel Stenberg
2010-03-11SSL should now be working out-of-the-box on Symbian S60.Dan Fandrich
2010-03-11Enable Symbian zlib support by default.Dan Fandrich
2010-03-10A few Symbian build changesDan Fandrich
2010-03-05Added SIZEOF_INT and SIZEOF_SHORT definitions for VMS configuration fileYang Tse
2010-02-19fix compiler warningYang Tse
2010-02-16replaced tabs with spacesYang Tse
2010-02-14removed trailing whitespaceYang Tse
2010-02-11_ Make it compilable again on OS400.Patrick Monnerat
_ Upgrade OS400 EBCDIC wrappers for new options. _ Upgrade ILE/RPG bindings to current state.
2010-02-11Steven M. Schweda updated VMS readme fileYang Tse
2010-02-11Steven M. Schweda removed batch_compile.com and defines.comYang Tse
2010-02-11Steven M. Schweda fixed:Yang Tse
VMS builder bad behavior when used in a batch job. Various ".LIS" and ".MAP" files created without being requested by a "LIST" command-line option, and in the wrong place, too. Some minor typographical changes.
2010-01-28Use 'size_t' for GETNAMEINFO_TYPE_ARG2 definition for VMS.Yang Tse
http://curl.haxx.se/mail/lib-2009-12/0293.html
2010-01-26Added curl_threads.c to a few more non-configure build filesDan Fandrich
2010-01-21Added rtsp.c to the non-configure target build filesDan Fandrich
2010-01-15Added the new protocol source files to the non-autoconf build filesDan Fandrich
2009-12-31VMS adjustments by Steven M. SchwedaYang Tse
2009-12-30VMS build system enhancements by Steven M. Schweda and Craig A. BerryYang Tse
2009-12-30VMS specific preprocessor symbol definition adjustmentsYang Tse
2009-12-21Take new SMTP definitions into account in OS400 wrapper and RPG bindingPatrick Monnerat
2009-11-11Made the path to the binaries absoluteDan Fandrich
2009-11-04Put the Symbian binaries into the more modern locations in ROMDan Fandrich
2009-11-03Export the Symbian .iby files to make it easier to build a ROMDan Fandrich
2009-10-27Fix spellingYang Tse
2009-10-23OS400 install: Duplicate H include file to file CURL to support more include ↵Patrick Monnerat
path forms.
2009-09-28libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.hYang Tse
2009-09-25Changed the default OpenSSL include pathDan Fandrich
2009-09-17Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.hYang Tse
into curl_rand.c and curl_rand.h
2009-08-31OS400: adjust inclusion paths in include files to avoid "include file not ↵Patrick Monnerat
found" in DB2 mode.
2009-08-11Fix definition of CURLOPT_SOCKS5_GSSAPI_SERVICE from LONG to OBJECTPOINTPatrick Monnerat
Fix OS400 makefile for tests to use the new Makefile.inc in libtest Update the OS400 wrappers and RPG binding according to the current CVS source state
2009-07-15Added nonblock.c to the non-automake makefiles (note that the dependenciesDan Fandrich
in the Watcom makefiles aren't quite correct).
2009-07-14renamed generated config.h to curl_config.h in order to avoid clashes when ↵Gunter Knauf
libcurl is used with other projects which also have a config.h.
2009-06-13add default USE_CURLDEBUG settingYang Tse
2009-06-13improve usability with UNIX-like shells or a DOS command interpretersYang Tse
2009-06-11added header inclusion guardYang Tse
2009-06-10VMS adjustmentsYang Tse
2009-06-10Adjusted to take in account that...Yang Tse
With the curl memory tracking feature decoupled from the debug build feature, CURLDEBUG and DEBUGBUILD preprocessor symbol definitions are used as follows: CURLDEBUG used for curl debug memory tracking specific code (--enable-curldebug) DEBUGBUILD used for debug enabled specific code (--enable-debug)
2009-05-21Added CVS id.Gisle Vanem
2009-05-21Update coments. Long-file name setup is required.Gisle Vanem
C-Ares and IPv6 is no longer a bad combo.
2009-05-19Remove empty line used to force CVS to update the $Id date string formatYang Tse
2009-05-18Add empty line, to force CVS to update the $Id date string formatYang Tse
2009-05-18Added seek callback definitions in RPG wrappersPatrick Monnerat
Made OS400 version compilable again