Timeline


and

Nov 14, 2012:

3:45 PM Changeset [176c22b] by David Benjamin <davidben@mit.edu>
Fix display of pseudologins After b9517cf7ce2959a6e86a52d25a98b1d03df56d58, they lost fields and auth keys. They're faked, so they don't really have fields or auth, but put them in anyway to appease existing styles. Reported-By: Kevin Chen <kchen@mit.edu>
2:49 PM Changeset [0125e46] by David Benjamin <davidben@mit.edu>
Merge ccc182c44c03b00d718f4684ab8aa06d9493ad3c into c42a8d1091e249bf9e1e7a3a93c7e22c9f469414
2:47 PM Changeset [ccc182c]release-1.10 by David Benjamin <davidben@mit.edu>
Unbundle random Facebook module libraries Probably saner to ship them in the locker, lest some random other CPAN module pick them up as dependencies. reload-module seems to get kind of confused when there's a copy in a PAR and in the locker. The original motivation was because they weren't in Ubuntu but a) You can just install them from CPAN. b) They're in precise now. c) The locker doesn't care. Facebook module still bundled because it's forked.

Oct 29, 2012:

11:24 PM Changeset [a90bd2f] by Anders Kaseorg <andersk@mit.edu>
Merge c42a8d1091e249bf9e1e7a3a93c7e22c9f469414 into 0792d99eb4637636b607b9c1579c0b5e97de6a20
11:23 PM Changeset [c42a8d1]release-1.10 by Anders Kaseorg <andersk@mit.edu>
typedef fake curses and Perl types to undefined structs instead of void This increases type safety and fixes warnings with gcc-4.7 -flto: owl.h:606:19: warning: type of ā€˜gā€™ does not match original declaration [enabled by default] owl.c:26:12: note: previously declared here Signed-off-by: Anders Kaseorg <andersk@mit.edu>
11:19 PM Changeset [a902ebb] by Anders Kaseorg <andersk@mit.edu>
Merge 0792d99eb4637636b607b9c1579c0b5e97de6a20 into 9b3167b9c2d41734807e20045328812b089538e5
11:18 PM Changeset [0792d99]release-1.10 by Anders Kaseorg <andersk@mit.edu>
Replace deprecated GLib < 2.31.0 thread APIs As of GLib 2.31.0, - threading is now always enabled in GLib - libgthread is now an empty shell and g_thread_init() is no longer required (and has been deprecated) - simplified new thread creation API with the old API deprecated. The concept of joinability has disappeared (all threads are joinable) as have priority levels, 'bound'ness (ie: kernel vs. userspace threads) and ability to manipulate the stack size. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
11:04 PM Changeset [cb124fc6]release-1.10 by Anders Kaseorg <andersk@mit.edu>
Replace deprecated GLib < 2.31.0 mutex APIs As of GLib 2.31.0, - GMutex and GCond can now be statically allocated without explicit initialisation. Dynamic allocation for these types is deprecated. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
11:04 PM Changeset [c748e8a]release-1.10 by Anders Kaseorg <andersk@mit.edu>
Abstract g->interrupt_lock Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Note: See TracTimeline for information about the timeline view.