- Feb 01, 2019
-
-
Adam Barth authored
-
- Jan 31, 2019
-
-
Adam Barth authored
-
Adam Barth authored
-
- Jan 30, 2019
-
-
Adam Barth authored
Test: None. Change-Id: I185ef9e023173ee824027017a951ed6c1c5b9f91
-
- May 11, 2018
-
-
Brett Wilson authored
Aligns with the updated style guide to require short if statements to be written over two lines rather than collapsed on one. Change-Id: I949bcae070cb4f83d7e795d622c70ed780f4cee0
-
Brett Wilson authored
Aligns with the updated style guide to require short if statements to be written over two lines rather than collapsed on one. Change-Id: Ie27dce700d748b7b386bf2e2503bf250f02f30f0
-
- May 09, 2018
-
-
Gary Miguel authored
In accordance with our official style guide: https://fuchsia.googlesource.com/docs/+/HEAD/development/languages/c-cpp/cpp-style.md See also https://fuchsia-review.googlesource.com/c/garnet/+/152008 Change-Id: Ia730b76977b7557584809f8b20023e3d18e69c49
-
Gary Miguel authored
In accordance with our official style guide: https://fuchsia.googlesource.com/docs/+/HEAD/development/languages/c-cpp/cpp-style.md Change-Id: Ic40d5d392c511c866cf679385f7b925541489cba
-
- Sep 13, 2017
-
-
Jiwoong Lee authored
This reflects the currenct practice as much as possible. This can serve until Zircon/Fuchsia-wide style convergence is put in place. See in action https://fuchsia-review.googlesource.com/c/drivers/wifi/+/62789/ Change-Id: Ib9dbc591568d307bc2d1ef6d5d7c5651d135f74e
-
- Sep 12, 2017
-
-
Dale Sather authored
Change-Id: I6b3049907da285d9bcfdf8c02f743256631b4162
-
- Sep 11, 2017
-
-
Adam Barth authored
Change-Id: Icb83422cd6473e152afb18a4d33be397dca2eb5f
-
- Aug 31, 2017
-
-
Adam Barth authored
Change-Id: Id19075f0aa578e37e34e442bb0980cfb5ad77f25
-
P.Y. Laligand authored
Change-Id: Ia313da364abd3730f72c5778fd7e14fadf4ffd7f
-
- Aug 30, 2017
-
-
Adam Barth authored
Change-Id: I9c69cbecb323fd8a7cd2ef37747c73b539f24044
-
- Jul 26, 2017
-
-
Jeff Brown authored
Change-Id: I121d9f9760ebdcbd2fde4c49e0d160a96be74e3b
-
- Mar 06, 2017
-
-
Craig Stout authored
Format pass on all .cc files Change-Id: Ia08ee0da6f0f57309718279c5ed165c9e722b857
-
- Mar 02, 2017
-
-
Craig Stout authored
Format pass on all .cc files Change-Id: I88f11b88e6b50a5d53054635da2d12f7d4b907dd
-
- Mar 01, 2017
-
-
Arman Uguray authored
This introduces some formatting style changes. The two key introductions are: - We no longer allow multi-line if-statements without braces, for better security practices; - Extended column-limit to 100. The new style rules have been applied to the whole project using clang-format. Change-Id: I5bbdcf71d48c7a687222f97ecb4e59b989f96d2e
-
- Jan 13, 2017
-
-
Arman Uguray authored
Added the "common" directory for common packet manipulation and testing helpers. This CL introduces the ByteBuffer interface and two specializations thereof where one is stack allocated and the other is based on malloc. The general idea is here is that transport and packet layers don't need to know how a packet is allocated and a buffer interface should abstract away its allocation, move, and copy semantics. In the future we can add various specializations of this, e.g. using a malloc or VMO backed slab allocator. This CL also adds a top-level BUILD.gn defining the high-level build groups. Change-Id: I93b01625e3bdaac0a9754c2cabc86e29dee2c660
-
- Dec 08, 2016
-
-
Doug Evans authored
Change-Id: I41d6c11e52116dde556bfbe3dbd5e73a6befbf33
-
- Nov 22, 2016
-
-
Jim Beveridge authored
Change-Id: Ic6f427423d938485e478d9d3aa1a0943409b5240
-
- Nov 12, 2016
-
-
Jeff Brown authored
Change-Id: I7d1401ad995f2e59d55a936661c9e097dd6eac02
-
- Nov 03, 2016
-
-
Jeff Brown authored
This patch also introduces a small but significant change in behavior to HandleWatcher: pending signals are no longer masked. This more closely matches the kernel's behavior which always reports all signals which were asserted, not just those which were awaited. Change-Id: If638c3f5bed620ff0c23c8ef99f389bb8f4a573f
-
- Sep 09, 2016
-
-
Adam Barth authored
-
- Sep 07, 2016
-
-
Adam Barth authored
-
- Aug 02, 2016
-
-
Alhaad Gokhale authored
Change-Id: I008d6441debb8bc1cbab65fb2d1308168f5ee7bd
-
- Jul 18, 2016
-
-
Craig Stout authored
Change-Id: I58f0ed8800b47579539999fa31d0eae63bfcc884
-
- Jul 16, 2016
-
-
Adam Barth authored
Change-Id: Icc38358939f55e09ea96e0ea80c58d90ded57910
-
Adam Barth authored
Change-Id: I175db17651d30b2e443e50df981baea8bbb96ad1
-
Adam Barth authored
Change-Id: Iec9495898f4e852b5966dd2e49cdfb928cc3633e
-
- Jun 30, 2016
-
-
Adam Barth authored
-
- Jun 23, 2016
-
-
Craig Stout authored
Change-Id: I0c68460612daec4993f1a15ab164fb55cc780619
-
- Jun 16, 2016
-
-
Brian Swetland authored
And ajust .clang-format options to work with the version we fetch. Change-Id: I58c6d99160eb7820652c68d5d86d864e75f45e3d
-
- Jun 15, 2016
-
-
The Fuchsia Authors authored
-