- 25 May, 2009 9 commits
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@532 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@531 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@529 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
handled propely. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@528 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@527 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@526 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@525 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@524 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@523 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 22 May, 2009 11 commits
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@522 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@521 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
Duplicate checks removed and unified. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@520 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@519 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
might be better that all handlers tests classes inherits from a base class that implements all those kind of common checks. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@518 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
checkNoPacketSent that do the good job. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@517 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@516 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
notify/ask/answer. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@515 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
is now mainly called from neo/handler.py git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@514 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@513 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@512 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 21 May, 2009 9 commits
-
-
Grégory Wisniewski authored
simultaneously. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@511 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@510 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
- Some private methods of Connection prefixed with '_' - Thus those methods are no more overriden in MT* classes - Add description of notify/ask/answer methods and lockCheckWrapper - Remove a forgotten addPacket from storage handler and another from master service handler that requires to add an optional msg_id parameter to notify - Update tests git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@509 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
exception for all others errors. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@508 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
packets (with the id from the answered packet) when possible. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@507 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
tests according to this changes and fix some others affected with previous commits. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@506 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
handleUnexpectedPacket() in storage handlers. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@505 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
UnexpectedPacketError exception or decorators previously commited. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@504 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@503 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 20 May, 2009 11 commits
-
-
Grégory Wisniewski authored
UnexpectedPacketError exception. Update client (with tests) and admin nodes. Those exceptions are now catched in dispatch() and redirect to unexpectedPacket(). git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@502 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@501 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
done for encoding. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@500 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
from Packet class to protocol module in next commit as it was done for encoding. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@499 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
the last one with decoding errors. New protocol exceptions will follows in next commits. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@498 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@497 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
Fix a bug where an empty packet could be sent. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@496 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@495 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
only struct.error exception since it's the wrapper class of struct module. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@494 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@493 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
connector.py by adding ConnectorException as base exception class and a ConnectorConnectionRefusedException raised in makeClientConnection() or recv(). All sockets error are wrapped in ConnectorException and special (unknown) cases are not catched in connection.py git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@492 71dcc9de-d417-0410-9af5-da40c76e7ee4
-