Lines Matching +refs:clang +refs:format +refs:buffer

20  o Add -Qunused-arguments for clang on macos (b56611d Trond Norbye)
59 o Fix a typo in a comment in buffer.h. Spotted by Alt_F4 (773b0a5)
162 o Don't do clang version detection when disabling some flags (083296b Sebastian Hahn)
234 o improve test to remove at least one buffer from src (7eb52eb Greg Hazel)
409 o Add an assert to appease clang's static analyzer (b0ff7eb Sebastian Hahn)
425 o Fix compilation under LLVM/clang with --enable-gcc-warnings (ad9ff58 Sebastian Hahn)
579 o Fix even more win64 warnings: buffer, event_tagging, http, evdns, evrpc (545a611)
730 …o Change bufferevent_openssl::do_write so it doesn't call SSL_write with a 0 length buffer (c99131…
826 o Fix a memory leak when appending/prepending to a buffer with unused space. (45068a3)
903 o Do not use evbuffer_expand() to add the first chain to a buffer (5c0ebb3)
1053 o Add the abilitity to mark some buffer callbacks as never-deferred. (438f9ed)
1099 o Add an evbuffer_search_range() function to search a bounded range of a buffer.
1177 …o Fix a deadlock when suspending reads in a bufferevent due to a full buffer. (Spotted by Joachim …
1215 …o When building with GCC, use the "format" attribute to verify type correctness of calls to printf…
1259 o Correct the documentation on buffer printf functions.
1280 …uffer_contiguous_space() api that tells a user how much data is available in the first buffer chain
1355 o Fix buffer size and string generation in evdns_resolve_reverse_ipv6().
1370 …o Fix win32 buffer.c behavior so that it is correct for sockets (which do not like ReadFile and Wr…