[1825] in BarnOwl Developers
[nelhage/barnowl] 4f2166: Add a pre-select action list.
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:22:48 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Mon, 19 Oct 2009 19:42:04 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: 4f2166b9a2565b2ccc5fbcbb9869b2a41119a342
http://github.com/nelhage/barnowl/commit/4f2166b9a2565b2ccc5fbcbb9869b2a41119a342
Author: Alejandro R. Sedeño <asedeno@mit.edu>
Date: 2009-10-19 (Mon, 19 Oct 2009)
Changed paths:
M global.c
M owl.h
M select.c
Log Message:
-----------
Add a pre-select action list.
Allow us to add actions that should be performed before calling
pselect(). If the action performs any useful work, it should return
non-zero. If any of the actions return a non-zero value, the timeout
for pselect() will be set to 0s, so that we can process all of these
actions again in case they are interacting with one another, while
still keeping an eye on our file descriptors and timers.
Commit: dbf94e9d63a677506783cbdb11f0d965aa5f1d70
http://github.com/nelhage/barnowl/commit/dbf94e9d63a677506783cbdb11f0d965aa5f1d70
Author: Alejandro R. Sedeño <asedeno@mit.edu>
Date: 2009-10-19 (Mon, 19 Oct 2009)
Changed paths:
M owl.c
Log Message:
-----------
Revert "Process zephyr prior to owl_select(). [more]"
This reverts commit 5657d536d09861fe734329e12194b4c410d34d20.
Commit: 12e291a330f117a61b8b222315c1f39822010a2a
http://github.com/nelhage/barnowl/commit/12e291a330f117a61b8b222315c1f39822010a2a
Author: Alejandro R. Sedeño <asedeno@mit.edu>
Date: 2009-10-19 (Mon, 19 Oct 2009)
Changed paths:
M zephyr.c
Log Message:
-----------
Add a zephyr pre-select action.
This replaces the solution commited in
5657d536d09861fe734329e12194b4c410d34d20.
Commit: 0697f097cd4d945d2e96f60d1690da9c5f4d9dc4
http://github.com/nelhage/barnowl/commit/0697f097cd4d945d2e96f60d1690da9c5f4d9dc4
Author: Alejandro R. Sedeño <asedeno@mit.edu>
Date: 2009-10-19 (Mon, 19 Oct 2009)
Changed paths:
M owl.c
M util.c
Log Message:
-----------
Drop owl_animate_hack.
Commit: 26255f0a891e35ce73aef0db49ff403c3d69efeb
http://github.com/nelhage/barnowl/commit/26255f0a891e35ce73aef0db49ff403c3d69efeb
Author: Alejandro R. Sedeño <asedeno@mit.edu>
Date: 2009-10-19 (Mon, 19 Oct 2009)
Changed paths:
M owl.c
Log Message:
-----------
Add a message processing pre-select action.
Commit: ba88ae7cb3b174b108b29aeb3ff5602b8bfd2871
http://github.com/nelhage/barnowl/commit/ba88ae7cb3b174b108b29aeb3ff5602b8bfd2871
Author: Alejandro R. Sedeño <asedeno@mit.edu>
Date: 2009-10-19 (Mon, 19 Oct 2009)
Changed paths:
M message.c
Log Message:
-----------
Prepare for libzephyr4's sockaddr support.