commit 79e139d3cf7b9bf571eb743550abc7925f70e6fd
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 5 18:20:50 2011 +0100

    Minor edit of comment

 src/File.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a6b13fad3700e97fc5b1c9ae5b2723f9a76c9960
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jan 3 17:11:00 2011 +0100

    Set release version

 admin/version-testing |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 1d34ee8195177d55bf4ea584bc1a023df5d3fcf4
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jan 3 16:56:31 2011 +0100

    New branch testing and release version

 admin/version-2.1     |    4 ++--
 admin/version-testing |    5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

commit cc79d6a481310dfa27c708fd94376f0982d28c98
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Nov 19 18:42:14 2010 +0100

    Version 0.1.0-snapshot-20101119

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 05c3b9edcb68b24800482450ae1baf4cede9e323
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Nov 17 18:08:28 2010 +0100

    Version 0.1.0-snapshot-20101117

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 93cb2440189548cbd2c6ab9e19b5129f27f076a5
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Nov 15 19:16:08 2010 +0100

    Version 0.1.0-snapshot-20101115

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 26b030533f09ea23cfee55a0456a24626feafd2e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Oct 7 12:08:41 2010 +0200

    Version 0.1.0-snapshot-20101007

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 445cfce060ef31fea91a67d67939c9942043aaf7
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Sep 14 06:20:21 2010 +0200

    Version 0.1.0-snapshot-20100914

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 6c0c79036bb143aac313666933d26c212cb602da
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Aug 6 15:52:11 2010 +0200

    Version 0.1.0-snapshot-20100806

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit a968c9e15e9eaa0e594b42f55e13c17407a1f28d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 30 16:09:40 2010 +0200

    Use fwrite instead of fprint to avoid warnings

 src/Log.cpp |    7 ++++---
 src/Log.h   |    2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 3100a2c4b3b7584cd2acb6cb05708a89e9a9a3ea
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 16 21:26:12 2010 +0200

    Version 0.1.0-snapshot-20100616

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 75f96dacc8034dec76599a439bf3534c2cd2dd7e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue May 25 09:06:59 2010 +0200

    Version 0.1.0-snapshot-20100525

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 1f4d663c1c09b6a786c172bfe96975648567a732
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri May 7 17:59:15 2010 +0200

    Version 0.1.0-snapshot-20100507

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 014023fca7e50439a1f1ae0819120a0190cdbc9a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu May 6 19:22:21 2010 +0200

    Version 0.1.0-snapshot-20100506

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 24b1ebe1c56923bfe30d33f5384a778852a00241
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue May 4 12:15:59 2010 +0200

    Version 0.1.0-snapshot-20100504

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 475a92be2869b6ef37a22441df7d14242e444eb6
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Apr 16 12:19:26 2010 +0200

    Version 0.1.0-snapshot-20100416

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4cef82209523be3d3d02c246912074401844e620
Author: root <root@sirac.(none)>
Date:   Fri Apr 9 00:15:38 2010 +0000

    Fix Serial with option NOCTTY
    
    The port never becomes the controlling terminal of the process.
    After a fork ttyACM* was the parent terminal of the process resulting in
    a SIGHUP in case of GPS disconnect

 src/CoreApplication.cpp |    5 +++++
 src/CoreApplication.h   |    2 +-
 src/Serial.cpp          |    6 +++---
 3 files changed, 9 insertions(+), 4 deletions(-)

commit 6915e98d106afdffcf5240f73e0d4753922f80d9
Author: root <root@sirac.(none)>
Date:   Thu Apr 8 23:07:37 2010 +0000

    Remove close at loop exit

 src/Serial.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit f43ebb5caec68edd38202b62031eb30827305004
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Apr 8 22:05:03 2010 +0200

    Add udp server
    
    Add terminate option in event loop

 src/EventLoop.cpp       |   11 ++++-
 src/EventLoop.h         |    2 +
 src/TcpClientStream.cpp |    4 +-
 src/TcpServerStream.cpp |    4 +-
 src/UdpServerStream.cpp |  107 +++++++++++++++++++++++++++++++++++++++++++++++
 src/UdpServerStream.h   |   52 +++++++++++++++++++++++
 6 files changed, 175 insertions(+), 5 deletions(-)

commit 653d7d157a19204720c8bf391a9ee2794c82aa17
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Apr 6 17:58:41 2010 +0200

    Fix bugs deleting client stream of servers

 src/DynamicBuffer.cpp   |    9 +++++----
 src/Serial.cpp          |    2 ++
 src/Stream.cpp          |    2 +-
 src/Stream.h            |    2 +-
 src/TcpClientStream.cpp |    5 ++++-
 5 files changed, 13 insertions(+), 7 deletions(-)

commit dbb7a68e2b476cc7f42de1a6356612d7f540178b
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Mar 24 22:08:14 2010 +0100

    Version 0.1.0-snapshot-20100324

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit aed4133fb340795ab30ef6ceddbe8937029c2dbd
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 22 01:17:10 2010 +0100

    Fix compile error

 src/Variant.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 9f9110f187bbf8ddc5ca604302cb8c1d0836b7b7
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Mar 19 20:10:21 2010 +0100

    Implementation of html help
    
    Replace contact and copyright by authors

 src/ApplicationHelp.cpp |  156 +++++++++++++++++------------------------------
 src/ApplicationHelp.h   |    3 +-
 src/CoreApplication.cpp |    6 +-
 src/CoreApplication.h   |    2 +-
 src/GpCoreTools.cpp     |    2 +-
 src/PackageInfo.cpp     |   25 +++----
 src/PackageInfo.h       |   12 +---
 7 files changed, 76 insertions(+), 130 deletions(-)

commit 3c1821cce03d137f5754a6db4c2fc002fab93ab6
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 26 19:45:33 2010 +0100

    Version 0.1.0-snapshot-20100226

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d07ce27aba6261404f72ac345fdbf9be44e0aedd
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Feb 22 18:59:28 2010 +0100

    Version 0.1.0-snapshot-20100222

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 101f3926146ce0b13d98828286abc9fc1e25c50b
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 21 20:44:12 2010 +0100

    Version 0.1.0-snapshot-20100221

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 96ea4d777434206e4325bd08a618ac4cad541d71
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Feb 20 20:43:05 2010 +0100

    Version 0.1.0-snapshot-20100220

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 00e0618e0c28c6c59d60dd2d76badebafe551a55
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 19 19:41:24 2010 +0100

    Version 0.1.0-snapshot-20100219

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b590d1395a4d6e19213740f4cae24c3a40e73097
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Feb 18 13:15:46 2010 +0100

    Version 0.1.0-snapshot-20100218

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit f317262932da52677d491f34a977ac5e7daf6009
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 17 17:51:21 2010 +0100

    Version 0.1.0-snapshot-20100217

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 0b5003e9647110c5d3e8765d1a4f694617d10574
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 12 19:43:33 2010 +0100

    Version 0.1.0-snapshot-20100212

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit dea168a28879363c0de54b7a99f06cb98f78c334
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 9 20:27:54 2010 +0100

    Version 0.1.0-snapshot-20100209

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 9be43eed3c513b07e30b09cff42026f2b0780388
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 7 00:20:52 2010 +0100

    Version 0.1.0-snapshot-20100206

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 26d7c4a5e446e70306614f2c08dd801754b044d0
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Feb 6 23:59:00 2010 +0100

    Replace eventfd by a pair of socket
    
    A first try with unix socket lead to new Unix stream objects.
    Finally they are not used in EventLoop, replaced by a simple pair of
    sockets. User introduction of new timer looks like fixed now.
    
    Original *Stream replaced by Tcp*Stream
    EventLoop can now handle true custom events, not just system events on
    file descriptors.

 src/ClientStream.cpp     |  107 ------------------------------------
 src/ClientStream.h       |   79 ---------------------------
 src/Event.cpp            |   38 +++++++++++++
 src/Event.h              |   44 +++++++++++++++
 src/EventLoop.cpp        |   44 ++++++++-------
 src/EventLoop.h          |    7 ++-
 src/EventStream.cpp      |   88 ++++++++++++++++++++++++++++++
 src/EventStream.h        |   54 ++++++++++++++++++
 src/Log.cpp              |    8 ++-
 src/Log.h                |    3 +-
 src/NewTimerEvent.cpp    |   37 +++++++++++++
 src/NewTimerEvent.h      |   42 ++++++++++++++
 src/ServerStream.cpp     |  130 --------------------------------------------
 src/ServerStream.h       |   61 ---------------------
 src/Stream.cpp           |    1 +
 src/Stream.h             |    1 +
 src/TcpClientStream.cpp  |  107 ++++++++++++++++++++++++++++++++++++
 src/TcpClientStream.h    |   79 +++++++++++++++++++++++++++
 src/TcpServerStream.cpp  |  130 ++++++++++++++++++++++++++++++++++++++++++++
 src/TcpServerStream.h    |   61 +++++++++++++++++++++
 src/UnixClientStream.cpp |  114 +++++++++++++++++++++++++++++++++++++++
 src/UnixClientStream.h   |   67 +++++++++++++++++++++++
 src/UnixServerStream.cpp |  134 ++++++++++++++++++++++++++++++++++++++++++++++
 src/UnixServerStream.h   |   59 ++++++++++++++++++++
 24 files changed, 1092 insertions(+), 403 deletions(-)

commit e632cf1bf9e298af698b0346f6b08b32c77d6af3
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Feb 1 18:54:33 2010 +0100

    New event fd when a timer is added
    
    It fixes the startup of gps deamon (periodic request for ephemeridis)

 src/EventLoop.cpp |   43 ++++++++++++++++++++++++++++++++-----------
 src/EventLoop.h   |   10 ++--------
 src/Timer.cpp     |    2 +-
 3 files changed, 35 insertions(+), 20 deletions(-)

commit 4885d88b3c72519e48eb026e4cfac54e59d29f73
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Feb 1 12:47:21 2010 +0100

    Add include for no-pch under Ubuntu

 src/Address.cpp         |    1 +
 src/ApplicationHelp.cpp |    1 +
 src/EventLoop.cpp       |    2 ++
 src/Leds.cpp            |    1 +
 src/Variant.cpp         |    2 ++
 5 files changed, 7 insertions(+), 0 deletions(-)

commit 58ab29f7028a7c4e5cfbb62a263eb75f32af8c63
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Jan 30 13:15:36 2010 +0100

    Version 0.1.0-snapshot-20100130

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 46ba7c7c81327a7eeee4ff69c5601c50319d4b9d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jan 28 17:22:39 2010 +0100

    Version 0.1.0-snapshot-20100128

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 3ee8a21171fb2fb4854ee9581be2c0e713bdcba1
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 27 21:31:23 2010 +0100

    Version 0.1.0-snapshot-20100127

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 0e1c8885b4fa1ea66eabd0d557d6984fb138dc6e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jan 26 23:53:26 2010 +0100

    Version 0.1.0-snapshot-20100126

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit e6ff9168df759ccf98cc6929e975435179773ab4
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 13 11:27:03 2010 +0100

    Version 0.1.0-snapshot-20100113

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4167a76baa393f391a375707e979177af5624da5
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 8 02:14:36 2010 +0100

    Strict namespace for libraries

 src/Address.cpp         |    4 ++++
 src/Address.h           |    4 ++++
 src/ApplicationHelp.cpp |    4 ++++
 src/ApplicationHelp.h   |    4 ++++
 src/Average.cpp         |    4 ++++
 src/Average.h           |    4 ++++
 src/Chrono.cpp          |    4 ++++
 src/Chrono.h            |    4 ++++
 src/ClientStream.cpp    |    4 ++++
 src/ClientStream.h      |    4 ++++
 src/CoreApplication.cpp |    4 ++++
 src/CoreApplication.h   |    4 ++++
 src/DynamicBuffer.cpp   |    4 ++++
 src/DynamicBuffer.h     |    4 ++++
 src/EventLoop.cpp       |    4 ++++
 src/EventLoop.h         |    4 ++++
 src/File.cpp            |    4 ++++
 src/File.h              |    4 ++++
 src/GpCoreTools.cpp     |    4 ++++
 src/InfiniteLoop.cpp    |    4 ++++
 src/InfiniteLoop.h      |    4 ++++
 src/Leds.cpp            |    4 ++++
 src/Leds.h              |    4 ++++
 src/Log.cpp             |    4 ++++
 src/Log.h               |    4 ++++
 src/PThread.cpp         |    4 ++++
 src/PThread.h           |    4 ++++
 src/PackageInfo.cpp     |    4 ++++
 src/PackageInfo.h       |    4 ++++
 src/Serial.cpp          |    4 ++++
 src/Serial.h            |    4 ++++
 src/ServerStream.cpp    |    4 ++++
 src/ServerStream.h      |    4 ++++
 src/Statistics.cpp      |    4 ++++
 src/Statistics.h        |    4 ++++
 src/Stream.cpp          |    4 ++++
 src/Stream.h            |    4 ++++
 src/Timer.cpp           |    4 ++++
 src/Timer.h             |    4 ++++
 src/Trace.cpp           |    4 ++++
 src/Trace.h             |    4 ++++
 src/TraceBug.cpp        |    4 ++++
 src/TraceBug.h          |    4 ++++
 src/TraceInfo.cpp       |    4 ++++
 src/TraceInfo.h         |    4 ++++
 src/TraceStamp.cpp      |    4 ++++
 src/TraceStamp.h        |    5 ++++-
 src/Variant.cpp         |    4 ++++
 src/Variant.h           |    4 ++++
 49 files changed, 196 insertions(+), 1 deletions(-)

commit 03e89e51ca56265904f949961112099a8025653c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Dec 17 15:43:14 2009 +0100

    Replace copyright by list of authors

 src/Address.cpp         |    7 ++++---
 src/Address.h           |    7 ++++---
 src/ApplicationHelp.cpp |    5 +++--
 src/ApplicationHelp.h   |    5 +++--
 src/Average.cpp         |    5 +++--
 src/Average.h           |    5 +++--
 src/Chrono.cpp          |    5 +++--
 src/Chrono.h            |    5 +++--
 src/ClientStream.cpp    |    5 +++--
 src/ClientStream.h      |    5 +++--
 src/CoreApplication.cpp |    5 +++--
 src/CoreApplication.h   |    5 +++--
 src/DynamicBuffer.cpp   |    5 +++--
 src/DynamicBuffer.h     |    5 +++--
 src/EventLoop.cpp       |    5 +++--
 src/EventLoop.h         |    5 +++--
 src/File.cpp            |    5 +++--
 src/File.h              |    5 +++--
 src/GpCoreTools.cpp     |    5 +++--
 src/InfiniteLoop.cpp    |    5 +++--
 src/InfiniteLoop.h      |    5 +++--
 src/Leds.cpp            |    5 +++--
 src/Leds.h              |    5 +++--
 src/Log.cpp             |    5 +++--
 src/Log.h               |    5 +++--
 src/PThread.cpp         |    5 +++--
 src/PThread.h           |    5 +++--
 src/PackageInfo.cpp     |    5 +++--
 src/PackageInfo.h       |    5 +++--
 src/Serial.cpp          |    5 +++--
 src/Serial.h            |    5 +++--
 src/ServerStream.cpp    |    5 +++--
 src/ServerStream.h      |    5 +++--
 src/Statistics.cpp      |    5 +++--
 src/Statistics.h        |    5 +++--
 src/Stream.cpp          |    5 +++--
 src/Stream.h            |    5 +++--
 src/Timer.cpp           |    5 +++--
 src/Timer.h             |    5 +++--
 src/Trace.cpp           |   24 ++++++++++++------------
 src/Trace.h             |   24 ++++++++++++------------
 src/TraceBug.cpp        |   24 ++++++++++++------------
 src/TraceBug.h          |   24 ++++++++++++------------
 src/TraceInfo.cpp       |   24 ++++++++++++------------
 src/TraceInfo.h         |   24 ++++++++++++------------
 src/TraceStamp.cpp      |   24 ++++++++++++------------
 src/TraceStamp.h        |   24 ++++++++++++------------
 src/Variant.cpp         |    5 +++--
 src/Variant.h           |    5 +++--
 49 files changed, 221 insertions(+), 180 deletions(-)

commit 24bf6147b02bc79c1c8f74a3457c4e8b1b96cdcf
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Dec 14 15:22:41 2009 +0100

    Version 0.1.0-snapshot-20091214

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ef13746b6b412d27ebf983b0c567f6fd83b2ad27
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Dec 4 13:33:22 2009 +0100

    New TRACE facility

 src/ClientStream.cpp    |    6 ++
 src/CoreApplication.cpp |   70 ++++++++--------------------
 src/DynamicBuffer.cpp   |    4 ++
 src/EventLoop.cpp       |   15 ++++--
 src/Log.cpp             |   12 +++++
 src/Log.h               |    1 +
 src/PThread.cpp         |   56 ++++++++++++++++++++++
 src/PThread.h           |   25 ++++++++++
 src/Serial.cpp          |    7 +++
 src/ServerStream.cpp    |    6 ++
 src/Stream.cpp          |    8 +++-
 src/Timer.cpp           |    9 ++++
 src/Trace.cpp           |   86 ++++++++++++++++++++++++++++++++++
 src/Trace.h             |   66 ++++++++++++++++++++++++++
 src/TraceBug.cpp        |   84 +++++++++++++++++++++++++++++++++
 src/TraceBug.h          |   96 ++++++++++++++++++++++++++++++++++++++
 src/TraceInfo.cpp       |   40 ++++++++++++++++
 src/TraceInfo.h         |   59 +++++++++++++++++++++++
 src/TraceStamp.cpp      |   53 +++++++++++++++++++++
 src/TraceStamp.h        |   51 ++++++++++++++++++++
 src/Variant.cpp         |  119 +++++++++++++++++++++++++++++++++++++++++++++++
 src/Variant.h           |  101 +++++++++++++++++++++++++++++++++++++++
 22 files changed, 918 insertions(+), 56 deletions(-)

commit 176168f2a637c21e507fdcce2125d05e00803201
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Dec 1 10:23:40 2009 +0100

    Version 0.1.0-snapshot-20091201

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 5150b11450054ba0d17626e5ab3fc30f3284ddb8
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Nov 23 18:40:10 2009 +0100

    Remove inner reference to global include file

 src/Address.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5ef254f1e767e66c63e733b86cd35ba1e8adf0dd
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Nov 20 16:00:32 2009 +0100

    Version 0.1.0-snapshot-20091120

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 90395b7bc15a32acfbb478e94884d859661da26a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Nov 6 22:05:27 2009 +0100

    Move this object to QGpCoreTools

 src/IncreaseStorage.cpp |   33 ---------------
 src/IncreaseStorage.h   |  105 -----------------------------------------------
 2 files changed, 0 insertions(+), 138 deletions(-)

commit e57ea9cbf172fbab6a243d55a94e1c976e9d3515
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Sep 26 05:51:24 2009 +0200

    Under development

 src/DynamicBuffer.cpp |    2 ++
 src/Log.cpp           |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

commit d44068e1d1d56f93c68ae6ec91f2ec1eb33c1593
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Sep 3 17:24:27 2009 +0200

    Set Address as a standard for IP addresses
    
    Add parent feature in streams

 src/Address.cpp      |   88 ++++++++++++++++++++++++++++
 src/Address.h        |   73 +++++++++++++++++++++++
 src/ClientStream.cpp |   13 ++--
 src/ClientStream.h   |   10 ++--
 src/DynamicBuffer.h  |    8 +-
 src/Leds.h           |    1 +
 src/ServerStream.cpp |   30 +++++++++-
 src/ServerStream.h   |   10 +++-
 src/Stream.cpp       |    2 +
 src/Stream.h         |    4 +
 src/TcpServer.cpp    |  156 --------------------------------------------------
 src/TcpServer.h      |   56 ------------------
 12 files changed, 220 insertions(+), 231 deletions(-)

commit bb08149904f5faf4c6164011227006770eb6efcb
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Aug 30 16:11:00 2009 +0200

    Add function to get verbosity

 src/Log.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit b36040f828a024240755fe983e8cbf1503e40315
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Aug 27 18:54:29 2009 +0200

    Add EXPORT tag

 src/DynamicBuffer.h |    4 +++-
 src/InfiniteLoop.h  |    4 +++-
 src/Log.h           |    4 +++-
 src/PThread.h       |    3 ++-
 src/Serial.h        |    3 ++-
 src/TcpServer.h     |    4 +++-
 6 files changed, 16 insertions(+), 6 deletions(-)

commit 5bd9de2ceebcaa9525d7785187ef268c56c17781
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Aug 27 18:18:47 2009 +0200

    Add many items at the same time

 src/IncreaseStorage.h |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

commit 3f87b7830e8aab553a648bc62ed7076050d03044
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Aug 27 11:48:01 2009 +0200

    Minor fix after last big changes

 src/GpCoreTools.cpp |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

commit 5ed86ba1072bfcb07933baa1b86608bceae5b617
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Aug 27 11:18:01 2009 +0200

    Remove systematic Gp namespace

 admin/info              |    3 +-
 src/ApplicationHelp.cpp |   94 ++++++++++++++++++++++------------------------
 src/ApplicationHelp.h   |   10 +---
 src/Average.cpp         |    4 +-
 src/Average.h           |    6 +-
 src/Chrono.cpp          |    4 +-
 src/Chrono.h            |    6 +-
 src/ClientStream.cpp    |    8 +---
 src/ClientStream.h      |   10 +---
 src/CoreApplication.cpp |   10 +---
 src/CoreApplication.h   |   12 +----
 src/DynamicBuffer.cpp   |    8 +---
 src/DynamicBuffer.h     |    8 +---
 src/EventLoop.cpp       |    8 +---
 src/EventLoop.h         |   10 +---
 src/File.cpp            |    4 +-
 src/File.h              |    6 +-
 src/IncreaseStorage.cpp |    4 +-
 src/IncreaseStorage.h   |    6 +-
 src/InfiniteLoop.cpp    |    4 +-
 src/InfiniteLoop.h      |    4 +-
 src/Leds.cpp            |    8 +---
 src/Leds.h              |   10 +---
 src/Log.cpp             |    4 +-
 src/Log.h               |    4 +-
 src/PThread.cpp         |    4 +-
 src/PThread.h           |    4 +-
 src/PackageInfo.cpp     |    4 +-
 src/PackageInfo.h       |    6 +-
 src/Serial.cpp          |   12 ++----
 src/Serial.h            |   10 +---
 src/ServerStream.cpp    |    8 +---
 src/ServerStream.h      |   10 +---
 src/Statistics.cpp      |    4 +-
 src/Statistics.h        |    6 +-
 src/Stream.cpp          |    8 +---
 src/Stream.h            |   10 +---
 src/TcpServer.cpp       |    8 +---
 src/TcpServer.h         |    8 +---
 src/Timer.cpp           |    8 +---
 src/Timer.h             |   10 +---
 41 files changed, 143 insertions(+), 232 deletions(-)

commit 7f0a337e473e1a8ec6ebbbfa30d9e478a63f6adb
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Aug 26 08:57:54 2009 +0200

    Add namespace Gp

 src/ApplicationHelp.cpp |    6 +++++-
 src/ApplicationHelp.h   |    4 ++++
 src/ClientStream.cpp    |    4 ++++
 src/ClientStream.h      |    4 ++++
 src/CoreApplication.cpp |    4 ++++
 src/CoreApplication.h   |    4 ++++
 src/DynamicBuffer.cpp   |    4 ++++
 src/DynamicBuffer.h     |    4 ++++
 src/EventLoop.cpp       |    4 ++++
 src/EventLoop.h         |    4 ++++
 src/Leds.cpp            |    4 ++++
 src/Leds.h              |    3 +++
 src/Serial.cpp          |    8 ++++++--
 src/Serial.h            |    6 +++++-
 src/ServerStream.cpp    |    4 ++++
 src/ServerStream.h      |    4 ++++
 src/Stream.cpp          |    3 +++
 src/Stream.h            |    4 ++++
 src/TcpServer.cpp       |    4 ++++
 src/TcpServer.h         |    4 ++++
 src/Timer.cpp           |    4 ++++
 src/Timer.h             |    4 ++++
 22 files changed, 90 insertions(+), 4 deletions(-)

commit b38d1b1c19076fd14ebae1df0b03485f6c835c74
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Aug 25 22:57:06 2009 +0200

    Use CoreApplication::exit() instead of ::exit()
    
    CoreApplication::exit() makes leds flaishing quickly to signal
    unexpected exit.

 src/ApplicationHelp.cpp |   82 +++++++++++++++++++++++-----------------------
 src/ApplicationHelp.h   |    6 ++--
 src/CoreApplication.cpp |   32 ++++++++++++------
 src/CoreApplication.h   |    3 +-
 src/File.h              |    6 ++--
 src/PackageInfo.h       |    8 ++--
 src/ServerStream.cpp    |    5 ++-
 7 files changed, 77 insertions(+), 65 deletions(-)

commit cc78b7d98d1facca56d33cbd5b9d211b4b3d4c1b
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Aug 25 16:37:47 2009 +0200

    New naming convention

 admin/info                     |    4 +-
 src/ApplicationHelp.cpp        |  368 ++++++++++++++++++++++++++++++++++++
 src/ApplicationHelp.h          |   78 ++++++++
 src/Average.cpp                |   80 ++++++++
 src/Average.h                  |   54 ++++++
 src/Chrono.cpp                 |   55 ++++++
 src/Chrono.h                   |   44 +++++
 src/ClientStream.cpp           |   97 ++++++++++
 src/ClientStream.h             |   74 +++++++
 src/CoreApplication.cpp        |  408 ++++++++++++++++++++++++++++++++++++++++
 src/CoreApplication.h          |   71 +++++++
 src/DynamicBuffer.cpp          |   77 ++++++++
 src/DynamicBuffer.h            |   65 +++++++
 src/EventLoop.cpp              |  172 +++++++++++++++++
 src/EventLoop.h                |   63 ++++++
 src/File.cpp                   |   67 +++++++
 src/File.h                     |   39 ++++
 src/IncreaseStorage.cpp        |   33 ++++
 src/IncreaseStorage.h          |  103 ++++++++++
 src/InfiniteLoop.cpp           |   64 +++++++
 src/InfiniteLoop.h             |   74 +++++++
 src/Leds.cpp                   |  171 +++++++++++++++++
 src/Leds.h                     |   60 ++++++
 src/Log.cpp                    |   88 +++++++++
 src/Log.h                      |   46 +++++
 src/PThread.cpp                |   68 +++++++
 src/PThread.h                  |   47 +++++
 src/PackageInfo.cpp            |  117 ++++++++++++
 src/PackageInfo.h              |  107 +++++++++++
 src/Serial.cpp                 |  136 +++++++++++++
 src/Serial.h                   |   59 ++++++
 src/ServerStream.cpp           |   90 +++++++++
 src/ServerStream.h             |   50 +++++
 src/Statistics.cpp             |   90 +++++++++
 src/Statistics.h               |   50 +++++
 src/Stream.cpp                 |   60 ++++++
 src/Stream.h                   |   49 +++++
 src/TcpServer.cpp              |  156 +++++++++++++++
 src/TcpServer.h                |   54 ++++++
 src/Timer.cpp                  |  106 +++++++++++
 src/Timer.h                    |   74 +++++++
 src/qtbapplicationhelplite.cpp |  368 ------------------------------------
 src/qtbapplicationhelplite.h   |   78 --------
 src/qtbaverage.cpp             |   80 --------
 src/qtbaverage.h               |   54 ------
 src/qtbchrono.cpp              |   55 ------
 src/qtbchrono.h                |   44 -----
 src/qtbclientstream.cpp        |   97 ----------
 src/qtbclientstream.h          |   74 -------
 src/qtbcoreapplicationlite.cpp |  408 ----------------------------------------
 src/qtbcoreapplicationlite.h   |   71 -------
 src/qtbdynamicbuffer.cpp       |   77 --------
 src/qtbdynamicbuffer.h         |   65 -------
 src/qtbeventloop.cpp           |  172 -----------------
 src/qtbeventloop.h             |   63 ------
 src/qtbfilelite.cpp            |   67 -------
 src/qtbfilelite.h              |   37 ----
 src/qtbinfiniteloop.cpp        |   64 -------
 src/qtbinfiniteloop.h          |   74 -------
 src/qtbleds.cpp                |  122 ------------
 src/qtbleds.h                  |   58 ------
 src/qtblog.cpp                 |   88 ---------
 src/qtblog.h                   |   45 -----
 src/qtbpackageinfolite.cpp     |  117 ------------
 src/qtbpackageinfolite.h       |  107 -----------
 src/qtbpthread.cpp             |   68 -------
 src/qtbpthread.h               |   47 -----
 src/qtbserial.cpp              |  136 -------------
 src/qtbserial.h                |   59 ------
 src/qtbserverstream.cpp        |   90 ---------
 src/qtbserverstream.h          |   50 -----
 src/qtbstatistics.cpp          |   91 ---------
 src/qtbstatistics.h            |   51 -----
 src/qtbstream.cpp              |   60 ------
 src/qtbstream.h                |   49 -----
 src/qtbtcpserver.cpp           |  156 ---------------
 src/qtbtcpserver.h             |   54 ------
 src/qtbtimer.cpp               |  106 -----------
 src/qtbtimer.h                 |   74 -------
 src/qtbtoolslitedllexport.h    |   43 -----
 80 files changed, 3766 insertions(+), 3621 deletions(-)

commit 1a27e85c1d99727408378fa0012cf42dd974bd8b
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Aug 24 22:43:23 2009 +0200

    development

 src/qtbleds.cpp |  122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbleds.h   |   58 ++++++++++++++++++++++++++
 2 files changed, 180 insertions(+), 0 deletions(-)

commit ae27ea4677e292dc71d61988b41973c5c611e1e1
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Aug 24 22:42:23 2009 +0200

    development

 src/qtbserverstream.cpp |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit c1a9507a7acb9c0e590d60156916cec3598f4781
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Aug 23 23:08:06 2009 +0200

    development

 src/qtbclientstream.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a69e22b504a0e19b0600c0baa92b43611cda2db5
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Aug 23 22:55:32 2009 +0200

    development

 src/qtbclientstream.cpp        |   10 ++++----
 src/qtbcoreapplicationlite.cpp |   42 +++++++++++++++++++--------------------
 src/qtbeventloop.cpp           |    6 ++--
 src/qtbinfiniteloop.cpp        |    2 +-
 src/qtblog.cpp                 |   23 ++++++++++++---------
 src/qtblog.h                   |    4 ++-
 src/qtbserial.cpp              |    4 +-
 src/qtbserverstream.cpp        |   10 ++++----
 src/qtbtcpserver.cpp           |   18 ++++++++--------
 9 files changed, 61 insertions(+), 58 deletions(-)

commit 061899c553580ce40d0eddcba3d1c105cb765e42
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Aug 23 15:55:42 2009 +0200

    development

 src/qtbstream.cpp |   13 +++++++++++--
 src/qtbstream.h   |    5 ++---
 2 files changed, 13 insertions(+), 5 deletions(-)

commit 15805d80e45bbfcec9924bb6879c3f79130b8461
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Aug 23 12:44:03 2009 +0200

    development

 src/qtbclientstream.h  |   15 +++++++++++++++
 src/qtbdynamicbuffer.h |   15 ++++++++++++++-
 2 files changed, 29 insertions(+), 1 deletions(-)

commit ae6873f8aabaf65f99bd3a4f7fef9f053bebf0f4
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Aug 23 00:15:22 2009 +0200

    development

 src/qtbclientstream.cpp |    2 +-
 src/qtbstream.cpp       |    2 +-
 src/qtbstream.h         |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit ae067512a66aa1cf093067f6f048f8d79eafefbc
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Aug 22 14:06:04 2009 +0200

    development

 src/qtbeventloop.cpp    |    6 ++++--
 src/qtbserverstream.cpp |    2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 8ea27ade3b3810c7caa2ade829eeaad3a0e130fa
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Aug 22 01:12:22 2009 +0200

    development

 src/qtbeventloop.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4650fc36b05658b75f5cef854606281c696726ed
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Aug 22 00:34:23 2009 +0200

    New event loop to provide more flexible tcp server
    
    This implementation effort was pulled by the develepment of waranrouted
    (bi-directional flow rate estimator).

 admin/info              |    2 +-
 src/qtbaverage.cpp      |   80 ++++++++++++++++++++++
 src/qtbaverage.h        |   54 +++++++++++++++
 src/qtbchrono.cpp       |   55 +++++++++++++++
 src/qtbchrono.h         |   44 ++++++++++++
 src/qtbclientstream.cpp |   97 +++++++++++++++++++++++++++
 src/qtbclientstream.h   |   59 ++++++++++++++++
 src/qtbeventloop.cpp    |  170 +++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbeventloop.h      |   63 +++++++++++++++++
 src/qtbinfiniteloop.cpp |    3 +-
 src/qtbinfiniteloop.h   |    4 +-
 src/qtblog.cpp          |    8 +-
 src/qtblog.h            |    2 +-
 src/qtbserial.cpp       |    6 +-
 src/qtbserverstream.cpp |   84 +++++++++++++++++++++++
 src/qtbserverstream.h   |   50 ++++++++++++++
 src/qtbstatistics.cpp   |   91 +++++++++++++++++++++++++
 src/qtbstatistics.h     |   51 ++++++++++++++
 src/qtbstream.cpp       |   51 ++++++++++++++
 src/qtbstream.h         |   50 ++++++++++++++
 src/qtbtcpserver.cpp    |    2 +-
 src/qtbtcpserver.h      |    2 +-
 src/qtbtimeout.cpp      |   75 ---------------------
 src/qtbtimeout.h        |   45 ------------
 src/qtbtimer.cpp        |  106 +++++++++++++++++++++++++++++
 src/qtbtimer.h          |   74 ++++++++++++++++++++
 26 files changed, 1196 insertions(+), 132 deletions(-)

commit da5982d80cf0b42c11430f9310bfb546dd0ece6a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Aug 5 19:53:59 2009 +0200

    Print to syslog rather than stderr

 src/qtblog.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 2078ae0565fa6d00c57daf95d8faf0a322043bc3
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jul 30 13:30:09 2009 +0200

    Version 0.1.0-snapshot-20090730

 admin/version-2.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 342d087f1c01f45779f54be7ab8caec089c2e822
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jul 30 10:55:53 2009 +0200

    Add CATEGORY

 admin/info |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 29b81ae74a4138bd3c4f7cb895cf4a0710da6caf
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jul 24 17:14:03 2009 +0200

    Bug fixes after find install on OpenWRT

 admin/info                     |    2 +-
 src/qtbapplicationhelplite.cpp |   10 +++++-----
 src/qtbcoreapplicationlite.cpp |    9 +++++++--
 src/qtbcoreapplicationlite.h   |    3 ++-
 src/qtbdynamicbuffer.cpp       |    1 -
 src/qtbdynamicbuffer.h         |    2 +-
 6 files changed, 16 insertions(+), 11 deletions(-)

commit fc530bf48ddc8241f97936cfc02420ba5906bdeb
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Jul 12 14:43:34 2009 +0200

    New QtbLog facility, saves raw ubx and fix

 src/qtblog.cpp       |   84 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/qtblog.h         |   43 +++++++++++++++++++++++++
 src/qtbtcpserver.cpp |   19 ++++++-----
 3 files changed, 137 insertions(+), 9 deletions(-)

commit 5a3edd70b31bbfd3a3d4734bfd92ee8e1bd0ffe6
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jul 9 19:15:52 2009 +0200

    Compilation error solved

 src/qtbapplicationhelplite.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit c411bedd65ba7cacd093410d8401863cce99d87c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jul 6 21:51:20 2009 +0200

    Add branch 2.1

 admin/version-2.1 |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit f25a53c1e180d98020c6da27fa742d9b7387b999
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jul 6 21:36:12 2009 +0200

    First complete release
    
    Port of qtbtools without Qt dependency

 src/qtbapplicationhelplite.cpp |  366 ++++++++++++++++++++++++++++++++++++
 src/qtbapplicationhelplite.h   |   78 ++++++++
 src/qtbcoreapplicationlite.cpp |  405 ++++++++++++++++++++++++++++++++++++++++
 src/qtbcoreapplicationlite.h   |   70 +++++++
 src/qtbfilelite.cpp            |   67 +++++++
 src/qtbfilelite.h              |   37 ++++
 src/qtbpackageinfolite.cpp     |  117 ++++++++++++
 src/qtbpackageinfolite.h       |  107 +++++++++++
 src/qtbpthread.cpp             |   68 +++++++
 src/qtbpthread.h               |   47 +++++
 src/qtbthread.cpp              |   68 -------
 src/qtbthread.h                |   47 -----
 src/qtbtoolslitedllexport.h    |   43 +++++
 13 files changed, 1405 insertions(+), 115 deletions(-)

commit 8ac25ed59772d6fc1e84342617a9f44d221ebf35
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jul 1 22:07:11 2009 +0200

    New toolkit for daemons without Qt
    
    Support for serial and tcp communication

 admin/info               |   10 +++
 admin/makepro            |    5 ++
 admin/version-master     |    5 ++
 src/qtbdynamicbuffer.cpp |   78 +++++++++++++++++++++++
 src/qtbdynamicbuffer.h   |   52 +++++++++++++++
 src/qtbinfiniteloop.cpp  |   63 +++++++++++++++++++
 src/qtbinfiniteloop.h    |   72 +++++++++++++++++++++
 src/qtbserial.cpp        |  134 +++++++++++++++++++++++++++++++++++++++
 src/qtbserial.h          |   59 +++++++++++++++++
 src/qtbtcpserver.cpp     |  155 ++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbtcpserver.h       |   54 ++++++++++++++++
 src/qtbthread.cpp        |   68 ++++++++++++++++++++
 src/qtbthread.h          |   47 ++++++++++++++
 src/qtbtimeout.cpp       |   75 ++++++++++++++++++++++
 src/qtbtimeout.h         |   45 +++++++++++++
 15 files changed, 922 insertions(+), 0 deletions(-)
