aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* fix remaining license noticesGravatar Jan Tattermusch2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Merge github.com:grpc/grpc into faster_timer_poolGravatar Craig Tiller2017-06-07
|\
| * Implement LB policy updatesGravatar David Garcia Quintas2017-06-06
| |
* | Merge github.com:grpc/grpc into faster_timer_poolGravatar Craig Tiller2017-06-06
|\|
* | clang-formatGravatar Craig Tiller2017-06-02
| |
* | FixesGravatar Craig Tiller2017-06-02
| |
* | Fix shutdown bug in timer thread poolGravatar Craig Tiller2017-05-31
| |
| * clang-formatGravatar Mak Dharma2017-05-30
| |
| * Merge branch 'win_bldfix' of https://github.com/makdharma/grpc into win_bldfixGravatar Mak Dharma2017-05-30
| |\
| | * s/inline/__inline/. Visual studio incompatiblity.Gravatar Makarand Dharmapurikar2017-05-30
| | | | | | | | | | | | | | | | | | MS Visual studio '13 and before don't understand inline and throw Error C2054. Reference: https://msdn.microsoft.com/en-us/library/bw1hbe6y.aspx
| * | Merge pull request #11309 from murgatroid99/master_1.3.x_upmergeGravatar Michael Lumish2017-05-30
| |\ \ | | |/ | |/| Master 1.3.x upmerge
* / | Get rid of zero-length poll case now that timer pool existsGravatar Craig Tiller2017-05-30
|/ /
* | Merge pull request #11315 from ncteisen/nitGravatar Noah Eisen2017-05-26
|\ \ | | | | | | Remove uneeded ref/unref
| * | Remove uneeded ref/unrefGravatar ncteisen2017-05-26
| | |
* | | fix format of include guardsGravatar Alexander Polcyn2017-05-25
| | |
* | | rerun clang format code.shGravatar Alexander Polcyn2017-05-25
| | |
* | | add missing copyright headersGravatar Alexander Polcyn2017-05-25
|/ /
| * Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmergeGravatar murgatroid992017-05-25
| |\
* | \ Merge pull request #11224 from makdharma/http_proxy_test_fixGravatar makdharma2017-05-25
|\ \ \ | | | | | | | | Fixes #9542
* \ \ \ Merge pull request #10920 from Vizerai/intrusive_hash_mapGravatar Jim King2017-05-24
|\ \ \ \ | | | | | | | | | | Intrusive hash map
| * | | | updateGravatar Vizerai2017-05-24
| | | | |
* | | | | Merge pull request #11285 from ctiller/refcGravatar Craig Tiller2017-05-24
|\ \ \ \ \ | | | | | | | | | | | | Refcounting fix
| * | | | | Add missing refGravatar Craig Tiller2017-05-23
| | | | | |
| | * | | | updateGravatar Vizerai2017-05-23
| | | | | |
| * | | | | Refcounting fixGravatar Craig Tiller2017-05-23
| | |_|/ / | |/| | |
| | * | | Merge branch 'master' of https://github.com/Vizerai/grpc into intrusive_hash_mapGravatar Vizerai2017-05-23
| | |\ \ \ | | |/ / / | |/| | |
* | | | | Revise handshaker to make callback once a time.Gravatar jiangtaoli20162017-05-23
| | | | |
* | | | | Merge branch 'master' into handshakerGravatar jiangtaoli20162017-05-23
|\| | | |
* | | | | Revise based on Mark Roth comments.Gravatar jiangtaoli20162017-05-22
| | | | |
| * | | | %z -> %lu for mingw buildGravatar Alexander Polcyn2017-05-22
| | | | |
* | | | | Address Mark Roth's comments.Gravatar jiangtaoli20162017-05-20
| | | | |
* | | | | Merge branch 'master' into handshakerGravatar jiangtaoli20162017-05-20
|\| | | |
| * | | | Change round_robin LB policy to use the addresses in the order given.Gravatar Mark D. Roth2017-05-19
| | | | |
| * | | | Merge pull request #10706 from markdroth/c_ares_authorityGravatar Mark D. Roth2017-05-19
| |\ \ \ \ | | | | | | | | | | | | Allow specifying DNS server to query for c-ares via URI authority.
| * | | | | Add trace protector to flagGravatar ncteisen2017-05-18
| | | | | |
| * | | | | Merge pull request #10930 from ncteisen/frame-sizeGravatar Noah Eisen2017-05-18
| |\ \ \ \ \ | | | | | | | | | | | | | | Set Frame Size to Bytes per Microsecond
| | | | | | * Merge pull request #10813 from apolcyn/fix_conn_watch_mem_accumGravatar apolcyn2017-05-18
| | | | | | |\ | | | | | | | | | | | | | | | | get rid of connectivity state watchers right after timeout
| | | * | | | | Allow specifying DNS server to query for c-ares via URI authority.Gravatar Mark D. Roth2017-05-18
| | |/ / / / / | |/| | | | |
| | | | | | * get rid of connectivity state watchers right after timeoutGravatar Alexander Polcyn2017-05-18
| | | | | | |
| * | | | | | Merge pull request #11093 from ctiller/c++compat4Gravatar Craig Tiller2017-05-18
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | C++ compatibility fixes
| | | | | * | | Fixes #9542Gravatar Makarand Dharmapurikar2017-05-18
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the case when a server is shutdown right after it Accept'ed a connection. The socket needs to be closed right before the endpoint is destroyed.
| * | | | | | Merge pull request #11026 from markdroth/grpclb_drop_altGravatar Mark D. Roth2017-05-18
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Implement grpclb drop support.
| * \ \ \ \ \ \ Merge pull request #11198 from stanley-cheung/upmerge-v1_3_2-to-masterGravatar Stanley Cheung2017-05-18
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Upmerge v1.3.x branch to master
| * \ \ \ \ \ \ \ Merge pull request #11201 from yang-g/debugGravatar Yang Gao2017-05-17
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Unref pending events under cq lock
| | | * | | | | | | Upmerge from v1.3.x branch to masterGravatar Stanley Cheung2017-05-17
| | |/| | | | | | | | |/| | | | | |/ / | | | | |_|_|/| | | | | |/| | | | |
| | * | | | | | | Unref pending events under cq lockGravatar yang-g2017-05-17
| | | | | | | | |
| * | | | | | | | Merge pull request #11098 from dgquintas/fix_subchannel_stuffsGravatar David G. Quintas2017-05-17
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixes to subchannel and its index
| * | | | | | | | | Fix hpack_size testGravatar Craig Tiller2017-05-17
| | | | | | | | | |
| | | | | * | | | | Implement grpclb drop support.Gravatar Mark D. Roth2017-05-17
| | |_|_|/ / / / / | |/| | | | | | |