Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge pull request #349 from murgatroid99/protobuf-php-references | Tim Emiola | 2015-02-03 |
|\ | |||
* \ | Merge pull request #346 from murgatroid99/php_weak_comparison | Tim Emiola | 2015-02-03 |
|\ \ | |||
* | | | Prepare for the new batch call API. | Craig Tiller | 2015-02-02 |
* | | | Corrects a typo | Tim Emiola | 2015-02-02 |
* | | | Merge pull request #351 from yang-g/lsan | Craig Tiller | 2015-02-02 |
|\ \ \ | |||
* | | | | Fix link error | Craig Tiller | 2015-02-02 |
| * | | | Fix a memory leak. | Yang Gao | 2015-02-02 |
* | | | | Merge pull request #306 from nicolasnoble/wakeup-fd-fix | David Klempner | 2015-02-02 |
|\ \ \ \ | |||
| | | | * | Switched Protobuf-PHP references to my fork, removed references to git-on-borg | murgatroid99 | 2015-02-02 |
| * | | | | Removing comment. | Nicolas "Pixel" Noble | 2015-02-02 |
| | | * | | Removed assertEquals from TimevalTest | murgatroid99 | 2015-02-02 |
* | | | | | Merge pull request #348 from dklempner/asan | Craig Tiller | 2015-02-02 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||
| * | | | | Fix poll_kick_posix_test under asan | David Klempner | 2015-02-02 |
* | | | | | Merge pull request #294 from nathanielmanistaatgoogle/enum | Craig Tiller | 2015-02-02 |
|\ \ \ \ \ | |||
| | | | | * | Removed uses of assertEquals, which internally uses weak comparison | murgatroid99 | 2015-02-02 |
* | | | | | | Merge pull request #343 from tbetbetbe/grpc_ruby_add_a_tips_client | Michael Lumish | 2015-02-02 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||
| | | | | * | Removed all instances of == and != in PHP code | murgatroid99 | 2015-02-02 |
| * | | | | | Adds a demo app that accesses the live pubsub service. | Tim Emiola | 2015-02-02 |
| * | | | | | Add generated code for accessing the v1 pubsub API from Ruby | Tim Emiola | 2015-02-02 |
* | | | | | | Merge pull request #302 from ctiller/pollset | David Klempner | 2015-02-02 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||
* | | | | | | Merge pull request #340 from tbetbetbe/grpc_ruby_add_signet_based_auth | Michael Lumish | 2015-02-02 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||
* | | | | | | Merge pull request #326 from ctiller/wakeup3 | David Klempner | 2015-02-02 |
|\ \ \ \ \ \ | |||
| | * | | | | | Adds a missing return | Tim Emiola | 2015-02-02 |
* | | | | | | | Merge pull request #325 from ctiller/threads | Vijay Pai | 2015-02-02 |
|\ \ \ \ \ \ \ | |||
| | | | | * | | | TODO fulfillment: use enum for enumerated types. | Nathaniel Manista | 2015-02-02 |
* | | | | | | | | Merge pull request #322 from ctiller/http | Nicolas Noble | 2015-02-02 |
|\ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ | Merge pull request #323 from ctiller/http2 | Nicolas Noble | 2015-02-02 |
|\ \ \ \ \ \ \ \ \ | |||
| | | | * | | | | | | Initialize mutex | Craig Tiller | 2015-02-02 |
| |_|_|/ / / / / / |/| | | | | | | | | |||
| | | | | | | * | | Make _posix usage match 'the rules' | Craig Tiller | 2015-02-02 |
* | | | | | | | | | Merge pull request #274 from nathanielmanistaatgoogle/python-introduction | Craig Tiller | 2015-02-02 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||
| * | | | | | | | | Bring in the Python GRPC Adapter package. | Nathaniel Manista | 2015-02-02 |
| * | | | | | | | | Refactoring of the Python build. | Nathaniel Manista | 2015-02-02 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||
| | | | * | | | | Fix an obvious bug | Craig Tiller | 2015-02-01 |
| | | | * | | | | Remove a major source of contention in thread_pool | Craig Tiller | 2015-02-01 |
| |_|_|/ / / / |/| | | | | | | |||
| | | | | * | | Expanded comment | Craig Tiller | 2015-01-31 |
| | * | | | | | Fix memory leak | Craig Tiller | 2015-01-31 |
| | * | | | | | Free some leaks in http_server_filter | Craig Tiller | 2015-01-31 |
| |/ / / / / |/| | | | | | |||
| | * | | | | Fix memory leak | Craig Tiller | 2015-01-31 |
| | * | | | | Free stream ops outside transport lock | Craig Tiller | 2015-01-31 |
| |/ / / / |/| | | | | |||
| | * | | | Updates interop client to use update_proc | Tim Emiola | 2015-01-31 |
| | * | | | Adds updater_proc, to simplify the setup of credentials during stub creation | Tim Emiola | 2015-01-31 |
| | * | | | Adds a compute engine auth GCE interop test | Tim Emiola | 2015-01-31 |
| | * | | | Adds an interop tests if OAuth behaviour is functioning | Tim Emiola | 2015-01-31 |
| | * | | | Updates the generated code to reflect test updates | Tim Emiola | 2015-01-31 |
| | * | | | Ensures the auth modules are available with just require 'grpc' | Tim Emiola | 2015-01-31 |
| | * | | | Adds compute engine auth implementation that extends the signet auth class | Tim Emiola | 2015-01-31 |
| | * | | | Adds a signet based service_account creds implementation | Tim Emiola | 2015-01-31 |
| | * | | | Extends signet with an apply/apply! methods | Tim Emiola | 2015-01-31 |
| | * | | | Fix lint errors, other cleanups | Tim Emiola | 2015-01-31 |
| | * | | | Adds an emacs modeline | Tim Emiola | 2015-01-31 |