ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/libptytty/src/proxy.C
Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sat Jun 26 14:31:15 2021 UTC (5 years, 2 months ago) by sf-exg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.26: +7 -9 lines
Diff to previous 1.26
Remove PTYTTY_{WARN,FATAL} and throw on failure

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Jun 16 13:47:54 2021 UTC (5 years, 2 months ago) by sf-exg
Branch: MAIN
Changes since 1.25: +4 -0 lines
Diff to previous 1.25
Mark internal class members as private

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Jun 16 05:08:48 2021 UTC (5 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
Fix style

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Apr 10 11:59:52 2015 UTC (11 years, 5 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-1_8, rxvt-unicode-rel-9_22, rxvt-unicode-rel-9_25, rxvt-unicode-rel-9_26
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
Use PTYTTY_FATAL in sanitise_stdfd.

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Nov 1 18:17:44 2014 UTC (11 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-1_7, rxvt-unicode-rel-9_21
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
*** empty log message ***

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sat Nov 1 10:29:34 2014 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
*** empty log message ***

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Oct 31 08:11:05 2014 UTC (11 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.20: +2 -0 lines
Diff to previous 1.20
Make ptytty::get close the tty in the helper process.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 13:33:46 2014 UTC (12 years ago) by sf-exg
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Revert last change.

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu May 22 18:54:32 2014 UTC (12 years, 3 months ago) by root
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
GPLv3

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Dec 28 00:27:02 2013 UTC (12 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_20
Changes since 1.17: +3 -19 lines
Diff to previous 1.17
nuke pid check

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Feb 4 18:22:07 2012 UTC (14 years, 7 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_16, rxvt-unicode-rel-9_17, rxvt-unicode-rel-9_18, rxvt-unicode-rel-9_19
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Simplify.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Jan 21 13:40:30 2012 UTC (14 years, 7 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-1_6
Changes since 1.15: +1 -5 lines
Diff to previous 1.15
Port find/vector implementation from urxvt and always use it in place of
stl.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 13:30:58 2012 UTC (14 years, 7 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_15
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
Include the C standard headers rather than the corresponding C++ version.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Jan 18 12:19:31 2012 UTC (14 years, 7 months ago) by root
Branch: MAIN
Changes since 1.13: +0 -3 lines
Diff to previous 1.13
*** empty log message ***

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Dec 20 13:46:05 2011 UTC (14 years, 8 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-1_5, rel-9_14
Changes since 1.12: +6 -0 lines
Diff to previous 1.12
change the semantic of PTYTTY_NO_LIBCPP from undef/def to 0/1 and move
the associated includes in proxy.C.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jun 20 11:29:11 2011 UTC (15 years, 2 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-1_4, rel-9_12
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
Use if rather than ifdef for PTYTTY_REENTRANT blocks.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon May 30 23:19:36 2011 UTC (15 years, 3 months ago) by root
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
*** empty log message ***

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon May 30 20:59:42 2011 UTC (15 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.9: +7 -7 lines
Diff to previous 1.9
Make some stuff optional to ease embedding in urxvt.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Mar 27 00:11:30 2011 UTC (15 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Jan 8 11:48:53 2010 UTC (16 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
Switch to automake.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun May 3 21:54:08 2009 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-1_3
Changes since 1.6: +2 -0 lines
Diff to previous 1.6
1.3

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Jun 13 17:30:54 2007 UTC (19 years, 3 months ago) by ayin
Branch: MAIN
CVS Tags: rel-1_2
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
Remove trailing whitespace.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Feb 12 17:33:33 2007 UTC (19 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-1_1
Changes since 1.4: +2 -11 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Feb 12 17:27:02 2007 UTC (19 years, 7 months ago) by root
Branch: MAIN
Changes since 1.3: +29 -0 lines
Diff to previous 1.3
*** empty log message ***

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Jan 20 00:18:15 2007 UTC (19 years, 7 months ago) by ayin
Branch: MAIN
Changes since 1.2: +4 -1 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Jan 16 18:25:24 2007 UTC (19 years, 8 months ago) by ayin
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1
*** empty log message ***

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 05:32:37 2006 UTC (20 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-0_2, rel-1_0
*** empty log message ***

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a