index
:
zephyr
master
an institutional/enterprise-scale real-time messaging and notification system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zhm
/
queue.c
Commit message (
Expand
)
Author
Age
*
passes gcc -Wall with no warnings other than des cryppt C_block sadness and g...
Karl Ramm
2008-01-21
*
de K&Rify
Karl Ramm
2008-01-21
*
Don't reset a null timer. It's bad.
Greg Hudson
1999-10-20
*
Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.
Greg Hudson
1999-01-22
*
Remember to free removed queue entries.
Greg Hudson
1998-07-02
*
When processing a queue entry's timer, set it to NULL so that it
Greg Hudson
1998-02-02
*
From mhpower: avoid possible buffer overflows.
Greg Hudson
1997-09-23
*
Pull in sources from zephyr locker. See /mit/zephyr/repository for
Greg Hudson
1997-09-14
*
zhm could spin after losing contact with a server. This patch does
Greg Hudson
1997-06-09
*
Retransmit notices on a 2-2-4-4-8 schedule instead of on a 25-25-25
Greg Hudson
1997-03-21
*
Changed bcopy to memcpy [ANSI]
Richard Basch
1993-11-19
*
Use _BCOPY macro, not bcopy (defined to be memcopy on ANSI systems)
Richard Basch
1993-09-24
*
ANSI style #endif's
Lucien Van Elsen
1991-12-05
*
declare init_queue() and retransmit_queue() as void
John Kohl
1988-06-27
*
use send_outgoing
John Kohl
1988-06-17
*
Changed "hm.h" to "zhm.h",
David C. Jedlinsky
1988-02-25
*
Robby's peer review code fixes.
David C. Jedlinsky
1987-08-03
*
Oops. Forgot to add an argument to new_server. (red face).
David C. Jedlinsky
1987-07-24
*
Redid some malloc stuff; added queue_len() for STATs.
David C. Jedlinsky
1987-07-16
*
Modified remove_notice_from_queue() so it doesn't destroy ACKs
David C. Jedlinsky
1987-06-30
*
Fixed retransmit_queue().
David C. Jedlinsky
1987-06-29
*
added retransmit_queue().
David C. Jedlinsky
1987-06-27
*
Works well, needs to have retransmit_queue() written.
David C. Jedlinsky
1987-06-25
*
Initial revision
David C. Jedlinsky
1987-06-16