index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
surface
/
call.c
Commit message (
Expand
)
Author
Age
*
Added batch GRPC_TRACE option to trace calls to grpc_call_start_batch
murgatroid99
2015-03-09
*
Fix ref counting
Craig Tiller
2015-03-05
*
Allow only one thread to complete ioreqs at once
Craig Tiller
2015-03-03
*
Fix server side large message receiving
Craig Tiller
2015-02-20
*
Spam cleanup, test speedup
Craig Tiller
2015-02-18
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
*
Update copyright to 2015
Craig Tiller
2015-02-18
*
Merge github.com:grpc/grpc into c++api
Craig Tiller
2015-02-12
|
\
|
*
Added useful behavior for empty batch
murgatroid99
2015-02-12
*
|
Merge github.com:grpc/grpc into c++api
Craig Tiller
2015-02-12
|
\
|
|
*
Fix race in call.c
murgatroid99
2015-02-12
*
|
Merge github.com:grpc/grpc into c++api
Craig Tiller
2015-02-11
|
\
|
|
*
Merge pull request #428 from ctiller/clientlock2
Nicolas Noble
2015-02-10
|
|
\
*
|
|
Rewrite server request startup path
Craig Tiller
2015-02-10
|
/
/
*
|
Return OK on server if there's no explicit status set
Craig Tiller
2015-02-09
|
*
Add missing unlock
Craig Tiller
2015-02-08
*
|
Merge github.com:grpc/grpc into async-api-new
Craig Tiller
2015-02-06
|
\
|
|
*
Merge github.com:google/grpc into buffer
Craig Tiller
2015-02-06
|
|
\
*
|
|
Fixes
Craig Tiller
2015-02-05
*
|
|
Fix in-flight cancellations
Craig Tiller
2015-02-05
*
|
|
Fix memory usage
Craig Tiller
2015-02-05
*
|
|
Merge github.com:google/grpc into async-api-new
Craig Tiller
2015-02-05
|
\
\
\
|
|
|
/
|
|
/
|
|
|
*
Merge branch 'buffer' of github.com:ctiller/grpc into buffer
Craig Tiller
2015-02-05
|
|
|
\
|
|
*
|
Remove ternary operators here
Craig Tiller
2015-02-05
|
*
|
|
Better fix for segfault
Craig Tiller
2015-02-05
|
*
|
|
Fix segfault
Craig Tiller
2015-02-05
|
*
|
|
Fix memory leaks
Craig Tiller
2015-02-05
|
*
|
|
Fix memory leak
Craig Tiller
2015-02-05
|
|
|
*
Merge github.com:google/grpc into buffer
Craig Tiller
2015-02-04
|
|
|
/
|
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'async-api' of github.com:ctiller/grpc into async-api
Craig Tiller
2015-02-04
|
|
\
\
|
*
|
|
Fix check for whether we should write to prevent infinite loop
Craig Tiller
2015-02-04
*
|
|
|
Fix check for whether we should write to prevent infinite loop
Craig Tiller
2015-02-04
|
|
|
*
Autohint write buffering
Craig Tiller
2015-02-04
|
|
|
/
|
|
*
Cleanup documentation
Craig Tiller
2015-02-03
*
|
|
Merge branch 'async-api' of github.com:ctiller/grpc into async-api-new
Craig Tiller
2015-02-03
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Use unsigned for shifts
Craig Tiller
2015-02-03
*
|
|
First test passes
Craig Tiller
2015-02-03
|
*
|
Add some documentation to call.c
Craig Tiller
2015-02-03
|
|
/
*
/
Flesh out batch API
Craig Tiller
2015-02-03
|
/
*
Simplify call.c
Craig Tiller
2015-02-03
*
Add some documentation, simplify state
Craig Tiller
2015-02-02
*
Split master and reqinfo for clearer code
Craig Tiller
2015-02-02
*
Merge branch 'async-api-prep' of github.com:ctiller/grpc into async-api
Craig Tiller
2015-02-02
|
\
*
|
Split legacy code to end of file
Craig Tiller
2015-02-02
*
|
Get the recv close edge right
Craig Tiller
2015-02-02
*
|
clean up finish a little more
Craig Tiller
2015-02-02
*
|
Cover all edges in the switch (not correctly yet)
Craig Tiller
2015-02-02
*
|
Remove unnecessary assert
Craig Tiller
2015-02-02
|
*
Prepare for the new batch call API.
Craig Tiller
2015-02-02
*
|
Fix array size
Craig Tiller
2015-02-02
[next]