Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refer test to internal doc of issue | Muxi Yan | 2017-10-16 |
| | |||
* | Add user-agent test and regex matching test to test suite | Muxi Yan | 2017-10-11 |
| | |||
* | Make platform-specific headers textual | Muxi Yan | 2017-10-06 |
| | |||
* | Add test for forward declaration | Muxi Yan | 2017-10-05 |
| | |||
* | Update version to 1.8.0-dev, update g word to 'generous' | murgatroid99 | 2017-10-02 |
| | |||
* | Merge pull request #12339 from muxi/add-objc-call-deadline | Muxi Yan | 2017-09-16 |
|\ | | | | | Surface call deadline to Objective C API | ||
| * | Fix timeout test | Muxi Yan | 2017-09-16 |
| | | |||
* | | Polish output more | Muxi Yan | 2017-09-15 |
| | | |||
| * | Polish comment | Muxi Yan | 2017-09-14 |
| | | |||
| * | Add comment for timeout; assert on negative timeout value; fix timeout test | Muxi Yan | 2017-09-11 |
| | | |||
| * | Use Apple internal type for timeout | Muxi Yan | 2017-09-11 |
| | | |||
* | | Port #12253 | Muxi Yan | 2017-08-31 |
| | | |||
| * | Rename deadline to timeout | Muxi Yan | 2017-08-30 |
| | | |||
| * | Surface call deadline to Objective C API | Muxi Yan | 2017-08-30 |
|/ | |||
* | Merge remote-tracking branch 'upstream/master' into stream_compression_config | Muxi Yan | 2017-08-23 |
|\ | |||
| * | Merge pull request #12225 from muxi/fix-already-finished | Muxi Yan | 2017-08-22 |
| |\ | | | | | | | Fix undefined behavior of using dispatch_once_t as instance variable | ||
| * \ | Merge pull request #12180 from ↵ | Muxi Yan | 2017-08-22 |
| |\ \ | | | | | | | | | | | | | | | | | grpc/revert-12086-revert-11832-objc-oauth-protocol Revert "Revert "Add OAuth2 protocol in GRPCClient"" | ||
* | | | | Merge remote-tracking branch 'upstream/master' into stream_compression_config | Muxi Yan | 2017-08-21 |
|\| | | | |||
| * | | | Merge pull request #12169 from muxi/improve-objc-test-info | Muxi Yan | 2017-08-21 |
| |\ \ \ | | | | | | | | | | | Improve objc test info | ||
| | | | * | Replace dispatch_once_t with BOOL | Muxi Yan | 2017-08-18 |
| | |_|/ | |/| | | |||
| * | | | Master version bump to 1.7.x | David Garcia Quintas | 2017-08-16 |
| | | | | |||
| | | * | Revert "Revert "Add OAuth2 protocol in GRPCClient"" | Muxi Yan | 2017-08-14 |
| | |/ | |/| | |||
| | * | Reenable CronetUnitTests as it is no longer a blocker | Muxi Yan | 2017-08-11 |
| | | | |||
| | * | Make Jenkins debug information more useful | Muxi Yan | 2017-08-11 |
| |/ | |||
* | | Merge remote-tracking branch 'upstream/master' into stream_compression_config | Muxi Yan | 2017-08-11 |
|\| | |||
| * | fix run_plugin_tests.sh | Jan Tattermusch | 2017-08-10 |
| | | |||
| * | objc tests cleanup | Jan Tattermusch | 2017-08-10 |
| | | |||
| * | Fix Objc Readme for directory hierarchies | Paul Beusterien | 2017-08-07 |
| | | |||
| * | Revert "Add OAuth2 protocol in GRPCClient" | Muxi Yan | 2017-08-04 |
| | | |||
| * | Merge pull request #11832 from muxi/objc-oauth-protocol | Muxi Yan | 2017-08-03 |
| |\ | | | | | | | Add OAuth2 protocol in GRPCClient | ||
* | | | Merge branch 'master' into stream_compression_config | Muxi Yan | 2017-08-02 |
|\| | | |||
| * | | Merge pull request #11893 from wilhuff/wilhuff/copy-servername | Muxi Yan | 2017-08-02 |
| |\ \ | | | | | | | | | Fix warning in GRPCCall.h | ||
| * \ \ | Merge pull request #11998 from muxi/revert-debug-info | Muxi Yan | 2017-07-31 |
| |\ \ \ | | | | | | | | | | | Get more useful debug info out of Jenkins | ||
| * \ \ \ | Merge pull request #11991 from muxi/fix-objc-nsdata-memory-leak | Muxi Yan | 2017-07-31 |
| |\ \ \ \ | | | | | | | | | | | | | Fix two memory leak points in ObjC | ||
| | | * | | | Show passed tests as well | Muxi Yan | 2017-07-31 |
| | | | | | | |||
| | | * | | | Revert to more useful debug info | Muxi Yan | 2017-07-31 |
| | |/ / / | |/| | | | |||
| | * | | | Fix two memory leaks | Muxi Yan | 2017-07-31 |
| | | | | | |||
| * | | | | Resume GRXBufferedPipe when it gets dealloced | Muxi Yan | 2017-07-29 |
| |/ / / | |||
| | | * | Create optional subspec for GRPCCall+GID | Muxi Yan | 2017-07-28 |
| | | | | |||
| * | | | Merge pull request #11732 from muxi/update-podspecs | Muxi Yan | 2017-07-28 |
| |\ \ \ | | | | | | | | | | | Advance versions of BoringSSL and protoc | ||
| | | | * | Move OAuth2 provider to GRPCCall+OAuth2 | Muxi Yan | 2017-07-27 |
| | | | | | |||
* | | | | | Modify C++ and Objective C to initialize maybe_stream_compression_level | Muxi Yan | 2017-07-27 |
|/ / / / | |||
| | * / | Fix warning in GRPCCall.h | Marek Gilbert | 2017-07-20 |
| |/ / |/| | | | | | | | | | | | | | | | | | | | | GRPCCall.h:185:1: warning: no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed [-Wobjc-property-no-attribute] @property (atomic, readwrite) NSString *serverName; ^ | ||
| * | | Fix umbrella header of BoringSSL | Muxi Yan | 2017-07-18 |
| | | | |||
| | * | Polish property name | Muxi Yan | 2017-07-17 |
| | | | |||
| | * | Move closure to a method of GRPCCall | Muxi Yan | 2017-07-17 |
| | | | |||
| | * | Fix a bug when setting GRPCCall.state = GRXWriterStateFinished | Muxi Yan | 2017-07-17 |
| | | | |||
* | | | Reset OWNERS state | Craig Tiller | 2017-07-17 |
| | | | |||
| | * | Add protocol and corresponding changes in GRPCClient | Muxi Yan | 2017-07-14 |
| | | | |||
* | | | Strawman OWNERS --> CODEOWNERS script | Craig Tiller | 2017-07-13 |
| |/ |/| |