| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
- This will take care of a potential issue with default credentials
where the slice pointer is casted as const char * for APIs that need a
null terminated string.
|
| |
|
| |
|
|\
| |
| | |
Avoid unnecessary copies during protobuf serialization and deserialization
|
| | |
|
|/
|
|
|
|
|
|
| |
Change all !str[n]cmp to be str[n]cmp == 0 consistently across the codebase.
Issue #231
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
|
|
|
|
| |
Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs.
|
| |
|
| |
|
| |
|
|
|
|
| |
The new gpr_tmpfile API is actually much nicer to use. Thanks Nico!
|
|
|
|
|
|
| |
- Had to add support for files and environment variables as well.
- I can't compile on windows so I'm sure there will be some issues.
- Tested end-to-end with the simple ssl fullstack test.
|
|
|
|
| |
fixing all subsequent errors.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This necessitated the removal of gpr_vlog to keep a clean interface.
Change on 2015/01/09 by ctiller <ctiller@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83634996
|
| |
|
|
|
|
|
|
|
| |
Change on 2015/01/05 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83302581
|
|
|
|
|
|
|
|
|
| |
Additionally add rotl, rotr which will be needed to implement some hashing
functions shortly.
Change on 2014/12/15 by ctiller <ctiller@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82149559
|
|
|
|
|
|
|
|
|
| |
Removed bad format test to fix gpr_string_test.
Also took care of some of the MS compiler warnings when compiling gpr_test_util.
Change on 2014/12/11 by jtattermusch <jtattermusch@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81900639
|
|
|