summaryrefslogtreecommitdiff
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* _ Use getaddrinfo/getnameinfo ascii wrappers on OS400.Patrick Monnerat2008-12-112-5/+9
| | | | | | _ 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 cleanupYang Tse2008-11-171-3/+6
|
* Refactor configure script detection of functions used to set sockets intoYang Tse2008-11-131-2/+6
| | | | non-blocking mode, and decouple function detection from function capability.
* Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535)Yang Tse2008-11-111-1/+1
| | | | | Daniel Fandrich noticed that curl_addrinfo was also missing in the build process of other four non-configure platforms. Added now.
* Tweaked the include paths to work in CodeWarriorDan Fandrich2008-10-282-5/+5
|
* Added experimental support for zlib and OpenSSL on Symbian OS.Dan Fandrich2008-10-252-3/+28
|
* Added rawstr.c to Symbian curl buildDan Fandrich2008-10-241-0/+4
|
* Added rawstr.c to the non-configure libcurl makefilesDan Fandrich2008-10-231-1/+1
|
* Introduce new options CURLOPT_PROXY{USERNAME, PASSWORD} in OS400 code and ↵Patrick Monnerat2008-10-173-1/+9
| | | | RPG binding.
* _ Adapt OS400 EBCDIC wrappers to new options.Patrick Monnerat2008-10-103-2/+10
| | | | | _ Update RPG binding accordingly. _ Fix new options comments.
* Include latest parameter definitions in ILE/RPG bindingsPatrick Monnerat2008-09-301-1/+23
|
* configure script now checks availability of the inet_ntop() function,Yang Tse2008-09-241-4/+0
| | | | | | | and when not crosscompiling verifies if it is IPv6 capable. HAVE_INET_NTOP will only be defined when an IPv6 capable working inet_ntop function is available.
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-242-34/+0
|
* HAVE_ALARM definition for static config-*.h filesYang Tse2008-09-191-0/+3
|
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-131-0/+1
|
* ANSI C compatibility adjustmentYang Tse2008-09-121-0/+3
|
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-1/+1
|
* remove unnecessary typecasting of calloc()Yang Tse2008-09-061-3/+3
|
* remove unnecessary typecasting of realloc()Yang Tse2008-09-061-2/+1
|
* sync curlmsg* with curl.h for 7.19.0Marty Kuhrt2008-09-034-8/+16
|
* Adapting OS400 build scripts to new features: new curlbuild.h file and ↵Patrick Monnerat2008-08-252-1/+8
| | | | soname in VERSION --> VERSIONINFO
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-071-9/+1
| | | | to have a curl_off_t data type no longer gated to off_t.
* New CURLOPT_ADDRESS_SCOPE option in ILE/RPG bindingPatrick Monnerat2008-07-311-0/+2
|
* Minor Symbian updates.Dan Fandrich2008-07-301-8/+7
|
* when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse2008-07-211-0/+3
| | | | | now cause the definition of RECVFROM_TYPE_ARG2_IS_VOID, RECVFROM_TYPE_ARG5_IS_VOID or RECVFROM_TYPE_ARG6_IS_VOID, as appropriate.
* README.OS400 update for new string options.Patrick Monnerat2008-07-181-2/+2
|
* README.OS400 update for new string options.Patrick Monnerat2008-07-181-0/+2
|
* RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse2008-07-171-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 andYang Tse2008-07-161-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.
* New options added to OS400 wrapper and ILERPG definitions.Patrick Monnerat2008-07-072-1/+15
| | | | Wrong defines (typos) for QSSL layer fixed.
* Mention the minimum Symbian OS version required.Dan Fandrich2008-06-051-5/+6
|
* updated to match curlmsg.msg 1.7Marty Kuhrt2008-05-301-74/+75
|
* resync with curl.h messagesMarty Kuhrt2008-05-302-54/+56
|
* resync with curl.h curle_ messagesMarty Kuhrt2008-05-301-23/+24
|
* fix: socklen_t definition commentYang Tse2008-05-211-1/+1
|
* Adapting last changes to OS400:Patrick Monnerat2008-05-203-9/+176
| | | | | | | | _ 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.
* Reduced the required stack size.Dan Fandrich2008-05-142-3/+11
|
* Added curl_easy_recv & curl_easy_send Symbian exports.Dan Fandrich2008-05-136-33/+38
| | | | Cleaned up Symbian files.
* Updated Symbian UIDs. Added .pkg files for creating .sis packages.Dan Fandrich2008-04-258-4/+57
|
* Reduced the requested Symbian capabilities.Dan Fandrich2008-04-243-6/+7
| | | | Correctly noted what happens to stderr.
* List extra files individually instead of by directory to avoid includingDan Fandrich2008-04-231-2/+4
| | | | CVS directories.
* Added support for running on Symbian OS.Dan Fandrich2008-04-229-1/+275
|
* Adapt OS400 SSL (qssl.h) to V5R4Patrick Monnerat2008-04-073-1/+12
| | | | | Fix qssl.c wrong error message Upgrade OS400 wrappers and makefiles to 7.18.1
* 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.
* fixed link to latest native awk.Gunter Knauf2008-01-241-1/+1
|
* updated awk script to fetch copyright from header.Gunter Knauf2008-01-241-12/+20
|
* OS/400 update:Patrick Monnerat2008-01-168-11/+45
| | | | | | New declarations in curl.h reported to curl.inc.in. Copyrights extended to 2008. SONAME handling introduced in build scripts.
* ILE RPG support update (from include/curl/curl.h)Patrick Monnerat2008-01-071-0/+4
|
* Define new options in OS400 RPG interfacePatrick Monnerat2007-12-104-5/+9
| | | | Port OS400 compilation scripts to >= V5R2M0
* Fix dynamic CURLOPT_POSTFIELDS bug: back to static.Patrick Monnerat2007-10-152-3/+74
| | | | | CURLOPT_COPYPOSTFIELDS option added for dynamic. Fix some OS400 features.