mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
Reduced the required stack size.
This commit is contained in:
parent
08aab6a620
commit
c24ed07596
@ -19,5 +19,5 @@ STATICLIBRARY libcrt0.lib
|
|||||||
|
|
||||||
CAPABILITY NetworkServices
|
CAPABILITY NetworkServices
|
||||||
|
|
||||||
EPOCSTACKSIZE 0x18000
|
EPOCSTACKSIZE 0x8000
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ Signed, which is required in order to install them on most phones.
|
|||||||
|
|
||||||
Following are some things to keep in mind when using this port.
|
Following are some things to keep in mind when using this port.
|
||||||
|
|
||||||
|
|
||||||
curl notes
|
curl notes
|
||||||
----------
|
----------
|
||||||
When starting curl in the Windows emulator from the Windows command-line,
|
When starting curl in the Windows emulator from the Windows command-line,
|
||||||
@ -39,15 +40,18 @@ P.I.P.S. doesn't inherit the current working directory at startup, so the
|
|||||||
to files will be necessary.
|
to files will be necessary.
|
||||||
|
|
||||||
P.I.P.S. provides no way to disable echoing of characters as they are
|
P.I.P.S. provides no way to disable echoing of characters as they are
|
||||||
entered, so passwords typed in on the console will be visible.
|
entered, so passwords typed in on the console will be visible. It also
|
||||||
|
line buffers keyboard input so interactive telnet sessions are not very
|
||||||
|
feasible.
|
||||||
|
|
||||||
All screen output disappears after curl exits, so after a transfer completes,
|
All screen output disappears after curl exits, so after a command completes,
|
||||||
curl waits by default for Enter to be pressed before exiting. This behaviour
|
curl waits by default for Enter to be pressed before exiting. This behaviour
|
||||||
is suppressed when the -s option is given.
|
is suppressed when the -s option is given.
|
||||||
|
|
||||||
curl's "home directory" in Symbian is C:\Private\f0206442\. The .curlrc file
|
curl's "home directory" in Symbian is C:\Private\f0206442\. The .curlrc file
|
||||||
is read from this directory on startup.
|
is read from this directory on startup.
|
||||||
|
|
||||||
|
|
||||||
libcurl notes
|
libcurl notes
|
||||||
-------------
|
-------------
|
||||||
libcurl uses writable static data, so the EPOCALLOWDLLDATA option is
|
libcurl uses writable static data, so the EPOCALLOWDLLDATA option is
|
||||||
@ -66,6 +70,10 @@ half an hour are selected.
|
|||||||
|
|
||||||
SSL/TLS encryption is not supported, nor are LDAP, SCP or SFTP URLs.
|
SSL/TLS encryption is not supported, nor are LDAP, SCP or SFTP URLs.
|
||||||
|
|
||||||
|
Debug builds are not supported (i.e. --enable-debug) because they cause
|
||||||
|
additional symbol exports in the library which are not frozen in the .def
|
||||||
|
files.
|
||||||
|
|
||||||
|
|
||||||
Dan Fandrich
|
Dan Fandrich
|
||||||
dan@coneharvesters.com
|
dan@coneharvesters.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user