Commit Graph
12048 Commits
Author SHA1 Message Date
Michael Graff 4095b36415 try to get the address put into the returned structure, but no go yet 1998-11-15 11:48:21 +00:00
Bob Halley 7861b13341 add comment 1998-11-14 02:51:26 +00:00
Bob Halley 5bef099303 include attribute.h 1998-11-14 02:49:29 +00:00
Bob Halley e60efa407d change FIND to SEARCH 1998-11-14 02:41:06 +00:00
Bob Halley 18e5d28c86 add 1998-11-14 02:35:03 +00:00
Bob Halley 26ebe15d05 add magic 1998-11-12 23:30:58 +00:00
Bob Halley 4bba0ce1d3 clean up debugging, add magic 1998-11-12 23:30:46 +00:00
Bob Halley 994ba9c913 add write quota 1998-11-12 22:27:30 +00:00
Bob Halley c8e7460242 add 1998-11-12 02:02:52 +00:00
Bob Halley f671a5c51c add isc_mutex_trylock() 1998-11-11 19:03:08 +00:00
Bob Halley 903c1c35fc add ISC_R_LOCKBUSY 1998-11-11 19:02:52 +00:00
Bob Halley b10b0bdf3f assume multithreaded unless ISC_SINGLETHREADED is defined 1998-11-11 19:02:24 +00:00
Michael Graff 8219cec0de fix queued write bug, and result status bug for immediate I/O 1998-11-11 02:05:36 +00:00
Michael Graff 28866ad778 handle manager->maxfd somewhat well -- it'll grow, but never shrink, yet. 1998-11-11 01:44:08 +00:00
Michael Graff 3d8e572880 writing works now, too. 1998-11-11 00:43:14 +00:00
Michael Graff 59b2e9c361 add ISC_R_TASKSHUTDOWN and use it in isc_task_send() 1998-11-10 20:57:32 +00:00
Michael Graff a609982aa7 Small change to the isc_task_send() function: return ISC_R_SUCCESS if the
event was queued, return ISC_R_NORESOURCES if not.  The error return
needs to be something different.
1998-11-10 11:39:13 +00:00
Michael Graff 8871894f2d checkpoint. listen and read works, now. 1998-11-10 11:37:54 +00:00
Michael Graff bb039bc91e snapshot 1998-11-10 01:56:44 +00:00
Michael Graff 91c21a94b8 checkpoint 1998-11-07 02:31:04 +00:00
Michael Graff 7f9e707684 checkpoint 1998-11-06 01:45:35 +00:00
Michael Graff 1edb223dd3 return the number of items purged 1998-11-06 01:44:44 +00:00
Michael Graff f02c1d9431 define more return codes 1998-11-06 01:44:19 +00:00
Bob Halley 5741be0b80 add event destructor 1998-11-03 19:05:12 +00:00
Michael Graff 6d05b41aae Commit socket code so far -- nowhere near done, but I don't wanna loose work. 1998-11-03 00:54:47 +00:00
Michael Graff 35921f41cf Add ISC_R_NORESOURCES, and redo where and how the last entry is set 1998-11-03 00:53:42 +00:00
Bob Halley 7b5e3afd21 buffer.c 1998-10-29 02:01:29 +00:00
Bob Halley 928da6e9e3 add 1998-10-29 02:01:20 +00:00
Bob Halley b32248301c the event action is now responsible for freeing the event memory 1998-10-28 01:45:43 +00:00
Bob Halley b592e197fe update 1998-10-27 03:12:07 +00:00
Bob Halley a2a072eb23 use proper isc result type 1998-10-26 23:08:23 +00:00
Bob Halley 4d6964d70a checkpoint 1998-10-26 23:07:57 +00:00
Bob Halley 3cddfdd299 add new results 1998-10-26 23:07:15 +00:00
Bob Halley ab774d16c4 get rid of now-unneeded time.h 1998-10-24 01:06:59 +00:00
Bob Halley d3239a41d1 eliminate detach 1998-10-23 23:51:09 +00:00
Bob Halley 7c93964aaf use isc_thread_join() to wait for workers to exit 1998-10-23 23:50:15 +00:00
Bob Halley b07a162e29 type changes for _beginthreadex 1998-10-23 23:02:01 +00:00
Bob Halley 4bed2e84a3 opaque isc_time_t; add isc_interval_t; UNIX-specific conversions 1998-10-23 23:01:41 +00:00
Bob Halley 49bcef9c9c opaque isc_time_t 1998-10-23 23:01:12 +00:00
Bob Halley db1e643c60 isc_interval_t conversion 1998-10-23 23:00:40 +00:00
Bob Halley 5cc3e0c38f opaque isc_time_t; add isc_interval_t; conditional WINAPI for run() 1998-10-23 22:59:44 +00:00
Bob Halley 3ce87f4ed9 conditional WINAPI for run() 1998-10-23 22:59:02 +00:00
Bob Halley 1eda5e1a7c switch to _beginthreadex; close thread handle after join 1998-10-23 18:24:18 +00:00
Bob Halley ce1e4ac907 clean up; add warnings about use of signal and broadcast 1998-10-23 18:22:22 +00:00
Bob Halley 9fbefe0ace convert back to UNIX text format 1998-10-23 06:02:07 +00:00
Bob Halley 0fc87fa2f3 add 1998-10-23 05:45:44 +00:00
Bob Halley 6052dab738 update 1998-10-23 05:45:26 +00:00
Bob Halley 06bb37d18e need string.h to get memcpy prototype 1998-10-23 05:44:59 +00:00
Bob Halley 42e562f5e3 revise join; add arg and result types 1998-10-23 05:44:27 +00:00
Bob Halley f191e3b4e8 Switch from BROADCAST to SIGNAL in many cases; hold lock while doing either. 1998-10-22 19:23:26 +00:00