Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11 | Steven M. Schweda updated VMS readme file | Yang Tse | |
2010-02-11 | Steven M. Schweda removed batch_compile.com and defines.com | Yang Tse | |
2010-02-11 | Steven 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-28 | Use 'size_t' for GETNAMEINFO_TYPE_ARG2 definition for VMS. | Yang Tse | |
http://curl.haxx.se/mail/lib-2009-12/0293.html | |||
2010-01-26 | Added curl_threads.c to a few more non-configure build files | Dan Fandrich | |
2010-01-21 | Added rtsp.c to the non-configure target build files | Dan Fandrich | |
2010-01-15 | Added the new protocol source files to the non-autoconf build files | Dan Fandrich | |
2009-12-31 | VMS adjustments by Steven M. Schweda | Yang Tse | |
2009-12-30 | VMS build system enhancements by Steven M. Schweda and Craig A. Berry | Yang Tse | |
2009-12-30 | VMS specific preprocessor symbol definition adjustments | Yang Tse | |
2009-12-21 | Take new SMTP definitions into account in OS400 wrapper and RPG binding | Patrick Monnerat | |
2009-11-11 | Made the path to the binaries absolute | Dan Fandrich | |
2009-11-04 | Put the Symbian binaries into the more modern locations in ROM | Dan Fandrich | |
2009-11-03 | Export the Symbian .iby files to make it easier to build a ROM | Dan Fandrich | |
2009-10-27 | Fix spelling | Yang Tse | |
2009-10-23 | OS400 install: Duplicate H include file to file CURL to support more include ↵ | Patrick Monnerat | |
path forms. | |||
2009-09-28 | libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.h | Yang Tse | |
2009-09-25 | Changed the default OpenSSL include path | Dan Fandrich | |
2009-09-17 | Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.h | Yang Tse | |
into curl_rand.c and curl_rand.h | |||
2009-08-31 | OS400: adjust inclusion paths in include files to avoid "include file not ↵ | Patrick Monnerat | |
found" in DB2 mode. | |||
2009-08-11 | Fix definition of CURLOPT_SOCKS5_GSSAPI_SERVICE from LONG to OBJECTPOINT | Patrick 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-15 | Added nonblock.c to the non-automake makefiles (note that the dependencies | Dan Fandrich | |
in the Watcom makefiles aren't quite correct). | |||
2009-07-14 | renamed 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-13 | add default USE_CURLDEBUG setting | Yang Tse | |
2009-06-13 | improve usability with UNIX-like shells or a DOS command interpreters | Yang Tse | |
2009-06-11 | added header inclusion guard | Yang Tse | |
2009-06-10 | VMS adjustments | Yang Tse | |
2009-06-10 | Adjusted 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-21 | Added CVS id. | Gisle Vanem | |
2009-05-21 | Update coments. Long-file name setup is required. | Gisle Vanem | |
C-Ares and IPv6 is no longer a bad combo. | |||
2009-05-19 | Remove empty line used to force CVS to update the $Id date string format | Yang Tse | |
2009-05-18 | Add empty line, to force CVS to update the $Id date string format | Yang Tse | |
2009-05-18 | Added seek callback definitions in RPG wrappers | Patrick Monnerat | |
Made OS400 version compilable again | |||
2009-05-09 | Makefile.am was lost | Yang Tse | |
2009-05-09 | Remove DOS and TPF package's Makefile.am | Yang Tse | |
Not actually needed to simply include some files in the distribution tarball. | |||
2009-05-06 | curl_sockaddr struct member addrlen is an 'unsigned int' since 7.18.0 | Yang Tse | |
2009-05-04 | ignore this | Yang Tse | |
2009-05-02 | This wasn't intended to be committed. | Yang Tse | |
So, until fixed this will remain FIXME. | |||
2009-05-02 | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse | |
2009-05-01 | David McCreedy's "TPF-platform specific changes to various files" patch | Yang Tse | |
2009-04-21 | Moved potential inclusion of system's malloc.h and memory.h header files to | Yang Tse | |
setup_once.h. Inclusion of each header file is based on the definition of NEED_MALLOC_H and NEED_MEMORY_H respectively. | |||
2009-04-11 | Added new libcurl source files to Symbian OS build files. | Dan Fandrich | |
Improved Symbian support for SSL. | |||
2009-03-03 | Options CURLOPT_REDIR_PROTOCOLS and CURLOPT_PROTOCOLS, and associated ↵ | Patrick Monnerat | |
definitions added to RPG binding | |||
2009-02-17 | Continue sync work on OS400 specific code and RPG binding. | Patrick Monnerat | |
2009-02-16 | Preparation of imminent release: synchronizing OS400 wrappers + RPG binding ↵ | Patrick Monnerat | |
to current state. | |||
2008-12-11 | _ Use getaddrinfo/getnameinfo ascii wrappers on OS400. | Patrick Monnerat | |
_ Adjust OS400 make script for non-CVS distributions. _ Upgrade ILE/RPG binding. _ Define CURL_HIDDEN_SYMBOLS on OS400, since only CURL_EXTERN-marked symbols are exported. | |||
2008-11-17 | if2ip.c related preprocessor cleanup | Yang Tse | |
2008-11-13 | Refactor configure script detection of functions used to set sockets into | Yang Tse | |
non-blocking mode, and decouple function detection from function capability. | |||
2008-11-11 | Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) | Yang Tse | |
Daniel Fandrich noticed that curl_addrinfo was also missing in the build process of other four non-configure platforms. Added now. |