aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Made cache thread-safeGravatar murgatroid992015-05-14
|
* Added channel caching by host stringGravatar murgatroid992015-05-14
|
* Merge pull request #1587 from stanley-cheung/fix_php56_ext_locationGravatar Tim Emiola2015-05-14
|\ | | | | Fix PHP 5.6 ext location
* \ Merge pull request #1583 from yang-g/mockGravatar Tim Emiola2015-05-14
|\ \ | | | | | | remove redudant optional keyword in proto3
| | * fix php5.6 ext locationGravatar Stanley Cheung2015-05-13
| |/ |/|
| * remove redudant optional keyword in proto3Gravatar Yang Gao2015-05-13
| |
* | php test math proto: add default valueGravatar Stanley Cheung2015-05-13
|/
* Merge pull request #1472 from ctiller/bye-bye-completion-queue-pieGravatar Yang Gao2015-05-13
|\ | | | | C Core API cleanup.
* | add commentGravatar Stanley Cheung2015-05-12
| |
* | PHP: add support to pass JWT auth uri to auth libraryGravatar Stanley Cheung2015-05-12
| |
* | Merge pull request #1567 from dgquintas/cq_bgcb_cvGravatar Craig Tiller2015-05-12
|\ \ | | | | | | Removed condvar from iomgr callback queue
* \ \ Merge pull request #1563 from nicolasnoble/more-win32-fixesGravatar Craig Tiller2015-05-12
|\ \ \ | | | | | | | | Various Win32 fixes and improvements.
* \ \ \ Merge pull request #1565 from mzhaom/boringsslGravatar jboeuf2015-05-12
|\ \ \ \ | | | | | | | | | | Include <openssl/mem.h> when boringssl is used.
| * | | | Include <openssl/crypto.h> to make sure it compiles with boringssl.Gravatar Ming Zhao2015-05-12
| | | | |
| | | | * Add accidentally deleted escapeGravatar Craig Tiller2015-05-12
| | | | |
| | | * | Added comment to empty kick_poller func.Gravatar David Garcia Quintas2015-05-12
| | | | |
* | | | | Merge pull request #1562 from jtattermusch/fix_csharp_interopGravatar Michael Lumish2015-05-12
|\ \ \ \ \ | |/ / / / |/| | | | Fix C# interop tests
| | * | | Various Win32 fixes and improvements.Gravatar Nicolas Noble2015-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) Properly setting up the endpoint pair. -) Beancounting on socket shutdown to properly add references. -) Only proceed to clear out data when called from the IOCP thread. -) Enabling ALL the tests. -) Fixing run_tests.py to properly invoke them.
| * | | | Make sure full method name starts with slashGravatar Jan Tattermusch2015-05-12
| | | | |
| | | | * Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-12
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #1493 from ↵Gravatar Yang Gao2015-05-12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ctiller/churn-churn-churn-the-api-gently-down-the-stream Completion queue binding for new requests API change
* \ \ \ \ \ Merge pull request #1549 from murgatroid99/node_jwtaccess_interop_testGravatar Tim Emiola2015-05-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added jwtaccess cloud-to-prod interop test
* | | | | | | Bump Node version to 0.8.0Gravatar murgatroid992015-05-12
| | | | | | |
* | | | | | | Updated interop tests to handle proto3 changesGravatar murgatroid992015-05-12
| | | | | | |
* | | | | | | Updated deserialization code to fix message echoingGravatar murgatroid992015-05-12
| | | | | | |
| | | | | | * Trace more eventsGravatar Craig Tiller2015-05-12
| | | | | | |
* | | | | | | Merge branch 'master' into node_fix_message_echoGravatar murgatroid992015-05-12
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge pull request #1548 from murgatroid99/node_protobuf_git_upgradeGravatar Tim Emiola2015-05-12
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Updated ProtoBuf.js dependency. Updated protos to proto3
| | | | | | | * Getting rid of more seemingly dead codeGravatar Craig Tiller2015-05-12
| | | | | | | |
| | | | | | * | Removed callback queue sync from iomgr.Gravatar David Garcia Quintas2015-05-12
| | | | | | | |
| | | | | | | * Remove unusable functionsGravatar Craig Tiller2015-05-11
| | | | | | | |
| | | | | | | * Remove unusable functionsGravatar Craig Tiller2015-05-11
| | | | | | | |
| | | | | | | * Merge branch 'bye-bye-completion-queue-pie' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2015-05-11
| | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | bye-bye-completion-queue-pie
| | | | | | | * | Fix Ruby compile errorGravatar Craig Tiller2015-05-11
| | | | | | | | |
| | | | | | | * | Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-11
| | | | | | | |\ \
| * | | | | | | | | Change Python development status to "Alpha"Gravatar Nathaniel Manista2015-05-12
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We actually went alpha in the last release cycle several weeks ago but missed updating this documentation.
| * | | | | | | | Merge pull request #1543 from eavgerinos/patch-2Gravatar Tim Emiola2015-05-11
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | Ruby style changes: replace `== 0` with `zero?`
* / | | | | | | | Added failing test that echos the request messageGravatar murgatroid992015-05-11
|/ / / / / / / /
| | | * / / / / Added jwtaccess cloud-to-prod interop testGravatar murgatroid992015-05-11
| |_|/ / / / / |/| | | | | |
| | * | | | | Removed a default value I missedGravatar murgatroid992015-05-11
| | | | | | |
| | * | | | | Updated ProtoBuf.js dependency. Updated protos to proto3Gravatar murgatroid992015-05-11
| |/ / / / / |/| | | | |
| | | | | * Merge pull request #7 from murgatroid99/objective_c_remove_ds_storeGravatar Craig Tiller2015-05-11
| | | | |/| | | | | | | | | | | | | Ignore .DS_Store files
* | | | | | Merge pull request #1494 from ctiller/the-churneningGravatar Yang Gao2015-05-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Lose redundant tag on unary calls
| | | | | * | Ruby progressGravatar Craig Tiller2015-05-11
| | | | | | |
| | | | | | * Ignore .DS_Store filesGravatar murgatroid992015-05-11
| | | | | |/
| | | * | | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-11
| | | |\ \ \ | |_|_|/ / / |/| | | | |
| | | | | * Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-11
| | | | | |\ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Conflicts: vsprojects/Grpc.mak
| | | | | * Ruby progressGravatar Craig Tiller2015-05-11
| | | | | |
| | | | | * Ruby progressGravatar Craig Tiller2015-05-11
| | | | | |
* | | | | | Msys2 fixes, and compilation instructions.Gravatar Nicolas "Pixel" Noble2015-05-10
| | | | | |