From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Wed, 02 Nov 2011 17:51:39 +0100
Message-ID: <E1RLe2N-0005Oo-So@calypso.gnumonks.org>
Subject: openggsn.git branch, master, updated. 0.91-30-gb841e57
Message: 2

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 "The OpenGGSN project".

The branch, master has been updated
       via  b841e57f0b9baa1b8e67f1af8093122406020940 (commit)
       via  bb47c354b6ad19e1ca9eaa5f8fcee5c1fa3bbfd5 (commit)
       via  e65c7390ca74e8da0950339917a3875185772952 (commit)
       via  bdca4b788628ee7a920c812d522290d8e8081397 (commit)
       via  d88e11d81996aae59b542f3642b59e948a06a1d7 (commit)
       via  bed35df298f4914fabedfc7c9387af3f2f9a9e9f (commit)
      from  ca36f293648ee19056df7ea9a1cbfcc93c800dc8 (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 b841e57f0b9baa1b8e67f1af8093122406020940
Author: Harald Welte <laforge@gnumonks.org>
Date:   Wed Nov 2 13:45:50 2011 +0100

    queue: Add some more comments throughout the code (doxygen style)

commit bb47c354b6ad19e1ca9eaa5f8fcee5c1fa3bbfd5
Author: Harald Welte <laforge@gnumonks.org>
Date:   Wed Nov 2 13:30:37 2011 +0100

    queue: mark non-public functions as static
    
    This makes it a bit more explicit about what is the 'user API' of the
    code and what is just used internally.

commit e65c7390ca74e8da0950339917a3875185772952
Author: Harald Welte <laforge@gnumonks.org>
Date:   Wed Nov 2 13:12:53 2011 +0100

    queue: use %p format string when printing a pointer

commit bdca4b788628ee7a920c812d522290d8e8081397
Author: Harald Welte <laforge@gnumonks.org>
Date:   Wed Nov 2 13:11:56 2011 +0100

    configure: use AM_SILENT_RULES when available
    
    this makes the compile process a bit easier to read/follow

commit d88e11d81996aae59b542f3642b59e948a06a1d7
Author: Harald Welte <laforge@gnumonks.org>
Date:   Wed Nov 2 13:09:43 2011 +0100

    GTP: use socklen_t where appropriate
    
    this fixes some compiler warnings

commit bed35df298f4914fabedfc7c9387af3f2f9a9e9f
Author: Harald Welte <laforge@gnumonks.org>
Date:   Wed Nov 2 13:06:18 2011 +0100

    Convert all code to Linux coding style
    
    After so many years of silence, we don't expect the original author to
    return to the project.  To make things a bit simpler for us, we convert
    the coding style to what we are used to (Linux style).
    
    The conversion was made using the 'Lindent' script which is part of the
    Linux kernel.

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

Summary of changes:
 configure.in      |    3 +
 ggsn/cmdline.c    | 1974 ++++++++++----------
 ggsn/cmdline.h    |  199 +-
 ggsn/ggsn.c       |  924 +++++-----
 gtp/gtp.c         | 5425 +++++++++++++++++++++++++++--------------------------
 gtp/gtp.h         |  457 +++---
 gtp/gtpie.c       | 1029 ++++++-----
 gtp/gtpie.h       |  289 ++--
 gtp/lookupa.c     |  256 ++-
 gtp/lookupa.h     |    8 +-
 gtp/pdp.c         |  309 ++--
 gtp/pdp.h         |  274 ++--
 gtp/queue.c       |  432 +++--
 gtp/queue.h       |   55 +-
 lib/getopt.c      | 1320 +++++++-------
 lib/getopt1.c     |  197 +-
 lib/gnugetopt.h   |  105 +-
 lib/ippool.c      |  939 +++++-----
 lib/ippool.h      |   49 +-
 lib/lookup.c      |   96 +-
 lib/lookup.h      |    5 +-
 lib/syserr.c      |   87 +-
 lib/syserr.h      |    2 +-
 lib/tun.c         | 1178 ++++++------
 lib/tun.h         |   61 +-
 sgsnemu/cmdline.c | 3449 ++++++++++++++++++----------------
 sgsnemu/cmdline.h |  369 ++--
 sgsnemu/sgsnemu.c | 3006 +++++++++++++++---------------
 28 files changed, 11588 insertions(+), 10909 deletions(-)


hooks/post-receive
-- 
The OpenGGSN project


