Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Flagging 0.13 as pre1. | Nicolas "Pixel" Noble | 2016-02-09 |
| | |||
* | build.yaml centric versioning | Craig Tiller | 2016-02-08 |
| | |||
* | Merge pull request #5013 from a-veitch/tag_set_to_context | Bogdan Drutu | 2016-02-04 |
|\ | | | | | Change all instances of census_tag_set to census_context | ||
* | | Remove pr in Makefile | yang-g | 2016-02-04 |
| | | |||
* | | Merge pull request #5031 from nicolasnoble/groar | Michael Lumish | 2016-02-03 |
|\ \ | | | | | | | Making the ruby gem for MacOS work again. | ||
* \ \ | Merge pull request #5036 from ctiller/fixes2 | Jan Tattermusch | 2016-02-03 |
|\ \ \ | | | | | | | | | Binary compatibility fixes | ||
| | | * | fix broken merge of build.yaml | Alistair Veitch | 2016-02-03 |
| | | | | |||
| | | * | merge | Alistair Veitch | 2016-02-03 |
| | | |\ | |_|_|/ |/| | | | |||
| * | | | Better dynamic linking | Craig Tiller | 2016-02-03 |
| | | | | |||
| | * | | Shifting the merge mechanism. | Nicolas "Pixel" Noble | 2016-02-03 |
| | | | | |||
| | * | | Using libtool instead of ar under MacOS. | Nicolas "Pixel" Noble | 2016-02-03 |
| |/ / |/| | | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | Nicolas "Pixel" Noble | 2016-02-03 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: BUILD Makefile binding.gyp build.yaml gRPC.podspec grpc.gemspec package.json src/python/grpcio/grpc_core_dependencies.py templates/Makefile.template tools/doxygen/Doxyfile.core.internal tools/run_tests/sources_and_headers.json vsprojects/vcxproj/gpr/gpr.vcxproj vsprojects/vcxproj/gpr/gpr.vcxproj.filters | ||
| * | | Fix c# artifact builder on Mac | Craig Tiller | 2016-02-02 |
| | | | |||
| | * | merge | Alistair Veitch | 2016-02-02 |
| | |\ | |||
| * | \ | Merge pull request #5007 from ctiller/memcpy3 | Nicolas Noble | 2016-02-02 |
| |\ \ \ | | | | | | | | | | | Use old memcpy for wrappers | ||
* | | | | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | Nicolas "Pixel" Noble | 2016-02-02 |
|\| | | | | |||
| * | | | | Merge pull request #4998 from ctiller/syscall | Jan Tattermusch | 2016-02-02 |
| |\ \ \ \ | | |_|_|/ | |/| | | | Make clock_gettime syscall directly to skirt ABI issues | ||
| | | | * | post merge | Alistair Veitch | 2016-02-02 |
| | | | | | |||
| | | * | | Use old memcpy for wrappers | Craig Tiller | 2016-02-02 |
| | | | | | |||
| | * | | | Please *san | Craig Tiller | 2016-02-01 |
| | |/ / | |||
| * | | | Merge branch 'master' into corelimit2 | Vijay Pai | 2016-02-01 |
| |\| | | |||
| | * | | Merge pull request #4979 from nicolasnoble/win32_subprocess | Craig Tiller | 2016-02-01 |
| | |\ \ | | | | | | | | | | | Adding windows support for gpr subprocesses. | ||
| | * \ \ | Merge pull request #4978 from nicolasnoble/alarming | Craig Tiller | 2016-01-31 |
| | |\ \ \ | | | | | | | | | | | | | Fixing, using and testing alarm code. | ||
* | | \ \ \ | Merge branch 'census-placeholders' into make-ruby-installable | Nicolas "Pixel" Noble | 2016-01-31 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: package.json tools/doxygen/Doxyfile.core.internal | ||
| * | | | | | Actually moving this to the proper place. | Nicolas "Pixel" Noble | 2016-01-31 |
| | | | | | | |||
* | | | | | | Merge branch 'win32_subprocess' into make-ruby-installable | Nicolas "Pixel" Noble | 2016-01-31 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: BUILD Makefile binding.gyp build.yaml gRPC.podspec grpc.gemspec src/python/grpcio/grpc_core_dependencies.py tools/run_tests/sources_and_headers.json vsprojects/vcxproj/gpr/gpr.vcxproj vsprojects/vcxproj/gpr/gpr.vcxproj.filters | ||
| * | | | | | Adding windows support for gpr subprocesses. | Nicolas "Pixel" Noble | 2016-01-31 |
| |/ / / / | |||
* | | | | | Merge branch 'alarming' into make-ruby-installable | Nicolas "Pixel" Noble | 2016-01-31 |
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | Conflicts: tools/run_tests/sources_and_headers.json | ||
| * | | | | Fixing, using and testing alarm code. | Nicolas "Pixel" Noble | 2016-01-31 |
| |/ / / | |||
* | | | | Cleaning up cruft to properly create a dll file. | Nicolas "Pixel" Noble | 2016-01-30 |
| | | | | |||
* | | | | Removing gpr as a separated library. | Nicolas "Pixel" Noble | 2016-01-30 |
| | | | | |||
* | | | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | Nicolas "Pixel" Noble | 2016-01-29 |
|\| | | | |||
* | | | | Allowing for debug builds. | Nicolas "Pixel" Noble | 2016-01-29 |
| | | | | |||
| * | | | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces | David Garcia Quintas | 2016-01-28 |
| |\ \ \ | |||
* | | | | | Making BoringSSL compile under mingw. | Nicolas "Pixel" Noble | 2016-01-28 |
| |/ / / |/| | | | |||
| * | | | Fixed wrong usage of global var | David Garcia Quintas | 2016-01-28 |
| | | | | |||
* | | | | Merge branch 'master' into makefile-cleanup | Nicolas "Pixel" Noble | 2016-01-28 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile templates/Makefile.template | ||
* | | | | | CFLAGS and CXXFLAGS should be specializations of CPPFLAGS, not the over way ↵ | Nicolas "Pixel" Noble | 2016-01-28 |
| | | | | | | | | | | | | | | | | | | | | around. | ||
| | * | | | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces | David Garcia Quintas | 2016-01-27 |
| | |\ \ \ | | |/ / / | |/| | | | |||
| | * | | | DONE!!1one | David Garcia Quintas | 2016-01-27 |
| | | | | | |||
| | * | | | After GrpcLibrary refactoring. Compiles and passes. WIP still | David Garcia Quintas | 2016-01-27 |
| | | | | | |||
* | | | | | Moving some config defaults to build.yaml, and moving others to CPPFLAGS. | Nicolas "Pixel" Noble | 2016-01-28 |
| | | | | | |||
| * | | | | Merge github.com:grpc/grpc into things_be_slow | Craig Tiller | 2016-01-27 |
| |\ \ \ \ | |||
| * | | | | | Reduce CPU, increase MSAN timeouts | Craig Tiller | 2016-01-27 |
| | |_|_|/ | |/| | | | |||
* | | | | | Removing Makefile circular dependencies. | Nicolas "Pixel" Noble | 2016-01-27 |
| | | | | | |||
| | * | | | Merge github.com:grpc/grpc into mwah | Craig Tiller | 2016-01-27 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
* | | | | | Finally fixing the issue with CC, CX, LD, and AR not being overridable from ↵ | Nicolas "Pixel" Noble | 2016-01-27 |
| | | | | | | | | | | | | | | | | | | | | the environment. | ||
* | | | | | Cleaning up our Makefile. | Nicolas "Pixel" Noble | 2016-01-26 |
|/ / / / | | | | | | | | | | | | | | | | | -) Adding question marks to important tools so they can be overriden from environment variables. -) Removing all traces of -ldl since BoringSSL doesn't implement OpenSSL's DSO and doesn't require it. | ||
| | * | | pre sync_stream.cc creation. Does not compile | David Garcia Quintas | 2016-01-25 |
| | | | | |||
| | * | | async_stream.h done. Compiles | David Garcia Quintas | 2016-01-25 |
| | | | |