Ted Lemon
|
e857fa8cee
|
- Set O_NONBLOCK on incoming connections (we were already doing this
for outgoing connections).
|
1999-10-19 15:37:08 +00:00 |
|
Ted Lemon
|
c936e8c172
|
- Fix buffer head/tail code.
- Correctly handle no more data and remote disconnect.
|
1999-10-19 15:36:16 +00:00 |
|
Ted Lemon
|
abf550084b
|
Initialize head of buffers in allocator, just to be sure.
|
1999-10-19 15:35:16 +00:00 |
|
Ted Lemon
|
06feb756af
|
- Don't try to look up an object if we didn't get a description with which
to do the lookup (since this would cause a core dump!).
|
1999-10-14 18:15:56 +00:00 |
|
Ted Lemon
|
0e603324d7
|
Take appropriate action when directed to send null data.
|
1999-10-14 18:09:48 +00:00 |
|
Ted Lemon
|
013be24d6e
|
Pass pointer to unsigned long, for portability to 64-bit architectures.
|
1999-10-08 17:28:09 +00:00 |
|
Ted Lemon
|
a804d24e26
|
Get rid of u_* declarations for portability.
|
1999-10-08 17:19:41 +00:00 |
|
Ted Lemon
|
6a4c4be871
|
Seperate public and private object declarations.
|
1999-10-08 03:43:15 +00:00 |
|
Ted Lemon
|
b1b7b521fe
|
Get a clean compile with all known gcc warnings.
|
1999-10-07 06:36:35 +00:00 |
|
Ted Lemon
|
ef216c04e1
|
Make clean target clean up test program.
|
1999-10-06 22:39:11 +00:00 |
|
Ted Lemon
|
9e7cc56a3d
|
Fix a stupid bug in the listener object accept routine.
|
1999-10-06 19:27:21 +00:00 |
|
Ted Lemon
|
fd81bd9ea6
|
Install libraries and includes.
|
1999-10-04 23:48:28 +00:00 |
|
Ted Lemon
|
3c4358e7d2
|
- Fix the open lookup so that a result code of NOKEYS does not cause
creates to fail.
|
1999-10-01 03:23:03 +00:00 |
|
Ted Lemon
|
3989a9e813
|
Add bad parse and no keys result codes.
|
1999-10-01 03:21:53 +00:00 |
|
Ted Lemon
|
7e2757c5f1
|
Add key conflict result code
|
1999-09-28 22:57:14 +00:00 |
|
Ted Lemon
|
8119f73941
|
Notice error return from 'updated' signal.
|
1999-09-16 05:16:09 +00:00 |
|
Ted Lemon
|
ccce1cc621
|
Change delete to remove for compatibility with C++
|
1999-09-16 04:53:38 +00:00 |
|
Ted Lemon
|
5e3beae3a3
|
Type casts for Solaris, from Brian Murrell.
|
1999-09-16 00:59:01 +00:00 |
|
Ted Lemon
|
2d92095d6e
|
Fix some uninitialized objects.
|
1999-09-15 19:47:38 +00:00 |
|
Ted Lemon
|
8a6dfe4c4b
|
Solaris CC requires break statements at end of switches...
|
1999-09-15 17:22:52 +00:00 |
|
Ted Lemon
|
205547f172
|
Zero listener object before initializing.
|
1999-09-15 17:22:10 +00:00 |
|
Ted Lemon
|
e92653f1ec
|
Bug fixes courtesy of Brian Murrell
|
1999-09-09 23:53:29 +00:00 |
|
Ted Lemon
|
34a0439284
|
Add delete method. Support remote-handle.
|
1999-09-09 23:31:57 +00:00 |
|
Ted Lemon
|
e5bbe4da42
|
Send handle in response to messages - do not volunteer it.
|
1999-09-09 23:31:21 +00:00 |
|
Ted Lemon
|
47e746b7f9
|
Add delete method and notify_object.
|
1999-09-09 23:30:51 +00:00 |
|
Ted Lemon
|
5a8e13c6ca
|
Fix some stupid bugs. add update and send_status functions.
|
1999-09-09 21:10:20 +00:00 |
|
Ted Lemon
|
2fbdfd6546
|
Add some additional support functions. Fix type registration function.
|
1999-09-09 21:09:39 +00:00 |
|
Ted Lemon
|
aca22287ac
|
Fix many small bugs.
|
1999-09-09 21:09:01 +00:00 |
|
Ted Lemon
|
727ebc3a15
|
Strip the waiter from its object after the wait completes!
|
1999-09-09 21:08:28 +00:00 |
|
Ted Lemon
|
2f11d5e1da
|
- Set the SO_REUSEADDR flag when creating sockets.
- Fix an uninitialized pointer bug.
|
1999-09-09 21:07:55 +00:00 |
|
Ted Lemon
|
581e37e47f
|
Debugging sweep, added some new functionality
|
1999-09-08 01:48:56 +00:00 |
|
Ted Lemon
|
06b1a136d4
|
Adjust some pointers
|
1999-09-02 00:36:58 +00:00 |
|
Ted Lemon
|
61b844bfd7
|
Omapi library, initial checkin
|
1999-09-02 00:32:56 +00:00 |
|