Craig Tiller
|
1a43f87134
|
De-C++11-ification
|
2015-03-02 09:08:05 -08:00 |
Craig Tiller
|
61691f92c3
|
Merge github.com:grpc/grpc into credit
|
2015-03-02 08:51:52 -08:00 |
Nathaniel Manista
|
7a89026886
|
Merge pull request #904 from mbrukman/python-requirements
Fixes #898.
|
2015-03-02 00:40:22 -08:00 |
Craig Tiller
|
c2bbb7391e
|
Merge pull request #854 from jboeuf/tsi_tracing
Adding support to enable tracing in tsi.
|
2015-03-01 20:42:21 -08:00 |
Misha Brukman
|
53f101a7a9
|
Moved pip dependencies into requirements.txt .
This allows for easier scripting and updates.
|
2015-03-02 00:59:16 +00:00 |
bjorn
|
c1f97ce789
|
Update log_posix.c
size error
|
2015-03-01 21:18:52 +08:00 |
Julien Boeuf
|
980f600c83
|
Adding support to enable tracing in tsi.
|
2015-03-01 00:20:01 -08:00 |
Nicolas "Pixel" Noble
|
1ff52d5278
|
Guard headers tool.
|
2015-03-01 06:18:14 +01:00 |
Craig Tiller
|
f6689e8acc
|
Merge pull request #856 from vjpai/master
Multithreaded Async C++ perf tests, plus gens rename of Async client methods
|
2015-02-28 07:35:11 -08:00 |
Nicolas Noble
|
21bcda3e1d
|
Merge pull request #879 from murgatroid99/ruby_run_tests
Added ruby tests to run_tests.py
|
2015-02-27 16:04:33 -08:00 |
Michael Lumish
|
e0c553ccf2
|
Merge pull request #881 from jtattermusch/csharp_docker
Fix conditional inclusion of grpc_csharp_ext.dll
|
2015-02-27 15:17:53 -08:00 |
Jan Tattermusch
|
bd3df5f5f1
|
fix conditional inclusion of grpc_csharp_ext.dll
|
2015-02-27 14:37:57 -08:00 |
Nicolas "Pixel" Noble
|
93fa098124
|
Removing private protobuf header inclusion.
|
2015-02-27 21:50:58 +01:00 |
murgatroid99
|
6a4c4fabf3
|
Added ruby tests to run_tests.py
|
2015-02-27 12:08:57 -08:00 |
vjpai
|
79b3e49d0e
|
Merge remote-tracking branch 'upstream/master'
|
2015-02-27 11:34:37 -08:00 |
Tim Emiola
|
69dc65a325
|
Merge pull request #862 from jtattermusch/interop_server
Added C# interop server
|
2015-02-27 09:45:19 -08:00 |
Tim Emiola
|
ebd901389a
|
Merge pull request #861 from murgatroid99/node_package_repo_info
Added useful information and links to Node's package.json
|
2015-02-27 09:43:09 -08:00 |
Michael Lumish
|
5c0f4d5ecb
|
Merge pull request #873 from jtattermusch/fix_readme
Fix typo in README.md
|
2015-02-27 09:13:54 -08:00 |
Jan Tattermusch
|
867e6b6b3c
|
Update README.md
|
2015-02-27 09:08:53 -08:00 |
vjpai
|
c4d4bd79a3
|
Merge remote-tracking branch 'upstream/master'
|
2015-02-27 06:49:37 -08:00 |
Aggelos Avgerinos
|
46566b8c95
|
Fix typos 'proivde' -> 'provide' and 'e,g.' -> 'e.g.'
|
2015-02-27 09:31:23 +02:00 |
vjpai
|
1b47b12895
|
Merge remote-tracking branch 'upstream/master'
|
2015-02-26 23:16:25 -08:00 |
Todd Poynor
|
2a6fd26c45
|
grpc: cpp_generator: fix pedantic warning on extra ';'
Fix pedantic warnings of form:
myprotobuf.pb.cc:619:2: warning: extra ';' [-Wpedantic]
};
^
|
2015-02-26 20:06:21 -08:00 |
Craig Tiller
|
47d03aae63
|
Merge pull request #860 from nicolasnoble/travis-c++
Travis c++
|
2015-02-26 19:14:33 -08:00 |
Jan Tattermusch
|
503bbac217
|
added C# interop server
|
2015-02-26 18:30:46 -08:00 |
murgatroid99
|
c8330f8660
|
Added useful information and links to Node's package.json
|
2015-02-26 18:21:48 -08:00 |
Nicolas "Pixel" Noble
|
1dd0183f36
|
Merge branch 'release-0_5' into 0_5-extra-commits
Conflicts:
INSTALL
|
2015-02-27 03:04:54 +01:00 |
Craig Tiller
|
4795a3c71b
|
Merge branch 'travis' of github.com:nicolasnoble/grpc into travis-c++
|
2015-02-26 17:45:16 -08:00 |
Nathaniel Manista
|
7b7aa625f6
|
Merge pull request #841 from soltanmm/py-update
Python code generator fixes.
|
2015-02-26 17:23:10 -08:00 |
vjpai
|
56c5129629
|
Rename Async methods from generator to avoid naming conflicts to
bind and other functions
|
2015-02-26 17:01:35 -08:00 |
Craig Tiller
|
16a2ca4d75
|
Merge branch 'travis_node' of github.com:murgatroid99/grpc into travis-c++
Conflicts:
.travis.yml
|
2015-02-26 16:57:04 -08:00 |
Craig Tiller
|
69cd4c0006
|
Merge branch 'travis-c' into travis-c++
|
2015-02-26 16:09:51 -08:00 |
murgatroid99
|
d7e3a2b1f5
|
Changed c++ version flag in binding.gyp
|
2015-02-26 14:52:51 -08:00 |
Craig Tiller
|
cf133f41f8
|
Make it possible to compile with gcc4.6
|
2015-02-26 14:27:05 -08:00 |
Masood Malekghassemi
|
40e8cbd1ee
|
Fix bugs in Python code generator
Fixes module path finding in the Python code generator and the signatures
of generated servicer methods.
|
2015-02-26 14:21:21 -08:00 |
Nathaniel Manista
|
89fccb7d7a
|
Simple installation instructions for Python.
|
2015-02-26 20:21:31 +00:00 |
Craig Tiller
|
29f1314282
|
Merge github.com:grpc/grpc into credit
|
2015-02-26 11:23:01 -08:00 |
Masood Malekghassemi
|
bc53734c2e
|
Merge pull request #830 from nathanielmanistaatgoogle/python-interop-client
The Python interop client.
|
2015-02-26 11:08:18 -08:00 |
Masood Malekghassemi
|
e07edc50e1
|
Merge pull request #831 from nathanielmanistaatgoogle/security-progress
Work towards invocation-side security.
|
2015-02-26 09:33:47 -08:00 |
Nathaniel Manista
|
1c37fe62fd
|
Work towards invocation-side security.
|
2015-02-26 17:11:23 +00:00 |
Nathaniel Manista
|
c2b402001b
|
The Python interop client.
The server_host_override flag's implementation remaining
outstanding means that this only works over insecure
connections for now.
|
2015-02-26 16:23:38 +00:00 |
Mugur Marculescu
|
67347d8a39
|
Merge pull request #820 from jayantkolhe/jayantkolhe-patch-3
Updated Python Status
|
2015-02-25 18:06:18 -08:00 |
Abhishek Kumar
|
866816fc30
|
Merge pull request #826 from tbetbetbe/grpc-ruby-update-gemspec-licencse
Update grpc.gemspec
|
2015-02-25 16:46:52 -08:00 |
Tim Emiola
|
c4a4288f83
|
Update grpc.gemspec
|
2015-02-25 16:45:19 -08:00 |
murgatroid99
|
be8d1dae5e
|
Added important Node package information and LICENSE file for inclusion in Node package
|
2015-02-25 16:29:54 -08:00 |
Jayant Kolhe
|
806dde1bcb
|
Update README.md
|
2015-02-25 14:39:14 -08:00 |
Craig Tiller
|
68acd35676
|
Merge pull request #813 from tbetbetbe/grpc_ruby_initial_version
Synchronize initial package versions
|
2015-02-25 13:42:16 -08:00 |
Nathaniel Manista
|
1ffe4feb6f
|
Sanitize a reference number.
|
2015-02-25 21:39:05 +00:00 |
Tim Emiola
|
ed3671e180
|
Synchronize initial package versions
|
2015-02-25 13:38:53 -08:00 |
Craig Tiller
|
3ce8b554f4
|
Merge pull request #812 from nathanielmanistaatgoogle/python-version-number
Set Python version number to 0.4.0.
|
2015-02-25 13:36:27 -08:00 |