Alexander Polcyn
|
f5521c33f9
|
Revert "Merge branch 'master' into v1.3.x"
This reverts commit 79759fea1a, reversing
changes made to dc36f4df6a.
|
2017-04-26 14:18:39 -07:00 |
MakMukhi
|
c090c619c1
|
Merge pull request #10644 from MakMukhi/master
Added unit testing support.
|
2017-04-24 16:36:40 -07:00 |
Mark D. Roth
|
b7f1129cf2
|
Merge pull request #10742 from markdroth/hash_table
Change slice_hash_table to use linear probing and add unit test.
|
2017-04-21 10:06:04 -07:00 |
Craig Tiller
|
06a30eef36
|
Merge github.com:grpc/grpc into cpparena
|
2017-04-19 14:40:20 -07:00 |
Mark D. Roth
|
0c0b89a88b
|
Change hash table to use linear probing and add unit test.
Also add some missing rules in test/core/slice/BUILD.
|
2017-04-19 13:28:24 -07:00 |
Yang Gao
|
c63a119fd4
|
Merge pull request #10682 from yang-g/status_helper
Remove status_helper as it is not needed any more
|
2017-04-19 10:51:02 -07:00 |
Mahak Mukhi
|
a0cabfcad7
|
trial and error
|
2017-04-18 15:43:11 -07:00 |
Mahak Mukhi
|
b28ddaf9a9
|
trial and error
|
2017-04-18 15:38:02 -07:00 |
Mahak Mukhi
|
fb059a2782
|
discovered generate_projects.sh script!
|
2017-04-18 14:40:00 -07:00 |
Craig Tiller
|
cac4e178fd
|
Merge github.com:grpc/grpc into cpparena
|
2017-04-18 13:39:18 -07:00 |
Mahak Mukhi
|
32da70d9af
|
more trial and error for sanity
|
2017-04-18 10:50:14 -07:00 |
yang-g
|
6bc701659c
|
Remove status_helper as it is not needed any more
|
2017-04-18 10:36:36 -07:00 |
Jan Tattermusch
|
a22a19fd64
|
fix markdown
|
2017-04-18 12:31:49 +02:00 |
Mahak Mukhi
|
a68829023c
|
more sanity
trying to fix some sanity
nope that didn't work
fixing test failiures
added debug code
more trail and error
more trial and error
cleaning debug code
|
2017-04-15 19:09:45 -07:00 |
David Garcia Quintas
|
53af23cfbf
|
Improvements to Fake Resolver
|
2017-04-15 10:29:46 -07:00 |
Craig Tiller
|
2c6f63731c
|
Merge github.com:grpc/grpc into cpparena
|
2017-04-14 13:14:10 -07:00 |
Craig Tiller
|
7c0cbad3f2
|
Merge github.com:grpc/grpc into minimal_test
|
2017-04-13 06:51:50 -07:00 |
Yang Gao
|
7f2a15a6f9
|
Merge pull request #10586 from yang-g/error_details2
Add helper function to supply and parse error_details from Status.
|
2017-04-12 17:11:02 -07:00 |
Craig Tiller
|
b3d308b9a1
|
Merge github.com:grpc/grpc into cpparena
|
2017-04-12 15:16:35 -07:00 |
Craig Tiller
|
80233bfde5
|
Merge github.com:grpc/grpc into minimal_test
|
2017-04-12 14:55:17 -07:00 |
Craig Tiller
|
f0721657ff
|
Merge github.com:grpc/grpc into truebin
|
2017-04-12 08:41:29 -07:00 |
Craig Tiller
|
c20fa90c60
|
Merge github.com:grpc/grpc into cpparena
|
2017-04-12 06:44:00 -07:00 |
yang-g
|
eceec8eaf6
|
Add helper function to supply and parse error_details from Status.
|
2017-04-11 16:07:24 -07:00 |
Craig Tiller
|
440df1048a
|
Merge github.com:grpc/grpc into minimal_test
|
2017-04-11 09:55:16 -07:00 |
Craig Tiller
|
71d6ce65d4
|
Merge deadline_init/deadline_start
|
2017-04-06 09:10:09 -07:00 |
Craig Tiller
|
376887d213
|
Split event notification out of ev_epoll_linux.c
|
2017-04-06 08:27:03 -07:00 |
Craig Tiller
|
0357187b4e
|
Merge github.com:grpc/grpc into minimal_test
|
2017-04-05 12:24:25 -07:00 |
Craig Tiller
|
edfce58afb
|
Merge github.com:grpc/grpc into truebin
|
2017-04-05 06:49:43 -07:00 |
Craig Tiller
|
8d4b9819e0
|
Merge github.com:grpc/grpc into cpparena
|
2017-04-05 06:37:13 -07:00 |
Yuchen Zeng
|
526e624c58
|
Merge pull request #9902 from y-zeng/keepalive_server
Client-side keepalive pings server enforcement
|
2017-04-04 21:33:24 -07:00 |
Craig Tiller
|
5de46568ce
|
Merge github.com:grpc/grpc into cpparena
|
2017-04-04 17:08:12 -07:00 |
Craig Tiller
|
ee787caf0e
|
Merge github.com:grpc/grpc into truebin
|
2017-04-04 15:54:40 -07:00 |
Craig Tiller
|
f6221516f4
|
Merge github.com:grpc/grpc into minimal_test
|
2017-04-04 12:38:57 -07:00 |
Craig Tiller
|
ca38800d62
|
Merge pull request #10423 from ctiller/minimal
Working towards enabling a minimal stack
|
2017-04-04 11:46:59 -07:00 |
kpayson64
|
f2ceefb9e2
|
Merge pull request #8063 from royalharsh/buffers
Refactor python code generator to support other serializers
|
2017-04-04 09:41:36 -07:00 |
Yuchen Zeng
|
af5c505fc1
|
Add bad_ping test, fix ping test
|
2017-04-04 00:03:28 -07:00 |
Craig Tiller
|
c8f62bcb03
|
Add new setting for true-binary mode
|
2017-04-03 16:25:45 -07:00 |
Craig Tiller
|
3be7dd0e79
|
Optionalize deadline checking
|
2017-04-03 14:30:03 -07:00 |
Craig Tiller
|
af76743e33
|
Optionalize compress, gather all the http2 filter bits together in ext/
|
2017-04-03 13:54:31 -07:00 |
Craig Tiller
|
9b3648a28e
|
Optionalize message_size_filter
|
2017-04-03 12:25:19 -07:00 |
Craig Tiller
|
494e72d6b4
|
Add a minimal stack test
|
2017-04-03 08:43:22 -07:00 |
Craig Tiller
|
fb33d27a85
|
Merge
|
2017-04-02 10:08:55 -07:00 |
Craig Tiller
|
8b0e90dfc9
|
Merge github.com:grpc/grpc into minimal
|
2017-04-02 10:07:14 -07:00 |
Craig Tiller
|
5f95f1a4ca
|
Merge github.com:grpc/grpc into cpparena
|
2017-04-01 07:42:20 -07:00 |
Craig Tiller
|
6d4894e9d6
|
optionalize max_age
|
2017-03-31 17:22:06 -07:00 |
Craig Tiller
|
9eb0fdec00
|
Reorganize ext tree
- filters live under filters
- lb_policy, resolver implementations (being part of client_channel) live under client_channel
|
2017-03-31 16:59:30 -07:00 |
Vijay Pai
|
169abf182e
|
Something brokeded sanity
|
2017-03-31 16:50:39 -07:00 |
Craig Tiller
|
9c54a0c12c
|
Merge pull request #10382 from ctiller/checks
Reinstate filegroup dependency checks, fix fallout
|
2017-03-31 16:10:35 -07:00 |
Yuchen Zeng
|
6715a15fe1
|
Merge pull request #10318 from y-zeng/server_channel_max_age
Max age for server channels
|
2017-03-31 10:59:04 -07:00 |
Craig Tiller
|
547631eaf8
|
Merge github.com:grpc/grpc into cpparena
|
2017-03-31 07:50:01 -07:00 |