summaryrefslogtreecommitdiff
path: root/lib/ZRetSubs.c
Commit message (Collapse)AuthorAge
* first pass de-K&Rify libGravatar Karl Ramm2008-01-20
|
* Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.Gravatar Greg Hudson1999-01-22
|
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
| | | | detailed change information.
* Changed bzero to memset [ANSI]Gravatar Richard Basch1993-11-19
|
* Use _BZERO,_BCOPY,_BCMP macros in lieu of the functions.Gravatar Richard Basch1993-09-24
| | | | | These are declared in <zephyr/zephyr_conf.h> to be either the BSD routine or the ANSI routines, depending on the system type.
* Add zsub_ prefix to field names of subscription structure.Gravatar John F. Carr1991-06-20
|
* Call Z_WaitForNotice. Declare Z_RetSubs before call.Gravatar Kenneth G Raeburn1991-03-21
|
* [jfc] Use SRV_TIMEOUT instead of HM_TIMEOUT.Gravatar Kenneth G Raeburn1990-12-19
|
* AIX needs <sys/select.h>Gravatar John F. Carr1990-12-11
|
* when port == zero we need to use __Zephyr_portGravatar John Kohl1988-07-19
|
* defaults don't need to be authenticatedGravatar John Kohl1988-07-08
|
* more intelligent select()Gravatar John Kohl1988-07-08
|
* add code to time out and/or detect old serversGravatar John Kohl1988-06-30
|
* lint fixesGravatar John Kohl1988-06-29
|
* auditing changesGravatar John Kohl1988-06-29
|
* lint fixesGravatar John Kohl1988-06-23
|
* add code for ZRetrieveDefaultSubscriptionsGravatar John Kohl1988-06-21
|
* need to use a real portGravatar John Kohl1988-06-17
| | | | | | default format needs to be at least "" compare MultiUID's free up used resources
* remove bogus char[]Gravatar John Kohl1988-06-15
|
* new style subscriptionsGravatar John Kohl1988-06-15
|
* All sorts of changes for ver 0.2Gravatar Robert S. French1988-05-17
|
* Multiple packet supportGravatar Robert S. French1987-11-07
|
* Fixed default_format lossageGravatar Robert S. French1987-08-05
|
* Changed to handle new protocol formatGravatar Robert S. French1987-08-01
|
* Added RCSIDGravatar Robert S. French1987-07-29
|
* Added * handlingGravatar Robert S. French1987-07-10
|
* Initial revisionGravatar Robert S. French1987-07-09