Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (3m)  pkgsrc-2024Q1 (20d)  pkgsrc-2023Q4 (67d)  pkgsrc-2023Q2 (99d)  pkgsrc-2023Q3 (179d) 

2024-06-06 19:21:35 UTC Now

2015-02-21 09:47:01 UTC MAIN commitmail json YAML

Update 1.09 to 1.14
-------------------
1.14 Tue Dec  9 19:12:25 CET 2014
  - BUGFIX: Dump::Online2: do not eat 100% and do not block for timeoutOnNext
            seconds when it is not REALLY needed. We had to remove the
            setnonblock option and to use pcap_dispatch i/o pcap_next_ex.
            This should be the final bugfix...
            There was also an infinite loop condition.
  - new: Dump::Online2: maxRunTime() option to stop looping on next() forever
          when we do not want. Default to loop forever.

1.13 Sun Dec  2 15:44:14 CET 2012
  - BUGFIX: Dump::Online2: in non-blocking mode, we must handle our internal
            received frame ring buffer. Many packets were missed because of
            that.

1.12 Tue Nov 13 20:15:19 CET 2012
  - UPDATE: Dump::Online2: now uses IO::Select to avoid eating 100% CPU
  - update: mailing list link

1.11 Sun Nov 11 15:23:04 CET 2012
  - bugfix: Dump::Online2 pod
  - new: Dump::Online2: support for capture only mode
  - new: examples for Dump::Online2

1.10 Wed Sep 12 20:15:09 CEST 2012
  - bugfix: Online: use SUPER::next() instead of next()
  - update: error messages scheme changed
  - update: copyright notice

(mef)