-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Stelian Ionescu <[email protected]>
- Loading branch information
Showing
71 changed files
with
113 additions
and
1,759 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 |
---|---|---|
@@ -1,25 +1,7 @@ | ||
;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- | ||
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*- | ||
;;; | ||
;;; file.lisp --- Short description. | ||
;;; --- Short file description. | ||
;;; | ||
;;; Copyright (C) 20XX, Stelian Ionescu <[email protected]> | ||
;;; | ||
;;; This code is free software; you can redistribute it and/or | ||
;;; modify it under the terms of the version 2.1 of | ||
;;; the GNU Lesser General Public License as published by | ||
;;; the Free Software Foundation, as clarified by the | ||
;;; preamble found here: | ||
;;; http://opensource.franz.com/preamble.html | ||
;;; | ||
;;; This program is distributed in the hope that it will be useful, | ||
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
;;; GNU General Public License for more details. | ||
;;; | ||
;;; You should have received a copy of the GNU Lesser General | ||
;;; Public License along with this library; if not, write to the | ||
;;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | ||
;;; Boston, MA 02110-1301, USA | ||
|
||
(in-package ) | ||
(in-package ...) | ||
|
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Copyright (C) 2003, Zach Beane <[email protected]> | ||
Copyright (C) 2004, Daniel Barlow <[email protected]> | ||
Copyright (C) 2005-2006, Matthew Backes <[email protected]> | ||
Copyright (C) 2005-2006, Dan Knapp <[email protected]> | ||
Copyright (C) 2006-2008, Stelian Ionescu <[email protected]> | ||
Copyright (C) 2007, François-René Rideau <[email protected]> | ||
Copyright (C) 2007, Luis Oliveira <[email protected]> | ||
Copyright (C) 2008, Attila Lendvai <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
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 |
---|---|---|
@@ -1,18 +1,20 @@ | ||
@quotation | ||
This code is free software; you can redistribute it and/or | ||
modify it under the terms of the version 2.1 of | ||
the GNU Lesser General Public License as published by | ||
the Free Software Foundation, as clarified by the | ||
preamble found here: | ||
http://opensource.franz.com/preamble.html | ||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
``Software''), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU Lesser General Public License for more details. | ||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
You should have received a copy of the GNU Lesser General | ||
Public License along with this library; if not, write to the | ||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | ||
Boston, MA 02110-1301, USA | ||
@sc{The software is provided ``as is'', without warranty of any kind, | ||
express or implied, including but not limited to the warranties of | ||
merchantability, fitness for a particular purpose and noninfringement. | ||
In no event shall the authors or copyright holders be liable for any | ||
claim, damages or other liability, whether in an action of contract, | ||
tort or otherwise, arising from, out of or in connection with the | ||
software or the use or other dealings in the software.} | ||
@end quotation |
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 |
---|---|---|
@@ -1,25 +1,4 @@ | ||
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*- | ||
;;; | ||
;;; io-multiplex.asd --- ASDF system definition. | ||
;;; | ||
;;; Copyright (C) 2006-2008, Stelian Ionescu <[email protected]> | ||
;;; | ||
;;; This code is free software; you can redistribute it and/or | ||
;;; modify it under the terms of the version 2.1 of | ||
;;; the GNU Lesser General Public License as published by | ||
;;; the Free Software Foundation, as clarified by the | ||
;;; preamble found here: | ||
;;; http://opensource.franz.com/preamble.html | ||
;;; | ||
;;; This program is distributed in the hope that it will be useful, | ||
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
;;; GNU General Public License for more details. | ||
;;; | ||
;;; You should have received a copy of the GNU Lesser General | ||
;;; Public License along with this library; if not, write to the | ||
;;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | ||
;;; Boston, MA 02110-1301, USA | ||
|
||
(in-package :common-lisp-user) | ||
|
||
|
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 |
---|---|---|
@@ -1,25 +1,7 @@ | ||
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*- | ||
;;; | ||
;;; detect.lisp --- Detect available multiplexers. | ||
;;; --- Detect available multiplexers. | ||
;;; | ||
;;; Copyright (C) 2006-2007, Stelian Ionescu <[email protected]> | ||
;;; | ||
;;; This code is free software; you can redistribute it and/or | ||
;;; modify it under the terms of the version 2.1 of | ||
;;; the GNU Lesser General Public License as published by | ||
;;; the Free Software Foundation, as clarified by the | ||
;;; preamble found here: | ||
;;; http://opensource.franz.com/preamble.html | ||
;;; | ||
;;; This program is distributed in the hope that it will be useful, | ||
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
;;; GNU General Public License for more details. | ||
;;; | ||
;;; You should have received a copy of the GNU Lesser General | ||
;;; Public License along with this library; if not, write to the | ||
;;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | ||
;;; Boston, MA 02110-1301, USA | ||
|
||
(in-package :io.multiplex) | ||
|
||
|
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 |
---|---|---|
@@ -1,25 +1,7 @@ | ||
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*- | ||
;;; | ||
;;; epoll.lisp --- epoll()-based multiplexer implementation. | ||
;;; --- epoll(2) multiplexer implementation. | ||
;;; | ||
;;; Copyright (C) 2006-2008, Stelian Ionescu <[email protected]> | ||
;;; | ||
;;; This code is free software; you can redistribute it and/or | ||
;;; modify it under the terms of the version 2.1 of | ||
;;; the GNU Lesser General Public License as published by | ||
;;; the Free Software Foundation, as clarified by the | ||
;;; preamble found here: | ||
;;; http://opensource.franz.com/preamble.html | ||
;;; | ||
;;; This program is distributed in the hope that it will be useful, | ||
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
;;; GNU General Public License for more details. | ||
;;; | ||
;;; You should have received a copy of the GNU Lesser General | ||
;;; Public License along with this library; if not, write to the | ||
;;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | ||
;;; Boston, MA 02110-1301, USA | ||
|
||
(in-package :io.multiplex) | ||
|
||
|
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 |
---|---|---|
@@ -1,25 +1,7 @@ | ||
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*- | ||
;;; | ||
;;; event-loop.lisp --- Main event loop. | ||
;;; --- Main event loop. | ||
;;; | ||
;;; Copyright (C) 2006-2007, Stelian Ionescu <[email protected]> | ||
;;; | ||
;;; This code is free software; you can redistribute it and/or | ||
;;; modify it under the terms of the version 2.1 of | ||
;;; the GNU Lesser General Public License as published by | ||
;;; the Free Software Foundation, as clarified by the | ||
;;; preamble found here: | ||
;;; http://opensource.franz.com/preamble.html | ||
;;; | ||
;;; This program is distributed in the hope that it will be useful, | ||
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
;;; GNU General Public License for more details. | ||
;;; | ||
;;; You should have received a copy of the GNU Lesser General | ||
;;; Public License along with this library; if not, write to the | ||
;;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | ||
;;; Boston, MA 02110-1301, USA | ||
|
||
(in-package :io.multiplex) | ||
|
||
|
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 |
---|---|---|
@@ -1,25 +1,7 @@ | ||
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*- | ||
;;; | ||
;;; fd-wait.lisp --- Wait for events on single FDs. | ||
;;; --- Wait for events on single FDs. | ||
;;; | ||
;;; Copyright (C) 2006-2008, Stelian Ionescu <[email protected]> | ||
;;; | ||
;;; This code is free software; you can redistribute it and/or | ||
;;; modify it under the terms of the version 2.1 of | ||
;;; the GNU Lesser General Public License as published by | ||
;;; the Free Software Foundation, as clarified by the | ||
;;; preamble found here: | ||
;;; http://opensource.franz.com/preamble.html | ||
;;; | ||
;;; This program is distributed in the hope that it will be useful, | ||
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
;;; GNU General Public License for more details. | ||
;;; | ||
;;; You should have received a copy of the GNU Lesser General | ||
;;; Public License along with this library; if not, write to the | ||
;;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | ||
;;; Boston, MA 02110-1301, USA | ||
|
||
(in-package :io.multiplex) | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- | ||
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*- | ||
;;; | ||
;;; linux.lisp --- Linux-specific definitions. | ||
;;; --- Linux-specific definitions. | ||
;;; | ||
;;; Copyright (C) 2005-2006, Matthew Backes <[email protected]> | ||
;;; Copyright (C) 2005-2006, Dan Knapp <[email protected]> | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- | ||
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*- | ||
;;; | ||
;;; linux.lisp --- Linux-specific definitions. | ||
;;; --- Linux-specific definitions. | ||
;;; | ||
;;; Copyright (C) 2005-2006, Matthew Backes <[email protected]> | ||
;;; Copyright (C) 2005-2006, Dan Knapp <[email protected]> | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- | ||
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*- | ||
;;; | ||
;;; linux.lisp --- Linux-specific definitions. | ||
;;; --- Linux-specific definitions. | ||
;;; | ||
;;; Copyright (C) 2005-2006, Matthew Backes <[email protected]> | ||
;;; Copyright (C) 2005-2006, Dan Knapp <[email protected]> | ||
|
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*- | ||
;;; | ||
;;; unixint.lisp --- Grovel definitions for IO.MULTIPLEX | ||
;;; --- Grovel definitions for IO.MULTIPLEX | ||
;;; | ||
;;; Copyright (C) 2005-2006, Matthew Backes <[email protected]> | ||
;;; Copyright (C) 2005-2006, Dan Knapp <[email protected]> | ||
;;; Copyright (C) 2007, Stelian Ionescu <[email protected]> | ||
;;; Copyright (C) 2007, Stelian Ionescu <[email protected]> | ||
;;; | ||
;;; Permission is hereby granted, free of charge, to any person | ||
;;; obtaining a copy of this software and associated documentation | ||
|
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 |
---|---|---|
@@ -1,25 +1,7 @@ | ||
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*- | ||
;;; | ||
;;; kqueue.lisp --- kequeue multiplexer implementation. | ||
;;; --- kequeue(2) multiplexer implementation. | ||
;;; | ||
;;; Copyright (C) 2006-2008, Stelian Ionescu <[email protected]> | ||
;;; | ||
;;; This code is free software; you can redistribute it and/or | ||
;;; modify it under the terms of the version 2.1 of | ||
;;; the GNU Lesser General Public License as published by | ||
;;; the Free Software Foundation, as clarified by the | ||
;;; preamble found here: | ||
;;; http://opensource.franz.com/preamble.html | ||
;;; | ||
;;; This program is distributed in the hope that it will be useful, | ||
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
;;; GNU General Public License for more details. | ||
;;; | ||
;;; You should have received a copy of the GNU Lesser General | ||
;;; Public License along with this library; if not, write to the | ||
;;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | ||
;;; Boston, MA 02110-1301, USA | ||
|
||
(in-package :io.multiplex) | ||
|
||
|
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 |
---|---|---|
@@ -1,25 +1,7 @@ | ||
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*- | ||
;;; | ||
;;; multiplexer.lisp --- Base class for multiplexers. | ||
;;; --- Base class for multiplexers. | ||
;;; | ||
;;; Copyright (C) 2006-2007, Stelian Ionescu <[email protected]> | ||
;;; | ||
;;; This code is free software; you can redistribute it and/or | ||
;;; modify it under the terms of the version 2.1 of | ||
;;; the GNU Lesser General Public License as published by | ||
;;; the Free Software Foundation, as clarified by the | ||
;;; preamble found here: | ||
;;; http://opensource.franz.com/preamble.html | ||
;;; | ||
;;; This program is distributed in the hope that it will be useful, | ||
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
;;; GNU General Public License for more details. | ||
;;; | ||
;;; You should have received a copy of the GNU Lesser General | ||
;;; Public License along with this library; if not, write to the | ||
;;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, | ||
;;; Boston, MA 02110-1301, USA | ||
|
||
(in-package :io.multiplex) | ||
|
||
|
Oops, something went wrong.