Jan Tattermusch
a612216645
fixes to zlib VS project
10 years ago
Jan Tattermusch
31e40652a9
fixes to make shared libraries build
10 years ago
Jan Tattermusch
9fb0116148
fixed filename of grpc VS project templates
10 years ago
Jan Tattermusch
785778b22e
added projects for shared libraries
10 years ago
Nicolas Noble
b7bfe698c5
Merge pull request #477 from jtattermusch/vsproject_templates
...
Improving Visual Studio templates
10 years ago
Jan Tattermusch
b7f53d9296
removed filters for grpc_csharp_ext
10 years ago
Jan Tattermusch
4d3098ae4e
Merge branch 'vsproject_templates' of github.com:jtattermusch/grpc into vsproject_templates
10 years ago
Jan Tattermusch
2dcc9a8de1
removed empty filters file for grpc_csharp_ext
10 years ago
Jan Tattermusch
326c164327
added user settings and generated files to gitignore
10 years ago
Jan Tattermusch
92e2e3f55e
some VS project template fixes and added templates for grpc_csharp_ext
10 years ago
Jan Tattermusch
3b2277490d
added user settings and generated files to gitignore
10 years ago
Jan Tattermusch
9e1d446ff3
some VS project template fixes and added templates for grpc_csharp_ext
10 years ago
Craig Tiller
187994e0fd
Merge pull request #448 from nicolasnoble/grpc-win32
...
Windows port of iomgr.
10 years ago
Craig Tiller
9a7926c979
Merge pull request #474 from dklempner/unary_upgrade_check
...
Have unary pollset check to see if the existing fd is orphaned
10 years ago
David Klempner
49959ed9c1
Have unary pollset check to see if the existing fd is orphaned
...
This avoids an unnecessary upgrade to multipoller if there was no
do_work called between an orphan and a subsequent add. Additionally, it
avoids the need for epoll based multipoller to check for this case in
its upgrade code by ensuring all existing fds are valid at upgrade time.
10 years ago
jboeuf
a81196c361
Merge pull request #460 from nathanielmanistaatgoogle/server_credentials_wrapping
...
Add a wrapping of grpc_server_credentials.
10 years ago
Nicolas Noble
98c387dcd4
Merge pull request #428 from ctiller/clientlock2
...
Work towards removing some contention
10 years ago
jboeuf
5f6480b016
Merge pull request #469 from ctiller/fix6
...
Fix some tests
10 years ago
Nathaniel Manista
49c877e579
Add a wrapping of grpc_server_credentials.
10 years ago
Craig Tiller
e801eb3189
Fix some tests
10 years ago
Nathaniel Manista
caf378af88
Merge pull request #453 from ctiller/fix2
10 years ago
Nicolas Noble
2b86b357d3
Merge pull request #465 from vjpai/qps-pool
...
Allow varying number of qps_server threads via command line flag
10 years ago
Nicolas Noble
6c84ba09da
Merge pull request #464 from vjpai/linkstatic
...
Change link options for qps client and qps server
10 years ago
Nicolas Noble
1a051dfdd9
Merge pull request #462 from a11r/doc
...
Updated INSTALL to clarify phrasing around OpenSSL.
10 years ago
Craig Tiller
75be91a149
Allow Python to be built without sudo
10 years ago
Abhishek Kumar
6749e73561
Fix spelling: recommend
10 years ago
Vijay Pai
2d63da7e53
Updated as a result of changed options in build.json
10 years ago
Vijay Pai
4ca479c3a1
Change pointer format
10 years ago
Vijay Pai
c3b02d9a67
Allow varying number of server threads via command line flag
10 years ago
Vijay Pai
5438d4b214
Change link options for qps client and qps server
10 years ago
Abhishek Kumar
3dd9df9359
Updated INSTALL to clarify phrasing around OpenSSL.
10 years ago
Michael Lumish
38f9651468
Merge pull request #461 from jtattermusch/csharp_windows
...
Start using nuget for managing dependencies in C#
10 years ago
Jan Tattermusch
f0ea718c98
update readme file
10 years ago
Tim Emiola
b2ec6afd08
Merge pull request #459 from grpc/jayantkolhe-patch-1
...
Update README.md
10 years ago
Jayant Kolhe
0a8acd4067
Update README.md
10 years ago
Eric Anderson
c520f0991f
Merge pull request #458 from ctiller/fix5
...
Correctly handle large headers in HPACK table
10 years ago
Craig Tiller
9b2a531781
Correctly handle large headers in HPACK table
...
I missed a clause in section 4.4 of the HPACK spec when implementing
this stuff. Removes an errant assert and correctly handles adding large
entries to the HPACK table by flushing it and leaving it empty.
10 years ago
Michael Lumish
3116d4f0fe
Merge pull request #452 from ctiller/fix
...
Add some documentation
10 years ago
Jan Tattermusch
860f6d0820
started using nuget packages for dependencies
10 years ago
Nicolas "Pixel" Noble
3d8e34d409
Rewording comment :-)
10 years ago
Yang Gao
b0e7275501
Merge pull request #454 from ctiller/fix3
...
Return OK on server if there's no explicit status set
10 years ago
Craig Tiller
de343164f2
Return OK on server if there's no explicit status set
...
Fixes #451
10 years ago
Craig Tiller
0a5bcbc632
Add some documentation
10 years ago
Nicolas Noble
d72ba6a4ff
Merge cleanup.
10 years ago
Nicolas "Pixel" Noble
811b07876c
Merge branch 'master' of github.com:google/grpc into grpc-win32
10 years ago
Nicolas Noble
45e67a37ae
Addressing comments.
10 years ago
Tim Emiola
acbb2b8d4a
Merge pull request #446 from murgatroid99/node_stock_server_typo_fix
...
Fixed typo in stock_server.js
10 years ago
murgatroid99
79a78c2289
Fixed typo in stock_server.js0
10 years ago
Michael Lumish
8fd62d70e6
Merge pull request #442 from jyang/add-echoing-requsted-symbol
...
Added echoing of requested stock symbol.
10 years ago
Jun Yang
d95a16c4f4
Added echoing of requested stock symbol.
...
This makes the example more realistic.
10 years ago