summaryrefslogtreecommitdiff
path: root/packages
Commit message (Expand)AuthorAgeFilesLines
* _ Use getaddrinfo/getnameinfo ascii wrappers on OS400.Patrick Monnerat2008-12-112-5/+9
* 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
* Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535)Yang Tse2008-11-111-1/+1
* 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 RPG...Patrick Monnerat2008-10-173-1/+9
* _ Adapt OS400 EBCDIC wrappers to new options.Patrick Monnerat2008-10-103-2/+10
* 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
* 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 soname...Patrick Monnerat2008-08-252-1/+8
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-071-9/+1
* 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
* 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
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-161-0/+24
* New options added to OS400 wrapper and ILERPG definitions.Patrick Monnerat2008-07-072-1/+15
* 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
* 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
* 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
* List extra files individually instead of by directory to avoid includingDan Fandrich2008-04-231-2/+4
* 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
* Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal Marek2008-03-311-15/+0
* 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
* 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
* Fix dynamic CURLOPT_POSTFIELDS bug: back to static.Patrick Monnerat2007-10-152-3/+74