Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Resolved merge conflicts with master | 2015-10-05 | |
|\ | |||
| * | Merge pull request #3006 from soltanmm/sketchbook | 2015-10-05 | |
| |\ | |||
| * \ | Merge pull request #3611 from nicolasnoble/stop-fighting | 2015-10-05 | |
| |\ \ | |||
| | * | | Making template agree with clang-format. | 2015-10-03 | |
| * | | | Merge pull request #3586 from dgquintas/conn_state_watcher_plucking | 2015-10-02 | |
| |\ \ \ | |||
| * \ \ \ | Merge pull request #3584 from dgquintas/subchannel_cleanup | 2015-10-02 | |
| |\ \ \ \ | | |_|/ / | |/| | | | |||
| * | | | | Merge pull request #3606 from dklempner/sanity | 2015-10-02 | |
| |\ \ \ \ | |||
| | | | | * | Coalesce GRPC_TRACE=surface with API tracing | 2015-10-02 | |
| | | | | * | Add API tracing to gRPC core | 2015-10-02 | |
| | | | | * | Coalesce GRPC_TRACE=surface,batch into GRPC_TRACE=surface | 2015-10-02 | |
| | |_|_|/ | |/| | | | |||
| * | | | | Merge pull request #3602 from grpc/release-0_11 | 2015-10-02 | |
| |\ \ \ \ | |||
| | | * | | | Restore sanity by reformatting grpc_version_string | 2015-10-02 | |
| * | | | | | Merge pull request #3386 from yang-g/enable_ssl | 2015-10-02 | |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||
* | | | | | | Fixed node extension module name | 2015-10-02 | |
| | | * | | | Merge pull request #3594 from tbetbetbe/release-0_11-update-READMEs | 2015-10-01 | |
| | | |\ \ \ | |||
| | | * | | | | Fixed missing item in Node library file list | 2015-10-01 | |
* | | | | | | | Moved gRPC node package root to repo root, made it depend on grpc.gyp | 2015-10-01 | |
| | * | | | | | change objc | 2015-10-01 | |
| | | | * | | | Update README.mds that don't currently have Status 'Beta' | 2015-10-01 | |
| | | |/ / / | |||
| * | | | | | Merge github.com:grpc/grpc into clangf | 2015-10-01 | |
| |\| | | | | |||
| | * | | | | Merge pull request #3548 from soltanmm/load-tests | 2015-09-30 | |
| |/| | | | |/| | | | | | |||
* | | | | | | Merge pull request #3583 from murgatroid99/node_coverage | 2015-09-30 | |
|\ \ \ \ \ \ | |||
| | | | | | * | Added subchannel ability to unsubscribe to connectivity state changes. | 2015-09-30 | |
| | | * | | | | Make load_tests protocol tests run via py.test | 2015-09-30 | |
| |_|/ / / / |/| | | | | | |||
| | | | * | | Subchannel cleanup on iomgr shutdown | 2015-09-30 | |
| | | | |/ | |||
| * | | / | Added code for extension coverage | 2015-09-30 | |
| | |_|/ | |/| | | |||
* | | | | Add comment | 2015-09-30 | |
* | | | | Merge github.com:grpc/grpc into pfft | 2015-09-30 | |
|\| | | | |||
| * | | | Merge pull request #3570 from vjpai/gcc44_fixes | 2015-09-30 | |
| |\ \ \ | |||
| * \ \ \ | Merge pull request #3467 from ctiller/can-we-be-single-threaded | 2015-09-30 | |
| |\ \ \ \ | |||
| | * | | | | Don't wait forever for iocp to shutdown | 2015-09-30 | |
| | * | | | | Flush iocp related work immediately | 2015-09-30 | |
| | * | | | | Add a facility to flush iocp at iomgr shutdown | 2015-09-30 | |
| | * | | | | Make grpc_exec_ctx_flush return a status indicating if work was performed | 2015-09-30 | |
| * | | | | | Merge pull request #3373 from jtattermusch/spawn_interop_server | 2015-09-30 | |
| |\ \ \ \ \ | |||
| | | | * | | | Fix an assert | 2015-09-29 | |
| | | | * | | | C++ changes required to maintain gcc4.4 compatibility - reduce use | 2015-09-29 | |
| | | | * | | | C changes to avoid shadowed global declaration warnings in gcc4.4 | 2015-09-29 | |
| | |_|/ / / | |/| | | | | |||
| * | | | | | Merge pull request #3568 from sreecha/fix-mac-compilation-error | 2015-09-29 | |
| |\ \ \ \ \ | |||
| | * | | | | | Fix float to bool conversion compilation error in mac | 2015-09-29 | |
| * | | | | | | Merge pull request #3560 from vjpai/block_annotate_todo | 2015-09-29 | |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge pull request #3563 from rjshade/emfd | 2015-09-29 | |
| |\ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ | Merge pull request #3485 from nkibler/master | 2015-09-29 | |
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | |||
| | | | | | | | * | Repeat https://github.com/grpc/grpc/issues/3049 for OSX | 2015-09-29 | |
| | | * | | | | | | Pass through grpc_fd pointer rather than int. | 2015-09-29 | |
| | |/ / / / / / | |/| | | | | | | |||
| | | | | * | | | Threading fixes | 2015-09-29 | |
| | | | | * | | | Ensure GrpcEnvironment setup for these (special) tests | 2015-09-29 | |
| | | | | * | | | Properly initialize variables, destroy variables in usage order | 2015-09-29 | |
| | | | | * | | | Fix rounding error so IOCP completes on time | 2015-09-29 | |
| | | | | * | | | Merge github.com:grpc/grpc into can-we-be-single-threaded | 2015-09-29 | |
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | | |