summaryrefslogtreecommitdiff
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* provide an initial set of .gitignore filesDaniel Stenberg2010-03-203-0/+4
|
* SSL should now be working out-of-the-box on Symbian S60.Dan Fandrich2010-03-111-5/+3
|
* Enable Symbian zlib support by default.Dan Fandrich2010-03-111-1/+1
|
* A few Symbian build changesDan Fandrich2010-03-103-13/+13
|
* Added SIZEOF_INT and SIZEOF_SHORT definitions for VMS configuration fileYang Tse2010-03-051-2/+8
|
* fix compiler warningYang Tse2010-02-192-1/+3
|
* replaced tabs with spacesYang Tse2010-02-161-1/+1
|
* removed trailing whitespaceYang Tse2010-02-1418-79/+82
|
* _ Make it compilable again on OS400.Patrick Monnerat2010-02-115-12/+76
| | | | | _ Upgrade OS400 EBCDIC wrappers for new options. _ Upgrade ILE/RPG bindings to current state.
* Steven M. Schweda updated VMS readme fileYang Tse2010-02-111-32/+36
|
* Steven M. Schweda removed batch_compile.com and defines.comYang Tse2010-02-113-90/+17
|
* Steven M. Schweda fixed:Yang Tse2010-02-111-11/+23
| | | | | | | | | 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.
* Use 'size_t' for GETNAMEINFO_TYPE_ARG2 definition for VMS.Yang Tse2010-01-281-1/+1
| | | | http://curl.haxx.se/mail/lib-2009-12/0293.html
* Added curl_threads.c to a few more non-configure build filesDan Fandrich2010-01-262-1/+2
|
* Added rtsp.c to the non-configure target build filesDan Fandrich2010-01-212-2/+3
|
* Added the new protocol source files to the non-autoconf build filesDan Fandrich2010-01-152-1/+5
|
* VMS adjustments by Steven M. SchwedaYang Tse2009-12-311-1/+1
|
* VMS build system enhancements by Steven M. Schweda and Craig A. BerryYang Tse2009-12-3012-155/+491
|
* VMS specific preprocessor symbol definition adjustmentsYang Tse2009-12-301-22/+19
|
* Take new SMTP definitions into account in OS400 wrapper and RPG bindingPatrick Monnerat2009-12-213-13/+35
|
* Made the path to the binaries absoluteDan Fandrich2009-11-112-8/+8
|
* Put the Symbian binaries into the more modern locations in ROMDan Fandrich2009-11-042-3/+3
|
* Export the Symbian .iby files to make it easier to build a ROMDan Fandrich2009-11-031-0/+3
|
* Fix spellingYang Tse2009-10-273-3/+3
|
* OS400 install: Duplicate H include file to file CURL to support more include ↵Patrick Monnerat2009-10-231-0/+12
| | | | path forms.
* libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.hYang Tse2009-09-282-1/+2
|
* Changed the default OpenSSL include pathDan Fandrich2009-09-251-1/+3
|
* Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.hYang Tse2009-09-172-1/+3
| | | | into curl_rand.c and curl_rand.h
* OS400: adjust inclusion paths in include files to avoid "include file not ↵Patrick Monnerat2009-08-313-7/+17
| | | | found" in DB2 mode.
* Fix definition of CURLOPT_SOCKS5_GSSAPI_SERVICE from LONG to OBJECTPOINTPatrick Monnerat2009-08-113-3/+51
| | | | | 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
* Added nonblock.c to the non-automake makefiles (note that the dependenciesDan Fandrich2009-07-153-2/+3
| | | | in the Watcom makefiles aren't quite correct).
* renamed generated config.h to curl_config.h in order to avoid clashes when ↵Gunter Knauf2009-07-141-1/+1
| | | | libcurl is used with other projects which also have a config.h.
* add default USE_CURLDEBUG settingYang Tse2009-06-131-0/+5
|
* improve usability with UNIX-like shells or a DOS command interpretersYang Tse2009-06-131-2/+34
|
* added header inclusion guardYang Tse2009-06-113-8/+22
|
* VMS adjustmentsYang Tse2009-06-101-6/+9
|
* Adjusted to take in account that...Yang Tse2009-06-101-0/+2
| | | | | | | | | 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)
* Added CVS id.Gisle Vanem2009-05-211-0/+1
|
* Update coments. Long-file name setup is required.Gisle Vanem2009-05-211-3/+2
| | | | C-Ares and IPv6 is no longer a bad combo.
* Remove empty line used to force CVS to update the $Id date string formatYang Tse2009-05-193-3/+0
|
* Add empty line, to force CVS to update the $Id date string formatYang Tse2009-05-183-0/+3
|
* Added seek callback definitions in RPG wrappersPatrick Monnerat2009-05-182-0/+8
| | | | Made OS400 version compilable again
* Makefile.am was lostYang Tse2009-05-092-0/+5
|
* Remove DOS and TPF package's Makefile.amYang Tse2009-05-095-16/+31
| | | | Not actually needed to simply include some files in the distribution tarball.
* curl_sockaddr struct member addrlen is an 'unsigned int' since 7.18.0Yang Tse2009-05-061-1/+1
|
* ignore thisYang Tse2009-05-041-0/+2
|
* This wasn't intended to be committed.Yang Tse2009-05-021-1/+1
| | | | So, until fixed this will remain FIXME.
* Use build-time configured curl_socklen_t instead of socklen_tYang Tse2009-05-022-8/+5
|
* David McCreedy's "TPF-platform specific changes to various files" patchYang Tse2009-05-015-1/+209
|
* Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse2009-04-211-0/+3
| | | | | setup_once.h. Inclusion of each header file is based on the definition of NEED_MALLOC_H and NEED_MEMORY_H respectively.