Sign in
chromium
/
external
/
github.com
/
dart-lang
/
protobuf
/
HEAD
46c3697
Update test protos copied from C++ protobuf (#1079)
by Ömer Sinan Ağacan
· 2 days ago
master
b98d4e2
Implement proto text format generator (#1080)
by Ömer Sinan Ağacan
· 2 days ago
1ebb09c
Release protobuf-5.1.0 (#1078)
by Ömer Sinan Ağacan
· 7 days ago
protobuf-v5.1.0
24f9cf0
Fix message comparison throwing type error when comparing maps in some cases (#1077)
by Ömer Sinan Ağacan
· 7 days ago
4dfedaf
Don't iterate iterable arguments twice in PbList (#1070)
by Ömer Sinan Ağacan
· 10 days ago
protoc_plugin-v24.0.0
bed508e
Don't generate `createRepeated` members (#1074)
by Ömer Sinan Ağacan
· 2 weeks ago
4b488e0
Make annotations.dart and exceptions.dart libraries (#1071)
by Ömer Sinan Ağacan
· 2 weeks ago
7db0784
Avoid redundant nullability checks when updating repeated fields (#1069)
by Ömer Sinan Ağacan
· 3 weeks ago
a77f9a6
More field validation tests (#1068)
by Ömer Sinan Ağacan
· 3 weeks ago
27730db
Move PbMap to its own library (#1066)
by Ömer Sinan Ağacan
· 3 weeks ago
9b4c46f
More clearExtension tests: (#1064)
by Ömer Sinan Ağacan
· 3 weeks ago
5a44489
Move PbList to its own library (#1063)
by Ömer Sinan Ağacan
· 3 weeks ago
78cf743
Fix a few extension field bugs (#1062)
by Ömer Sinan Ağacan
· 3 weeks ago
14bbd0b
Sync a few small CLs: (#1060)
by Ömer Sinan Ağacan
· 6 weeks ago
fb89979
Update CHANGELOGs for release (#1059)
by Ömer Sinan Ağacan
· 6 weeks ago
protobuf-v5.0.0
protoc_plugin-v23.0.0
ccf56f3
Fix unknown JSON handling (#1058)
by Ömer Sinan Ağacan
· 6 weeks ago
b9b59e1
Fix clearing oneof fields (#1057)
by Ömer Sinan Ağacan
· 6 weeks ago
f167191
Remove redundant `break` statements in switch cases (#1056)
by Ömer Sinan Ağacan
· 6 weeks ago
07eed6e
Generalize argument type of `PbList.from` from `List<T>` to `Iterable<T>` (#1054)
by Ömer Sinan Ağacan
· 7 weeks ago
0447bd2
Run plugin with asserts when building test protos (#1055)
by Ömer Sinan Ağacan
· 7 weeks ago
660bbc8
Edition support (#1052)
by Ömer Sinan Ağacan
· 7 weeks ago
82fc34f
Improve golden file checking (#1053)
by Ömer Sinan Ağacan
· 7 weeks ago
456e2ee
Generate unittest_features proto (#1051)
by Ömer Sinan Ağacan
· 8 weeks ago
c215029
Update pre-generated protos (#1050)
by Ömer Sinan Ağacan
· 8 weeks ago
971bcae
Use a map to cache the `valueOf` functions for enums (#1047)
by Ömer Sinan Ağacan
· 9 weeks ago
8750ed7
Sync internal Kythe support improvements (#1048)
by Ömer Sinan Ağacan
· 10 weeks ago
0a13935
Bump actions/checkout from 4.2.2 to 5.0.0 (#1046)
by dependabot[bot]
· 2 months ago
765ba8a
Fix non-proto3 JSON format double decoding (#1043)
by Ömer Sinan Ağacan
· 3 months ago
703bf7c
Compile dart2wasm benchmarks with --no-strip-wasm (#1044)
by Ömer Sinan Ağacan
· 3 months ago
9939965
Fix JS interop annotations (#1042)
by Ömer Sinan Ağacan
· 3 months ago
da354a2
Update benchmark builder to use -O2 with dart2wasm, add output dir to gitignore (#1041)
by Ömer Sinan Ağacan
· 3 months ago
41eba19
Add sinks to benchmarks to prevent smart tools eliminating benchmarked code (#1040)
by Ömer Sinan Ağacan
· 3 months ago
3ccc8ab
Bump actions/checkout from 3.5.3 to 4.2.2 (#1036)
by dependabot[bot]
· 3 months ago
6bce9d7
Fix unknown enum handling (#853)
by Ömer Sinan Ağacan
· 3 months ago
19e5a25
Implement deepCopy as copying, instead of merge (#742)
by Ömer Sinan Ağacan
· 3 months ago
6e9c9f4
Improve clone and deepCopy tests (#1039)
by Ömer Sinan Ağacan
· 3 months ago
086dfab
Make proto3_json.dart aware of well known types (#1037)
by Ömer Sinan Ağacan
· 3 months ago
277b45a
Release protobuf 4.2.0 (#1038)
by Ömer Sinan Ağacan
· 3 months ago
protobuf-v4.2.0
0b73b0d
workspace, formatting, and proto version updates (#1033)
by Devon Carew
· 4 months ago
a664760
various CI workflow updates (#1035)
by Devon Carew
· 4 months ago
44ecd74
Sync JSON web decoders (#1028)
by Ömer Sinan Ağacan
· 4 months ago
f7f65d4
CI: Also run plugin tests on Chrome, with dart2js and dart2wasm (#1031)
by Ömer Sinan Ağacan
· 4 months ago
048fdc5
CI: Run all of the checks on every change (#1032)
by Ömer Sinan Ağacan
· 4 months ago
33b782f
Remove monorepo (#1030)
by Moritz
· 4 months ago
4c842a7
Make PbFieldType members public (#1027)
by Ömer Sinan Ağacan
· 4 months ago
7f7d776
Split protobuf package into libraries (#1026)
by Ömer Sinan Ağacan
· 4 months ago
4916e6f
CI: Test PRs and commits to all branches, instead of just master (#1029)
by Ömer Sinan Ağacan
· 4 months ago
a9822d8
prep for publishing protobuf 4.1.1, protoc_plugin 22.5.0 (#1025)
by Devon Carew
· 4 months ago
protobuf-v4.1.1
protoc_plugin-v22.5.0
38f1549
update the generator to emit formatted files (#1020)
by Devon Carew
· 4 months ago
04bd6ac
Update SDK version to 3.7, reformat with 3.7 formatter (#1024)
by Ömer Sinan Ağacan
· 4 months ago
bce362d
prep to publish 22.4.0 (#1023)
by Devon Carew
· 5 months ago
protoc_plugin-v22.4.0
269e004
improve the readability of generated gRPC client files (#1021)
by Devon Carew
· 5 months ago
48ba649
update the header for generated files (#1022)
by Devon Carew
· 5 months ago
0bfff0c
update to the latest analysis lints (#1017)
by Devon Carew
· 5 months ago
32d53da
Refactor the test goldens so they have standard file name extensions (#1014)
by Devon Carew
· 5 months ago
c69077d
revert the change to not generate empty enum files (#1016)
by Devon Carew
· 6 months ago
08e7410
ignore unused_imports for json files (#1013)
by Devon Carew
· 6 months ago
efdabd7
update how we calculate import prefixes (#1012)
by Devon Carew
· 6 months ago
60dfaed
rev package:protoc_plugin to 22.3.0 (#1011)
by Devon Carew
· 6 months ago
protoc_plugin-v22.3.0
86dfa6b
move generated test code from out/ to test/gen/ (#1009)
by Devon Carew
· 6 months ago
d940c8d
Update the generated code to improve readability and to better follow common Dart patterns. (#1003)
by Devon Carew
· 6 months ago
ce05559
no longer generate empty enum or server files (#1006)
by Devon Carew
· 6 months ago
976ebb8
add a script to update the vendored protos (#1004)
by Devon Carew
· 6 months ago
c8954ea
Refactor the vendored protos (#1000)
by Devon Carew
· 6 months ago
deda288
address a merge issue with the protoc_plugin changelog (#1002)
by Devon Carew
· 6 months ago
protobuf-v4.1.0
protoc_plugin-v22.2.0
5ed4611
shorten the deprecation messages for clone() and copyWith() (#999)
by Devon Carew
· 6 months ago
4960b92
Switch to pub workspace (#1001)
by Ömer Sinan Ağacan
· 6 months ago
b7753f6
rev package:protobuf version (#994)
by Devon Carew
· 6 months ago
b5d20ff
Update protobuf changelog with #981 (#995)
by Ömer Sinan Ağacan
· 6 months ago
9bd149b
read from and generate grpc service metadata (#991)
by Devon Carew
· 6 months ago
065d881
generate dartdocs for grpc services (#993)
by Devon Carew
· 6 months ago
e2bd416
remove the api_benchmark/ package (#992)
by Devon Carew
· 6 months ago
a6c8e56
Improve enum decoding -- alternative (#981)
by Ömer Sinan Ağacan
· 6 months ago
376c9ce
Update README.md (#990)
by Devon Carew
· 6 months ago
d5906e7
rev to 22.1.0 in prep for publishing (#989)
by Devon Carew
· 6 months ago
protoc_plugin-v22.1.0
072f99d
use super params in generated grpc service classes (#988)
by Devon Carew
· 6 months ago
7d2e615
Add fromDart() and toDart() methods to convert between $core.Duration and proto Duration (#986)
by Agam Agarwal
· 6 months ago
e4fca16
Add sparse enum decoding benchmarks (#984)
by Ömer Sinan Ağacan
· 6 months ago
006d3aa
Update protoc_plugin pre-generated protos (#982)
by Ömer Sinan Ağacan
· 6 months ago
4abee01
Sort input proto files before processing (#983)
by Ömer Sinan Ağacan
· 6 months ago
60e23f1
Fix factory argument types for map fields (#976)
by Ömer Sinan Ağacan
· 6 months ago
de6bcc2
Fix packed enum decoding benchmark (#979)
by Ömer Sinan Ağacan
· 6 months ago
9daf5ca
Improve packed field decoding (#959)
by Ömer Sinan Ağacan
· 6 months ago
1aaa332
Bump actions/cache from 4.2.2 to 4.2.3 (#972)
by dependabot[bot]
· 8 months ago
cf4f3a8
Patch release for protoc_plugin: bump constraint to use protobuf 4.0.0 (#971)
by Slava Egorov
· 8 months ago
protoc_plugin-v22.0.1
3bffe4b
Prepare to publish protobuf 4.0.0 and protoc_plugin 22.0.0 (#969)
by Slava Egorov
· 8 months ago
protobuf-v4.0.0
protoc_plugin-v22.0.0
0bab78d
rename -dev pubspec versions to -wip (#968)
by Devon Carew
· 8 months ago
7838e44
Prefix grpc method 'call' and 'request' arguments with '$' to avoid shadowing user methods with the same name (#964)
by Ömer Sinan Ağacan
· 8 months ago
125fe9c
Bump dart-lang/setup-dart from 1.7.0 to 1.7.1 (#965)
by dependabot[bot]
· 9 months ago
fb77c7c
Bump actions/cache from 4.2.0 to 4.2.2 (#966)
by dependabot[bot]
· 9 months ago
610943a
update the publish workflow; add a post_summaries one (#961)
by Devon Carew
· 9 months ago
35a1bd6
update the repo analysis config (#962)
by Devon Carew
· 9 months ago
d3f9ad1
updates to the gitignore files (#960)
by Devon Carew
· 9 months ago
950b6a7
Remove redundant checkNotNull calls from pre-null-safe days (#958)
by Ömer Sinan Ağacan
· 9 months ago
d00f905
Fix slow handling of protobuf comments (#955)
by Ömer Sinan Ağacan
· 9 months ago
12f0f4a
Fix formatting of benchmarks/lib/readfile.dart (#956)
by Ömer Sinan Ağacan
· 9 months ago
da083a3
Fix Wasm benchmarks (#954)
by Ömer Sinan Ağacan
· 9 months ago
06accdd
Bump SDK dependency to 3.3.0, replace removed `dart:typed_data` type in test code (#953)
by Ömer Sinan Ağacan
· 9 months ago
b7dd58c
Bump actions/checkout from 4.1.2 to 4.2.2 (#947)
by dependabot[bot]
· 10 months ago
6147b89
Bump actions/cache from 4.0.2 to 4.2.0 (#951)
by dependabot[bot]
· 10 months ago
Next »