index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
objective-c
Commit message (
Expand
)
Author
Age
*
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
Nicolas "Pixel" Noble
2015-08-13
|
\
|
*
Document not to modify headers after start
Jorge Canizales
2015-08-12
|
*
Put both headers and trailers in the error.userInfo
Jorge Canizales
2015-08-12
|
*
Turn allResponseMetadata into *Headers and *Trailers
Jorge Canizales
2015-08-12
|
*
nit: Comment formatting
Jorge Canizales
2015-08-12
|
*
More requestMetadata -> requestHeaders renaming
Jorge Canizales
2015-08-12
|
*
Rename responseMetadata -> allResponseMetadata
Jorge Canizales
2015-08-12
|
*
Rename requestMetadata -> requestHeaders
Jorge Canizales
2015-08-12
*
|
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
Nicolas "Pixel" Noble
2015-08-13
|
\
|
|
*
Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandler
Jorge Canizales
2015-08-12
*
|
Merge remote-tracking branch 'google/master' into the-ultimate-showdown
Nicolas "Pixel" Noble
2015-08-12
|
\
|
|
*
Increase test timeouts to reduce flakiness.
Jorge Canizales
2015-08-09
|
*
Fixup for 42898cf: Correct documentation.
Jorge Canizales
2015-08-09
|
*
Add remote interop tests to the suite of tests.
Jorge Canizales
2015-08-09
|
*
Allow UTF8 in comments of root certificates files
Jorge Canizales
2015-08-09
|
*
Don’t retain self here!
Jorge Canizales
2015-08-08
|
*
Don’t set the request writer to nil, as @synchr(nil) is undefined behavior.
Jorge Canizales
2015-08-08
|
*
Rename super-confusing ivar _self -> _retainSelf
Jorge Canizales
2015-08-08
|
*
Clarify invalid-argument message for already-started writers
Jorge Canizales
2015-08-08
*
|
Have ObjC use the new future-proofed C interface
Jorge Canizales
2015-08-08
|
*
Eliminate race in GRPCCall’s operation of the requests writer
Jorge Canizales
2015-08-07
|
*
Clarify thread-safety expectations of GRXWriters
Jorge Canizales
2015-08-07
|
*
Fix ForwardingWriter init preconditions
Jorge Canizales
2015-08-07
|
/
*
Rename oauth2_lowerCamel -> oauth2UpperCamel
Jorge Canizales
2015-08-07
*
Fixup for 971d06ad06caadb369e318112bba0e039188cfc2
Jorge Canizales
2015-08-07
*
Exercise GRPCCall+OAuth2 in the tests
Jorge Canizales
2015-08-06
*
Add OAuth2 headers category to GRPCCall
Jorge Canizales
2015-08-06
*
Fix build breakage
Jorge Canizales
2015-08-06
*
Clarify intention of the code that adds a default port
Jorge Canizales
2015-08-06
*
Document that methods in GRPCCall+Tests can only be called once per host
Jorge Canizales
2015-08-06
*
Require very explicit registration of non-SSL hosts.
Jorge Canizales
2015-08-06
*
Use test certificates and name override for local tests :)
Jorge Canizales
2015-08-06
*
Subclass InteropTests to later repeat the tests using SSL
Jorge Canizales
2015-08-06
*
Make the host of interop tests modifiable per-class
Jorge Canizales
2015-08-06
*
Run test server with and without SSL
Jorge Canizales
2015-08-06
*
Merge master into support-test-certificates to solve conflicts.
Jorge Canizales
2015-08-06
|
\
*
|
Document plan to merge the GRPCChannel subclasses
Jorge Canizales
2015-08-05
*
|
Document that grpc_channel_args don’t need to survive GRPCSecureChannel init
Jorge Canizales
2015-08-05
*
|
Return nil instead of assert when the test certs can’t be read
Jorge Canizales
2015-08-05
*
|
Undo forward-declaring grpc_channel_args, which isn’t a struct!
Jorge Canizales
2015-08-05
*
|
Fix breakage (struct before undefined structs)
Jorge Canizales
2015-08-05
*
|
Forward-declare structs in GRPCSecureChannel.h
Jorge Canizales
2015-08-05
*
|
Make GRPCHost cache thread-safe.
Jorge Canizales
2015-08-05
*
|
Document intention of hostURL.port conditional check.
Jorge Canizales
2015-08-05
*
|
Forward-declare GRPCCompletionQueue and grpc_call
Jorge Canizales
2015-08-05
*
|
Forward-declare grpc_channel and specify ownership semantics
Jorge Canizales
2015-08-05
|
*
Update Objective-C
Craig Tiller
2015-08-05
*
|
Fixup: mark CertificatesAtPath static
Jorge Canizales
2015-08-03
*
|
Fixup: GRPCChannel.unmanagedChannel back to readonly
Jorge Canizales
2015-08-03
|
*
Merge pull request #2774 from jcanizales/diagnose-jenkins
Michael Lumish
2015-08-03
|
|
\
[next]