yang-g
c4eef2eae8
add a test case in end2end_test
10 years ago
yang-g
8068f86974
Add a unit test
10 years ago
yang-g
5ea46ab248
merge with upstream and resolve conflicts
10 years ago
yang-g
3abe60b9d0
compiles
10 years ago
Yang Gao
d426864934
Merge pull request #2279 from vjpai/openleaks
...
qps_test memory leak elimination: delete spare contexts lying around at the end of test
10 years ago
Vijay Pai
775eaec770
Merge pull request #2151 from sidrakesh93/master
...
Changes required for reporting metrics to performance database server
10 years ago
Michael Lumish
8497c79155
Merge pull request #2301 from jcanizales/move-grpcmethodname
...
Move GRPCMethodName to the Proto-specific gRPC client
10 years ago
Michael Lumish
790d7b7881
Merge pull request #2297 from jcanizales/fix-build
...
Fix build breakage of moving include/grpc/ into grpc/
10 years ago
Craig Tiller
d1dd3a68a2
Merge pull request #2117 from dgquintas/bb_from_bbreader
...
Introduced function to create byte buffers from the output of a byte buffer reader.
10 years ago
Jorge Canizales
5260f53cda
Rename HTTP2Path -> HTTPPath
10 years ago
Jorge Canizales
be808e36f6
Move ProtoMethod to ProtoRPC package
10 years ago
Jorge Canizales
1ac8f9a26a
Rename interface->service
10 years ago
Jorge Canizales
469d4b6fde
Rename GRPCMethodName->ProtoMethod
10 years ago
Jorge Canizales
951cd18309
Fix build breakage of moving include/grpc/ into grpc/
10 years ago
Jorge Canizales
9506819c50
Fix build breakage of moving include/grpc/ into grpc/
10 years ago
David G. Quintas
05c9769063
Merge pull request #2285 from ctiller/drip-drip-drip-says-the-bucket
...
Fix a reference leak
10 years ago
Craig Tiller
df26af5f66
Fix refcount leak
10 years ago
David G. Quintas
ef558b321f
Merge pull request #2284 from ctiller/oops-i-split-it-again
...
Remove errant assert
10 years ago
Craig Tiller
0e640a8cb2
Properly reset counter
10 years ago
Craig Tiller
39fa7db46b
Remove errant assert
10 years ago
Vijay Pai
a840de4321
Merge pull request #2283 from ctiller/make-it-a-bit-less-locky
...
Pluck some low hanging concurrency fruit
10 years ago
Nicolas Noble
7510e58b0c
Merge pull request #2282 from ctiller/red-orange-yellow-green-blue-indigo-violet
...
Fix a TSAN reported race
10 years ago
Craig Tiller
27df2cf69c
Pluck some low hanging concurrency fruit
...
Make the shutdown flag on servers be per thread to save contention on
the lock that must guard it.
10 years ago
Craig Tiller
2daa88cfb4
Fix a TSAN reported race
...
close() could race with epoll_ctl(); pretend to be polling while adding
to the epoll set to prevent this
10 years ago
Nicolas Noble
1aa4bc0853
Merge pull request #2268 from murgatroid99/makefile_pkg-config_generate
...
Add .pc file generation to Makefile
10 years ago
Nicolas Noble
336bbab345
Merge pull request #2274 from ctiller/faster-faster-faster
...
Tweak timeouts for ?SAN
10 years ago
Nicolas Noble
4d86345ae6
Merge pull request #2277 from ctiller/in-the-town-where-i-was-born-there-lived-a-man
...
Fix a bug in the multipoll on poll path where we use a file descripto…
10 years ago
Nicolas Noble
a8c2d0259f
Merge pull request #2281 from ctiller/and-he-told-us-of-his-life
...
Fix iomgr shutdown TSAN races
10 years ago
Nicolas Noble
0beaad3668
Merge pull request #2280 from ctiller/there-lived-a-man-who-sailed-the-seas
...
Try harder to return DEADLINE_EXCEEDED when we should
10 years ago
Vijay Pai
13735d5d7e
if->while
10 years ago
Craig Tiller
31231348e1
Don't unregister resolver object until callback complete
...
Prevents TSAN races in iomgr shutdown code
10 years ago
Craig Tiller
b1f220de6f
Delay unregister of fd until freelisted
...
Prevents a race whereby we start deleting the freelist before it's used
10 years ago
Vijay Pai
5606199585
Delete spare contexts lying around at the end of the test to avoid
...
showing up as memory leaks
Also reduce the rate of the openloop test - this may be an issue with
sanitizers particularly because of issue #2278
10 years ago
Craig Tiller
77f0461e3f
Try harder to return DEADLINE_EXCEEDED when we should
...
Do this by ensuring that the alarm callback has had a chance to run on a
call before returning status to the application.
If we do not do this:
- the server alarm could be scheduled and run
- it will write a RST_STREAM with a status that loses the deadline
exceededness (because that is unexpressable in HTTP2 error codes)
- it will be received by the client and processed
- the client will return an INTERNAL error (the lossy re-encoding of the
server status), and then run its alarm handler to set the status to
something else
10 years ago
murgatroid99
dbc0caf30e
Fixed gpr name in .pc file
10 years ago
Craig Tiller
d2d596a21d
Fix a bug in the multipoll on poll path where we use a file descriptor thats orphaned by mistake
10 years ago
murgatroid99
c34a3a6e60
Added missing pthread gpr requirement
10 years ago
Craig Tiller
f8c63562c1
Merge pull request #2273 from vjpai/bit-race
...
Eliminate data-race caused by specialization in vector<bool>
10 years ago
Craig Tiller
d6cc19e6d7
Tweak timeouts for ?SAN
10 years ago
Vijay Pai
e2980cd0b3
Eliminate data-race caused by specialization in vector<bool>
10 years ago
Nicolas Noble
6ab0de15ea
Merge pull request #2216 from jboeuf/unpadded_base64
...
Base64 decode improvements
10 years ago
Nicolas Noble
8993307137
Merge pull request #2272 from ctiller/buggy-mcbugglet
...
Memory leak fix
10 years ago
Craig Tiller
93305a5dbe
Memory leak fix
10 years ago
Siddharth Rakesh
a90c81ea61
Removing this pointers
10 years ago
Siddharth Rakesh
f8857de339
Merge branch 'master' of https://github.com/grpc/grpc
10 years ago
murgatroid99
395c3ed1c4
Regenerate Makefile
10 years ago
David Klempner
23ca82ab54
Merge pull request #2229 from ctiller/forever-is-a-long-time
...
Fix fd handling on posix
10 years ago
David G. Quintas
9b67ccfde0
Merge pull request #2267 from ctiller/look-at-all-the-holes
...
Fix leak in chttp2_transport.c
10 years ago
murgatroid99
8faab237e5
Add .pc file generation to Makefile
10 years ago
Craig Tiller
0b442a877b
Fix leak in chttp2_transport
10 years ago