Tag 'quagga_0_99_1_release' created by paul <paul> at 1970-01-01 00:00 -0800

Changes since nonblocking_zclient_after:
ajs (7):
      2005-04-16 Andrew J. Schorr <[email protected]>
      2005-04-22 Andrew J. Schorr <[email protected]>
      2005-04-22 Andrew J. Schorr <[email protected]>
      2005-04-22 Andrew J. Schorr <[email protected]>
      2005-04-26 Andrew J. Schorr <[email protected]>
      2005-04-27 Andrew J. Schorr <[email protected]>
      2005-04-27 Andrew J. Schorr <[email protected]>

hasso (1):
      * isis_adjacency.c: Fix typo introduced with listloop cleanup.

jardin (1):
      There is no RIPv3. It is a RIPng (by the way for your information, the 
version of RIPng is v1).

paul (39):
      2005-04-11 Paul Jakma <[email protected]>
      2004-05-13 Paul Jakma <[email protected]>
      - add changelog
      2005-04-13 Paul Jakma <[email protected]>
      2005-04-15 Paul Jakma <[email protected]>
      2005-04-15 Zhipeng Gong <[email protected]>
      2005-04-15 Paul Jakma <[email protected]>
      2005-04-15 Paul Jakma <[email protected]>
      2005-04-16 Paul Jakma <[email protected]>
      2005-04-16 Paul Jakma <[email protected]>
      2004-05-19 Paul Jakma <[email protected]>
      2005-04-20 Paul Jakma <[email protected]>
      2005-04-21 Paul Jakma <[email protected]>
      2004-05-21 Paul Jakma <[email protected]>
      - bah, commit changelog
      2005-04-22 Paul Jakma <[email protected]>
      2004-05-22 Paul Jakma <[email protected]>
      2004-05-22 Paul Jakma <[email protected]>
      - fix comment
      2005-04-22 Paul Jakma <[email protected]>
      2005-04-25 Paul Jakma <[email protected]>
      2005-04-25 Paul Jakma <[email protected]>
      2005-04-25 Paul Jakma <[email protected]>
      - arg, fix the missing slash. Beat myself with the diff of the last commit
      2005-04-25 Paul Jakma <[email protected]>
      - make various defines conditional, so that they can be specified from
      2005-04-25 Paul Jakma <[email protected]>
      - forgot to commit changelog, belongs to previous commit.
      2004-05-25 Paul Jakma <[email protected]>
      - build isisd per default
      2005-04-26 Paul Jakma <[email protected]>
      2005-04-27 Paul Jakma <[email protected]>
      2005-04-27 Paul Jakma <[email protected]>
      2005-04-28 Paul Jakma <[email protected]>
      2005-04-28 Paul Jakma <[email protected]>
      2005-04-28 Paul Jakma <[email protected]>
      2005-04-28 Paul Jakma <[email protected]>
      2005-04-29 Paul Jakma <[email protected]>
      2005-04-29 Paul Jakma <[email protected]>

---
 solaris/bgpd.xml.in          |  115 -----------
 solaris/ospf6d.xml.in        |  108 ----------
 solaris/ospfd.xml.in         |  114 -----------
 solaris/ripd.xml.in          |  114 -----------
 solaris/ripngd.xml.in        |  115 -----------
 solaris/zebra.xml.in         |  111 ----------
 ChangeLog                    |   23 ++
 HACKING                      |   28 ++
 NEWS                         |   24 ++
 configure.ac                 |   18 +
 doc/ChangeLog                |   27 ++
 doc/Makefile.am              |    4 
 doc/bgpd.8                   |    4 
 doc/defines.texi.in          |    2 
 doc/isisd.8                  |    4 
 doc/ospf6d.8                 |    4 
 doc/ospfd.8                  |    4 
 doc/quagga.info              |  312 +++++++++++++++---------------
 doc/quagga.texi              |    8 
 doc/ripd.8                   |    4 
 doc/ripngd.8                 |    4 
 doc/zebra.8                  |    4 
 isisd/ChangeLog              |    9 
 isisd/isis_adjacency.c       |    2 
 isisd/topology/Makefile.am   |    2 
 lib/ChangeLog                |  178 +++++++++++++++++
 lib/Makefile.am              |   11 -
 lib/buffer.c                 |    9 
 lib/command.c                |    9 
 lib/memory.c                 |  210 +-------------------
 lib/memory.h                 |  204 +------------------
 lib/memtypes.awk             |   68 ++++++
 lib/memtypes.c               |  248 ++++++++++++++++++++++++
 lib/memtypes.h               |  194 ++++++++++++++++++
 lib/thread.c                 |  444 +++++++++++++++++++++++--------------------
 lib/thread.h                 |   58 ++++-
 lib/vty.c                    |   19 +
 lib/workqueue.c              |  325 +++++++++++++++++++++++++++++++
 lib/workqueue.h              |   91 ++++++++
 ospfclient/ChangeLog         |    5 
 ospfclient/Makefile.am       |    2 
 ospfd/ChangeLog              |    6 
 ospfd/ospf_abr.c             |    1 
 redhat/quagga.spec.in        |   45 ++--
 solaris/.cvsignore           |   11 -
 solaris/ChangeLog            |   25 ++
 solaris/Makefile.am          |   11 -
 solaris/prototype.daemons.in |    7 
 solaris/quagga.init.in       |   18 -
 solaris/quagga.xml.in        |  323 +++++++++++++++++++++++++++++++
 tests/.cvsignore             |    3 
 tests/ChangeLog              |   35 +++
 tests/Makefile.am            |   14 +
 tests/heavy-thread.c         |  145 ++++++++++++++
 tests/heavy-wq.c             |  178 +++++++++++++++++
 tests/heavy.c                |  111 ++++++++++
 tests/main.c                 |  199 +++++++++++++++++++
 tests/test-buffer.c          |   35 +++
 tests/test-memory.c          |  103 +++++++++
 zebra/ChangeLog              |   32 +++
 zebra/rib.h                  |    3 
 zebra/zebra_rib.c            |  397 ++++++++++++++++++++++++--------------
 zebra/zserv.c                |    5 
 zebra/zserv.h                |    5 
 64 files changed, 3288 insertions(+), 1663 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to