Commit History

Author SHA1 Message Date
  Tim Burks 2a1a067ad5 Merge pull request #228 from MrMage/simplify-request-handlers 7 years ago
  Tim Burks 87a7c1baa8 Merge pull request #227 from MrMage/fresh-async-queues 7 years ago
  Daniel Alm e00e1e8e80 Fix several completion queue leaks in tests; ensure that cancelling a session server-side always shuts down the corresponding completion queue. 7 years ago
  Daniel Alm fd60668194 Streamline the interface of the server-side response handling code: In the default (successful) case, most request handlers can now simply return `.ok` and have `ServiceServer` handle sending back the status for them. This also streamlines the `run()` implementations of the `ServerSession` subclasses. 7 years ago
  Daniel Alm bdfb1b80e3 Update a few comments. 7 years ago
  Daniel Alm dc35994f21 Make the server dispatch each request handler on its own thread and make the `ServerSession` request handler implementations run synchronously; this saves one potentially costly asynchronous dispatch. 7 years ago
  Daniel Alm 9375cad761 Remove several now-unused DispatchQueue arguments. 7 years ago
  Daniel Alm 43a3c46f3e Also dispatch the actual request handlers on new threads. 7 years ago
  Daniel Alm b1788479bb Spin up dedicated queues for some operations. 7 years ago
  Tim Burks 64ba6ef8fd Merge pull request #225 from MrMage/args 7 years ago
  Tim Burks 40e0941fc8 Merge pull request #226 from tikidunpon/fix-readme-link 7 years ago
  koichi.tanaka a4275c6824 Fix broken link 7 years ago
  Daniel Alm 2e8e79d090 Some tweaks to the original PR. 7 years ago
  Daniel Alm e7959c2512 Merge branch 'master' of github.com:grpc/grpc-swift into args 7 years ago
  Tim Burks bd7e13070c Merge pull request #224 from jbolinger/cocoapods-example 7 years ago
  Joe Bolinger bf7edbdc1a minor update to cocoapods example 7 years ago
  Tim Burks c49800f3c9 Merge pull request #222 from timburks/cocoapods-example 7 years ago
  Tim Burks 7a07904fa9 Cocoapods-based sample that calls the Google Natural Language API. 7 years ago
  Tim Burks 26b8ce05dd Merge pull request #221 from tsabirgaliev/master 7 years ago
  Tair Sabirgaliev 9e09e9361d clean up 7 years ago
  Tair Sabirgaliev 5fcce2b0a3 Leave `zlib` dependency only for non-Apple platforms, because Apple already ships with its own 7 years ago
  Tim Burks 987b56ea89 Merge pull request #219 from MrMage/synchronize-stubs 7 years ago
  Tim Burks 600644a931 Merge pull request #217 from MrMage/fix-leaks 7 years ago
  Daniel Alm c7db70477e Make the test stubs thread safe. 7 years ago
  Daniel Alm 7b4f47d91d Avoid a `try!` call. Even though it is guaranteed to be safe now, it might not be in the future. 7 years ago
  Daniel Alm e3e2bfa3aa Fix a few memory leaks related to unreleased slices in observers and metadata arrays. 7 years ago
  Tim Burks d247c61b4d Merge pull request #216 from rebello95/readme-tweaks 7 years ago
  Michael Rebello 776fa0d10c Update dependency list in README 7 years ago
  Tim Burks 60af456e2d Merge pull request #215 from grpc/cast-ints 7 years ago
  Tim Burks cfcd18eadc Add casts to fix warnings about ints used as void *. 7 years ago