commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.3.0-rc1-23-g6c0f2f5
Date: Tue, 25 May 2010 05:24:08 +0100 (BST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/gnuradio".

The branch, master has been updated
       via  6c0f2f5a5e4eddefc52c272c4b92065a225be3c5 (commit)
       via  b32e803b1bee283033c976a4656bc0af4fe9461f (commit)
       via  625a12540792512c968a6f45418a694a5f6aef76 (commit)
       via  abc51381b06bff0075d68c6e6fa92383446c2fbc (commit)
       via  26185e9077e5e20f71fb515c0e847a5dfd57986c (commit)
       via  91054ed9fe7f08cac9738a6a6af5a9ad476ba24b (commit)
       via  4267b714f4276671f718136a1279f681a4231aee (commit)
       via  34e0be1f96cb24e302269c008444bc18e418b653 (commit)
       via  1e963cd9b6e2a1687bbff86df66c5efbcb2be363 (commit)
       via  99a39a4351ca250dcbeeface0ab7b9de6e301d49 (commit)
       via  0058f55926c8e9f6ecb37f153ff7464b93838484 (commit)
       via  68ce6b4a9b90d4d53310c4271e6011b796fc1bff (commit)
       via  a61fc516f5deeef67b48a704c5426c3969d36248 (commit)
       via  761a6f97a623e07f51743d70d1962c98b26bb599 (commit)
       via  d702e27d1f3b0e76ef3734ee6b5b6ac1333cdbff (commit)
       via  dda6ed353551d3493983bd56e0ca8ee8ed4407c5 (commit)
       via  04d3f1954b589656b34298b98e36b8667700d89a (commit)
       via  3ff43f7487b43436cd0f49de80ebff2c1ff1a188 (commit)
       via  3b8fcaa640d75573d314fb8616969ad2adf2a099 (commit)
       via  d1ae6560ab2b8b5d474e58f865314a6cf18b958c (commit)
       via  545901e335f27600c460f749b66d60155a179492 (commit)
       via  b0d32c6c20cadaa544aeaa7b5257919674e8d0ad (commit)
      from  62f8c06058435ed3e16f20327bb07bd29e4d8386 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6c0f2f5a5e4eddefc52c272c4b92065a225be3c5
Merge: 62f8c06058435ed3e16f20327bb07bd29e4d8386 
b32e803b1bee283033c976a4656bc0af4fe9461f
Author: Johnathan Corgan <address@hidden>
Date:   Sun May 23 13:36:44 2010 -0700

    Merge remote branch 'gnuradio/wip/udp_source_sink'
    
    * gnuradio/wip/udp_source_sink:
      gnuradio-core: update copyrights
      gnuradio-core: allow swig to handle exceptions in UDP source/sink
      grc: update UDP source and sink block wrappers
      Simplify USE_SELECT usage
      Return immediately when using d_residual.
      Defend against a peer that sends an invalid message length.
      Move initialization of select timeout
      Correct update of d_temp_offset (parallel construction)
      Identify memory leaks that occur on error conditions
      Use -1 as file descriptor "not open" value instead of 0
      Add additional conditionalization of networking includes
      Flush pending errors in gr_udp_sink on disconnect()
      Rework UDP source and sink, with incompatible API changes
      Updates to udp source/sink (select(), wait, cleanup)
      Discard data in gr_udp_sink until receiver is started.
      Use getaddrinfo in gr_udp_{source,sink}
      Changes to gr_udp_{source,sink} for MinGW
      Ignore ENOPROTOOPT return from setsockopt(SO_LINGER)

-----------------------------------------------------------------------

Summary of changes:
 configure.ac                                       |    2 +-
 gnuradio-core/src/lib/io/gr_udp_sink.cc            |  314 +++++++++++++-------
 gnuradio-core/src/lib/io/gr_udp_sink.h             |   98 +++----
 gnuradio-core/src/lib/io/gr_udp_sink.i             |   22 +-
 gnuradio-core/src/lib/io/gr_udp_source.cc          |  273 +++++++++++++-----
 gnuradio-core/src/lib/io/gr_udp_source.h           |   90 +++----
 gnuradio-core/src/lib/io/gr_udp_source.i           |   15 +-
 gnuradio-core/src/python/gnuradio/gr/Makefile.am   |    3 +-
 .../src/python/gnuradio/gr/qa_udp_sink_source.py   |   99 ++++++
 gnuradio-examples/python/network/audio_sink.py     |   20 +-
 gnuradio-examples/python/network/audio_source.py   |   21 +-
 gnuradio-examples/python/network/dial_tone_sink.py |   20 +-
 .../python/network/dial_tone_source.py             |   22 +-
 gnuradio-examples/python/network/vector_sink.py    |   19 +-
 gnuradio-examples/python/network/vector_source.py  |   20 +-
 grc/blocks/gr_udp_sink.xml                         |   32 +--
 grc/blocks/gr_udp_source.xml                       |   20 +-
 usrp2/host/include/usrp2/usrp2.h                   |    1 +
 18 files changed, 709 insertions(+), 382 deletions(-)
 mode change 100644 => 100755 gnuradio-core/src/python/gnuradio/gr/Makefile.am
 create mode 100755 gnuradio-core/src/python/gnuradio/gr/qa_udp_sink_source.py


hooks/post-receive
-- 
git://gnuradio.org/gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]