-
Notifications
You must be signed in to change notification settings - Fork 41
/
AUTHORS
37 lines (24 loc) · 1.34 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
ser2sock AUTHORS --- Place for people to list their contributions to ser2sock.
When you enhance or fix something, put your name and a description of the
what/where/whey/why/how here. If you like, feel free to include an email
address.
Copyright (C) 1996-2013 Free Software Foundation, Inc.
See the end for copying conditions.
Please send ser2sock bug reports to [email protected]
Sean Mathews <[email protected]>
2010 - Designed and written based upon non blocking socket select patterns
with a single worker loop using FD_SETS to determine what fd need
attention. Some simple state management of connections and queues to
buffer and distribute the data.
Scott Petersen <[email protected]>
2013 - Added SSL support
Copyright information:
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2006 Free Software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.
Permission is granted to distribute modified versions
of this document, or of portions of it,
under the above conditions, provided also that they
carry prominent notices stating who last changed them.