1. aa968ac Update README URLs based on HTTP redirects by ReadmeCritic · 8 years ago
  2. 58a031c Bump version to 0.5.0 by Brian Slesinsky · 9 years ago 0.5.0
  3. 0efcda3 Sort fields by tag number before generating code by Brian Slesinsky · 9 years ago
  4. f4c3a7b In generated getters, pass in the default value in some simple cases. by Brian Slesinsky · 9 years ago
  5. 883a075 fix bug in property benchmarks and improve accuracy by Brian Slesinsky · 9 years ago
  6. 13fb7fd Call fast get, has, and set methods for most generated methods by Brian Slesinsky · 9 years ago
  7. 529a2cf Stop using old constants from GeneratedMessage by Brian Slesinsky · 9 years ago
  8. 27e40c2 Fix getter/setter/hazzer benchmarks by Brian Slesinsky · 9 years ago
  9. 7208248 Check in latest benchmark measurements for laptop by Brian Slesinsky · 9 years ago
  10. 4db9e9b Check in benchmark measurements for head revision by Brian Slesinsky · 9 years ago
  11. 419d72c update checked-in benchmark data by Brian Slesinsky · 9 years ago
  12. f4791ad Write benchmarks for getters, setters, and hazzers by Brian Slesinsky · 9 years ago
  13. 5f18d9b Add string field benchmarks. by Brian Slesinsky · 9 years ago
  14. 3a80b27 Add checkboxes to benchmark UI by Brian Slesinsky · 9 years ago
  15. 3534360 Add int64 benchmarks by Brian Slesinsky · 9 years ago
  16. a4f5551 Add a hook to run the DevTools profiler for each benchmark. by Brian Slesinsky · 9 years ago
  17. cc383dc benchmark bugfixes and minor improvements by Brian Slesinsky · 9 years ago
  18. 3c22786 Implement a better dashboard for running benchmarks by Brian Slesinsky · 9 years ago
  19. e01fd06 Add more environmental data to benchmark reports by Brian Slesinsky · 9 years ago
  20. 25b710c Write a better benchmark framework. by Brian Slesinsky · 9 years ago
  21. 3d486b2 Define a JSON constant for each enum type by Brian Slesinsky · 9 years ago
  22. 5d8698f fix bad code generation for service that uses top-level proto by Brian Slesinsky · 9 years ago
  23. 2aa4324 rename FieldType to PbFieldType and bump version to 0.4.2 by Brian Slesinsky · 9 years ago
  24. 426a501 bump version to 0.4.1 by Brian Slesinsky · 9 years ago 0.4.1
  25. f4a0f18 generate json constants for services by Brian Slesinsky · 9 years ago
  26. 386ca02 fix service stubs to work for types from other packages by Brian Slesinsky · 9 years ago
  27. fc968d3 generate a json constant for each message by Brian Slesinsky · 9 years ago
  28. 9c333cd implement writeJsonConst by Brian Slesinsky · 9 years ago
  29. 6762e1d clean up IndentingWriter and its usages by Brian Slesinsky · 9 years ago
  30. 3ec8ab2 Remove the drone.io build status by Søren Gjesse · 9 years ago
  31. 9563d6b generate and pass in check function for repeated fields by Brian Slesinsky · 9 years ago
  32. 7f022dd move extension tests to their own file by Brian Slesinsky · 9 years ago
  33. 43df23a remove list validation tests by Brian Slesinsky · 9 years ago
  34. 7b77e72 use the new FieldType class in generated code by Brian Slesinsky · 9 years ago
  35. 598f448 cleanup: fix all warnings by Brian Slesinsky · 9 years ago
  36. 2ef456c untangle code generation for fields and extensions by Brian Slesinsky · 9 years ago
  37. 6c90895 cleanup: don't use the context during code generation by Brian Slesinsky · 9 years ago
  38. 13aa429 cleanup: simplify constructors and clarify how types are resolved by Brian Slesinsky · 9 years ago
  39. a5e45d6 cleanup: inline and remove the SP constant by Brian Slesinsky · 9 years ago
  40. c6d4eab add benchmarks for non-repeated int32 fields by Brian Slesinsky · 9 years ago
  41. 1f652b8 Added a benchmark testing JSON deserialization of ints. by Brian Slesinsky · 9 years ago
  42. 94059c5 add .packages to .gitignore and sort it by Brian Slesinsky · 9 years ago
  43. cbe4c05 bump version to 0.4.0 by Brian Slesinsky · 9 years ago 0.4.0
  44. a64964b the default for protobuf message fields should be read-only by Brian Slesinsky · 9 years ago
  45. cbd66dc migrate tests from 'unittest' to 'test' by Brian Slesinsky · 9 years ago
  46. c76e2cf Fix bad formatting of the test/service_test.dart file. by Gustav Wibling · 9 years ago
  47. 3ef9330 Split up the client and service generators with methods that can be overridden. by Gustav Wibling · 9 years ago
  48. bee0817 Fix issues with reserved names by Brian Slesinsky · 9 years ago 0.3.11
  49. f33e6e8 Initial support for generating client and server stubs for Dart. by Gustav Wibling · 9 years ago 0.3.10
  50. 8195898 changes for 0.3.9 by Brian Slesinsky · 9 years ago 0.3.9
  51. e750443 bump version to 0.3.8 by Brian Slesinsky · 9 years ago 0.3.8
  52. 61c26ac map api: support dotted paths like "foo.bar.baz" by Brian Slesinsky · 9 years ago
  53. 6d81960 bump version to 0.3.7 by Brian Slesinsky · 9 years ago
  54. 9e4f0db oops, checked in the descriptor.proto in the wrong place by Brian Slesinsky · 9 years ago
  55. 0c27646 Add an option to extend Map in GeneratedMessage subclasses by Brian Slesinsky · 9 years ago
  56. bf7f818 add notes on install protoc by Kevin Moore · 9 years ago
  57. bf7774a uncomment allow_alias option so that tests pass with the latest protoc by Brian Slesinsky · 9 years ago
  58. b5ed5f3 bump version to 0.3.6 by Brian Slesinsky · 9 years ago v0.3.6
  59. 49cf8de add writeToJsonMap and mergeFromJsonMap to reservedNames by Brian Slesinsky · 9 years ago
  60. ffc9fd9 Merge pull request #28 from dart-lang/add_contrib by Kevin Moore · 9 years ago
  61. e4451dd Fix location of the repo in codereview settings by sigmundch · 9 years ago
  62. fec382b Protobuf changes for smaller dart2js code, Int64 fixes by Stephen Adams · 9 years ago v0.3.5
  63. f852fde Add CONTRIBUTING.md file by Sigmund Cherem · 10 years ago
  64. e94fb50 Parameterize uri resolution and parsing of options, use package:path. by Sigmund Cherem · 10 years ago v0.3.4
  65. c7539dd Update the version number by Søren Gjesse · 10 years ago v0.3.3
  66. d75f477 Include the Dart reserved words in the reserved names handling by Søren Gjesse · 10 years ago
  67. e84e3e8 Handle protocol buffer messages with no package by Søren Gjesse · 10 years ago
  68. 1f35d8b Fix issue with importing packages where the package name included a dot by Søren Gjesse · 10 years ago
  69. 5ee166d Add a test of file generating when using import by Søren Gjesse · 10 years ago
  70. a27a58b Update test to work with mirrors for Dart 1.1 by Søren Gjesse · 10 years ago
  71. 21caecb Change test to use declarations on class mirror by Søren Gjesse · 10 years ago
  72. 24f06a2 Use package names as import prefixes when generating code by Søren Gjesse · 10 years ago
  73. 5e582e2 Use BytesBuilder for turning a byte stream into a list of bytes by Søren Gjesse · 10 years ago
  74. d3cd4b7 Merge branch 'master' of https://github.com/dart-lang/dart-protoc-plugin by Søren Gjesse · 10 years ago
  75. 314b57f Add tests for clearing a field by Søren Gjesse · 10 years ago
  76. 9a91423 Add tests for clearing a field by Søren Gjesse · 10 years ago
  77. 1914db2 Update the protocol buffer compiler plug-in library to the latest Dart SDK by Søren Gjesse · 10 years ago
  78. f154074 Update Dart protoc plugin to latest SDK by Søren Gjesse · 10 years ago
  79. cfbadba Add drone.io build status ti readme file by Søren Gjesse · 10 years ago
  80. 4710be9 Add test for protocol buffer hash code by Søren Gjesse · 10 years ago
  81. bdba84f Default handling of name conflicts when generating classes by Søren Gjesse · 10 years ago
  82. dbdee4a Update internal generated files by Søren Gjesse · 11 years ago
  83. 8f6ddff Update the protocol buffer compiler plugin to use Int64 from the fixnum package by Søren Gjesse · 11 years ago
  84. f628f14 Fix handling of top level enums by Søren Gjesse · 11 years ago
  85. 640e8bc Change how the Dart library name is generated by Søren Gjesse · 11 years ago
  86. ec62ebe Update pubspec to pull the protobuf library from pub.dartlang.org by Søren Gjesse · 11 years ago
  87. 2069f77 Added documentation on building other libraries using generated libraries by Søren Gjesse · 11 years ago
  88. 66d82e3 Update the versions of the packages used by the Dart protoc plugin by Søren Gjesse · 11 years ago
  89. 483a7ef Remove case expressions that was not compile time constants. by Søren Gjesse · 11 years ago
  90. 518d9a8 Add some developer/debugging information by Søren Gjesse · 11 years ago
  91. 6ddc0e0 Merge pull request #6 from selkhateeb/master by sigmundch · 11 years ago
  92. ed03d66 fix typo --dart_out instead of --out_dart by Sam · 11 years ago
  93. ec9ceb0 Update build instructions to start with pub install by Sam · 11 years ago
  94. 08d9830 Fix a few spelling mistakes by Søren Gjesse · 11 years ago
  95. a39b073 Remove dependency on the Path class from dart:io by Søren Gjesse · 11 years ago
  96. 7b71748 Merge pull request #4 from sgjesse/field_name_option by Anton · 11 years ago
  97. 740314d Addressed additional comments by Søren Gjesse · 11 years ago
  98. 6c333e6 Addressed review comments by Søren Gjesse · 11 years ago
  99. 141bfc0 Add an option to override the default field names for generated Dart code by Søren Gjesse · 11 years ago
  100. ae5e2d5 Remove google internal stuff. by Anton Muhin · 11 years ago