Commit History

Author SHA1 Message Date
  Tim Burks b31d5b1ae5 Merge pull request #147 from postmates/streaming-status-code 7 years ago
  Tim Burks 9213a5973d Merge pull request #145 from MrMage/warning-fixes 7 years ago
  Tim Burks 0b8566a6e6 Merge pull request #142 from MrMage/drop-package-requirement 7 years ago
  Tim Burks 07e081152b Merge pull request #141 from MrMage/move-free-methods 7 years ago
  Tim Burks 7ebd0afe4c Merge pull request #140 from MrMage/test-compiling-generated-code 7 years ago
  Tim Burks ce223d647b Merge pull request #139 from MrMage/podspec 7 years ago
  Tim Burks 7fb21c81d5 Merge pull request #137 from MrMage/var-let-mutex 7 years ago
  Tim Burks 072f4d2fa1 Merge pull request #124 from MrMage/protocols-for-testability 7 years ago
  SebastianThiebaud 953b21805b Send status on client for streaming calls 7 years ago
  Daniel Alm 4003bdb5ca Two more minor warning fixes. 7 years ago
  Daniel Alm 64e9d93de4 Two compilation/test fixes. 7 years ago
  Daniel Alm 3526b0a4b5 Rename e.g. `Echo_EchoServiceImpl` to `Echo_EchoServiceClient`. 7 years ago
  Daniel Alm 308287ea94 Rename the "generate_mock_code" codegen option to "TestStubs" and rename the stub classes to `...TestStub` as well. 7 years ago
  Daniel Alm 518031b2b3 Merge branch 'master' of github.com:grpc/grpc-swift into protocols-for-testability 7 years ago
  Daniel Alm 89151a5266 Oops - forgot a conflict marker. 7 years ago
  Daniel Alm a00e088cc2 Fix a merge conflict. 7 years ago
  Daniel Alm 94251446d4 Merge branch 'master' of github.com:grpc/grpc-swift into move-free-methods 7 years ago
  Daniel Alm c960e9ca84 Merge branch 'master' of github.com:grpc/grpc-swift into var-let-mutex 7 years ago
  Tim Burks 3602c874d7 Merge pull request #136 from MrMage/no-nsmutableset 7 years ago
  Tim Burks 37c7d6d197 Merge pull request #135 from MrMage/unused-arguments 7 years ago
  Tim Burks 155203721a Merge pull request #133 from MrMage/metadata-tweaks 7 years ago
  Tim Burks 28ad64a4d5 Merge pull request #132 from MrMage/remove-implicitly-unwrapped-optionals 7 years ago
  Daniel Alm 55328b5bce Fix the tests. 7 years ago
  Daniel Alm 77c29ddd46 Add the option to generate code for services that do not provide a package name. 7 years ago
  Daniel Alm 749ceb8ae7 Add the free methods `initialize`, `shutdown`, `version` and `gStandsFor` as static members to a `gRPC` class, to avoid namespace collision. 7 years ago
  Daniel Alm 2e740b3ef5 Make CI verify that runtime library+generated code are matching 7 years ago
  Daniel Alm 40978ae486 Make and variable again, for use in client code. 7 years ago
  Daniel Alm 3cd392b5bc Make more variables `let` and use `Mutex.synchronize` instead of `Mutex.lock()+unlock()` in a few more cases for consistency. 7 years ago
  Daniel Alm 9a34c32937 Avoid using `NSMutableSet` in `Server`. 7 years ago
  Daniel Alm c9fc04ed34 Minor function argument cleanup in the plugin and fix a compiler warning about using `String.characters`. Purely cosmetic. 7 years ago