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
/
server
/
client.c
Commit message (
Expand
)
Author
Age
*
server: add CLIENT_FLUSHSUBS control message
Jeffrey Hutzelman
2013-02-26
*
collapse state of a bunch of #if 0 and #if 1 debugging output (one more file)
Karl Ramm
2008-01-21
*
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
*
applied athena-update-branch patch
Karl Ramm
2007-12-25
*
Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.
Greg Hudson
1999-01-22
*
Clean up the dump format: report addresses of clients, and fall back one
Greg Hudson
1998-10-13
*
Keep track of how responsive clients have been and don't time out good ones.
Greg Hudson
1998-09-02
*
Eliminate some cruft: nuke two unused fields in the client structure
Greg Hudson
1998-07-16
*
Pull in sources from zephyr locker. See /mit/zephyr/repository for
Greg Hudson
1997-09-14
*
Set send counter on client structure.
Greg Hudson
1994-10-31
*
Don't do signal blocking; simply set a semaphore flag indicating it is
Richard Basch
1994-08-01
*
Changed bzero to memset [ANSI]
Richard Basch
1993-11-19
*
Changed bcopy/bzero to _BCOPY/_BZERO macros (defined in <zephyr/zephyr_conf.h>)
Richard Basch
1993-09-24
*
removed useless ops in client_deregister- client & clients are both local
Lucien Van Elsen
1992-08-14
*
fix leak in client_deregister
Lucien Van Elsen
1992-08-10
*
turn off other debugging info (for speed)
Lucien Van Elsen
1992-01-17
*
Converted back to ANSI C (with ifdef's for standard C)
Lucien Van Elsen
1991-12-04
*
new debug msg, when adding client
Kenneth G Raeburn
1991-05-13
*
Clear zct_block only if KERBEROS.
Kenneth G Raeburn
1991-03-21
*
C++ conversion and lots of modifications from summer & fall work
Kenneth G Raeburn
1990-11-13
*
add BADSUBPORT support
John Kohl
1990-01-10
*
fix broken logic for determining when to add default subscriptions
John Kohl
1989-05-15
*
add support for subscriptions without defaults
John Kohl
1989-05-04
*
only add default subscriptions if this client did not come
John Kohl
1988-06-24
*
fix rcsid
John Kohl
1988-06-23
*
default subscription support
John Kohl
1988-06-21
*
sys/uio.h is now in zserver.h
John Kohl
1988-06-03
*
add client_dump_clients and interlocking code
John Kohl
1988-02-28
*
lint fixes.
John Kohl
1987-12-18
*
extra arg to client_deregister: if non-zero, flush the locations
John Kohl
1987-11-15
*
flush the client locations when flushing the client
John Kohl
1987-11-09
*
fix external doc at header
John Kohl
1987-08-09
*
We need to save and free the client's kerberos principal
John Kohl
1987-07-24
*
plug some memory leaks
John Kohl
1987-07-14
*
dike out some debugging
John Kohl
1987-07-09
*
clean up NULL pointer checks
John Kohl
1987-07-07
*
first release version
John Kohl
1987-07-01
*
Initial revision
John Kohl
1987-06-19