1388 Commits (51ccea9ad4378d4e04e3ae3b343d241f8d2dfa56)

Author SHA1 Message Date
Alexander Polcyn d2537c1aa9 turn on Thread.abort_on_exception in ruby unit tests by default 8 years ago
Alex Polcyn 16db6e1c04 destroy byte buffer reader after use in ruby recv msg 8 years ago
Alexander Polcyn 174aa915ba change client code to use specific exceptions and throw bad status if 8 years ago
Alexander Polcyn acacd0d646 add factory method to bad status to create correct subclass 8 years ago
Alexander Polcyn 6002b8ff63 add ruby subclasses of bad status for each GPRC status code 8 years ago
Alexander Polcyn 7f8a628f6a fix race between app and GC on ruby server shutdown 8 years ago
Alexander Polcyn 3d48cf4ed3 dont break out of response stream iterator in benchmark client 8 years ago
Alexander Polcyn cdd4203042 use thread pool from v1.0.x but keep server call life cycle in master 8 years ago
Alexander Polcyn 03fc19876d wait for write loop to finish at end of ruby read loop, on client side calls 8 years ago
David Garcia Quintas 1a84f99caa regenerated projects 8 years ago
Craig Tiller 7d4116fa44 All core tests compile without grpc_mdstr 8 years ago
Craig Tiller 5ef31ab9c9 Progress towards mdstr elimination 8 years ago
Craig Tiller 64b26567ad First pass of slice interning facilities 8 years ago
Mark D. Roth 8e2d8d9eda Ran generate_projects.sh. 8 years ago
Alexander Polcyn a713b76d57 change per job sleep of 5 seconds back to 3 in unit test 8 years ago
Alexander Polcyn 20457a1f09 clean up pool unit tests 8 years ago
Alexander Polcyn 269e6ccb4d remove wait queue from ruby thread pool to avoid deadlock 8 years ago
Vijay Pai c21e94cea1 Avoid compiler error 8 years ago
Alexander Polcyn 287b760e97 revert change to shutdown ordering, but keep timer 8 years ago
Alex Polcyn 419934af6f increase max thread pool size in benchmarks and fix shutdown ordering 8 years ago
Craig Tiller 618e67d655 s/GPR_SLICE/GRPC_SLICE/g 8 years ago
Craig Tiller c3350541e3 Generate build files 8 years ago
Craig Tiller b37d53ebc0 Bulk update #includes 8 years ago
Craig Tiller d41a4a720f s/gpr_slice/grpc_slice, and move around tests, impls 8 years ago
Nicolas "Pixel" Noble 50a730bd1c Going 1.0.1. 8 years ago
Alex Polcyn e5293c3f7b combine more core batch ops 8 years ago
Craig Tiller 20afa3d7c9 BufferPool --> ResourceQuota 8 years ago
Alexander Polcyn f6e14b7989 fix write buffer ruby test 8 years ago
Alexander Polcyn 0da9644354 use target cpu to get rid of cpu enumerations 8 years ago
Alexander Polcyn 9d45c051e7 enumerate more x86 cpus in ruby tools package 8 years ago
Alexander Polcyn fb4509bd73 add i386 to recognized x86 cpu in ruby tools package 8 years ago
Jan Tattermusch 5d77c964fc Update README.md 8 years ago
Alexander Polcyn 8d970ea2b6 merge os_check and cpu_check into platform_check 8 years ago
Alexander Polcyn 437a3b366a make ruby tools use x86 directory names for sub-x86 cpu 8 years ago
Craig Tiller ef6b97659e Add tracing, fix some transport bugs wrt buffer_pools 8 years ago
Craig Tiller 82509936ae Stub out end2end tests 8 years ago
Craig Tiller 7af69f34df Add buffer pools to build 8 years ago
Sree Kuchibhotla f6f153d02b temporarily port #7833 8 years ago
Alexander Polcyn 689e89c2e6 dont create extra thread on bidi call in benchmark, and change suggested 8 years ago
bithavoc c809be2af5 Fix ruby readme link to grpc quickstart 8 years ago
Alexander Polcyn ee96ce3a71 change status in failed credential handler to unauth as intended 8 years ago
Alexander Polcyn 9d36eb5ceb remove comment, for issues with pushing updates 8 years ago
Alexander Polcyn 088416df19 surface more exception info for call creds errors 8 years ago
Yuchen Zeng 362ac1be0c Fix gprc 8 years ago
Mark D. Roth 7331a7aa62 Change wrapped languages to use the new channel arg macro name. 8 years ago
Alexander Polcyn 38ba85ce48 allow choosing config of ruby package builds from environment variable 8 years ago
Craig Tiller d9f907671d Update documentation 8 years ago
Alexander Polcyn 5c8efc1ce4 remove log statements that showing contents of messages 8 years ago
Teodor e898ee608c
Fix example in ruby readme 8 years ago
Sree Kuchibhotla cc357bf74e Remove completion queue parameter from grpc_server_add_insecure_channel_from_fd API 8 years ago