source: fedd/fedd.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6bedbdba   12 years faber Split topdl and fedid out to different packages. Add differential installs compt_changesinfo-ops
(edit) @2e46f35   13 years mikeryan switch to /usr/bin/env python to run python axis_examplecompt_changesinfo-ops
(edit) @62f3dd9   13 years faber allow command line progams to expand tildes. Added a class derived … axis_examplecompt_changesinfo-ops
(edit) @50ef6e4   14 years faber Thread safety at last?? axis_examplecompt_changesinfo-opsversion-3.01version-3.02
(edit) @46a0f7a   15 years faber Add server debugging that prints stack traces for unanticipated … axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @e087a7a   15 years faber Whoops. Lurking error. axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @f92db31   15 years faber tweak configuration handling axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @5d3f239   15 years faber change package name to avoid conflicts with fedd on install axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @6a0c9f4   15 years faber More namespace cleanup axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @7454054   15 years faber Last file name change (I think) axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @ec4fb42   15 years faber Clean up some names that start with fedd_ that are ugly with the new … axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @2729e48   15 years faber Move things around to make a python module encapsulation easier. More … axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @0a20ef8   15 years faber Cleaner split for module definition axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @1b57352   15 years faber Deal with common connection and SSL errors cleanly axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @a2da110   15 years faber Move service configuration into the config file and remove some … axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @0b123ff   15 years faber More comprehensible error message for a bad service parameter axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @51cc9df   15 years faber split fedid out axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @058f58e   15 years faber Unify the code for calling SOAP and XMLRPC services into a couple … axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @dab4d56   15 years faber Some correct response codes and importantly closing the sockets after … axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @4ed10ae   15 years faber Proxy key additions working axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @f4f4117   15 years faber add remote splitter interface axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @72ed6e4   15 years faber refactor configuration parsing to make code extensions more modular axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @d199ced   15 years faber upgrade axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @0b466d1   15 years faber logging axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @0ea11af   15 years faber clean up and add some docs axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @11a08b0   15 years faber decent logging axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @8ecfbad   15 years faber Inherit from Threading server (whoops) axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @a97394b   15 years faber beginnings of a real multithreaded server axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @19cc408   15 years faber refactoring axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @bcbf543   16 years faber initial SEER integration axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @2d5c8b6   16 years faber generic fault support (they're not all named RequestAccessFault? any more) axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @b234bb9   16 years faber Experiment creation integrated axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @7aec37d   16 years faber split out internal interfaces axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @bb3769a   16 years faber parsing SOAP faults (finally) axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @0a47d52   16 years faber XMLRPC proxy from SOAP and XML axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @329f61d   16 years faber basic XMLRPC axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(edit) @2106ed1   16 years faber check password failures. Exception doesn_t have a message attribute … axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
(add) @6ff0b91   16 years faber Reimplementation of fedd as a start in merging the codebases axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Note: See TracRevisionLog for help on using the revision log.