]> The Tcpdump Group git mirrors - libpcap/history - optimize.c
Have routines to set various internal debugging flags.
[libpcap] / optimize.c
2015-12-31  Guy HarrisHave routines to set various internal debugging flags.
2015-11-03  Guy HarrisUse pcap_snprintf() instead of snprintf().
2015-09-27  Guy HarrisMerge branch 'aix-large-files' of https://github.com...
2015-09-23  Guy HarrisDefine ffs() in optimize.c; that's all that uses it.
2015-08-31  Guy HarrisThe official #define for 32-bit and 64-bit Windows...
2015-02-15  Michael RichardsonMerge pull request #403 from skarg/libpcap-dlm
2015-02-15  Michael RichardsonMerge pull request #372 from baruchsiach/config-fixes
2015-02-15  Michael RichardsonMerge branch 'add_with-libnl_switch' of https://github...
2015-02-15  Michael RichardsonMerge pull request #360 from bonsaiviking/scanner-lex-top
2015-02-15  Michael RichardsonMerge pull request #358 from bonsaiviking/config-packet...
2015-02-15  Michael RichardsonMerge remote-tracking branch 'github/master' into bound...
2015-02-15  Michael RichardsonMerge pull request #346 from atzm/linux-vlan-tpid
2015-02-15  Michael RichardsonMerge branch 'solofox-master'
2015-02-15  Michael Richardsonissue: https://github.com/the-tcpdump-group/libpcap...
2014-11-13  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-08-06  Michael RichardsonMerge remote-tracking branch 'finepoint/master' into... 376/head
2014-05-18  Guy HarrisSupport mod and XOR operators.
2014-01-03  Denis Ovsienkoremove libpcap's own CVS keywords
2013-09-03  solofoxDump BPF tree representation transformations using...
2013-05-13  Guy HarrisMerge remote-tracking branch 'libpcap/master'
2013-05-06  Guy HarrisNote that fold_op() is only for binary operators.
2013-05-06  Jakub Zawadzkifold_op() remove dead case: BPF_NEG
2013-05-01  Guy HarrisMerge pull request #294 from darkjames/cleanup
2013-05-01  Jakub Zawadzkifold_op() remove dead case: BPF_NEG
2012-10-06  Jakub ZawadzkiUse prototype syntax in function definitions.
2012-06-14  Michael RichardsonMerge pull request #7 from sfd/aa0d1466731bae42b5f84dd0...
2011-12-10  Guy HarrisMake some counts unsigned ("counts" as in "they're...
2010-08-16  Stephen DonnellyMerge commit 'upstream/master'
2010-01-27  Guy HarrisInclude headers that should cause u_int64_t to be defined.
2008-01-02  guyMake some arguments const pointers if that makes sense.
2007-09-27  gianlucaAdded the prototype for ffs() when using the VC compiler.
2007-09-12  guyFrom OpenBSD: use calloc() to avoid malloc(n * m) overf...
2007-07-15  guySo far, two people have submitted patches to "fix"...
2007-06-11  guyPick up changes from NetBSD:
2005-07-31  guyAdd another optimization, now that 0.9[.x] is out ...
2005-04-04  guyAdd a little more information to a comment.
2004-12-18  guyFrom Gisle Vanem: MS-DOS support.
2004-11-14  guyExpand some comments.
2004-11-14  guyShuffle comments around a bit.
2004-11-13  guyAdd some additional comments, and beef up some existing...
2004-11-09  guyAdd a few comments, and shuffle the definition of NOP...
2004-11-08  guyThere are a bunch of optimizations we can only do in...
2004-11-07  guyIf a block loads a value into the index register with...
2003-11-15  guyAdd _U_ to "rcsid[]" definitions, to eliminate "unused...
2003-03-08  guyFrom [email protected], via OpenBSD: add checks for memor...
2002-08-12  itojuncorrect arg to calloc() - it is (nelem, size), not...
2002-06-11  itojunwhitespace cleanup
2002-06-11  itojuntches #454 from [email protected]
2002-03-24  guy<pcap.h> includes <sys/types.h> and <sys/time.h>; there...
2001-11-12  fennerEliminate duplicate prototypes.
2001-11-12  fennerOptimize out "jset #0" (always false) and "jset #ffffff...
2001-11-12  fennerDon't optimize away "sub #0" as it may be required...
2001-10-13  fennerAdd some optimizer debugging (not compiled by default)
2000-11-19  itojunnetbsd 1.5 -> 1.6
2000-10-28  guyFix from Jefferson Ogata <[email protected]> - ...
2000-10-28  guyWhen attaching a "bpf_program" to a "pcap_t" to use...
2000-09-06  itojunrepair argument mismatch to malloc().
2000-07-11  assaradd config.h, remove gnuc.h. remove __dead
2000-04-27  itojundo not use sprintf(). always use snprintf().
1999-10-19  itojunIPv6 packet filtering code.
1999-10-07  mcrInitial revision