]> The Tcpdump Group git mirrors - libpcap/history - optimize.c
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / optimize.c
2023-02-15  Francois-Xavier... Fix spaces before tabs in indentation
2022-08-28  Francois-Xavier... Fix some typos
2022-07-10  Francois-Xavier... Fix some typos
2022-02-20  Daniel MillerAvoid calling free() on known-null pointer
2022-02-20  Denis OvsienkoUse __builtin_unreachable(). [skip ci]
2022-02-20  Denis OvsienkoSquelch a few warnings on AIX. [skip appveyor]
2022-02-20  Denis OvsienkoFix compiling on Solaris 9.
2020-12-12  Francois-Xavier... Fix some typos
2020-10-12  Denis OvsienkoRestore "iff" (revert 824aa78). [skip ci]
2020-08-28  Michael RichardsonMerge pull request #800 from catenacyber/fuzzr
2020-08-28  Michael RichardsonMerge pull request #906 from Oppen/issue_898
2020-08-10  Francois-Xavier... Fix typos
2020-06-17  Guy Harrisptimize: move the definition of extrajmps to the block...
2020-06-17  Guy Harrisoptimize: remove unnecessary tests.
2020-05-29  Guy Harrisoptimizer: add a sanity check to make sure the program...
2020-05-22  Guy Harrisoptimize: clean up comment.
2020-05-22  Guy Harrisoptimize: add a bunch of overflow checks.
2020-05-22  Guy Harrisoptimize: fix some of those changes.
2020-05-22  Guy Harrisoptimize: make some variables unsigned.
2020-05-22  Guy HarrisFix minor comment typo.
2020-05-19  Guy Harrisoptimizer: add a hack to try to catch certain optimizer...
2020-05-18  Guy Harrisoptimize: use BITS_PER_WORD rather than calculating it.
2020-05-18  Guy Harrisoptimize: use JT() rather than explicitly referring...
2020-05-18  Guy Harrisgencode/optimize: add a bunch of comments.
2020-03-01  Michael RichardsonMerge pull request #876 from bscottm/cmake_library_arch...
2020-03-01  Michael RichardsonMerge pull request #889 from vovkos/master
2020-03-01  Michael RichardsonMerge pull request #895 from desowin/usb
2020-01-19  Francois-Xavier... Use more HTTPS in URLs
2019-11-08  Francois-Xavier... Cleaning spaces
2019-10-03  Guy HarrisWith MSVC, abort if _BitScanForward() returns 0.
2019-08-15  Guy HarrisMerge pull request #833 from daemonhorn/master
2019-08-09  Guy HarrisRemove some workarounds for old compilers.
2019-06-16  Guy HarrisMerge pull request #826 from catenacyber/doublefree
2019-06-16  Philippe AntoineRemoving null check before free 826/head
2019-06-16  Philippe AntoineNo free in opt_init, rather in opt_cleanup
2019-06-15  Philippe AntoineFixes bould free in opt_cleanup
2019-04-25  Michael RichardsonMerge pull request #771 from ether42/reuseaddr
2019-04-25  Michael RichardsonMerge pull request #749 from nmap/manpage-formatting
2019-01-24  Guy HarrisMerge pull request #796 from ffainelli/dsa
2019-01-23  Francois-Xavier... Clean up some whitespaces
2019-01-07  Guy HarrisMerge branch 'master' of https://github.com/rixed/libpc...
2018-11-22  Guy HarrisThrow in a cast to squelch a warning.
2018-11-22  Guy HarrisClean up signed vs. unsigned, do more error checking...
2018-10-27  Guy HarrisDon't call setjmp in code we didn't write.
2018-10-27  Guy HarrisFix compiling with optimizer debugging enabled.
2018-10-26  Guy HarrisHandle negation in a way that doesn't upset compilers...
2018-10-25  Guy HarrisDon't longjmp out of the generated parser.
2018-10-22  Guy HarrisCatch shifts > 31 bits generated by the optimizer.
2018-10-18  Guy HarrisCatch another place where we divide by or take a modulu...
2018-10-17  Guy HarrisPlug some memory leaks.
2018-10-16  Guy HarrisDon't shift by more than 31 bit positions.
2018-09-14  Guy HarrisMerge branch 'master' into breakloop_poll 741/head
2018-09-01  Guy HarrisClean up the declaration of the packet-filtering routines.
2018-08-25  Guy HarrisMerge pull request #722 from rixed/patch-1
2018-07-12  Guy HarrisCast the LHS if bit shifts to bpf_u_int32 to avoid...
2018-06-22  Guy HarrisDo unsigned shifts.
2018-05-03  Guy HarrisMerge pull request #710 from jmayer/warning_format_nonl...
2018-05-03  Joerg MayerAdd -Wformat-nonliteral and fix most warnings that... 710/head
2018-05-03  Guy HarrisHave separate flags for "optimizer debug" and "print...
2018-04-26  Guy HarrisDo bounds checking on references to the bids array.
2018-03-28  Joerg MayerFix the -Wunused-parameter warnings that have obvious...
2018-03-23  Guy HarrisAdd casts to finish eliminating those warnings.
2018-03-23  Guy HarrisCheck for too-large conditional jump offsets.
2018-03-20  Guy HarrisSquelch some warnings.
2018-03-20  Guy HarrisUse for (;;) rather than while (1).
2018-03-20  Guy HarrisMerge pull request #682 from sgeto/clang-msvc-warn
2018-03-19  Ali AbdulkadirTame -Wall on MSVC and improve Clang/C2 support 682/head
2017-11-28  Guy HarrisMerge pull request #663 from sgeto/netmap
2017-11-15  Guy HarrisAdd a routine to format error messages with an errno...
2017-10-21  Ali AbdulkadirMerge branch 'master' into man 648/head
2017-10-15  Denis OvsienkoImprove the "undefined defined" problem solution.
2017-10-15  Guy HarrisMerge pull request #653 from infrastation/master
2017-10-15  Denis OvsienkoAddress CLang "undefined defined" warnings. 653/head
2017-09-29  Guy HarrisDon't bother supporting pre-2005 Visual Studio.
2017-09-23  Guy HarrisMerge pull request #628 from sgeto/no_pdb_pls
2017-09-23  Guy HarrisMerge pull request #627 from sgeto/lib_prefix
2017-09-23  Guy HarrisUpdate a comment.
2017-09-23  Guy HarrisGet rid of unused variable.
2017-09-22  Guy HarrisFix copy-and-pasteo.
2017-09-22  Guy HarrisClean up the "find first bit set" stuff.
2017-09-21  Guy HarrisMerge pull request #623 from sgeto/ffs
2017-09-21  Ali AbdulkadirUse _BitScanForward (MSVC) and __builtin_ffs (MinGW... 623/head
2017-09-18  Guy HarrisMerge pull request #618 from sgeto/mingw2
2017-09-18  Guy HarrisMerge pull request #617 from sgeto/BUILD_SHARED_LIBS
2017-09-18  Guy HarrisMerge pull request #615 from sgeto/D9025
2017-09-18  Guy HarrisMake it clearer where we're testing whether a value...
2017-09-18  Guy HarrisMerge pull request #613 from mkubecek/mk/master/opt...
2017-09-18  Guy HarrisThat eliminates the need for a structure tag.
2017-09-18  Guy HarrisMake opt_state_t private to optimize.c.
2017-09-17  Guy HarrisMerge pull request #614 from mkubecek/mk/master/opt...
2017-09-17  Michal Kubecekoptimizer: show edges in dot graph 614/head
2017-09-17  Michal Kubecekoptimizer: replacing unknown value with unknown value... 613/head
2017-09-05  Guy HarrisGet rid of pcap-stdinc.h.
2017-09-04  Guy HarrisPut the stuff to get the sized integer types defined...
2017-08-24  Guy HarrisMerge pull request #595 from buytenh/pcap_protocol
2017-08-19  Guy HarrisAlways include <config.h> rather than "config.h".
2017-01-17  Guy HarrisMerge pull request #429 from msekletar/bpf-userland...
2016-12-13  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2016-08-12  Guy HarrisRename a variable to avoid a warning.
2016-07-25  Guy HarrisCheck for, and squelch, signed vs. unsigned comparison...
next