aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Moving core_codegen.cc to the proper filegroup.Gravatar Nicolas "Pixel" Noble2016-03-17
|
* Disabling flaky test.Gravatar Nicolas "Pixel" Noble2016-03-17
|
* Preventing huge stacks in timer_heap_test.Gravatar Nicolas "Pixel" Noble2016-03-17
|
* Preventing huge stacks in load_file_test.Gravatar Nicolas "Pixel" Noble2016-03-17
|
* Fixing bitrotting in udp_server_test.cGravatar Nicolas "Pixel" Noble2016-03-17
|
* Massaging that pull request.Gravatar Nicolas "Pixel" Noble2016-03-17
|
* Merge branch 'master' of github.com:grpc/grpc into codegen_libGravatar David Garcia Quintas2016-03-15
|\
| * Merge pull request #5763 from soltanmm/one-pieceGravatar Nathaniel Manista2016-03-15
| |\ | | | | | | Fix two ways tests can hang. Hooray!
| | * Fix two ways tests can hangGravatar Masood Malekghassemi2016-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both have to do with the test runner's handling of the tests. With one it's the read thread somehow outliving the other threads (e.g. with ctrl-C). The other is due to a filled OS-level pipe's buffer causing a block while code is still holding the GIL in some gRPC core function. We can't empty the buffer from Python because the GIL is held, and the OS can't unblock because it's waiting for the buffer to get cleared: deadlock.
| * | Merge pull request #5652 from grpc/revert-5599-revert-5572-srv_ctxGravatar Jan Tattermusch2016-03-15
| |\ \ | | | | | | | | Revert "Revert "Properly integrate async API with server-side cancellations.""
| * \ \ Merge pull request #5705 from paddybyers/free_alignedGravatar Jan Tattermusch2016-03-15
| |\ \ \ | | | | | | | | | | Use gpr_free() in gpr_free_aligned()
| * \ \ \ Merge pull request #5750 from sreecha/gpr_thd_testGravatar Jan Tattermusch2016-03-15
| |\ \ \ \ | | |_|_|/ | |/| | | Reduce the number of threads so that this test works on x86 systems
| * | | | Merge pull request #5382 from dgquintas/jenkins_stuffGravatar adelez2016-03-15
| |\ \ \ \ | | | | | | | | | | | | Accept instance name as argument
| * \ \ \ \ Merge pull request #5749 from jcanizales/only-one-completion-queueGravatar Jan Tattermusch2016-03-15
| |\ \ \ \ \ | | | | | | | | | | | | | | Use a singleton completion queue
| | | | | * | Use gpr_free() in gpr_free_aligned()Gravatar Paddy Byers2016-03-15
| | | | | | |
| * | | | | | Merge pull request #5722 from jcanizales/fix-writeableGravatar Jan Tattermusch2016-03-14
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Make GRXWriteable with single handler robust against streaming Writers
| * \ \ \ \ \ \ Merge pull request #5543 from adelez/fix_code_coverage2Gravatar Jan Tattermusch2016-03-14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix code coverage.
| * \ \ \ \ \ \ \ Merge pull request #5666 from pquerna/pq/ip_addr_sanGravatar jboeuf2016-03-14
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add support for IP Addresses in Subject Alt Names.
| | | | * | | | | | Make copyright not expire one year too soon.Gravatar Jorge Canizales2016-03-14
| | | | | | | | | |
| | | | | | | * | | Fix copyrightGravatar Sree Kuchibhotla2016-03-14
| | | | | | | | | |
| | * | | | | | | | Improve looks_like_ip_address for IPv6 addresses, and add testsGravatar Paul Querna2016-03-14
| | | | | | | | | |
| | * | | | | | | | Add note about refactor portability headerGravatar Paul Querna2016-03-14
| | | | | | | | | |
| | * | | | | | | | Add support for IP Addresses in Subject Alt Names.Gravatar Paul Querna2016-03-14
| |/ / / / / / / /
| | | | | | * | | Minor code cleanupGravatar Sree Kuchibhotla2016-03-14
| | | | | | | | |
| | * | | | | | | Fix code coverage.Gravatar Adele Zhou2016-03-14
| |/ / / / / / /
| | | | | * / / Reduce the number of threads so that this test works on x86 systemsGravatar Sree Kuchibhotla2016-03-14
| | |_|_|/ / / | |/| | | | |
| | | * | | | Use a singleton completion queueGravatar Jorge Canizales2016-03-14
| | | | | | |
| * | | | | | Merge pull request #5731 from ctiller/huh_omgGravatar Jan Tattermusch2016-03-14
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | Fix some race conditions
| * | | | | | Merge pull request #5453 from adelez/setup_full_interopGravatar Jan Tattermusch2016-03-14
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add a script to run interop tests against all versions of prod servers.
| * \ \ \ \ \ \ Merge pull request #5580 from daniel-j-born/test_credsGravatar Dan Born2016-03-14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Allow use of alternative credential types.
| * \ \ \ \ \ \ \ Merge pull request #5727 from nicolasnoble/upmergeGravatar Jan Tattermusch2016-03-14
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Upmerge from 0.13.1
| | | | * | | | | | Add a script to run interop tests against all versions of prod servers.Gravatar Adele Zhou2016-03-14
| | |_|/ / / / / / | |/| | | | | | |
| | | | | | | | * Merge branch 'master' into revert-5599-revert-5572-srv_ctxGravatar vjpai2016-03-14
| | | | | | | | |\ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge pull request #5545 from yang-g/windows_leaksGravatar Jan Tattermusch2016-03-14
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix windows leaks
| * \ \ \ \ \ \ \ \ Merge pull request #5583 from stanley-cheung/php-fix-examples-constructorGravatar Jan Tattermusch2016-03-14
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | PHP: fix examples ClientStub constructor
| * \ \ \ \ \ \ \ \ \ Merge pull request #5444 from vjpai/debug_qps_streamGravatar Jan Tattermusch2016-03-14
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make performance benchmarking code more canonical in structure
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #5724 from grpc/revert-5607-revert-5544-masterGravatar Jan Tattermusch2016-03-14
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Redo "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()"
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #5728 from jtattermusch/python_nuke_event_invocationGravatar Jan Tattermusch2016-03-13
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove tests for EventInvocation API that is going to be removed
| | | | | | | | | * | | | | Add comment, tighten loopGravatar Craig Tiller2016-03-12
| | | | | | | | | | | | | |
| | | | | | | | | * | | | | Fix copyrightGravatar Craig Tiller2016-03-11
| | | | | | | | | | | | | |
| | | | | | | | | * | | | | If we cant check timers due to contention, at least make sure we do a follow ↵Gravatar Craig Tiller2016-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | up check soon
| | | | | | | | | * | | | | Merge branch 'huh_omg' of github.com:ctiller/grpc into huh_omgGravatar Craig Tiller2016-03-11
| | | | | | | | | |\ \ \ \ \
| | | | | | | | | | * | | | | Expand lockGravatar Craig Tiller2016-03-11
| | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | Use a named constant for error domain and codeGravatar Jorge Canizales2016-03-11
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | Fix castGravatar Craig Tiller2016-03-11
| | | | | | | | | |/ / / / /
| | | | | | | | | * | | | | Extend timeoutGravatar Craig Tiller2016-03-11
| | | | | | | | | | | | | |
| | | | | | | | | * | | | | Fix race in subchannel.cGravatar Craig Tiller2016-03-11
| | | | | | | | | | | | | |
| | | | | | | | | * | | | | Fail fasterGravatar Craig Tiller2016-03-11
| | | | | | | | | | | | | |
| | | | | | | | | * | | | | Add contributed testGravatar Craig Tiller2016-03-11
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | fix copyrightGravatar Jan Tattermusch2016-03-11
| | | | | | | | | | | | |