1070 Commits (f47a5cb93d84e89359e4807b19383199b3280ea0)

Author SHA1 Message Date
Craig Tiller 8cfd624c99 Small cleanup 10 years ago
Craig Tiller ba7a43fbd1 Fix uninitialized value, naming 10 years ago
Craig Tiller a991687818 Increment write index 10 years ago
Craig Tiller a5d4e770fe Dont skip first call element 10 years ago
Craig Tiller a4541105a9 More fixes 10 years ago
murgatroid99 4d2d0f0f3a Added API for servers to provide metadata 10 years ago
Craig Tiller 9d96145080 Fix leak 10 years ago
Craig Tiller db7db998fb Fix leak 10 years ago
Craig Tiller f63fed74cb Spam cleanup 10 years ago
Craig Tiller 8884d7f581 Small cleanups 10 years ago
Craig Tiller 2f38be6526 Fix uninitialized variable 10 years ago
Craig Tiller dddbf69d8f Fix refcount leak on server rpc_new 10 years ago
Craig Tiller f26370d610 Formatting 10 years ago
Nicolas "Pixel" Noble a2a03d488f Cleaning up some code. 10 years ago
Craig Tiller 9724de88f3 Send simple request completes its request 10 years ago
David Klempner d178524a74 Freelist grpc_fd objects 10 years ago
vjpai 883ae17420 Make this compile on mac by adding in header files currently used for posix, 10 years ago
Craig Tiller abcf652dea Make sure to send server status 10 years ago
murgatroid99 7625db4697 Changed low-level metadata API to be more reasonable 10 years ago
murgatroid99 684f6f4359 Added metadata pass-through to server method handlers 10 years ago
Craig Tiller f31d14c717 Send status from server fixes 10 years ago
Craig Tiller 39fd4283fd Trigger sending on server side 10 years ago
Craig Tiller eaa344b59e Allocate required memory 10 years ago
Nicolas Noble 66b5bba25b Fixing a couple of minor bugs, and adding a few tests. 10 years ago
Craig Tiller 23aa6c4320 Progress towards running code 10 years ago
Craig Tiller 9f28ac2cbe clang-format 10 years ago
Craig Tiller 8eb9d471cd Rework call into a chttp2 style transaction system 10 years ago
David Klempner bb915ace54 Rename wakeup fd accessor 10 years ago
Nicolas Noble 8c2be9bbff Addressing latest comments. 10 years ago
Todd Poynor cb7abfd662 fixup compile error in log_android.c 10 years ago
Craig Tiller 62ac155a68 Initial fixes: we now send a request 10 years ago
Craig Tiller ee2d702555 Add missing finish 10 years ago
vjpai 0f1f4f4748 Delete the metadata debug logspam 10 years ago
Craig Tiller cce17ac033 First compiling version of the new C api. 10 years ago
Vijay Pai e4c684c3f2 Comment out metadata logspam 10 years ago
Craig Tiller d631cf3923 Allow access to call stack from call. 10 years ago
Craig Tiller ec4e0cb40b Fix compile 10 years ago
murgatroid99 29c551344d Finished fixing the tests 10 years ago
Tim Emiola 426167c88e Allows production certificates to be specified 10 years ago
Tim Emiola 2854ad7aa4 Adds support for overriding the server host name during SSL 10 years ago
Tim Emiola 6e1f10d757 Adds a dependency on signet. It's to be used for auth, but for now it sslconfig module is required 10 years ago
Tim Emiola 4eecb5da1a Adds a flag for running all the tests 10 years ago
Tim Emiola 965dda629e Removes the test state tracking, that's available on Jenkins 10 years ago
Tim Emiola 9cae580877 Added the use_tls flag toggle connecting securely 10 years ago
Tim Emiola a398a342ae Remove port_picker.rb 10 years ago
Tim Emiola a816818716 Removes remaining references to port_picker 10 years ago
Tim Emiola 72f14c3e35 Removes port_picker from channel_spec 10 years ago
Tim Emiola d02d1d50b7 Removes port_picker from call_spec.rb, removes a redundant test 10 years ago
Tim Emiola 61ddba35fe Removed port_picker from server_spec.rb 10 years ago
Tim Emiola f875aa3698 Removed port_picker from active_call_spec, fixed some style issues 10 years ago