aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support/string_test.c
Commit message (Collapse)AuthorAge
* Fixing JWT verifier.Gravatar Julien Boeuf2016-12-21
| | | | | | | | - Initializes grpc correctly in the JWT utils. - Make the email mapping work with the new service accounts produced by Google IAM. - Adding check for email issuers where the issuer has to be the subject as well. - Implementing portable version of memrchr.
* Update includes, s/gpr_dump_slice/grpc_dump_slice/gGravatar Craig Tiller2016-10-26
|
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|
* Reinstate RST_STREAM at EOSGravatar Craig Tiller2016-09-01
|
* Rename gpr_strpad as gpr_leftpadGravatar Yuchen Zeng2016-06-13
|
* Add format check for gpr_log and gpr_asprintfGravatar Yuchen Zeng2016-06-10
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix copyrightGravatar Craig Tiller2016-03-25
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|
* get rid of warnings on linuxGravatar Jan Tattermusch2015-12-09
|
* make test methods static voidGravatar Jan Tattermusch2015-12-08
|
* fix bug MIN_VALUE bug in ltoa and int64toa and add testsGravatar Jan Tattermusch2015-12-08
|
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Modified gpr_slice_split to take a char* separator.Gravatar David Garcia Quintas2015-07-08
|
* Merge branch 'master' of github.com:grpc/grpc into str_join_with_sepGravatar David Garcia Quintas2015-07-08
|\
* | Split function now takes slices as input, performs no allocsGravatar David Garcia Quintas2015-07-08
| |
* | Added gpr_strsplit (with tests)Gravatar David Garcia Quintas2015-07-07
| |
* | PR comments + some more tests.Gravatar David Garcia Quintas2015-07-07
| |
* | Added convenience method gpr_strjoin_sepGravatar David Garcia Quintas2015-07-07
| |
| * Adding gpr_dump and gpr_hexdump as discussed. Removed gpr_slice_to_cstring ↵Gravatar Julien Boeuf2015-06-29
|/ | | | as well.
* Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
|
* Remove all uses of __FUNCTION__Gravatar Craig Tiller2015-05-24
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Move string.h to internal codeGravatar Craig Tiller2015-01-23
|
* () --> (void)Gravatar Craig Tiller2015-01-15
|
* Add batch file that builds and executes all GPR tests.Gravatar jtattermusch2014-12-11
| | | | | | | | | 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
* Initial import.Gravatar Nicolas Noble2014-11-26