-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec79faf
commit 31abb0a
Showing
158 changed files
with
24,364 additions
and
3,939 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,8 +163,7 @@ BSD (incl. MacOS), but not yet for WIN32 (This is work in progress). Also, | |
more complete documentation, including Doxygen-based code documentation and | ||
a "Developer's Guide" with examples needs to be provided. | ||
|
||
Brian Adamson <[email protected]> 30 September 2003 | ||
|
||
Brian Adamson <[email protected]> 26 June 2017 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,18 +5,14 @@ the future: | |
0) Documentation, documentation, documentation!!! Code documentation and | ||
"Developers' Guide" materials. | ||
|
||
1) ProtoDisptacher use of "epoll()" (Linux), "kqueue()" (BSD), and "/dev/poll" | ||
(Solaris) for enhanced performance over the current use of "select()". We | ||
may also explore use of "pselect()" further if it makes sense. | ||
|
||
2) Generalize the Mutex stuff used in ProtoDispatcher for general purpose | ||
1) Generalize the Mutex stuff used in ProtoDispatcher for general purpose | ||
thread synchronization purposes ... | ||
|
||
3) Make code truly UNICODE compliant ... In particular, any functions which | ||
2) Make code truly UNICODE compliant ... In particular, any functions which | ||
take/return strings (currently "char*") should instead use "tchar" | ||
types/functions as appropriate. | ||
|
||
|
||
Brian Adamson | ||
<[email protected]> | ||
9 June 2005 | ||
26 June 2017 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.