aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support
Commit message (Collapse)AuthorAge
* rewrote bitcount function as a macroGravatar David Garcia Quintas2015-07-15
|
* Added population count functionGravatar David Garcia Quintas2015-07-15
|
* Require a pointer + macro arg protectionGravatar David Garcia Quintas2015-07-15
|
* Added bitset macro opsGravatar David Garcia Quintas2015-07-15
|
* clang-format changed filesGravatar Vijay Pai2015-07-14
|
* Merge branch 'master' into lockfree-stackGravatar vjpai2015-07-10
|\
* | Multithreaded test of stackGravatar Vijay Pai2015-07-10
| |
* | Test codeGravatar vjpai2015-07-10
| |
| * Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-09
| |\ | |/ |/|
| * clang-format changed filesGravatar Craig Tiller2015-07-06
| |
| * Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
| |
* | Adding gpr_dump and gpr_hexdump as discussed. Removed gpr_slice_to_cstring ↵Gravatar Julien Boeuf2015-06-29
| | | | | | | | as well.
* | Adding util to get a NULL terminated string from a slice.Gravatar Julien Boeuf2015-06-24
|/
* Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
|
* Merge pull request #1857 from yang-g/testGravatar Craig Tiller2015-06-01
|\ | | | | Various minor fixes
| * Various minor fixesGravatar Yang Gao2015-06-01
| |
* | Add a test of cmdline usage strings - and make them sanerGravatar Craig Tiller2015-05-28
|/
* Remove all uses of __FUNCTION__Gravatar Craig Tiller2015-05-24
|
* Adding option to add a null terminator when loading a file.Gravatar Julien Boeuf2015-04-15
| | | | | | - 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.
* Thread local storage for grpcGravatar Craig Tiller2015-04-10
|
* Adding joinable threads, and gpr_thd_join.Gravatar Nicolas Noble2015-04-03
|
* Merge pull request #978 from Chilledheart/masterGravatar Yang Gao2015-03-10
|\ | | | | Avoid unnecessary copies during protobuf serialization and deserialization
| * Add method grp_slice_buffer_pop to remove the last element for grp_slice_bufferGravatar Chilledheart2015-03-10
| |
* | strcmp: change all !str[n]cmp to str[n]cmp == 0Gravatar Ronnie Sahlberg2015-03-07
|/ | | | | | | | 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>
* Introduce slowdown factor for unit test deadlinesGravatar Craig Tiller2015-02-25
| | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs.
* Addressing a first batch of feedback.Gravatar Nicolas Noble2015-02-23
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Addressing comments.Gravatar Julien Boeuf2015-02-03
| | | | The new gpr_tmpfile API is actually much nicer to use. Thanks Nico!
* Adding support for loading the SSL roots from an environment variable.Gravatar Julien Boeuf2015-02-02
| | | | | | - 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.
* Re-enabling errors on warning, disabling unused parameter warning, and ↵Gravatar Nicolas "Pixel" Noble2015-01-30
| | | | fixing all subsequent errors.
* run clang-formatGravatar Yang Gao2015-01-26
|
* Move string.h to internal codeGravatar Craig Tiller2015-01-23
|
* () --> (void)Gravatar Craig Tiller2015-01-15
|
* Allow logging mechanism to be overridden by applications.Gravatar ctiller2015-01-12
| | | | | | | | 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
* Fixing include paths for cmdline.Gravatar nnoble2015-01-07
|
* Adding plugins to the mako rendering system.Gravatar nnoble2015-01-06
| | | | | | | Change on 2015/01/05 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83302581
* Add a test for useful.h.Gravatar ctiller2014-12-15
| | | | | | | | | 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
* 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