Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
4e711739
Commit
4e711739
authored
17 years ago
by
Dan Fandrich
Browse files
Options
Downloads
Patches
Plain Diff
Reduced the requested Symbian capabilities.
Correctly noted what happens to stderr.
parent
e0f0a2cc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
packages/Symbian/group/curl.mmp
+1
-1
1 addition, 1 deletion
packages/Symbian/group/curl.mmp
packages/Symbian/group/libcurl.mmp
+2
-1
2 additions, 1 deletion
packages/Symbian/group/libcurl.mmp
packages/Symbian/readme.txt
+4
-4
4 additions, 4 deletions
packages/Symbian/readme.txt
with
7 additions
and
6 deletions
packages/Symbian/group/curl.mmp
+
1
−
1
View file @
4e711739
...
...
@@ -17,7 +17,7 @@ SYSTEMINCLUDE ..\..\..\include ..\..\..\lib ..\..\..\include\curl \
LIBRARY euser.lib libc.lib libcurl.lib
STATICLIBRARY libcrt0.lib
CAPABILITY
ALL -Tcb
CAPABILITY
NetworkServices
EPOCSTACKSIZE 0x18000
This diff is collapsed.
Click to expand it.
packages/Symbian/group/libcurl.mmp
+
2
−
1
View file @
4e711739
...
...
@@ -27,6 +27,7 @@ SYSTEMINCLUDE ..\..\..\include ..\..\..\include\curl \
\epoc32\include\stdapis \epoc32\include
LIBRARY euser.lib libc.lib
CAPABILITY ALL -Tcb
CAPABILITY NetworkServices
EPOCALLOWDLLDATA
This diff is collapsed.
Click to expand it.
packages/Symbian/readme.txt
+
4
−
4
View file @
4e711739
...
...
@@ -29,10 +29,10 @@ Failure to do so may mean that some of your options won't be correctly
processed.
Symbian OS does not provide for redirecting the standard I/O streams, so
stdin always comes from the keyboard
and
stdout always goes to the
console
;
stderr
is thrown away. The standard curl options -o, --stderr
and --trace-ascii can be used to redirect output to a file (or stdout)
instead.
stdin always comes from the keyboard
,
stdout always goes to the
console
, and
stderr
goes to the epocwind.out file (on the emulator).
The standard curl options -o, --stderr and --trace-ascii can be used to
redirect output to a file (or stdout)
instead.
P.I.P.S. doesn't inherit the current working directory at startup, so you
may need to use the -o option to specify a specific location to store a
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment