Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make the server report monotonic times for deadlines | Craig Tiller | 2015-07-23 |
| | | | | | | | | For very high performance systems, we're going to want to be able to simply push the value reported from the server down onto clients. If we report realtime now, then all wrapped languages are going to assume it, meaning that such a change will be impossible later. | ||
* | Merge pull request #2625 from jcanizales/fix-c-install-typo | Vijay Pai | 2015-07-23 |
|\ | | | | | Fix typo in gtest install instructions for Mac | ||
* \ | Merge pull request #2571 from vjpai/cent6-issues | Yang Gao | 2015-07-22 |
|\ \ | | | | | | | Remove one range-based for and do appropriate static casts on nullptr | ||
* \ \ | Merge pull request #2622 from ctiller/look-at-the-trees | Yang Gao | 2015-07-22 |
|\ \ \ | | | | | | | | | Prevent applications from sending reserved metadata | ||
| | | * | Fix typo in gtest install instructions for Mac | Jorge Canizales | 2015-07-22 |
| |_|/ |/| | | |||
* | | | Merge pull request #2621 from ctiller/forgetful-frederic-feeds-frogs-frankfurts | David G. Quintas | 2015-07-23 |
|\ \ \ | | | | | | | | | Fix interop tests by ensuring non-http-special metadata precedes otheā¦ | ||
| | * | | Filter out reserved metadata so that applications cant mess us up | Craig Tiller | 2015-07-22 |
| | | | | |||
| * | | | Fix interop tests by ensuring non-http-special metadata precedes other metadata | Craig Tiller | 2015-07-22 |
| | | | | |||
* | | | | Merge pull request #2619 from stanley-cheung/add_homebrew_to_jenkins | Stanley Cheung | 2015-07-22 |
|\ \ \ \ | | | | | | | | | | | Jenkins: macos homebrew, fix ruby gem path | ||
| * | | | | fix ruby gem path | Stanley Cheung | 2015-07-22 |
|/ / / / | |||
* | | | | Merge pull request #2609 from soltanmm/c89 | Nathaniel Manista | 2015-07-22 |
|\ \ \ \ | | | | | | | | | | | Fix Python C89 pedantry in _adapter/_c/utility.c | ||
| * | | | | Fix Python C89 pedantry | Masood Malekghassemi | 2015-07-22 |
|/ / / / | |||
* | | | | Merge pull request #2604 from murgatroid99/node_user_agent_string | Michael Lumish | 2015-07-22 |
|\ \ \ \ | | | | | | | | | | | Set user-agent string in Node clients | ||
* \ \ \ \ | Merge pull request #2608 from stanley-cheung/add_homebrew_to_jenkins | Stanley Cheung | 2015-07-22 |
|\ \ \ \ \ | | | | | | | | | | | | | Run homebrew installation script on Jenkins macos instance | ||
| * | | | | | run homebrew installation script on macos jenkins | Stanley Cheung | 2015-07-22 |
|/ / / / / | |||
* | | | | | Merge pull request #2607 from jtattermusch/csharp_improvements | Stanley Cheung | 2015-07-22 |
|\ \ \ \ \ | | | | | | | | | | | | | Set primary user agent in C# channel | ||
| * | | | | | fix stylecop warnings | Jan Tattermusch | 2015-07-22 |
| | | | | | | |||
| * | | | | | added generated file Health.cs to stylecop ignore | Jan Tattermusch | 2015-07-22 |
| | | | | | | |||
| * | | | | | set primary user agent by C# channel | Jan Tattermusch | 2015-07-22 |
|/ / / / / | |||
* | | | | | Merge pull request #2597 from jtattermusch/csharp_metadata | Stanley Cheung | 2015-07-22 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Improving C# metadata API | ||
| | * | | | Fixed setting user-agent string | murgatroid99 | 2015-07-22 |
| | | | | | |||
| * | | | | fix crash caused by wrong size of MetadataEntryStruct | Jan Tattermusch | 2015-07-21 |
| | | | | | |||
* | | | | | Merge pull request #2594 from stanley-cheung/add_homebrew_to_jenkins | Stanley Cheung | 2015-07-21 |
|\ \ \ \ \ | | | | | | | | | | | | | Minor fix to run_distribution script | ||
| * | | | | | use export instead | Stanley Cheung | 2015-07-21 |
|/ / / / / | |||
* | | | | | Merge pull request #2427 from yang-g/per_call_oauth_creds_impl | Abhishek Kumar | 2015-07-21 |
|\ \ \ \ \ | | | | | | | | | | | | | Per call oauth creds impl | ||
* \ \ \ \ \ | Merge pull request #2589 from stanley-cheung/add_homebrew_to_jenkins | Stanley Cheung | 2015-07-21 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | local can only be used in a function | ||
| * | | | | | | local can only be used in a function; | Stanley Cheung | 2015-07-21 |
|/ / / / / / | |||
* | | | | | | Merge pull request #2555 from stanley-cheung/add_homebrew_to_jenkins | Jan Tattermusch | 2015-07-21 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add per-language homebrew testing for Mac on Jenkins | ||
| * | | | | | | Add per-language homebrew testing for Mac on Jenkins | Stanley Cheung | 2015-07-21 |
|/ / / / / / | |||
| | | * | | | Added user-agent setting code, and a test for it | murgatroid99 | 2015-07-21 |
| | | | | | | |||
* | | | | | | Merge pull request #2529 from ctiller/prefer-gin-n-tonic | Vijay Pai | 2015-07-21 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Move alarm subsystem to monotonic time | ||
* \ \ \ \ \ \ | Merge pull request #2556 from ctiller/one-thing-at-a-time | Vijay Pai | 2015-07-21 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Fix TSAN reported failure | ||
| | | | | | * | Remove iterator-based test altogether | Vijay Pai | 2015-07-21 |
| | | | | | | | |||
| | | | * | | | improving test readability | Jan Tattermusch | 2015-07-21 |
| | | | | | | | |||
| | | | * | | | rename Result to ResponseAsync | Jan Tattermusch | 2015-07-21 |
| | | | | | | | |||
| | | | * | | | fix echo metadata test | Jan Tattermusch | 2015-07-21 |
| | | | | | | | |||
| | | | * | | | regenerated code and fixed inconsistencies | Jan Tattermusch | 2015-07-21 |
| | | | | | | | |||
| | | | * | | | codegen and API changes | Jan Tattermusch | 2015-07-21 |
| | | | | | | | |||
* | | | | | | | Merge pull request #2370 from ctiller/now-i-get-to-show-it-to-EVERYBODY | Yang Gao | 2015-07-21 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | User agent string sending support | ||
| | | | | * | | | modify client call interface to allow reading status and trailers | Jan Tattermusch | 2015-07-21 |
| | | | | | | | | |||
| | | | | | | * | Remove one range-based for and do appropriate static casts on nullptr | Vijay Pai | 2015-07-21 |
| |_|_|_|_|_|/ |/| | | | | | | |||
| | | | | * | | added some tests | Jan Tattermusch | 2015-07-21 |
| | | | | | | | |||
* | | | | | | | Merge pull request #2559 from ctiller/holographic-ninja-soda | Nicolas Noble | 2015-07-21 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix (forever) a TSAN bug thats plagued us | ||
* \ \ \ \ \ \ \ | Merge pull request #2554 from murgatroid99/node_oauth_interop | Michael Lumish | 2015-07-21 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Added oauth2_auth_token and per_rpc_creds Node interop tests | ||
| | * | | | | | | | Fix (forever) a TSAN bug thats plagued us | Craig Tiller | 2015-07-21 |
| |/ / / / / / / |/| | | | | | | | |||
| | | | | | * | | propagate statuscode from server handler | Jan Tattermusch | 2015-07-20 |
| | | | | | | | | |||
| | | | | | * | | allow sending trailers from server handler | Jan Tattermusch | 2015-07-20 |
| | | | | | | | | |||
| | | | | | * | | populate server context | Jan Tattermusch | 2015-07-20 |
| | | | | | | | | |||
| | | * | | | | | Fix TSAN reported failure | Craig Tiller | 2015-07-20 |
| | | | | | | | | |||
| | | * | | | | | Fix TSAN reported failure | Craig Tiller | 2015-07-20 |
| |_|/ / / / / |/| | | | | | |