|
From: <pet...@us...> - 2006-10-04 03:52:14
|
Revision: 1164
http://svn.sourceforge.net/metpx/?rev=1164&view=rev
Author: peter_silva
Date: 2006-10-03 20:52:10 -0700 (Tue, 03 Oct 2006)
Log Message:
-----------
more English...
Modified Paths:
--------------
trunk/sundew/lib/bulletinManager.py
trunk/sundew/lib/bulletinManagerAm.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dl...@us...> - 2006-10-04 21:40:27
|
Revision: 1169
http://svn.sourceforge.net/metpx/?rev=1169&view=rev
Author: dlema99
Date: 2006-10-04 14:40:22 -0700 (Wed, 04 Oct 2006)
Log Message:
-----------
Add possibility to set SO_KEEPALIVE to OFF for
any source/client
Modified Paths:
--------------
trunk/sundew/lib/Client.py
trunk/sundew/lib/Source.py
trunk/sundew/lib/receiverAm.py
trunk/sundew/lib/receiverWmo.py
trunk/sundew/lib/socketManager.py
trunk/sundew/lib/socketManagerAm.py
trunk/sundew/lib/socketManagerWmo.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dl...@us...> - 2006-10-05 15:34:03
|
Revision: 1173
http://svn.sourceforge.net/metpx/?rev=1173&view=rev
Author: dlema99
Date: 2006-10-05 08:33:58 -0700 (Thu, 05 Oct 2006)
Log Message:
-----------
Bug correction for being able to set keepAlive (True|False)
Modified Paths:
--------------
trunk/sundew/lib/receiverAm.py
trunk/sundew/lib/receiverWmo.py
trunk/sundew/lib/senderAm.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dl...@us...> - 2006-10-05 16:30:33
|
Revision: 1174
http://svn.sourceforge.net/metpx/?rev=1174&view=rev
Author: dlema99
Date: 2006-10-05 09:30:27 -0700 (Thu, 05 Oct 2006)
Log Message:
-----------
Keepalive infos added
Modified Paths:
--------------
trunk/sundew/lib/Client.py
trunk/sundew/lib/Source.py
trunk/sundew/lib/senderWmo.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pet...@us...> - 2006-10-05 23:12:28
|
Revision: 1176
http://svn.sourceforge.net/metpx/?rev=1176&view=rev
Author: peter_silva
Date: 2006-10-05 16:12:21 -0700 (Thu, 05 Oct 2006)
Log Message:
-----------
Translated comments and strings to English.
Modified Paths:
--------------
trunk/sundew/lib/bulletin.py
trunk/sundew/lib/bulletinPlain.py
trunk/sundew/lib/bulletinWmo.py
trunk/sundew/lib/gateway.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pet...@us...> - 2006-10-05 23:47:25
|
Revision: 1177
http://svn.sourceforge.net/metpx/?rev=1177&view=rev
Author: peter_silva
Date: 2006-10-05 16:47:20 -0700 (Thu, 05 Oct 2006)
Log Message:
-----------
translated strings and comments to English.
Modified Paths:
--------------
trunk/sundew/lib/receiverAm.py
trunk/sundew/lib/receiverWmo.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pet...@us...> - 2006-10-06 01:35:00
|
Revision: 1178
http://svn.sourceforge.net/metpx/?rev=1178&view=rev
Author: peter_silva
Date: 2006-10-05 18:34:50 -0700 (Thu, 05 Oct 2006)
Log Message:
-----------
Last of the translation. Comments and strings is now entirely in English.
(OK so there might be an odd one here or there overlooked.)
Modified Paths:
--------------
trunk/sundew/lib/senderAMIS.py
trunk/sundew/lib/senderAm.py
trunk/sundew/lib/senderWmo.py
trunk/sundew/lib/socketManager.py
trunk/sundew/lib/socketManagerAm.py
trunk/sundew/lib/socketManagerWmo.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pet...@us...> - 2006-10-07 20:59:06
|
Revision: 1180
http://svn.sourceforge.net/metpx/?rev=1180&view=rev
Author: peter_silva
Date: 2006-10-07 13:58:59 -0700 (Sat, 07 Oct 2006)
Log Message:
-----------
Added -PRIORITY as a synonym of -CIRCUIT in extensions.
CIRCUIT is a holdover from late 2004. The design that used circuit lists
was tossed out in october 2004. The keyword has since been used for priority
instead, but the keyword was never changed.
Also added FIXME note about things which should be in px.conf, rather
than hard coded.
Modified Paths:
--------------
trunk/sundew/lib/bulletinAm.py
trunk/sundew/lib/bulletinManager.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2006-10-12 16:08:37
|
Revision: 1209
http://svn.sourceforge.net/metpx/?rev=1209&view=rev
Author: michel_grenier
Date: 2006-10-12 09:08:32 -0700 (Thu, 12 Oct 2006)
Log Message:
-----------
Putting new routing in bulletin
Adding a module getClients that join both direct and key_accept client retrieve
Use that new module in Ingestor
Modified Paths:
--------------
trunk/sundew/lib/DirectRoutingParser.py
trunk/sundew/lib/Ingestor.py
trunk/sundew/lib/bulletinManager.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2006-10-16 15:03:36
|
Revision: 1224
http://svn.sourceforge.net/metpx/?rev=1224&view=rev
Author: michel_grenier
Date: 2006-10-16 08:03:27 -0700 (Mon, 16 Oct 2006)
Log Message:
-----------
fnmatch changed for findall
accept/reject (imask/emask) will now work with regexp
and so will key_accept in routing table
Modified Paths:
--------------
trunk/sundew/lib/Client.py
trunk/sundew/lib/DirectRoutingParser.py
trunk/sundew/lib/DiskReader.py
trunk/sundew/lib/Ingestor.py
trunk/sundew/lib/Source.py
trunk/sundew/lib/Sourlient.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2006-10-17 13:30:19
|
Revision: 1227
http://svn.sourceforge.net/metpx/?rev=1227&view=rev
Author: michel_grenier
Date: 2006-10-17 06:30:14 -0700 (Tue, 17 Oct 2006)
Log Message:
-----------
adjusting to pxFilter needs
Modified Paths:
--------------
trunk/sundew/lib/DirectRoutingParser.py
trunk/sundew/lib/Ingestor.py
trunk/sundew/lib/PXManager.py
trunk/sundew/lib/PXPaths.py
trunk/sundew/lib/Source.py
trunk/sundew/lib/SystemManager.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2006-10-17 13:32:16
|
Revision: 1228
http://svn.sourceforge.net/metpx/?rev=1228&view=rev
Author: michel_grenier
Date: 2006-10-17 06:32:12 -0700 (Tue, 17 Oct 2006)
Log Message:
-----------
fix some tabs for spaces
Modified Paths:
--------------
trunk/sundew/lib/Ingestor.py
trunk/sundew/lib/Source.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dl...@us...> - 2006-10-26 20:30:44
|
Revision: 1253
http://svn.sourceforge.net/metpx/?rev=1253&view=rev
Author: dlema99
Date: 2006-10-26 13:30:39 -0700 (Thu, 26 Oct 2006)
Log Message:
-----------
Pattern matching for Sourlient completed
Modified Paths:
--------------
trunk/sundew/lib/DiskReader.py
trunk/sundew/lib/Sourlient.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dl...@us...> - 2006-11-03 22:26:53
|
Revision: 1263
http://svn.sourceforge.net/metpx/?rev=1263&view=rev
Author: dlema99
Date: 2006-11-03 14:19:23 -0800 (Fri, 03 Nov 2006)
Log Message:
-----------
DirectRoutingParser debug log changes
Client ... accept/reject...
Ingestor... priority from routeKey when pds file...
(was tested with bulletin which always worked)
Modified Paths:
--------------
trunk/sundew/lib/Client.py
trunk/sundew/lib/DirectRoutingParser.py
trunk/sundew/lib/Ingestor.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2006-11-30 13:18:53
|
Revision: 1359
http://svn.sourceforge.net/metpx/?rev=1359&view=rev
Author: michel_grenier
Date: 2006-11-30 05:18:10 -0800 (Thu, 30 Nov 2006)
Log Message:
-----------
OUCH!! backword compatibility imask/emask was not working...
my fault not tested... fixed and tested with
everything but sourlient
Modified Paths:
--------------
trunk/sundew/lib/Client.py
trunk/sundew/lib/DiskReader.py
trunk/sundew/lib/Source.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2006-12-01 18:25:47
|
Revision: 1361
http://svn.sourceforge.net/metpx/?rev=1361&view=rev
Author: michel_grenier
Date: 2006-12-01 10:25:40 -0800 (Fri, 01 Dec 2006)
Log Message:
-----------
Get rid of message "deprecated" for imask emask ...
Sourlient reject fixed
Modified Paths:
--------------
trunk/sundew/lib/Client.py
trunk/sundew/lib/Source.py
trunk/sundew/lib/Sourlient.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2006-12-03 18:09:54
|
Revision: 1366
http://svn.sourceforge.net/metpx/?rev=1366&view=rev
Author: michel_grenier
Date: 2006-12-03 10:09:53 -0800 (Sun, 03 Dec 2006)
Log Message:
-----------
FX treated properly by pxChecker
Modified Paths:
--------------
trunk/sundew/lib/PXManager.py
trunk/sundew/lib/SystemManager.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2007-01-05 15:37:33
|
Revision: 1411
http://svn.sourceforge.net/metpx/?rev=1411&view=rev
Author: michel_grenier
Date: 2007-01-05 07:37:19 -0800 (Fri, 05 Jan 2007)
Log Message:
-----------
Adding pull capabilities to metpx
Adding DESTFNSCRIPT=script.py as possible filename in Client.py
Scripts for fx_script and destfn_script should now be placed in /apps/px/etc/scripts
Modified Paths:
--------------
trunk/sundew/lib/Client.py
trunk/sundew/lib/Ingestor.py
trunk/sundew/lib/PXPaths.py
trunk/sundew/lib/Source.py
Added Paths:
-----------
trunk/sundew/lib/PullFTP.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2007-01-10 20:18:50
|
Revision: 1429
http://svn.sourceforge.net/metpx/?rev=1429&view=rev
Author: michel_grenier
Date: 2007-01-10 12:18:49 -0800 (Wed, 10 Jan 2007)
Log Message:
-----------
SenderFTP permission on directory created
Ingestor log info different for fx modified
PullFTP Comments...
Modified Paths:
--------------
trunk/sundew/lib/Ingestor.py
trunk/sundew/lib/PullFTP.py
trunk/sundew/lib/SenderFTP.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2007-03-13 17:15:14
|
Revision: 1525
http://svn.sourceforge.net/metpx/?rev=1525&view=rev
Author: michel_grenier
Date: 2007-03-13 10:15:13 -0700 (Tue, 13 Mar 2007)
Log Message:
-----------
Modifications to have the buoy name in the ingested filename for SXAK50
Modified Paths:
--------------
trunk/sundew/lib/bulletin.py
trunk/sundew/lib/bulletinManager.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2007-04-05 18:05:15
|
Revision: 1558
http://svn.sourceforge.net/metpx/?rev=1558&view=rev
Author: michel_grenier
Date: 2007-04-05 11:05:01 -0700 (Thu, 05 Apr 2007)
Log Message:
-----------
Routing speed improvements for accept/reject
key_accept in DirectRoutingParser uses the same trick
Idea : regexp are compiled into a regexp object.
The regexp object is kept into the mask array
An boolean value was also added to the mask array.
accept will set it to True means and reject to False.
This greatly simplifies the test.
When we have a match : just return its associated boolean value
Modified Paths:
--------------
trunk/sundew/lib/Client.py
trunk/sundew/lib/DirectRoutingParser.py
trunk/sundew/lib/DiskReader.py
trunk/sundew/lib/Ingestor.py
trunk/sundew/lib/Source.py
trunk/sundew/lib/Sourlient.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2007-05-30 17:38:57
|
Revision: 1643
http://svn.sourceforge.net/metpx/?rev=1643&view=rev
Author: michel_grenier
Date: 2007-05-30 10:38:49 -0700 (Wed, 30 May 2007)
Log Message:
-----------
Adding sftp support to SenderFTP
Modified Paths:
--------------
trunk/sundew/lib/Client.py
trunk/sundew/lib/SenderFTP.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2007-05-31 17:16:34
|
Revision: 1657
http://svn.sourceforge.net/metpx/?rev=1657&view=rev
Author: michel_grenier
Date: 2007-05-31 10:16:32 -0700 (Thu, 31 May 2007)
Log Message:
-----------
Files in priority 0 are retransmitted without checking for duplicates
Modified Paths:
--------------
trunk/sundew/lib/senderAMIS.py
trunk/sundew/lib/senderAm.py
trunk/sundew/lib/senderWmo.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2007-06-07 19:43:53
|
Revision: 1673
http://svn.sourceforge.net/metpx/?rev=1673&view=rev
Author: michel_grenier
Date: 2007-06-07 12:43:46 -0700 (Thu, 07 Jun 2007)
Log Message:
-----------
Add the suppress duplicate for receiver of type
single-file bulletin-file pull-file pull-bulletin
Modified Paths:
--------------
trunk/sundew/lib/Ingestor.py
trunk/sundew/lib/Source.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2007-06-19 15:32:56
|
Revision: 1724
http://svn.sourceforge.net/metpx/?rev=1724&view=rev
Author: michel_grenier
Date: 2007-06-19 08:32:16 -0700 (Tue, 19 Jun 2007)
Log Message:
-----------
Arrival fixed + CA with right time (if possible) in bulletinAm
Modified Paths:
--------------
trunk/sundew/lib/Source.py
trunk/sundew/lib/bulletinAm.py
trunk/sundew/lib/bulletinManager.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|