aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support
Commit message (Collapse)AuthorAge
* 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
* | Add method grp_slice_buffer_pop to remove the last element for grp_slice_bufferGravatar Chilledheart2015-03-10
| |
* | Print resource utilizationGravatar Craig Tiller2015-03-03
| |
* | Generate latencies in driverGravatar Craig Tiller2015-03-03
| |
| * Makes cpu_posix.c portable by removing thread-local storage.Gravatar Jorge Canizales2015-03-02
|/ | | | Thread-local variables aren’t supported on iOS.
* Update log_posix.cGravatar bjorn2015-03-01
| | | size error
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* Fix mac buildGravatar Craig Tiller2015-02-24
|
* Merge pull request #755 from nicolasnoble/feedbackGravatar Craig Tiller2015-02-24
|\ | | | | Second batch of feedback.
| * Second batch of feedback.Gravatar Nicolas Noble2015-02-24
| |
* | Remove redundant variable setGravatar Craig Tiller2015-02-24
|/
* Addressing a first batch of feedback.Gravatar Nicolas Noble2015-02-23
|
* Factorizing out function split_host_port.Gravatar Nicolas "Pixel" Noble2015-02-20
|
* Fixing Windows port.Gravatar Nicolas "Pixel" Noble2015-02-20
|
* Do not need a Mac-specific CPU header yet as there are no CPU-specific featuresGravatar vjpai2015-02-18
| | | | in use yet
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Merge github.com:grpc/grpc into copyrightGravatar Craig Tiller2015-02-18
|\
* | Copyright checkerGravatar Craig Tiller2015-02-16
| | | | | | | | | | | | Update LICENSE text to 2015, implement a checker that validates whether a 2014 or 2015 version of the license is on each {.c,.cc,.h} file. Fix the ones that are missing it.
| * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-16
| |\ | |/ |/|
* | Merge pull request #522 from nicolasnoble/posixGravatar Craig Tiller2015-02-13
|\ \ | | | | | | Cleaning up our posix definition / usage.