summaryrefslogtreecommitdiff
path: root/server/dispatch.c
Commit message (Collapse)AuthorAge
* new library fixesGravatar John Kohl1988-06-15
|
* only do auth if we have a hold on the client descriptorGravatar John Kohl1988-06-03
|
* rearrange not-yet-acknowledged packets to be by destination, not client.Gravatar John Kohl1988-06-03
| | | | | | This allows us to use xmit() from other modules Also incorporate control_dispatch into this .c file.
* Barf if requeueing and not concurrent.Gravatar John Kohl1988-02-05
|
* Support for concurrency locking. Not ifdef'd since it will only be usedGravatar John Kohl1988-02-05
| | | | if CONCURRENCY is defined within bdump_s.c
* lint fixesGravatar John Kohl1987-12-18
|
* remove useless warningGravatar John Kohl1987-09-28
|
* bulletproof from bad types (byte swapped, usually)Gravatar John Kohl1987-07-24
|
* protection for when we are brain dumping;Gravatar John Kohl1987-07-22
|
* transmit restrictions include class_inst == senderGravatar John Kohl1987-07-17
|
* name change subscr_list_free -> subscr_free_listGravatar John Kohl1987-07-17
|
* make pktypes globalGravatar John Kohl1987-07-14
| | | | lint cleanup
* plug up memory holes; change name of is_server to server_which_serverGravatar John Kohl1987-07-14
|
* added multiple server support; dike out some debugginGravatar John Kohl1987-07-09
|
* new debug style, clean up null pointer checks and comments.Gravatar John Kohl1987-07-07
|
* clean up dispatch, add comments describing external funcsGravatar John Kohl1987-07-02
|
* need to pass the HM_CTL to the hostm_dispatchGravatar John Kohl1987-07-01
|
* first release versionGravatar John Kohl1987-07-01
|
* Initial revisionGravatar John Kohl1987-06-19