summaryrefslogtreecommitdiff
path: root/packages/OS400/make-lib.sh
Commit message (Collapse)AuthorAgeFilesLines
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-241-0/+21
| | | | | | | | | Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141
* urldata: do string enums without #ifdefs for build scriptsJon Rumsey2020-01-271-0/+20
| | | | | | | ... and check for inconsistencies for OS400 at build time with the new chkstrings tool. Closes #4822
* os400: define BUILDING_LIBCURL in make script.Patrick Monnerat2016-08-021-1/+1
|
* os400: Provide options for libssh2 use in compile scripts. Adjust README.Patrick Monnerat2015-11-191-0/+5
|
* OS400: enable NTLM authenticationPatrick Monnerat2014-12-051-0/+7
|
* vtls: remove QsoSSLPatrick Monnerat2014-10-131-1/+1
|
* gskit: supply dummy randomization functionPatrick Monnerat2014-10-131-1/+1
|
* OS400: make it compilable again. Make RPG binding up to date.Patrick Monnerat2014-06-181-15/+12
|
* OS400: sync RPG wrapper, zlib support, fix header file names, ...Patrick Monnerat2013-10-251-5/+9
| | | | | IFS compilation support, SSL GSKit backend by default, TLSv1.[12] support in GSKit for OS400 >= V7R1, no more tabs in make scripts.
* OS400: synchronize RPG bindingPatrick Monnerat2013-03-121-1/+1
|
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts renaming and usage of lib/*.h header files done 28-12-2012, reverting 2 commits: f871de0... build: make use of 76 lib/*.h renamed files ffd8e12... build: rename 76 lib/*.h files This also reverts removal of redundant include guard (redundant thanks to changes in above commits) done 2-12-2013, reverting 1 commit: c087374... curl_setup.h: remove redundant include guard This also reverts renaming and usage of lib/*.c source files done 3-12-2013, reverting 3 commits: 13606bb... build: make use of 93 lib/*.c renamed files 5b6e792... build: rename 93 lib/*.c files 7d83dff... build: commit 13606bbfde follow-up 1 Start of related discussion thread: http://curl.haxx.se/mail/lib-2013-01/0012.html Asking for confirmation on pushing this revertion commit: http://curl.haxx.se/mail/lib-2013-01/0048.html Confirmation summary: http://curl.haxx.se/mail/lib-2013-01/0079.html NOTICE: The list of 2 files that have been modified by other intermixed commits, while renamed, and also by at least one of the 6 commits this one reverts follows below. These 2 files will exhibit a hole in history unless git's '--follow' option is used when viewing logs. lib/curl_imap.h lib/curl_smtp.h
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-7/+7
| | | | | | 93 *.c source files renamed to use our standard naming scheme. This change affects 77 files in libcurl's source tree.
* OS400: upgrade wrappers for the 7.28.1 release.Patrick Monnerat2012-11-121-1/+1
|
* Fix OS400 scripts to make it compilable again.Patrick Monnerat2011-07-141-3/+1
| | | | | Upgrade ILE/RPG binding to 7.21.7. Update OS400 documentation accordingly.
* OS400 pragma comment: replace (date) by (user, __DATE__) to include year.Patrick Monnerat2011-04-181-2/+3
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* _ Make it compilable again on OS400.Patrick Monnerat2010-02-111-1/+1
| | | | | _ Upgrade OS400 EBCDIC wrappers for new options. _ Upgrade ILE/RPG bindings to current state.
* Preparation of imminent release: synchronizing OS400 wrappers + RPG binding ↵Patrick Monnerat2009-02-161-1/+1
| | | | to current state.
* Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal Marek2008-03-311-15/+0
| | | | $capath is known to configure, so it can be defined in config.h instead.
* OS/400 update:Patrick Monnerat2008-01-161-3/+4
| | | | | | New declarations in curl.h reported to curl.inc.in. Copyrights extended to 2008. SONAME handling introduced in build scripts.
* Define new options in OS400 RPG interfacePatrick Monnerat2007-12-101-1/+1
| | | | Port OS400 compilation scripts to >= V5R2M0
* Porting library to OS/400Patrick Monnerat2007-08-231-0/+207