]> The Tcpdump Group git mirrors - libpcap/history - optimize.c
If config.status changes, rebuild pcap-config.
[libpcap] / optimize.c
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