summaryrefslogtreecommitdiff
path: root/zhm/queue.c
Commit message (Expand)AuthorAge
* Dewarn with -DDEBUGGravatar Jeffrey Hutzelman2013-03-18
* zhm: Don't destroy auth on retransmitGravatar Jeffrey Hutzelman2013-02-16
* Clean up warningsGravatar Jeffrey Hutzelman2013-02-14
* It is still not the 80s anymore -- remove all caddr_tsGravatar Karl Ramm2011-02-02
* passes gcc -Wall with no warnings other than des cryppt C_block sadness and g...Gravatar Karl Ramm2008-01-21
* de K&RifyGravatar Karl Ramm2008-01-21
* Don't reset a null timer. It's bad.Gravatar Greg Hudson1999-10-20
* Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.Gravatar Greg Hudson1999-01-22
* Remember to free removed queue entries.Gravatar Greg Hudson1998-07-02
* When processing a queue entry's timer, set it to NULL so that itGravatar Greg Hudson1998-02-02
* From mhpower: avoid possible buffer overflows.Gravatar Greg Hudson1997-09-23
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
* zhm could spin after losing contact with a server. This patch doesGravatar Greg Hudson1997-06-09
* Retransmit notices on a 2-2-4-4-8 schedule instead of on a 25-25-25Gravatar Greg Hudson1997-03-21
* Changed bcopy to memcpy [ANSI]Gravatar Richard Basch1993-11-19
* Use _BCOPY macro, not bcopy (defined to be memcopy on ANSI systems)Gravatar Richard Basch1993-09-24
* ANSI style #endif'sGravatar Lucien Van Elsen1991-12-05
* declare init_queue() and retransmit_queue() as voidGravatar John Kohl1988-06-27
* use send_outgoingGravatar John Kohl1988-06-17
* Changed "hm.h" to "zhm.h",Gravatar David C. Jedlinsky1988-02-25
* Robby's peer review code fixes.Gravatar David C. Jedlinsky1987-08-03
* Oops. Forgot to add an argument to new_server. (red face).Gravatar David C. Jedlinsky1987-07-24
* Redid some malloc stuff; added queue_len() for STATs.Gravatar David C. Jedlinsky1987-07-16
* Modified remove_notice_from_queue() so it doesn't destroy ACKsGravatar David C. Jedlinsky1987-06-30
* Fixed retransmit_queue().Gravatar David C. Jedlinsky1987-06-29
* added retransmit_queue().Gravatar David C. Jedlinsky1987-06-27
* Works well, needs to have retransmit_queue() written.Gravatar David C. Jedlinsky1987-06-25
* Initial revisionGravatar David C. Jedlinsky1987-06-16