Lines Matching +refs:clang +refs:format +refs:buffer
27 o buffer: do not pass NULL to memcpy() from evbuffer_pullup() (5b063049 Azat Khuzhin)
116 o Fix detection of the __has_attribute() for apple clang [ci skip] (7fd7c5ef Azat Khuzhin)
119 o buffer: fix possible NULL dereference in evbuffer_setcb() on ENOMEM (598f247d Azat Khuzhin)
139 git log --format=' o %s (%h %aN)' release-2.1.9-beta...release-2.1.10-stable
161 o buffer: make evbuffer_prepend() of zero-length array no-op (61fa7b7d Azat Khuzhin)
193 git log --format=' o %s (%h %aN)' release-2.1.8-stable...release-2.1.9-beta
271 buffer:
273 o fix incorrect unlock of the buffer mutex (for deferred callbacks) (2b4d127d)
319 date in RFC1123 format and running tests in parallel.
403 o evutil_parse_sockaddr_port(): fix buffer overflow (329acc1 Azat Khuzhin)
490 o buffer: fix overflow check in evbuffer_expand_singlechain() (a3f4ccd Azat Khuzhin)
491 … o buffer: evbuffer_add_buffer(): clean empty chains from destination buffer (26fd932 Azat Khuzhin)
492 o Fix n_add_for_cb in evbuffer_prepend() in case of new buffer required (0abd039 Azat Khuzhin)
509 o test/buffer: evbuffer_add_buffer() with empty chains (a272bc4 Azat Khuzhin)
510 o test/buffer: evbuffer_remove_buffer() with empty chains (prepend) (f0cfa14 Azat Khuzhin)
511 …o test/buffer: evbuffer_remove_buffer() with empty chains (evbuffer_add_buffer()) (2880ce6 Azat Kh…
512 o test/buffer: cover evbuffer_expand() for overflow (48dab7a Azat Khuzhin)
516 o test/buffer: fix leak in test_evbuffer_prepend() (c08d90b Azat Khuzhin)
517 o test/buffer: avoid errors with --no-fork (reinitialize static vars) (e7d1e39 Azat Khuzhin)
518 …o test/buffer: cover n_add_for_cb when evbuffer_prepend() need to allocate buffer (e77ff41 Azat Kh…
543 …o test: increase buffer size for http/data_length_constraints to trigger EPIPE (0792e1e Azat Khuzh…
570 o test/regress_buffer: fix clang compilation warnings (d8fd4c0 Azat Khuzhin)
686 o travis-ci/osx: relink gcc/g++ instead of clang (481481d Azat Khuzhin)
709 o buffer: don't mix code and declarations (8892f4c Azat Khuzhin)
711 …o For non GCC/clang on OSX the -Wno-deprecated-declarations may not be valid (b5ca365 Rainer Kelle…
722 o util: fix "%zu" format on TDM-gcc/MinGW-w64 (79b69d8 Azat Khuzhin)
816 o test/evbuffer_peek: add regress in case we have first buffer greater (e2d139d Azat Khuzhin)
824 o Make a buffer larger in the tests to avoid a scary evbuffer_copyout_from() (fb57b8b)
843 o Fix warnings when compiling with clang 3.5 (f5b4765 John Ohl)
952 o Rename README to README.md and use markdown to format. (d2bc39a
971 o Check for OSX when checking for clang. (e212c54 Joakim Soderberg)
973 o Added -Qunused-arguments for clang on macosx (ed99d92 Trond Norbye)
976 o Add -Qunused-arguments for clang on macos (b56611d Trond Norbye)
1029 using clang (838161d Makoto Kato)
1172 o Fix a typo in a comment in buffer.h. Spotted by Alt_F4 (773b0a5)
1182 o "buffer" spelling (a452811 Patrick Pelletier)
1190 o Fix harmless clang enum warning (b452a43 Sebastian Hahn)
1426 o Fix a typo in a comment in buffer.h. Spotted by Alt_F4 (773b0a5)
1527 o Don't do clang version detection when disabling some flags (083296b Sebastian Hahn)
1599 o improve test to remove at least one buffer from src (7eb52eb Greg Hazel)
1774 o Add an assert to appease clang's static analyzer (b0ff7eb Sebastian Hahn)
1790 o Fix compilation under LLVM/clang with --enable-gcc-warnings (ad9ff58 Sebastian Hahn)
1905 o Roughly 20% speed increase when line-draining a buffer using
1975 buffer. (e6fe1da)
1988 buffer (27e2225)
2126 o Don't do clang version detection when disabling some flags (083296b