[1375] in BarnOwl Developers
[nelhage/barnowl] e01449: fix some sprintfs in zephyr.c
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:15:58 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
X-Barracuda-Envelope-From: noreply@github.com
Date: Tue, 31 Mar 2009 13:30:15 -0700
To: dirty-owl-hackers@mit.edu
From: noreply@github.com
Branch: refs/heads/owl
Home: http://github.com/nelhage/barnowl
Commit: e01449c8923b35a691a453c6a47db9167000cf06
http://github.com/nelhage/barnowl/commit/e01449c8923b35a691a453c6a47db9167000cf06
Author: James M. Kretchmar <kretch@mit.edu>
Date: 2009-03-29 (Sun, 29 Mar 2009)
Changed paths:
M functions.c
M zephyr.c
Log Message:
-----------
fix some sprintfs in zephyr.c
make zlocate allocate and caller frees
Commit: 765fa3417e8ecd4dd7f9f33000c7b8a514236005
http://github.com/nelhage/barnowl/commit/765fa3417e8ecd4dd7f9f33000c7b8a514236005
Author: James M. Kretchmar <kretch@mit.edu>
Date: 2009-03-29 (Sun, 29 Mar 2009)
Changed paths:
M zephyr.c
Log Message:
-----------
new getsubs()
Commit: 9b9e2d9c94a691fd7b6f7deb64282f947a5ca949
http://github.com/nelhage/barnowl/commit/9b9e2d9c94a691fd7b6f7deb64282f947a5ca949
Author: James M. Kretchmar <kretch@mit.edu>
Date: 2009-03-29 (Sun, 29 Mar 2009)
Changed paths:
M ChangeLog
M zephyr.c
Log Message:
-----------
zlocate return with no zephyr
Commit: 228326af176ec0ddddca2eab6738746b38360eb7
http://github.com/nelhage/barnowl/commit/228326af176ec0ddddca2eab6738746b38360eb7
Author: James M. Kretchmar <kretch@mit.edu>
Date: 2009-03-29 (Sun, 29 Mar 2009)
Changed paths:
M global.c
Log Message:
-----------
resize fix
Commit: 64b64493065a56df6bf6fb448535f664999f9b2c
http://github.com/nelhage/barnowl/commit/64b64493065a56df6bf6fb448535f664999f9b2c
Author: James M. Kretchmar <kretch@mit.edu>
Date: 2009-03-29 (Sun, 29 Mar 2009)
Changed paths:
M owl.c
M owl.h
M zephyr.c
Log Message:
-----------
try owl_zephyr_process_events() at the end of owl_zephyr_handle_ack()
to address race condition. Also one after the select in the main
loop for good measure.
Commit: 6fdef660f762d2eddb7d7ec722cd15a3255a8dca
http://github.com/nelhage/barnowl/commit/6fdef660f762d2eddb7d7ec722cd15a3255a8dca
Author: James M. Kretchmar <kretch@mit.edu>
Date: 2009-03-29 (Sun, 29 Mar 2009)
Changed paths:
M ChangeLog
M owl.h
Log Message:
-----------
Call this 2.2.0
Commit: 6d7e6c6bd0f24513101bd81fdf431000c0799715
http://github.com/nelhage/barnowl/commit/6d7e6c6bd0f24513101bd81fdf431000c0799715
Author: James M. Kretchmar <kretch@mit.edu>
Date: 2009-03-29 (Sun, 29 Mar 2009)
Changed paths:
M zephyr.c
Log Message:
-----------
process aim events with just about any zephyr call
Commit: db654df38a0ca813d2259e1d1680f60809852c2c
http://github.com/nelhage/barnowl/commit/db654df38a0ca813d2259e1d1680f60809852c2c
Author: James M. Kretchmar <kretch@mit.edu>
Date: 2009-03-29 (Sun, 29 Mar 2009)
Changed paths:
M owl.c
M select.c
M zephyr.c
Log Message:
-----------
remove the excessive process_events (it oddly made the situation
worse) and instead call it just on sending login and logout
notificatinos.
new debug message in loadsubs
new handle_ack
Commit: f19fef4b9684bc372abe3521c9768525fd9349d2
http://github.com/nelhage/barnowl/commit/f19fef4b9684bc372abe3521c9768525fd9349d2
Author: James M. Kretchmar <kretch@mit.edu>
Date: 2009-03-29 (Sun, 29 Mar 2009)
Changed paths:
M zephyr.c
Log Message:
-----------
missed semicolons
Commit: c2bcd5436202762bfcdaf693dc78829185d70117
http://github.com/nelhage/barnowl/commit/c2bcd5436202762bfcdaf693dc78829185d70117
Author: James M. Kretchmar <kretch@mit.edu>
Date: 2009-03-29 (Sun, 29 Mar 2009)
Changed paths:
M select.c
Log Message:
-----------
debug message in the wrong place