提交歷史

作者 SHA1 備註 提交日期
  Tim Burks 2cc6af7270 Update Google sample for recent API changes. 7 年之前
  Tim Burks 38b66c346c Merge pull request #238 from MrMage/no-boringssl 7 年之前
  Tim Burks eb6f4a0d54 Merge pull request #237 from postmates/complete-arguments-list 7 年之前
  Daniel Alm d56e1ca512 Link CgRPC with openssl instead of BoringSSL under Linux. 7 年之前
  Sebastian Thiebaud 3cd89dd1ab Add a few channel arguments 7 年之前
  Tim Burks 53c32e49de Merge pull request #233 from KyoheiG3/argument 7 年之前
  Tim Burks b1bba67f98 Merge pull request #196 from postmates/connectivity_state 7 年之前
  Sebastian Thiebaud 0d25ef84b2 PR changes 7 年之前
  Sebastian Thiebaud ad6e02259d Remove print statements 7 年之前
  Sebastian Thiebaud 4ca615a5c3 PR changes 7 年之前
  Sebastian Thiebaud e8530326a8 Add comments 7 年之前
  Sebastian Thiebaud 08914828ec PR changes 7 年之前
  ito_kyohei 0d67da98c7 Add timeout argument to makeCall 7 年之前
  Sebastian Thiebaud 4e94ef46db Merge branch 'master' into connectivity_state 7 年之前
  Sebastian Thiebaud 255ce888d0 PR changes 7 年之前
  Tim Burks 8941a852aa Merge pull request #229 from MrMage/remove-metadata-description 7 年之前
  Tim Burks 365d2d4ee7 Update podspec to 0.4.3. 7 年之前
  Tim Burks 037547019e Merge pull request #230 from rebello95/server-client-options 7 年之前
  Michael Rebello ea1f7c8599 Add docs for protoc parameter usage 7 年之前
  Michael Rebello 09e6075fdc Add server/client codegen options to protoc 7 年之前
  Daniel Alm e1442587fe Make ServiceServer log calls to unknown methods. 7 年之前
  Daniel Alm 588963a14a Replace `Metadata.description` with `Metadata.dictionaryRepresentation.description`. 7 年之前
  Tim Burks 2a1a067ad5 Merge pull request #228 from MrMage/simplify-request-handlers 7 年之前
  Tim Burks 87a7c1baa8 Merge pull request #227 from MrMage/fresh-async-queues 7 年之前
  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 年之前
  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 年之前
  Daniel Alm bdfb1b80e3 Update a few comments. 7 年之前
  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 年之前
  Daniel Alm 9375cad761 Remove several now-unused DispatchQueue arguments. 7 年之前
  Daniel Alm 43a3c46f3e Also dispatch the actual request handlers on new threads. 7 年之前