summaryrefslogtreecommitdiff
path: root/lib/setup-os400.h
Commit message (Collapse)AuthorAgeFilesLines
* os400: getpeername() and getsockname() return ebcdic AF_UNIX sockaddr,Patrick Monnerat2019-09-241-1/+5
| | | | | | | | | As libcurl now uses these 2 system functions, wrappers are needed on os400 to convert returned AF_UNIX sockaddrs to ascii. This is a follow-up to commit 7fb54ef. See also #4037. Closes #4214
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-26/+26
|
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* vtls: remove QsoSSLPatrick Monnerat2014-10-131-17/+1
|
* OS400: coding style standardsPatrick Monnerat2013-10-281-3/+5
|
* OS400: sync RPG wrapper, zlib support, fix header file names, ...Patrick Monnerat2013-10-251-0/+7
| | | | | IFS compilation support, SSL GSKit backend by default, TLSv1.[12] support in GSKit for OS400 >= V7R1, no more tabs in make scripts.
* OS400: new SSL backend GSKitPatrick Monnerat2013-07-151-1/+91
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* removed trailing whitespaceYang Tse2010-02-141-5/+5
|
* Use build-time configured curl_socklen_t instead of socklen_tYang Tse2009-05-021-4/+5
|
* the IP address we want/request/use from the interface is the 'local'Yang Tse2008-11-171-3/+0
| | | | address, the one on the box libcurl is running, not the 'remote' one.
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-6/+0
|
* minor reordering in OS/400 config/setup filesYang Tse2008-07-221-8/+1
|
* Adapting last changes to OS400:Patrick Monnerat2008-05-201-0/+16
| | | | | | | | _ Updated packages/OS400/curl.inc.in with new definitions. _ New connect/bind/sendto/recvfrom wrappers to support AF_UNIX sockets. _ Include files line length shortened below 100 chars. _ Const parameter in lib/qssl.[ch]. _ Typos in packages/OS400/initscript.sh.
* Porting library to OS/400Patrick Monnerat2007-08-231-0/+140