summaryrefslogtreecommitdiff
path: root/gnome-session/manager.c
Commit message (Expand)AuthorAgeFilesLines
* Starting to get rid of the 'Warner' Stuff...Who implemented this? - TheyGlynn Foster2001-06-111-22/+1
* include ice.hGeorge Lebl2001-05-111-3/+4
* Implement ICE freezing and thawing action so that ICE won't interfere withGlynn Foster2001-05-101-1/+14
* As a recent diary once drunkenly said...Glynn Foster2001-03-071-24/+20
* deleted the code to hide panels after responding to a save-yourselfJohn Harper2001-02-061-0/+1
* Some general cleanup of gsm. Addition of basic multi-session support so thatGlynn Foster2001-02-051-49/+44
* Fixup malloc/g_malloc confusion a bit. Use glib's mem routines in moreGeorge Lebl2000-12-141-24/+41
* When concatenating, copy the list. Also free the old list since we used aGeorge Lebl2000-11-021-2/+4
* Fix compile warningsGeorge Lebl2000-05-271-1/+3
* support the splash screen stuffJacob Berkman1999-12-291-0/+4
* squash sopwith-generated SaveYourself bugElliot Lee1999-11-041-1/+1
* Eliminate miscellaneous warnings found by OSPC, including the bugfix forElliot Lee1999-11-021-15/+19
* Include config.h. Otherwise messages are not translated.Miguel de Icaza1999-10-251-1/+1
* Merge from stable: Miscellaneous ansifications throughout.POST_1_0_MERGEElliot Lee1999-10-211-3/+7
* Merged bug fixes from release branch to trunk.Tom Tromey1999-08-011-45/+43
* Save umask while calling IceListenForConnections. From Roberto ZuninoTom Tromey1999-07-161-9/+20
* time_t is not always a longArturo Espinosa1999-07-051-1/+2
* put all clients that fail to register from default.session into theFelix Bellaby1999-03-241-1/+1
* remove clients on failure to respond to XSMP commands with userFelix Bellaby1999-03-221-59/+270
* never use glib to alloc client->id. use free to free client->id becauseFelix Bellaby1999-03-181-3/+39
* use g_free() to free client->id instead of free(). It is a value returnedNuno Ferreira1999-03-181-1/+1
* various changes needed for protocol extensionsFelix Bellaby1999-03-121-242/+550
* drop non-session aware clients from memory. read non-session aware clientsFelix Bellaby1999-02-161-4/+6
* Removed C++ comment.Owen Taylor1999-02-151-1/+1
* NEVER close connections outside gnome-ice.c because the ICElibs sometimesFelix Bellaby1999-02-141-14/+2
* do not close connections which have no matching clients as gnome-ice.cFelix Bellaby1999-02-141-5/+0
* clear the purged_list on shutdown so that any remaining purged clients areFelix Bellaby1999-02-121-1/+4
* use start_client on respawned clients so that they are purged when theyFelix Bellaby1999-02-111-1/+4
* do not call discard commands on clients in the pending_list. exportFelix Bellaby1999-02-101-1/+1
* restart RestartImmediately clients unless they have failed 10 times inFelix Bellaby1999-02-091-22/+37
* Remove discovered memory leaks & overruns.Elliot Lee1999-01-261-3/+11
* Don't free stuff that wasn't malloc'd.Elliot Lee1999-01-261-2/+2
* Implement runlevel order startups and improve multiple sessionFelix Bellaby1999-01-231-126/+319
* general bug fixes and fixme itemsFelix Bellaby1999-01-191-261/+418
* fix for send_message bugFelix Bellaby1999-01-121-13/+14
* gsm/manager.c: CVS is picking up stupid irrelevant spacing changes.Elliot Lee1999-01-061-4/+3
* fixed manager.c send_message(): Felix needs to look into this further.Jay Painter1998-12-221-4/+3
* fix for save yourself phase 2 requestsFelix Bellaby1998-12-141-2/+8
* fixes for shutdown cancelled and io errorsFelix Bellaby1998-12-111-36/+77
* fixes for single client save and discardsFelix Bellaby1998-12-081-2/+6
* fix broken save_yourself_requestsFelix Bellaby1998-12-051-1/+1
* some usual compile-fixesHerbert Valerio Riedel1998-11-291-1/+1
* fixes for session save death and over calling of discard commandFelix Bellaby1998-11-281-1/+1
* Handle single-client saves.Tom Tromey1998-07-201-71/+16
* mar jul 7 09:56:07 ART 1998 Horacio J. Peña <horape@compendium.com.ar>Horacio J. Peña1998-07-071-2/+73
* Fixed all -Wall warnings: Include <stdlib.h>, <sys/stat.h>, <unistd.h>.Tom Tromey1998-06-141-0/+4
* If no clients in saved session, load default session.Tom Tromey1998-06-091-0/+26
* New function. (check_session_end): Correctly determine when last ordinaryTom Tromey1998-05-151-2/+17
* Call IceCloseConnection.Tom Tromey1998-05-031-0/+4
* Remove the change I commited accidentally -migArturo Espinosa1998-04-241-1/+0