aboutsummaryrefslogtreecommitdiff
path: root/packages/Symbian
AgeCommit message (Collapse)Author
2009-11-03Export the Symbian .iby files to make it easier to build a ROMDan Fandrich
2009-09-28libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.hYang Tse
2009-09-25Changed the default OpenSSL include pathDan Fandrich
2009-09-17Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.hYang Tse
into curl_rand.c and curl_rand.h
2009-07-15Added nonblock.c to the non-automake makefiles (note that the dependenciesDan Fandrich
in the Watcom makefiles aren't quite correct).
2009-04-11Added new libcurl source files to Symbian OS build files.Dan Fandrich
Improved Symbian support for SSL.
2008-11-11Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535)Yang Tse
Daniel Fandrich noticed that curl_addrinfo was also missing in the build process of other four non-configure platforms. Added now.
2008-10-28Tweaked the include paths to work in CodeWarriorDan Fandrich
2008-10-25Added experimental support for zlib and OpenSSL on Symbian OS.Dan Fandrich
2008-10-24Added rawstr.c to Symbian curl buildDan Fandrich
2008-10-23Added rawstr.c to the non-configure libcurl makefilesDan Fandrich
2008-07-30Minor Symbian updates.Dan Fandrich
2008-06-05Mention the minimum Symbian OS version required.Dan Fandrich
2008-05-14Reduced the required stack size.Dan Fandrich
2008-05-13Added curl_easy_recv & curl_easy_send Symbian exports.Dan Fandrich
Cleaned up Symbian files.
2008-04-25Updated Symbian UIDs. Added .pkg files for creating .sis packages.Dan Fandrich
2008-04-24Reduced the requested Symbian capabilities.Dan Fandrich
Correctly noted what happens to stderr.
2008-04-22Added support for running on Symbian OS.Dan Fandrich