HACKING.pending   |   15 +++++++++++++++
 bgpd/bgp_attr.c   |    8 ++++----
 bgpd/bgp_open.h   |    8 ++++----
 bgpd/bgp_packet.c |    5 +++--
 bgpd/bgp_route.c  |   16 ++++++++--------
 configure.ac      |    2 +-
 lib/memory.c      |   32 +++++++++++++++++++++++++++-----
 lib/prefix.c      |    4 ++--
 lib/prefix.h      |    4 ++--
 lib/vty.c         |    2 +-
 zebra/zserv.c     |    2 +-
 11 files changed, 68 insertions(+), 30 deletions(-)

New commits:
commit 4c9641ba4df276080c670e03f65b1d442660a50f
Author: Michael Lambert <[email protected]>
Date:   Thu Jul 22 13:20:55 2010 -0400

    bgpd, lib: adopt afi_t and safi_t in several places
    
    * bgpd/bgp_attr.c, bgpd/bgp_open.h, bgpd/bgp_route.c, lib/prefix.c,
      lib/prefix.h: Various integer types were being used where, if we
      had strict type checking, afi_t and safi_t would be required.
    
    Signed-off-by: G.Balaji <[email protected]>
    (cherry picked from commit c8af35ffa2dc79ff7d7ff00b1b61f1f50a100ab6)

commit 11d3fe9b9a327b3218a76b2b9001ace50c08de8c
Author: Greg Troxel <[email protected]>
Date:   Fri Sep 24 09:22:37 2010 -0400

    Add MTR repository.

commit b830c89a4532819a78c251c559566767b89ee5ac
Author: Nico Golde <[email protected]>
Date:   Sun Aug 1 15:24:35 2010 +0200

    lib/vty.c: add missing format string when printing out motd message
    
    Signed-off-by: G.Balaji <[email protected]>

commit b16793870794919ecc34138bdc51703cc3f409ca
Author: Greg Troxel <[email protected]>
Date:   Fri Sep 17 12:19:13 2010 -0400

    Document rules for zalloc and friends.
    
    lib/memory.c:z{a,c,re}alloc, zfree, zdup: add requires/effects
    comments.

commit cbc64b07c40f35c4ae5f2c0cfbf92ac5b375bc83
Author: Greg Troxel <[email protected]>
Date:   Fri Sep 17 11:02:45 2010 -0400

    Add pointer to Balaji G. git.
    
    Balaji has been accumulating patches from the mailing list and
    pre-screening them and spiffing up commit messages.

commit d3ddb22e902bc4dc175ed6974515f6e14d9be931
Author: Greg Troxel <[email protected]>
Date:   Fri Sep 17 10:47:49 2010 -0400

    Set from even if binfo->extra is NULL.
    
    bgpd/bgp_packet.c:bgp_update_packet(): When extracting the peer, don't
      fail to extract it because "binfo->extra" is NULL.  While one should
      certainly avoid dereferencing binfo->extra, that's not a good reason
      not to use binfo->peer.
    
    Fixes https://bugzilla.quagga.net/show_bug.cgi?id=497.
    Patch by Eric Sobocinksi.

commit cf8a831bcb53b60a7b5c4b26dda7646ebc7506d8
Author: Stephen Hemminger <[email protected]>
Date:   Wed Aug 18 15:56:46 2010 -0700

    Zebra zserv: bogus conditional
    
    This looks like a bug in original code from misunderstanding
    of C rules of evaluation.

commit a6be12128c29b0dc5b8a6d6923510fc7f677b775
Author: Denis Ovsienko <[email protected]>
Date:   Thu Aug 19 13:36:43 2010 +0400

    release: 0.99.17
    
    * configure.ac: bump up version number

http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=4c9641ba4df276080c670e03f65b1d442660a50f
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=11d3fe9b9a327b3218a76b2b9001ace50c08de8c
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=b830c89a4532819a78c251c559566767b89ee5ac
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=b16793870794919ecc34138bdc51703cc3f409ca
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=cbc64b07c40f35c4ae5f2c0cfbf92ac5b375bc83
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=d3ddb22e902bc4dc175ed6974515f6e14d9be931
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=cf8a831bcb53b60a7b5c4b26dda7646ebc7506d8
http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=a6be12128c29b0dc5b8a6d6923510fc7f677b775
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to