| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-08-02 | fix copyright | fukachan | |
| 2008-08-02 | create isolated queue, too. | fukachan | |
| 2006-07-09 | white space cosmetics | fukachan | |
| 2006-05-04 | constuctor imports $expire_limit in the argument. | fukachan | |
| delete() and remove() can accept queue id if specified. define expire() which removes too old queue files in the specified queue. It expires all queue if $class unspecified. expire()/cleanup() is overhauled. queue removing is done by remove(). define {set,get}_expire_limit() access methods. | |||
| 2006-04-28 | fix open() mode: r -> < | fukachan | |
| 2006-04-09 | modify debug message | fukachan | |
| 2006-04-05 | mask some debug messages | fukachan | |
| 2006-04-05 | fix usage of logging. | fukachan | |
| trylock() is available, too. validate stat() object before using it. | |||
| 2006-04-04 | define set_sleep_count, get_sleep_count, set_retry_count and | fukachan | |
| get_retry_count. rewritten by using them. | |||
| 2006-04-03 | bug fixed to lock new or lock queue file, not active queue. | fukachan | |
| 2006-04-03 | ensure lock/unlock return value | fukachan | |
| 2006-04-02 | fix typo. | fukachan | |
| check lock status. | |||
| 2006-04-01 | overhaul | fukachan | |
| 2006-03-25 | overhaul. | fukachan | |
| more access method based. | |||
| 2006-03-21 | fix type in queue_id generator | fukachan | |
| 2006-02-15 | define delete() as an alias of remove() | fukachan | |
| 2006-01-09 | white space cosmetics. | fukachan | |
| fix copyright. | |||
| 2005-12-18 | enhanced dup_conent() to take two arguments. | fukachan | |
| 2005-08-19 | FNF: XXX_clean_up() -> XXX_cleanup() | fukachan | |
| 2005-08-09 | FNF: content_dup2() -> dup_content() | fukachan | |
| 2005-06-03 | fix args and comments of *_dir_path(). | fukachan | |
| implement local_{dir,file}_path(), content_dup2(), open() and close(). queue_id = second + microsecond + pid + counter. now other module can extend class for local use. | |||
| 2005-05-27 | add randam factor into exponential back off. | fukachan | |
| back off is upper limited by 4000 sec. | |||
| 2004-12-15 | implement clean_up() method | fukachan | |
| 2004-12-15 | randomize queue list more in fair-queue mode. | fukachan | |
| 2004-09-23 | fix comments (FNF) | fukachan | |
| 2004-09-04 | is_valid_queue() returns ok if the specified queue exists in active or | fukachan | |
| deferred queue. | |||
| 2004-09-04 | log messages in removing queue | fukachan | |
| 2004-09-03 | bug fix queue strategy info file hanling. | fukachan | |
| implement log(), {set,get}_log_function(). log more and more. | |||
| 2004-08-15 | implement voluntary sleep/wakeup queue mode switching. | fukachan | |
| o implement queue management utilities. o move queue from active to deferred if delivery failed. o rename *_strategy to *_policy o overhaul/clean up internal style. | |||
| 2004-08-14 | implement basic queue management strategy. | fukachan | |
| 2004-08-13 | implement list_all(), last_modified_time(). | fukachan | |
| remove get_class_list(). | |||
| 2004-08-13 | clean up new(). | fukachan | |
| list() can take an argument for $class if needed. implement is_valid_queue() and get_class_list() methods. | |||
| 2004-06-29 | overhaul: | fukachan | |
| o fix comments. o fix messages/error messages. o use //o if could. o specify initial value. | |||
| 2004-06-27 | validate if message object supports write_count() method. | fukachan | |
| 2004-06-27 | queue system debug: trace number of bytes written. | fukachan | |
| 2004-05-25 | define incoming queue. | fukachan | |
| implement new method: incoming_file_path(), incoming_dir_path(). not set transport (not touch transport info file) by default. more rigid write error tracking. rename valid() -> valid_active_queue() to clarify the role. | |||
| 2004-05-24 | check write error more strictly. | fukachan | |
| 2004-05-19 | handle transport infomation. | fukachan | |
| fix comments. | |||
| 2004-05-18 | support lock({ lock_before_runnable => yes }) extension. | fukachan | |
| FML::Process::Distribute needs such option to own the current article delivery by itself to distinct it from queue flush system on other processes. | |||
| 2004-02-15 | white space cosmetics. | fukachan | |
| 2004-01-24 | overhaul from FNF point view. | fukachan | |
| o fix comments. o fix loop label name. o more correct initialization if could. o use //o; | |||
| 2003-12-30 | validate $value (ARRAY_REF). | fukachan | |
| update comments. | |||
| 2003-12-29 | define *_file_path() methods. | fukachan | |
| bug fix use of *_{dir,file}_path() functions. | |||
| 2003-12-22 | fix typo. | fukachan | |
| *_dirpath() -> *_dir_path(). | |||
| 2003-12-22 | define the following methods and modified to use it: | fukachan | |
| new_dirpath deferred_dirpath active_dirpath info_dirpath sender_dir_path recipients_dir_path | |||
| 2003-10-15 | space cosmetics | fukachan | |
| 2003-08-23 | fix comments: =head2 function(...) form | fukachan | |
| 2003-04-15 | reset alarm after flock() | fukachan | |
| 2003-03-17 | log setrunnable() succeed. | fukachan | |
| 2003-02-11 | FNF: not use $_ | fukachan | |
