moonlightsh

Results 4 issues of moonlightsh

**Describe the bug** Does not auto complete params when gcc __attribute__() exists. **Code example** ```Cpp int __attribute__((visibility ("default"))) foo(int param_a, int param_b); int foo(int param_a, int param_b) __attribute__((visibility ("default"))); int...

bug

Now there is not easy to send a plenty of `iovec` data to an `evbuffer` zero-copy. There must have a loop to add single ptr use `evbuffer_add_reference()` or an origin...

type:feature
subsystem:buffer

I've got an issue when stop `evconnlistener` not in the `event_base_loop()` thread. `evconnlistener_disable()` acquired `lev->lock`, if the same time , user callbacks is runing, the event thread released lock, after...

status:confirmed
subsystem:listener

hello, I learn a lot from you project, When I write a multi-thread program and test. I use [tsan](https://clang.llvm.org/docs/ThreadSanitizer.html) to check data race, reports error: ``` 0x7b0c00000328 ================== WARNING: ThreadSanitizer:...