aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Update serverName comment to be more accurateGravatar thassss2017-06-29
|
* Pass NULL to grpc_channel_create_call for nil serverNameGravatar thassss2017-06-29
|
* Remove nullability specifiersGravatar thassss2017-06-29
|
* Warn against using serverName property with CronetGravatar thassss2017-06-29
|
* Expose :authority pseudo-header to Obj-C API.Gravatar thassss2017-06-29
|
* Merge pull request #11625 from muxi/fix-objc-memory-leak-v14Gravatar Muxi Yan2017-06-28
|\ | | | | Backport #11624: Objective C memory leak GRPCOpSendMetadata
* \ Merge pull request #11620 from murgatroid99/version_bump_1.4.1Gravatar Michael Lumish2017-06-27
|\ \ | | | | | | Bump version to 1.4.1
* \ \ Merge pull request #11591 from dgquintas/rr_state_fix_1.4Gravatar David G. Quintas2017-06-27
|\ \ \ | | | | | | | | Fix RR policy connectivity state upon subchannels shutdown (1.4.x branch)
| | | * Fix the memory leak in metadataGravatar Muxi Yan2017-06-27
| |_|/ |/| |
* | | Merge pull request #11605 from dgquintas/backport_windows_inlineGravatar David G. Quintas2017-06-27
|\ \ \ | | | | | | | | s/inline/__inline/. Visual studio incompatiblity (v1.4.x backport)
| | | * Bump version to 1.4.1Gravatar murgatroid992017-06-27
| |_|/ |/| |
| | * clang-formatGravatar David Garcia Quintas2017-06-26
| | |
| * | s/inline/__inline/. Visual studio incompatiblity.Gravatar Makarand Dharmapurikar2017-06-26
| | | | | | | | | | | | | | | | | | MS Visual studio '13 and before don't understand inline and throw Error C2054. Reference: https://msdn.microsoft.com/en-us/library/bw1hbe6y.aspx
* | | Remove extra blank lineGravatar murgatroid992017-06-26
| | |
| | * Deal with errors refsGravatar David Garcia Quintas2017-06-26
| | |
* | | Fix unref of read slice in tcp_uv.cGravatar murgatroid992017-06-26
| | |
| | * fixed leak and outdated commentGravatar David Garcia Quintas2017-06-24
| | |
| | * Fix RR policy connectivity state upon subchannels shutdownGravatar David Garcia Quintas2017-06-23
| |/
* / Node: fix status memory leak, improve tcp_uv read buffer allocation codeGravatar murgatroid992017-06-23
|/
* Release slice no longer ownedGravatar Muxi Yan2017-06-21
|
* Unref existing error before setting new oneGravatar yang-g2017-06-20
|
* Merge pull request #11548 from kpayson64/bump_version_1_4_0Gravatar kpayson642017-06-19
|\ | | | | Bump to version 1.4.0
| * Bump to version 1.4.0Gravatar Ken Payson2017-06-19
| |
* | Merge pull request #11536 from murgatroid99/node_fix_racy_testGravatar Michael Lumish2017-06-19
|\ \ | | | | | | Fix racy Node reconnect test
* \ \ Merge pull request #11515 from murgatroid99/node_fix_write_control_flowGravatar Michael Lumish2017-06-19
|\ \ \ | | | | | | | | Fix missing return after callback in a function
| | * | Fix racy Node reconnect testGravatar murgatroid992017-06-19
| |/ / |/| |
| * | Add another missing return after a callbackGravatar murgatroid992017-06-19
| | |
| * | Fix missing return after callback in a functionGravatar murgatroid992017-06-15
| |/
* / Upgrade Protobuf.js 6 code to work with 6.8Gravatar murgatroid992017-06-14
|/
* Node: add test for reconnecting client after server restartGravatar murgatroid992017-06-09
|
* add grpc_slice_unref to fix leaksGravatar Jan Tattermusch2017-06-08
|
* Fix minor error in Node generated documentationGravatar murgatroid992017-06-05
|
* Merge pull request #11353 from jtattermusch/csharp_dont_start_with_unbound_portsGravatar Jan Tattermusch2017-06-01
|\ | | | | Don't start a server if there's unbound ports (for v1.4.x branch)
| * improve exception messageGravatar Jan Tattermusch2017-06-01
| |
* | PHP: windows config.w32 fixGravatar Stanley Cheung2017-06-01
| |
| * add StartThrowsWithUnboundPortTestGravatar Jan Tattermusch2017-06-01
| |
| * throw if server started with unbound portsGravatar Jan Tattermusch2017-06-01
|/
* 1.4.x branch cut, version bump PRGravatar David Garcia Quintas2017-05-30
|
* Merge pull request #11309 from murgatroid99/master_1.3.x_upmergeGravatar Michael Lumish2017-05-30
|\ | | | | Master 1.3.x upmerge
* \ Merge pull request #11272 from jtattermusch/csharp_microbenchmarksGravatar Jan Tattermusch2017-05-26
|\ \ | | | | | | C# add microbenchmarks project
| * | address commentsGravatar Jan Tattermusch2017-05-26
| | |
* | | Merge pull request #11315 from ncteisen/nitGravatar Noah Eisen2017-05-26
|\ \ \ | | | | | | | | Remove uneeded ref/unref
| * | | Remove uneeded ref/unrefGravatar ncteisen2017-05-26
| | | |
* | | | fix format of include guardsGravatar Alexander Polcyn2017-05-25
| | | |
* | | | rerun clang format code.shGravatar Alexander Polcyn2017-05-25
| | | |
* | | | add missing copyright headersGravatar Alexander Polcyn2017-05-25
|/ / /
| | * Fix node cancellation testsGravatar murgatroid992017-05-25
| | |
| | * Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmergeGravatar murgatroid992017-05-25
| | |\
* | | \ Merge pull request #11306 from kpayson64/python_reflectionGravatar kpayson642017-05-25
|\ \ \ \ | | | | | | | | | | Fix Python reflection arguments
| * | | | Fix Python reflection argumentsGravatar Ken Payson2017-05-25
| | | | |