Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | os400: add missing symbols in config file. | Patrick Monnerat | 2017-10-19 | 1 | -2/+8 |
| | | | | Also adjust makefile to renamed files and warn about installation dirs mix-up. | ||||
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | OS400: enable NTLM authentication | Patrick Monnerat | 2014-12-05 | 1 | -0/+3 |
| | |||||
* | OS400: enable Unix sockets. | Patrick Monnerat | 2014-12-04 | 1 | -0/+3 |
| | |||||
* | vtls: remove QsoSSL | Patrick Monnerat | 2014-10-13 | 1 | -4/+1 |
| | |||||
* | GSSAPI: private export mechanisms OIDs. OS400: Make RPG binding up to date. | Patrick Monnerat | 2014-07-23 | 1 | -0/+9 |
| | |||||
* | OS400: sync RPG wrapper, zlib support, fix header file names, ... | Patrick Monnerat | 2013-10-25 | 1 | -2/+2 |
| | | | | | 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 GSKit | Patrick Monnerat | 2013-07-15 | 1 | -0/+3 |
| | |||||
* | config-os400.h: enable system strdup(), strcmpi(), etc. | Patrick Monnerat | 2013-07-15 | 1 | -5/+11 |
| | |||||
* | strlcat: remove function | Daniel Stenberg | 2013-02-14 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | This function was only used twice, both in places where performance isn't crucial (socks + if2ip). Removing the use of this function removes the need to have our private version for systems without it == reduced amount of code. Also, in the SOCKS case it is clearly better to fail gracefully rather than to truncate the results. This work was triggered by a bug report on the strcal prototype in strequal.h. strlcat was added in commit db70cd28 in February 2001! Bug: http://curl.haxx.se/bug/view.cgi?id=1192 Reported by: Jeremy Huddleston | ||||
* | build adjustments: CURL_HIDDEN_SYMBOLS no longer defined in config files | Yang Tse | 2012-04-11 | 1 | -8/+9 |
| | | | | | | | | | | | configure script now provides conditional definitions for Makefile.am that result in CURL_HIDDEN_SYMBOLS being defined by resulting makefiles when appropriate. Additionally, configure script option for symbol hiding control is now named --enable-symbol-hiding --disable-symbol-hiding. While still valid, old option name --enable-hidden-symbols --disable-hidden-symbols will be deprecated in some future release. | ||||
* | errno.h inclusion conditionally done in setup_once.h | Yang Tse | 2011-07-24 | 1 | -0/+3 |
| | |||||
* | sources: update source headers | Daniel Stenberg | 2011-03-10 | 1 | -0/+21 |
| | | | | | | 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. | ||||
* | build: provide SIZEOF_SIZE_T definition for non-configure builds | Yang Tse | 2010-12-02 | 1 | -0/+3 |
| | |||||
* | Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems | Yang Tse | 2010-02-26 | 1 | -0/+6 |
| | |||||
* | _ Make it compilable again on OS400. | Patrick Monnerat | 2010-02-11 | 1 | -13/+10 |
| | | | | | _ Upgrade OS400 EBCDIC wrappers for new options. _ Upgrade ILE/RPG bindings to current state. | ||||
* | Remove enable-thread / disable-thread configure option. These were only placebo | Yang Tse | 2009-11-15 | 1 | -3/+0 |
| | | | | options. The library is always built as thread safe as possible on every system. | ||||
* | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse | 2009-05-02 | 1 | -3/+0 |
| | |||||
* | changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ↵ | Gunter Knauf | 2008-12-30 | 1 | -1/+1 |
| | | | | just found that ares already uses this define. | ||||
* | added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to ↵ | Gunter Knauf | 2008-12-30 | 1 | -0/+3 |
| | | | | be IPv6-aware. | ||||
* | _ Use getaddrinfo/getnameinfo ascii wrappers on OS400. | Patrick Monnerat | 2008-12-11 | 1 | -6/+12 |
| | | | | | | _ 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. | ||||
* | if2ip.c related preprocessor cleanup | Yang Tse | 2008-11-17 | 1 | -2/+6 |
| | |||||
* | Refactor configure script detection of functions used to set sockets into | Yang Tse | 2008-11-13 | 1 | -1/+5 |
| | | | | non-blocking mode, and decouple function detection from function capability. | ||||
* | ntoa() and inet_ntoa_r() no longer used | Yang Tse | 2008-09-24 | 1 | -12/+0 |
| | |||||
* | HAVE_ALARM definition for static config-*.h files | Yang Tse | 2008-09-19 | 1 | -0/+3 |
| | |||||
* | Fix _LARGE_FILES definition (thanks to Yang Tse for signaling the bug) | Patrick Monnerat | 2008-08-26 | 1 | -7/+1 |
| | |||||
* | Get rid of ENABLE_64BIT symbol definition and usage. | Yang Tse | 2008-08-21 | 1 | -1/+1 |
| | | | | Improve HAVE_LONGLONG symbol description. | ||||
* | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse | 2008-08-07 | 1 | -3/+1 |
| | | | | to have a curl_off_t data type no longer gated to off_t. | ||||
* | minor reordering in OS/400 config/setup files | Yang Tse | 2008-07-22 | 1 | -0/+12 |
| | |||||
* | RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined | Yang Tse | 2008-07-17 | 1 | -6/+6 |
| | | | | to the data type pointed by its respective argument and not the pointer type. | ||||
* | Configure process now checks availability of recvfrom() socket function and | Yang Tse | 2008-07-16 | 1 | -0/+24 |
| | | | | | | 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. | ||||
* | fix: socklen_t definition comment | Yang Tse | 2008-05-21 | 1 | -1/+1 |
| | |||||
* | Adapting last changes to OS400: | Patrick Monnerat | 2008-05-20 | 1 | -0/+6 |
| | | | | | | | | _ 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. | ||||
* | Fix dynamic CURLOPT_POSTFIELDS bug: back to static. | Patrick Monnerat | 2007-10-15 | 1 | -0/+3 |
| | | | | | CURLOPT_COPYPOSTFIELDS option added for dynamic. Fix some OS400 features. | ||||
* | Porting library to OS/400 | Patrick Monnerat | 2007-08-23 | 1 | -0/+475 |