Jan Tattermusch
e8fef4319c
csharp version 0.1 -> 0.2
10 years ago
Vijay Pai
c71121cbe2
Merge pull request #1185 from nicolasnoble/the-purge
...
Removing C++11-isms about multithreading.
10 years ago
Craig Tiller
2e14249332
Merge pull request #1207 from nicolasnoble/macos-fix
...
Fixing MacOS build breakage introduced in #1191 .
10 years ago
Nicolas Noble
a397330cc0
Fixing MacOS build breakage introduced in #1191 .
10 years ago
Nicolas Noble
cee05a45eb
Merge pull request #1206 from tony612/grpc
...
change gflags url in .gitmodules to github
10 years ago
Tony Han
d448247496
change gflags in .gitmodules to github
10 years ago
Nicolas "Pixel" Noble
b092916a2a
Addressing concerns.
10 years ago
Tim Emiola
e4f2f1580d
Merge pull request #1154 from soltanmm/pypi
...
Enable PyPI package management
10 years ago
Masood Malekghassemi
451887ba2c
Enable PyPI package management
10 years ago
Nicolas "Pixel" Noble
d81684f191
Merge branch 'master' of github.com:google/grpc into the-purge
10 years ago
Masood Malekghassemi
fdd65f325d
Merge pull request #1203 from nathanielmanistaatgoogle/update-interop-generated-code
...
Update generated code used in Python interop tests
10 years ago
Michael Lumish
dce2f52aad
Merge pull request #1204 from jtattermusch/examples_cleanup
...
Cleanup of C# API examples
10 years ago
Masood Malekghassemi
5180df41f3
Merge pull request #1201 from nathanielmanistaatgoogle/metadata-transformer
...
Add a metadata_transformer to the Python stub.
10 years ago
Nathaniel Manista
89ad057854
Update the generated Python interop code.
...
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.
10 years ago
Jan Tattermusch
14832f8db9
Merge pull request #1191 from nicolasnoble/gpr_thd_join
...
Adding joinable threads, and gpr_thd_join.
10 years ago
Jan Tattermusch
9a6b60de1e
Merge pull request #1194 from tbetbetbe/grpc_tools_simplify_deb_building
...
Simplifies the work needed to create a new deb
10 years ago
Michael Lumish
0d8d958226
Merge pull request #1198 from atombender/master
...
Remove unused references to malloc.h
10 years ago
Michael Lumish
d6a5636a7f
Merge pull request #1199 from atombender/gyp-fix-mac
...
Fix compilation of Node package on Mac
10 years ago
Alexander Staubo
425e46c56c
Fix compilation of Node package conditionally on Mac:
...
* Set compilation target 10.9.
* Add C++11 compilation.
* Remove librt dependency.
10 years ago
Nathaniel Manista
cd7096deb6
Add a metadata_transformer to the Python stub.
10 years ago
LisaFC
378a7d05e2
Merge pull request #1186 from theRealWardo/patch-1
...
move Documentation up in the readme
10 years ago
Alexander Staubo
3f670f4f26
Remove unused references to malloc.h (which is non-standard, Linux-specific and generally deprecated; use <cstdlib> instead).
10 years ago
Nicolas Noble
6c963cd784
Merge pull request #1196 from vjpai/fix-time-race
...
Remove the racy check added in commit 74c14e5a
10 years ago
Vijay Pai
cf1a7e03e7
Remove the racy check added in commit i74c14e5ac752edc7e1dc0aaf31abfd1153df1d0a.
...
This is potentially unsafe since checking the deadline involves more than 1 word
read.
10 years ago
Nathaniel Manista
cc6017bb08
Merge pull request #1189 from soltanmm/remove-semicolons
...
Satisfy C90 requirements in Python C code.
10 years ago
Nicolas "Pixel" Noble
ff2828be3d
Rewriting mutex, condition_variable, and thread.
10 years ago
Tim Emiola
0bfdfa126d
Simplifies the work needed to create a new deb
...
- 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
10 years ago
Jorge Canizales
7cf25a6d58
Merge pull request #1193 from tbetbetbe/grpc_tools_deb_builder_configure_version
...
Grpc tools deb builder configure version
10 years ago
Tim Emiola
f82b378314
Add the version of the built deb to be configured by a file
10 years ago
Tim Emiola
2a113f6edc
Add the version of the built deb to be configured by a file
10 years ago
Nicolas Noble
91647cc815
Adding joinable threads, and gpr_thd_join.
10 years ago
Tim Emiola
300ebc4c62
Merge pull request #1140 from murgatroid99/node_trailing_metadata
...
Node trailing metadata
10 years ago
Jan Tattermusch
ef38504ddd
Merge pull request #1190 from nicolasnoble/shared-cleanup
...
Actually removing shared project files now.
10 years ago
murgatroid99
49388b31a0
Reworded test case descriptions
10 years ago
Tim Emiola
8be9887f0b
Merge pull request #1178 from murgatroid99/php_camel_case_methods
...
Change PHP method names to camel case
10 years ago
Tim Emiola
3a00f60c0b
Merge pull request #1181 from murgatroid99/php_gen_code_test_update
...
Updated GeneratedCodeTest to match (not so) recent stub changes
10 years ago
Masood Malekghassemi
660a33e11f
Satisfy C90 pedantry in Python adapter
10 years ago
Nicolas "Pixel" Noble
ad1d7d9343
Actually removing shared project files now.
10 years ago
Yang Gao
a4b0909db9
Merge pull request #1180 from vjpai/perf-0402
...
Trace and trim locks, properly handle SIGINT
10 years ago
Matt Ward
7c26b0e5c7
move Documentation up in the readme
...
the documentation is kinda the most important part so let's put the important things first.
10 years ago
Nicolas "Pixel" Noble
ae96ae2bad
Starting off by removing all offending headers.
10 years ago
Jan Tattermusch
8c61db9164
cleanup of C# API examples
10 years ago
Vijay Pai
74c14e5ac7
Add in a racy check for min deadline in run_some_expired_alarms before
...
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.
10 years ago
murgatroid99
e80fdd3740
Updated GeneratedCodeTest to match (not so) recent stub changes
10 years ago
Jan Tattermusch
1fa0c0881f
Merge pull request #1173 from nicolasnoble/vs2010
...
Created Visual Studio 2010 project files.
10 years ago
Vijay Pai
7d3d9ca24c
Eliminate a redundant unlock-lock pair since this code is only invoked from
...
one place
10 years ago
Vijay Pai
dc7110fdc5
Add new CONFIG for building with mutrace
10 years ago
Vijay Pai
f2554d051b
Revive proper SIGINT handling
10 years ago
Vijay Pai
63adffe3f4
Merge pull request #1177 from yang-g/bugfix
...
Bug fix. User can destroy status after calling Finish and we should keep...
10 years ago
Nicolas "Pixel" Noble
a727fe22b6
Created Visual Studio 2010 project files.
...
Also removed the unused shared projects.
10 years ago