History log of /curl/lib/config-os400.h (Results 51 – 73 of 73)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_21_7, curl-7_21_6, curl-7_21_5
# 1aeb635c 10-Mar-2011 Daniel Stenberg

sources: update source headers

All C and H files now (should) feature the proper project curl source
code header, which includes basic info, a copyright statement and some
basic disc

sources: update source headers

All C and H files now (should) feature the proper project curl source
code header, which includes basic info, a copyright statement and some
basic disclaimers.

show more ...


Revision tags: curl-7_21_4, curl-7_21_3
# 99a07a1f 02-Dec-2010 Yang Tse

build: provide SIZEOF_SIZE_T definition for non-configure builds


Revision tags: curl-7_21_2, curl-7_21_1, curl-7_21_0, curl-7_20_1
# cef95aad 26-Feb-2010 Yang Tse

Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems


# 4258e943 11-Feb-2010 Patrick Monnerat

_ Make it compilable again on OS400.
_ Upgrade OS400 EBCDIC wrappers for new options.
_ Upgrade ILE/RPG bindings to current state.


Revision tags: curl-7_20_0
# 581ce033 15-Nov-2009 Yang Tse

Remove enable-thread / disable-thread configure option. These were only placebo
options. The library is always built as thread safe as possible on every system.


Revision tags: curl-7_19_7, curl-7_19_6, curl-7_19_5
# 9137e717 02-May-2009 Yang Tse

Use build-time configured curl_socklen_t instead of socklen_t


Revision tags: curl-7_19_4, curl-7_19_3
# 1cc50d31 30-Dec-2008 Gunter Knauf

changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define.


# 104377d7 30-Dec-2008 Gunter Knauf

added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to be IPv6-aware.


# 8e255534 11-Dec-2008 Patrick Monnerat

_ Use getaddrinfo/getnameinfo ascii wrappers on OS400.
_ Adjust OS400 make script for non-CVS distributions.
_ Upgrade ILE/RPG binding.
_ Define CURL_HIDDEN_SYMBOLS on OS400, since only C

_ Use getaddrinfo/getnameinfo ascii wrappers on OS400.
_ 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.

show more ...


# 608fdce0 17-Nov-2008 Yang Tse

if2ip.c related preprocessor cleanup


# 17d2a464 13-Nov-2008 Yang Tse

Refactor configure script detection of functions used to set sockets into
non-blocking mode, and decouple function detection from function capability.


Revision tags: curl-7_19_2, curl-7_19_1
# 4e909ee8 24-Sep-2008 Yang Tse

ntoa() and inet_ntoa_r() no longer used


# 19bc9228 19-Sep-2008 Yang Tse

HAVE_ALARM definition for static config-*.h files


Revision tags: curl-7_19_0
# 852a02da 26-Aug-2008 Patrick Monnerat

Fix _LARGE_FILES definition (thanks to Yang Tse for signaling the bug)


# ceb49d37 21-Aug-2008 Yang Tse

Get rid of ENABLE_64BIT symbol definition and usage.

Improve HAVE_LONGLONG symbol description.


# 14240e9e 07-Aug-2008 Yang Tse

Initial support of curlbuild.h and curlrules.h which allows
to have a curl_off_t data type no longer gated to off_t.


# f22114ae 22-Jul-2008 Yang Tse

minor reordering in OS/400 config/setup files


# 39f23aec 17-Jul-2008 Yang Tse

RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined
to the data type pointed by its respective argument and not the pointer type.


# a9dc9005 16-Jul-2008 Yang Tse

Configure process now checks availability of recvfrom() socket function and
finds out its return type and the types of its arguments. Added definitions
for non-configure systems config files,

Configure process now checks availability of recvfrom() socket function and
finds out its return type and the types of its arguments. Added definitions
for non-configure systems config files, and introduced macro sreadfrom which
will be used on udp sockets as a recvfrom() wrapper.

show more ...


Revision tags: curl-7_18_2
# 0163b5b8 21-May-2008 Yang Tse

fix: socklen_t definition comment


# 24bf52bc 20-May-2008 Patrick Monnerat

Adapting last changes to OS400:
_ Updated packages/OS400/curl.inc.in with new definitions.
_ New connect/bind/sendto/recvfrom wrappers to support AF_UNIX sockets.
_ Include files line len

Adapting last changes to OS400:
_ 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.

show more ...


Revision tags: curl-7_18_1, curl-7_18_0, curl-7_17_1
# a0052439 15-Oct-2007 Patrick Monnerat

Fix dynamic CURLOPT_POSTFIELDS bug: back to static.
CURLOPT_COPYPOSTFIELDS option added for dynamic.
Fix some OS400 features.


Revision tags: curl-7_17_0
# 557cc55f 23-Aug-2007 Patrick Monnerat

Porting library to OS/400


123