Age | Commit message (Expand) | Author | Files | Lines |
2009-04-26 | Add chaining git.mk | Behdad Esfahbod | 1 | -0/+1 |
2009-04-17 | Add git.mk | Behdad Esfahbod | 1 | -0/+8 |
2009-04-17 | Remove ChangeLog, and auto-generate changelog on make dist | Christian Persch | 1 | -1/+0 |
2009-03-23 | Bug 574491 – gnome-pty-helper can prevent volumes from being unmounted | Christian Persch | 1 | -0/+6 |
2009-01-20 | Use ttyname() as recommended in the glibc manual. Bug #565688. | Christian Persch | 1 | -25/+3 |
2008-12-26 | Bug 565679 - alloca is discouraged | Halton Huo | 1 | -1/+4 |
2008-11-29 | Bug 465036 – gnome-pty-helper locks /var/run/utmp | Christian Persch | 1 | -0/+2 |
2008-11-27 | Bug 562385 – gnome-pty-helper goes to 100% cpu usage | Christian Persch | 1 | -32/+16 |
2008-11-26 | Bug 488960 – gnome-terminal on Solaris 10 does not clean up utmpx on | Christian Persch | 2 | -1/+9 |
2008-11-18 | Remove glib from gnome-pty-helper. Bug #560977. | Christian Persch | 3 | -14/+12 |
2007-01-09 | Remove .cvsignore files (moved to svn:ignore prop) | Behdad Esfahbod | 1 | -19/+0 |
2006-12-20 | Bug 387482 – Variable modified in signal handler should be volatile | Behdad Esfahbod | 1 | -1/+1 |
2006-12-08 | Red Hat Bug 218626: "last -ad" print junk in last column | Behdad Esfahbod | 1 | -2/+8 |
2006-07-11 | Bug 339983 – gnome-pty-helper should log username Patch from Brian | Behdad Esfahbod | 3 | -5/+14 |
2006-06-29 | moap ignore | Thomas Vander Stichele | 1 | -0/+5 |
2006-06-12 | Bug 344666 – Problems with *_CFLAGS and *_LDFLAGS in makefiles Patch | Behdad Esfahbod | 1 | -2/+2 |
2006-04-23 | Bug 126376 # Uncoinditional definition of _XOPEN_SOURCE breaks build on | Behdad Esfahbod | 1 | -3/+9 |
2006-02-14 | Use getpwnam to correctly log multiple users with the same UID. (bug | Behdad Esfahbod | 1 | -1/+15 |
2006-02-13 | Fix race condition when shutdown_helper may be called again from the | Behdad Esfahbod | 2 | -7/+12 |
2006-02-11 | Added MAINTAINERCLEANFILES. | Behdad Esfahbod | 1 | -0/+9 |
2006-02-11 | Update the build infrastructure. make distcheck works now! | Behdad Esfahbod | 1 | -0/+2 |
2005-08-13 | Make VTE work on NetBSD, OpenBSD (sparc and macppc). Reported by Adrian | Kjartan Maraas | 1 | -2/+3 |
2005-08-04 | Clean up utmp/wtmp under vncserver if things fall apart under the | Kjartan Maraas | 1 | -0/+11 |
2004-05-30 | add ignore files | Thomas Vander Stichele | 1 | -0/+12 |
2004-05-01 | add a parameter to control whether or not trailing whitespace is trimmed | Nalin Dahyabhai | 3 | -68/+68 |
2004-04-20 | call GtkWidget's key_press_event callback for keys, in case GtkWidget has | Nalin Dahyabhai | 1 | -1/+1 |
2003-08-13 | don't create an accessible peer at init() time in debug mode. add a field | Nalin Dahyabhai | 1 | -4/+5 |
2003-07-21 | define _XOPEN_SOURCE_EXTENDED, _XOPEN_SOURCE, and __EXTENSIONS__ for | Nalin Dahyabhai | 1 | -0/+15 |
2003-07-16 | check for grantpt in libc and then in libpt. Check for openpty in libc | Nalin Dahyabhai | 1 | -10/+3 |
2003-05-19 | remove comma from end of enum declaration (#111925). don't use | Nalin Dahyabhai | 2 | -2/+9 |
2003-05-05 | if ERESTART is defined, treat it like EINTR and EAGAIN. if ERESTART is | Nalin Dahyabhai | 1 | -0/+6 |
2003-04-22 | add missing check for recvmsg. formatting and spelling fixes. reorganize. | Nalin Dahyabhai | 4 | -60/+90 |
2003-04-21 | don't bail out if read() returns -1 and errno is either EINTR or EAGAIN, | Nalin Dahyabhai | 1 | -3/+6 |
2003-04-21 | don't depend on PATH_MAX being available and correct (#109805). don't | Nalin Dahyabhai | 1 | -14/+26 |
2003-04-15 | make row_data a structure containing an array instead of a simple array. | Nalin Dahyabhai | 1 | -1/+1 |
2003-03-27 | - more automake-1.7 changes, should properly accept 1.7, 1.6 or 1.5 now | Nalin Dahyabhai | 1 | -2/+2 |
2002-10-10 | fix the bits I missed when fixing #95085. | Nalin Dahyabhai | 1 | -2/+2 |
2002-10-10 | allow specifying the scrollback buffer size. if we don't have <wchar.h>, | Nalin Dahyabhai | 2 | -5/+3 |
2002-09-24 | Fix HAVE_UT_UT_TV for cases where the static initializer might not work | Nalin Dahyabhai | 1 | -1/+2 |
2002-09-24 | Doc fixups (mention gnome-terminal instead of profterm, note the proper | Nalin Dahyabhai | 1 | -0/+6 |
2002-09-12 | only use MSG_NOSIGNAL if it's defined | jacob berkman | 2 | -17/+9 |
2002-09-11 | Reorder definitions to avoid implicit declaration warnings. Check for | Nalin Dahyabhai | 1 | -0/+5 |
2002-09-11 | Test for sendmsg() with AC_CHECK_FUNCS instead of AC_TRY_COMPILE. Removed. | Nalin Dahyabhai | 1 | -14/+0 |
2002-09-11 | Added check for socket library and SendMsg check. Added this file with a | Brian Cameron | 1 | -1/+23 |
2002-09-11 | Update from libzvt CVS. Fix some automake breakage. | Nalin Dahyabhai | 5 | -50/+47 |
2002-09-11 | build fixesvte_0_9_0 | Nalin Dahyabhai | 2 | -71/+0 |
2002-09-11 | Skip lookups for padding information if we're pretty sure we're using a | Nalin Dahyabhai | 13 | -0/+2329 |