aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #1185 from nicolasnoble/the-purgeGravatar Vijay Pai2015-04-07
|\ | | | | Removing C++11-isms about multithreading.
* \ Merge pull request #1207 from nicolasnoble/macos-fixGravatar Craig Tiller2015-04-07
|\ \ | | | | | | Fixing MacOS build breakage introduced in #1191.
| * | Fixing MacOS build breakage introduced in #1191.Gravatar Nicolas Noble2015-04-07
|/ /
* | Merge pull request #1206 from tony612/grpcGravatar Nicolas Noble2015-04-07
|\ \ | | | | | | change gflags url in .gitmodules to github
| * | change gflags in .gitmodules to githubGravatar Tony Han2015-04-07
|/ /
| * Addressing concerns.Gravatar Nicolas "Pixel" Noble2015-04-07
| |
* | Merge pull request #1154 from soltanmm/pypiGravatar Tim Emiola2015-04-06
|\ \ | | | | | | Enable PyPI package management
| * | Enable PyPI package managementGravatar Masood Malekghassemi2015-04-06
| | |
| | * Merge branch 'master' of github.com:google/grpc into the-purgeGravatar Nicolas "Pixel" Noble2015-04-06
| | |\ | |_|/ |/| |
* | | Merge pull request #1203 from ↵Gravatar Masood Malekghassemi2015-04-06
|\ \ \ | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/update-interop-generated-code Update generated code used in Python interop tests
* \ \ \ Merge pull request #1204 from jtattermusch/examples_cleanupGravatar Michael Lumish2015-04-06
|\ \ \ \ | | | | | | | | | | Cleanup of C# API examples
* \ \ \ \ Merge pull request #1201 from nathanielmanistaatgoogle/metadata-transformerGravatar Masood Malekghassemi2015-04-06
|\ \ \ \ \ | | | | | | | | | | | | Add a metadata_transformer to the Python stub.
| | | * | | Update the generated Python interop code.Gravatar Nathaniel Manista2015-04-06
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | https://github.com/grpc/grpc/issues/1150 tracks the fact that these files shouldn't even exist. For now, however, they do and should be kept current.
* | | | | Merge pull request #1191 from nicolasnoble/gpr_thd_joinGravatar Jan Tattermusch2015-04-06
|\ \ \ \ \ | | | | | | | | | | | | Adding joinable threads, and gpr_thd_join.
* \ \ \ \ \ Merge pull request #1194 from tbetbetbe/grpc_tools_simplify_deb_buildingGravatar Jan Tattermusch2015-04-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | Simplifies the work needed to create a new deb
* \ \ \ \ \ \ Merge pull request #1198 from atombender/masterGravatar Michael Lumish2015-04-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove unused references to malloc.h
* \ \ \ \ \ \ \ Merge pull request #1199 from atombender/gyp-fix-macGravatar Michael Lumish2015-04-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix compilation of Node package on Mac
| * | | | | | | | Fix compilation of Node package conditionally on Mac:Gravatar Alexander Staubo2015-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set compilation target 10.9. * Add C++11 compilation. * Remove librt dependency.
| | | | | * | | | Add a metadata_transformer to the Python stub.Gravatar Nathaniel Manista2015-04-06
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #1186 from theRealWardo/patch-1Gravatar LisaFC2015-04-05
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | move Documentation up in the readme
| | * | | | | | Remove unused references to malloc.h (which is non-standard, Linux-specific ↵Gravatar Alexander Staubo2015-04-05
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | and generally deprecated; use <cstdlib> instead).
* | | | | | | Merge pull request #1196 from vjpai/fix-time-raceGravatar Nicolas Noble2015-04-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove the racy check added in commit 74c14e5a
| * | | | | | | Remove the racy check added in commit i74c14e5ac752edc7e1dc0aaf31abfd1153df1d0a.Gravatar Vijay Pai2015-04-04
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is potentially unsafe since checking the deadline involves more than 1 word read.
* | | | | | | Merge pull request #1189 from soltanmm/remove-semicolonsGravatar Nathaniel Manista2015-04-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Satisfy C90 requirements in Python C code.
| | | | | | | * Rewriting mutex, condition_variable, and thread.Gravatar Nicolas "Pixel" Noble2015-04-04
| | | | | | | |
| | | * | | | | Simplifies the work needed to create a new debGravatar Tim Emiola2015-04-03
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - automates much of the workflow for building a deb package - adds a version.txt file that is used configure the version on the deb package * updates the Dockerfile to make use of this
* | | | | | | Merge pull request #1193 from tbetbetbe/grpc_tools_deb_builder_configure_versionGravatar Jorge Canizales2015-04-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Grpc tools deb builder configure version
| * | | | | | | Add the version of the built deb to be configured by a fileGravatar Tim Emiola2015-04-03
| | | | | | | |
| * | | | | | | Add the version of the built deb to be configured by a fileGravatar Tim Emiola2015-04-03
| | | | | | | |
| | | | * | | | Adding joinable threads, and gpr_thd_join.Gravatar Nicolas Noble2015-04-03
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #1140 from murgatroid99/node_trailing_metadataGravatar Tim Emiola2015-04-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Node trailing metadata
* \ \ \ \ \ \ \ Merge pull request #1190 from nicolasnoble/shared-cleanupGravatar Jan Tattermusch2015-04-03
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Actually removing shared project files now.
| | * | | | | | Reworded test case descriptionsGravatar murgatroid992015-04-03
| | | | | | | |
* | | | | | | | Merge pull request #1178 from murgatroid99/php_camel_case_methodsGravatar Tim Emiola2015-04-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Change PHP method names to camel case
* \ \ \ \ \ \ \ \ Merge pull request #1181 from murgatroid99/php_gen_code_test_updateGravatar Tim Emiola2015-04-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Updated GeneratedCodeTest to match (not so) recent stub changes
| | | | | * | | | | Satisfy C90 pedantry in Python adapterGravatar Masood Malekghassemi2015-04-03
| |_|_|_|/ / / / / |/| | | | | | | |
| | | * | | | | | Actually removing shared project files now.Gravatar Nicolas "Pixel" Noble2015-04-03
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #1180 from vjpai/perf-0402Gravatar Yang Gao2015-04-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Trace and trim locks, properly handle SIGINT
| | | | | * | | | move Documentation up in the readmeGravatar Matt Ward2015-04-02
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | the documentation is kinda the most important part so let's put the important things first.
| | | | | | | * Starting off by removing all offending headers.Gravatar Nicolas "Pixel" Noble2015-04-03
| |_|_|_|_|_|/ |/| | | | | |
| | | | | * | cleanup of C# API examplesGravatar Jan Tattermusch2015-04-02
| | | | | | |
| * | | | | | Add in a racy check for min deadline in run_some_expired_alarms beforeGravatar Vijay Pai2015-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attempting the trylock. This shaves the number of g_mu and g_checker_mu uses dramatically in perf test workload and all tests still pass.
| | * | | | | Updated GeneratedCodeTest to match (not so) recent stub changesGravatar murgatroid992015-04-02
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #1173 from nicolasnoble/vs2010Gravatar Jan Tattermusch2015-04-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | Created Visual Studio 2010 project files.
| | * | | | | Eliminate a redundant unlock-lock pair since this code is only invoked fromGravatar Vijay Pai2015-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | one place
| | * | | | | Add new CONFIG for building with mutraceGravatar Vijay Pai2015-04-02
| | | | | | |
| | * | | | | Revive proper SIGINT handlingGravatar Vijay Pai2015-04-02
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #1177 from yang-g/bugfixGravatar Vijay Pai2015-04-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bug fix. User can destroy status after calling Finish and we should keep...
| | * | | | | Created Visual Studio 2010 project files.Gravatar Nicolas "Pixel" Noble2015-04-02
| | | |_|/ / | | |/| | | | | | | | | | | | | | | Also removed the unused shared projects.
| * | | | | resolve commentGravatar Yang Gao2015-04-02
| | | | | |