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
/
RxLibrary
Commit message (
Expand
)
Author
Age
*
Replace dispatch_once_t with BOOL
Muxi Yan
2017-08-18
*
Resume GRXBufferedPipe when it gets dealloced
Muxi Yan
2017-07-29
*
Some fixes for tests and change contract
Muxi Yan
2017-06-26
*
Merge remote-tracking branch 'upstream/master' into fix-pipe-buffer
Muxi Yan
2017-06-26
|
\
*
|
Simply queue up writesFinishedWithError without cancelling pending messages
Muxi Yan
2017-06-26
*
|
Fix minor problems
Muxi Yan
2017-06-26
*
|
Remove conditionals covered by invoke agreement
Muxi Yan
2017-06-17
*
|
Polish GRXBufferedPipe
Muxi Yan
2017-06-13
|
*
auto-fix most of licenses
Jan Tattermusch
2017-06-08
*
|
Better concurrency handling
Muxi Yan
2017-06-06
*
|
Use getter/setter
Muxi Yan
2017-06-05
*
|
Comments on BufferedPipe
Muxi Yan
2017-06-05
*
|
Fix pipeline finishing bug
Muxi Yan
2017-05-23
*
|
Remove synchronization in GRXBufferedPipe:writesFinishedWithError and change ...
Muxi Yan
2017-05-22
*
|
Use dispatch_queue to serialize writes
Muxi Yan
2017-05-15
*
|
Sync writes with queue
Muxi Yan
2017-05-10
|
/
*
Support configuring dispatch queue in GRPCCall and below
Muxi Yan
2017-04-05
*
Add more comments
Muxi Yan
2017-03-27
*
Addressed the comments
Muxi Yan
2017-03-22
*
Add comments for map function
Muxi Yan
2017-03-10
*
Packet coalescing Objc layer and interop tests
Muxi Yan
2017-01-04
*
Avoid static initialization of the kIdentity block
Jorge Canizales
2016-08-24
*
Update copyrights
Craig Tiller
2016-03-31
*
Make copyright not expire one year too soon.
Jorge Canizales
2016-03-14
*
Use a named constant for error domain and code
Jorge Canizales
2016-03-11
*
Make Writeable with single handler robust against stream Writers
Jorge Canizales
2016-03-11
*
Merge pull request #3969 from grpc/release-0_11
Nicolas Noble
2015-10-26
|
\
|
*
Reformat comments as Cocoadocs
Jorge Canizales
2015-10-26
*
|
Update GRXWriter.m
Scott84
2015-10-02
|
/
*
Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandler
Jorge Canizales
2015-08-12
*
Don’t set the request writer to nil, as @synchr(nil) is undefined behavior.
Jorge Canizales
2015-08-08
*
Clarify invalid-argument message for already-started writers
Jorge Canizales
2015-08-08
*
Clarify thread-safety expectations of GRXWriters
Jorge Canizales
2015-08-07
*
Fix ForwardingWriter init preconditions
Jorge Canizales
2015-08-07
*
Merge pull request #2526 from jcanizales/accept-nil-container
Michael Lumish
2015-07-20
|
\
*
\
Merge pull request #2525 from jcanizales/fix-emptywriter
Michael Lumish
2015-07-20
|
\
\
|
|
*
Accept [GRXWriter writerWithContainer:nil] for consistency with the rest
Jorge Canizales
2015-07-19
|
*
|
Fix [GRXWriter emptyWriter] not being reusable.
Jorge Canizales
2015-07-19
|
|
/
*
|
Make the call retain cycle explicit and encapsulated within GRPCCall.m
Jorge Canizales
2015-07-18
*
|
ConcurrentWriteable: NSData *message -> id value
Jorge Canizales
2015-07-18
*
|
Rename GRPCDelegateWrapper -> GRXConcurrentWriteable
Jorge Canizales
2015-07-18
|
/
*
Remove GRXWriter wrappers that are now unnecessary
Jorge Canizales
2015-07-17
*
Subclass GRXWriter instead of conforming to protocol
Jorge Canizales
2015-07-17
*
id<GRXWriter> -> GRXWriter * in the runtime
Jorge Canizales
2015-07-17
*
Separate GRXForwardingWriter, delete the protocol
Jorge Canizales
2015-07-17
*
Import headers based on path in the runtime libraries
Jorge Canizales
2015-06-23
*
Merge pull request #1664 from jcanizales/renames-grx-writeable-methods
Michael Lumish
2015-05-20
|
\
|
*
s/didFinishWithError/writesFinishedWithError
Jorge Canizales
2015-05-19
|
*
s/didReceiveValue/writeValue
Jorge Canizales
2015-05-19
*
|
Copy values before buffering them.
Jorge Canizales
2015-05-18
[next]