aboutsummaryrefslogtreecommitdiff
path: root/packages/Symbian
AgeCommit message (Collapse)Author
2014-01-05packages: follow up fix for a47c142, 11e8066 and 92b9ae5Marc Hoersken
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
This reverts renaming and usage of lib/*.h header files done 28-12-2012, reverting 2 commits: f871de0... build: make use of 76 lib/*.h renamed files ffd8e12... build: rename 76 lib/*.h files This also reverts removal of redundant include guard (redundant thanks to changes in above commits) done 2-12-2013, reverting 1 commit: c087374... curl_setup.h: remove redundant include guard This also reverts renaming and usage of lib/*.c source files done 3-12-2013, reverting 3 commits: 13606bb... build: make use of 93 lib/*.c renamed files 5b6e792... build: rename 93 lib/*.c files 7d83dff... build: commit 13606bbfde follow-up 1 Start of related discussion thread: http://curl.haxx.se/mail/lib-2013-01/0012.html Asking for confirmation on pushing this revertion commit: http://curl.haxx.se/mail/lib-2013-01/0048.html Confirmation summary: http://curl.haxx.se/mail/lib-2013-01/0079.html NOTICE: The list of 2 files that have been modified by other intermixed commits, while renamed, and also by at least one of the 6 commits this one reverts follows below. These 2 files will exhibit a hole in history unless git's '--follow' option is used when viewing logs. lib/curl_imap.h lib/curl_smtp.h
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
93 *.c source files renamed to use our standard naming scheme. This change affects 77 files in libcurl's source tree.
2012-12-26curl tool: renaming hugehelp files to tool_hugehelpYang Tse
2012-12-10build: add bundles and conncache files to other build systemsYang Tse
2012-09-03Updated Symbian build filesDan Fandrich
This is untested, but at least Symbian still has a chance of still working now.
2012-06-27build: add curl_schannel and curl_darwinssl files to other build systemsYang Tse
2012-06-15build: add curl_multibyte files to build systemsYang Tse
2012-06-07metalink: build fixes and adjustments IYang Tse
2012-06-04sasl: add reference for curl_saslYang Tse
2012-03-18build: remove tool_cb_skt.[ch] referencesYang Tse
2011-10-06curl tool: reviewed code moved to tool_*.[ch] filesYang Tse
2011-10-05curl tool: reviewed code moved to tool_*.[ch] filesYang Tse
2011-10-05curl tool: code moved to tool_*.[ch] filesYang Tse
2011-10-03curl tool: reviewed code moved to tool_*.[ch] filesYang Tse
2011-09-24curl tool: reviewed code moved to tool_*.[ch] filesYang Tse
2011-09-22curl tool: reviewed code moved to tool_*.[ch] filesYang Tse
my_setopt and my_setopt_str no longer ignores curl_easy_setopt result. Fixed some OOM handling issues.
2011-09-21curl tool: reviewed code moved to tool_*.[ch] filesYang Tse
my_setopt and my_setopt_str no longer ignores curl_easy_setopt result. Fixed some OOM handling issues.
2011-09-20curl tool: reviewed code moved to tool_*.[ch] filesYang Tse
Overhauled FindWin32CACert()
2011-09-19curl tool: reviewed code moved to tool_*.[ch] filesYang Tse
2011-09-18curl tool: create tool_myfunc.[ch] which later on will hold my_* functionsYang Tse
Additionally function my_useragent() now provides default User-Agent string
2011-09-16curl tool: add new files to Symbian's .mmp project fileYang Tse
2011-08-28NTLM: END of refactoring/splitting/movingYang Tse
First: File curl_ntlm.h renamed curl_ntlm_msgs.h File curl_ntlm.c renamed curl_ntlm_msgs.c Afterwards: File http_ntlm.c renamed curl_ntlm.c File http_ntlm.h renamed curl_ntlm.h
2011-08-28NTLM: move NTLM core specifics into curl_ntlm_core.[ch]Yang Tse
2011-08-27NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]Yang Tse
2011-08-14http NTLM: add curl_ntlm.c to Symbian's libcurl.mmpYang Tse
2011-04-25Added new resolver sources to Symbian and VC6 build filesDan Fandrich
2011-04-04Added http_proxy.c to the Symbian build filesDan Fandrich
2010-11-07Added os-specific.c and xattr.c to the Symbian build filesDan Fandrich
2010-08-25Added new source files to Symbian and TPF makefilesDan Fandrich
2010-08-03build: add missing new files to non-configure target build filesYang Tse
2010-06-02add missing new files to non-configure target build filesYang Tse
2010-05-12Added Polar SSL and RTMP files to the non-autoconf build filesDan Fandrich
I didn't bother with a few that have little hope of running the required dependent libraries.
2010-05-12Added the new ftp source files to the non-autoconf build filesDan Fandrich
2010-04-20hmac.c related compilation adjustmentYang Tse
2010-03-23Updated Symbian notesDan Fandrich
2010-03-11SSL should now be working out-of-the-box on Symbian S60.Dan Fandrich
2010-03-11Enable Symbian zlib support by default.Dan Fandrich
2010-03-10A few Symbian build changesDan Fandrich
2010-02-19fix compiler warningYang Tse
2010-02-14removed trailing whitespaceYang Tse
2010-01-26Added curl_threads.c to a few more non-configure build filesDan Fandrich
2010-01-21Added rtsp.c to the non-configure target build filesDan Fandrich
2010-01-15Added the new protocol source files to the non-autoconf build filesDan Fandrich
2009-11-11Made the path to the binaries absoluteDan Fandrich
2009-11-04Put the Symbian binaries into the more modern locations in ROMDan Fandrich
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