Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
c7340dfc
Commit
c7340dfc
authored
Mar 26, 2014
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix doc typos.
parent
62c0270a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
2014-03-11-capnproto-0.4.1-bugfixes.md
doc/_posts/2014-03-11-capnproto-0.4.1-bugfixes.md
+1
-1
language.md
doc/language.md
+1
-1
rpc.md
doc/rpc.md
+1
-1
No files found.
doc/_posts/2014-03-11-capnproto-0.4.1-bugfixes.md
View file @
c7340dfc
...
@@ -8,7 +8,7 @@ Today I'm releasing [version 0.4.1 of Cap'n Proto](http://capnproto.org/capnprot
...
@@ -8,7 +8,7 @@ Today I'm releasing [version 0.4.1 of Cap'n Proto](http://capnproto.org/capnprot
As hinted by the version number, this is a bugfix and tweak release, with no big new features.
As hinted by the version number, this is a bugfix and tweak release, with no big new features.
You may be wondering: If there are no big new features, what has been happening over the
You may be wondering: If there are no big new features, what has been happening over the
last three month? Most of my time lately has been spent laying the groundwork for an
last three month
s
? Most of my time lately has been spent laying the groundwork for an
interesting project built on Cap'n Proto which should launch by the end of this month.
interesting project built on Cap'n Proto which should launch by the end of this month.
Stay tuned! And don't worry -- this new project is going to need many of the upcoming
Stay tuned! And don't worry -- this new project is going to need many of the upcoming
features on
[
the roadmap
](
{{
site.baseurl }}roadmap.html), so work on version 0.5 will be
features on
[
the roadmap
](
{{
site.baseurl }}roadmap.html), so work on version 0.5 will be
...
...
doc/language.md
View file @
c7340dfc
...
@@ -581,7 +581,7 @@ A protocol can be changed in the following ways without breaking backwards-compa
...
@@ -581,7 +581,7 @@ A protocol can be changed in the following ways without breaking backwards-compa
encoding of any existing type.
encoding of any existing type.
*
New fields, enumerants, and methods may be added to structs, enums, and interfaces, respectively,
*
New fields, enumerants, and methods may be added to structs, enums, and interfaces, respectively,
as long as each new member's number is larger than all previous members. Similarly, new fields
as long as each new member's number is larger than all previous members. Similarly, new fields
may be add
d
ed to existing groups and unions.
may be added to existing groups and unions.
*
New parameters may be added to a method. The new parameters must be added to the end of the
*
New parameters may be added to a method. The new parameters must be added to the end of the
parameter list and must have default values.
parameter list and must have default values.
*
Members can be re-arranged in the source code, so long as their numbers stay the same.
*
Members can be re-arranged in the source code, so long as their numbers stay the same.
...
...
doc/rpc.md
View file @
c7340dfc
...
@@ -212,7 +212,7 @@ features they have covered by advertising a level number.
...
@@ -212,7 +212,7 @@ features they have covered by advertising a level number.
*
**Level 4:**
Reference equality / joining. If you receive a set of capabilities from different
*
**Level 4:**
Reference equality / joining. If you receive a set of capabilities from different
parties which should all point to the same underlying objects, you can verify securely that they
parties which should all point to the same underlying objects, you can verify securely that they
in fact do. This is subtle, but enables many security patterns that rely on one party being able
in fact do. This is subtle, but enables many security patterns that rely on one party being able
t
w
o verify that two or more other parties agree on something (imagine a digital escrow agent).
to verify that two or more other parties agree on something (imagine a digital escrow agent).
See
[
E's page on equality
](
http://erights.org/elib/equality/index.html
)
.
See
[
E's page on equality
](
http://erights.org/elib/equality/index.html
)
.
## Encryption
## Encryption
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment