aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support
Commit message (Collapse)AuthorAge
* Merge pull request #2167 from ctiller/everyone-is-specialGravatar David G. Quintas2015-06-24
|\ | | | | Return dummy data for empty histograms
* \ Merge pull request #2141 from murgatroid99/core_support_conversion_warningsGravatar Craig Tiller2015-06-23
|\ \ | | | | | | Fix integer conversion warnings in src/core/support
| * | Reverted slice.c changesGravatar murgatroid992015-06-22
| | |
| * | Made requested fixesGravatar murgatroid992015-06-22
| | |
| | * Return dummy data for empty histogramsGravatar Craig Tiller2015-06-22
| |/ |/|
| * Fixed incorrect comment formatGravatar murgatroid992015-06-22
| |
| * Reverted incorrect type changeGravatar murgatroid992015-06-22
| |
| * Silenced conversion warnings in src/core/supportGravatar murgatroid992015-06-19
| |
* | clang-format affected filesGravatar Craig Tiller2015-06-17
|/
* Merge branch 'master' of https://github.com/grpc/grpc into ct-you-complete-meGravatar Masood Malekghassemi2015-06-15
|\
| * include string_util.h for the prototype of gpr_strdup and typo.Gravatar Oliver Smith2015-06-14
| | | | | | | | | | | | | | | | Fixes two warnings in log_win32.c under msvc2015 log_win32.c(109): warning C4013: 'gpr_strdup' undefined; assuming extern returning int log_win32.c(109): warning C4047: 'return': 'char *' differs in levels of indirection from 'int' and corrects a typo in an error message
* | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-04
|\|
| * Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
| |
* | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-01
|\|
| * Add a test of cmdline usage strings - and make them sanerGravatar Craig Tiller2015-05-28
| |
* | Make C/C++ tests passGravatar Craig Tiller2015-05-27
|/
* Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-19
|\ | | | | | | | | | | Conflicts: Makefile build.json
| * Extension should return a const char *.Gravatar Julien Boeuf2015-05-18
| |
* | Merge github.com:grpc/grpc into mmm-mmm-mmm-mmmGravatar Craig Tiller2015-05-15
|\|
* | Crash handling testGravatar Craig Tiller2015-05-15
| |
| * Merge pull request #1617 from ctiller/force-a-crash-but-then-dont-crashGravatar Nicolas Noble2015-05-15
| |\ | |/ |/| Add subprocess GPR API
| * ...Gravatar Craig Tiller2015-05-15
| |
| * GPR_ASSERT is not an expressionGravatar Craig Tiller2015-05-15
| |
* | Add subprocess GPR APIGravatar Craig Tiller2015-05-15
|/ | | | | | | | Port fling_test to it. This will be used to: - port remaining tests to Windows - enable testing what happens when servers or clients mysteriously disappear
* Merge pull request #1395 from ctiller/swappyGravatar David G. Quintas2015-05-05
|\ | | | | Optimize a few core routines
| * Merge github.com:grpc/grpc into swappyGravatar Craig Tiller2015-05-04
| |\
* | | clang-formatGravatar Yang Gao2015-05-04
| |/ |/|
* | make Windows.h lowercase for cross compiling from LinuxGravatar Simon Koo2015-05-01
| |
* | implement gpr_cpu_num_cores() and gpr_cpu_current_cpu() on WindowsGravatar zeliard2015-04-30
| |
| * Merge branch 'one-read' into swappyGravatar Craig Tiller2015-04-29
| |\ | |/ |/|
| * Promote SWAP to GPR_SWAPGravatar Craig Tiller2015-04-28
| |
| * Optimize slice_buffer_swapGravatar Craig Tiller2015-04-28
| |
* | remove type casting on gpr_time_to_millisGravatar zeliard2015-04-27
| |
* | merge VS solutions file from upstream masterGravatar zeliard2015-04-27
| |
* | undo time_t type castingGravatar zeliard2015-04-27
| |
* | 64bit support on WindowsGravatar zeliard2015-04-23
| |
| * Clamp at 1.0 on low end to handle rare possibility of sub-1 microsecondGravatar vjpai2015-04-21
|/
* Addressing comments.Gravatar Julien Boeuf2015-04-16
|
* 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.
* Merge pull request #1274 from ctiller/inline-slice-buffer-for-realsyGravatar Vijay Pai2015-04-13
|\ | | | | Inline initial slice buffer allocation
| * Inline initial slice buffer allocationGravatar Craig Tiller2015-04-13
| |
* | Merge github.com:grpc/grpc into windows-fixesGravatar Craig Tiller2015-04-13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: BUILD src/core/iomgr/tcp_server.h src/core/iomgr/tcp_server_posix.c src/core/iomgr/tcp_server_windows.c src/core/security/server_secure_chttp2.c src/core/surface/completion_queue.c src/core/surface/completion_queue.h src/core/surface/server.c test/core/end2end/tests/cancel_after_invoke.c test/core/end2end/tests/cancel_test_helpers.h tools/run_tests/tests.json vsprojects/vs2013/Grpc.mak
* | Implement gpr_sleep_until for Windows.Gravatar Craig Tiller2015-04-08
| |
| * Fixing msys2 compilation...Gravatar Nicolas "Pixel" Noble2015-04-08
| |
| * Fixing MacOS build breakage introduced in #1191.Gravatar Nicolas Noble2015-04-07
| |
| * Adding joinable threads, and gpr_thd_join.Gravatar Nicolas Noble2015-04-03
|/
* Merge pull request #1074 from jcanizales/makes-cpu-posix-portableGravatar Abhishek Kumar2015-03-19
|\ | | | | Creates cpu_iphone.c and has it selected for iOS instead of cpu_posix.c
* | Various Windows fixes.Gravatar Nicolas Noble2015-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations.
| * Creates cpu_iphone.cGravatar Jorge Canizales2015-03-13
| | | | | | | | So that cpu_posix.c can be left untouched for the other platforms.
| * Merge commit 'e7268b8f841b334ea86f7432c0c1c62683b7d112' into ↵Gravatar Jorge Canizales2015-03-12
| |\ | |/ |/| | | makes-cpu-posix-portable