1 [cvs] / openh323 / pwlib / src / ptlib / common / getdate.y
3 Revision 1.18 - (download), view (text) (markup) (annotate) - [select for diffs]
4 Tue May 18 12:15:11 2004 UTC (6 weeks, 2 days ago) by rjongbloed
5 CVS Tags: v1_7_3, v1_7_2, v1_7_1_1, PREVIOUS, HEAD, CURRENT
6 Branch point for: crs_vxml_devel
7 Changes since 1.17: +1 -1 lines
9 Fixed bug in using relative times eg "1 month ago".
11 [cvs] / openh323 / pwlib / src / ptlib / common / ptime.cxx
13 Revision 1.47 - (download), view (text) (markup) (annotate) - [select for diffs]
14 Sun Jun 6 08:50:08 2004 UTC (3 weeks, 5 days ago) by rjongbloed
15 CVS Tags: v1_7_3, HEAD, CURRENT
16 Branch point for: crs_vxml_devel
17 Changes since 1.46: +6 -3 lines
19 Fixed rounding error in microsoeconds stream output, was not properly cascaded
20 along other time elements (hour min etc) so as doing rounding properly is
21 hideously difficult, truncated instead, thanks Marco Turconi
23 [cvs] / openh323 / pwlib / src / ptlib / common / sockets.cxx
25 Revision 1.173 - (download), view (text) (markup) (annotate) - [select for diffs]
26 Tue Apr 27 04:37:51 2004 UTC (2 months ago) by rjongbloed
27 CVS Tags: v1_7_3, v1_7_2, v1_7_1_1, v1_7_1, crs_custom_20_may_2004, PREVIOUS, HEAD, CURRENT
28 Branch point for: crs_vxml_devel
29 Changes since 1.172: +15 -114 lines
30 Diff to previous 1.172
31 Fixed ability to break of a PSocket::Select call under linux when a socket
32 is closed by another thread.
34 [cvs] / openh323 / pwlib / src / ptlib / msos / ptlib.cxx
36 Revision 1.72 - (download), view (text) (markup) (annotate) - [select for diffs]
37 Tue Jun 22 11:07:23 2004 UTC (9 days, 22 hours ago) by rjongbloed
39 Changes since 1.71: +8 -1 lines
41 Fixed incorrect test for error on _sopen return value, thanks Brian Coverstone
43 [cvs] / openh323 / pwlib / src / ptlib / msos / sound_win32.cxx
45 Revision 1.7.2.1 - (download), view (text) (markup) (annotate) - [select for diffs]
46 Thu Jun 24 13:11:30 2004 UTC (7 days, 20 hours ago) by csoutheren
47 Branch: crs_vxml_devel
48 Changes since 1.7: +52 -29 lines
50 Fixed possible deadlock in Win32 audio routines
51 Thanks to Vyacheslav E. Andrejev (bug 949236)
53 Revision 1.7 - (download), view (text) (markup) (annotate) - [select for diffs]
54 Fri Apr 9 06:52:18 2004 UTC (2 months, 3 weeks ago) by rjongbloed
55 CVS Tags: v1_7_3, v1_7_2, v1_7_1_1, v1_7_1, v1_7_0, PREVIOUS, HEAD, CURRENT
56 Branch point for: crs_vxml_devel
57 Changes since 1.6: +4 -3 lines
59 Removed #pargma linker command for /delayload of DLL as documentations sais that
62 [cvs] / openh323 / pwlib / src / ptlib / msos / winsock.cxx
64 Revision 1.62 - (download), view (text) (markup) (annotate) - [select for diffs]
65 Tue Apr 27 09:53:27 2004 UTC (2 months ago) by rjongbloed
67 Changes since 1.61: +68 -14 lines
69 Fixed ability to break of a PSocket::Select call under linux when a socket
70 is closed by another thread.
72 [cvs] / openh323 / pwlib / src / ptlib / unix / channel.cxx
74 Revision 1.40 - (download), view (text) (markup) (annotate) - [select for diffs]
75 Tue Apr 27 04:37:51 2004 UTC (2 months ago) by rjongbloed
76 CVS Tags: v1_7_3, v1_7_2, v1_7_1_1, v1_7_1, crs_custom_20_may_2004, PREVIOUS, HEAD, CURRENT
77 Changes since 1.39: +7 -0 lines
79 Fixed ability to break of a PSocket::Select call under linux when a socket
80 is closed by another thread.
82 [cvs] / openh323 / pwlib / src / ptlib / unix / config.cxx
84 Revision 1.36 - (download), view (text) (markup) (annotate) - [select for diffs]
85 Sat Apr 3 23:55:59 2004 UTC (2 months, 4 weeks ago) by csoutheren
86 CVS Tags: v1_7_3, v1_7_2, v1_7_1_1, v1_7_1, v1_7_0, crs_custom_20_may_2004, PREVIOUS, HEAD, CURRENT
87 Changes since 1.35: +10 -5 lines
89 Added fix for PConfig environment variables under Linux
90 Thanks to Michal Zygmuntowicz
92 [cvs] / openh323 / pwlib / src / ptlib / unix / socket.cxx
94 Revision 1.104 - (download), view (text) (markup) (annotate) - [select for diffs]
95 Tue Apr 27 04:37:51 2004 UTC (2 months ago) by rjongbloed
97 Changes since 1.103: +68 -25 lines
98 Diff to previous 1.103
99 Fixed ability to break of a PSocket::Select call under linux when a socket
100 is closed by another thread.
102 [cvs] / openh323 / pwlib / src / ptlib / unix / tlibthrd.cxx
104 Revision 1.133 - (download), view (text) (markup) (annotate) - [select for diffs]
105 Thu Jun 24 11:29:44 2004 UTC (7 days, 23 hours ago) by csoutheren
107 Changes since 1.132: +32 -1 lines
108 Diff to previous 1.132
109 Changed to use pthread_mutex_timedlock for more efficient mutex wait operations
110 Thanks to Michal Zygmuntowicz
112 Revision 1.130 - (download), view (text) (markup) (annotate) - [select for diffs]
113 Tue Apr 27 04:36:47 2004 UTC (2 months ago) by rjongbloed
114 CVS Tags: v1_7_1_1, v1_7_1, crs_custom_20_may_2004
115 Changes since 1.129: +10 -2 lines
116 Diff to previous 1.129
117 Fixed occassional crash on exit due to level 5 trace in PProcess
118 destructor that needs an undestructed PProcess.
119 Added some more logging for unblocking threads.
122 [cvs] / openh323 / pwlib / src / ptclib / cypher.cxx
124 Revision 1.45 - (download), view (text) (markup) (annotate) - [select for diffs]
125 Tue Jun 29 12:22:22 2004 UTC (2 days, 22 hours ago) by rjongbloed
127 Changes since 1.44: +7 -3 lines
128 Diff to previous 1.44
129 Fixed incorrect usage of result (now object rather than scalar), thanks Michal Zygmuntowicz
131 Revision 1.44 - (download), view (text) (markup) (annotate) - [select for diffs]
132 Fri Apr 9 06:52:17 2004 UTC (2 months, 3 weeks ago) by rjongbloed
133 CVS Tags: v1_7_3, v1_7_2, v1_7_1_1, v1_7_1, v1_7_0, crs_custom_20_may_2004, PREVIOUS, CURRENT
134 Branch point for: crs_vxml_devel
135 Changes since 1.43: +5 -3 lines
136 Diff to previous 1.43
137 Removed #pargma linker command for /delayload of DLL as documentations sais that
140 [cvs] / openh323 / pwlib / src / ptclib / html.cxx
142 Revision 1.21 - (download), view (text) (markup) (annotate) - [select for diffs]
143 Mon Apr 12 05:42:25 2004 UTC (2 months, 2 weeks ago) by csoutheren
144 CVS Tags: v1_7_3, v1_7_2, v1_7_1_1, v1_7_1, v1_7_0, crs_custom_20_may_2004, PREVIOUS, HEAD, CURRENT
145 Branch point for: crs_vxml_devel
146 Changes since 1.20: +5 -2 lines
147 Diff to previous 1.20
148 Fixed problem with radio buttons
150 [cvs] / openh323 / pwlib / src / ptclib / http.cxx
152 Revision 1.101 - (download), view (text) (markup) (annotate) - [select for diffs]
153 Sun Apr 4 00:21:47 2004 UTC (2 months, 4 weeks ago) by csoutheren
154 CVS Tags: v1_7_1_1, v1_7_1, v1_7_0, crs_custom_20_may_2004
155 Changes since 1.100: +4 -0 lines
156 Diff to previous 1.100
157 FIxed problem with some URL parsing
159 [cvs] / openh323 / pwlib / src / ptclib / psoap.cxx
161 Revision 1.8 - (download), view (text) (markup) (annotate) - [select for diffs]
162 Sat Apr 24 01:06:32 2004 UTC (2 months, 1 week ago) by rjongbloed
163 CVS Tags: v1_7_3, v1_7_2, v1_7_1_1, v1_7_1, crs_custom_20_may_2004, PREVIOUS, HEAD, CURRENT
164 Branch point for: crs_vxml_devel
165 Changes since 1.7: +14 -6 lines
167 Apploed patch that impliments a number of checks to avoid segfaults when dealing with
168 various clients. Thanks Ben Lear
170 [cvs] / openh323 / pwlib / include / ptlib / socket.h
172 Revision 1.46 - (download), view (text) (markup) (annotate) - [select for diffs]
173 Tue Apr 27 04:37:50 2004 UTC (2 months ago) by rjongbloed
175 Changes since 1.45: +3 -8 lines
176 Diff to previous 1.45
177 Fixed ability to break of a PSocket::Select call under linux when a socket
178 is closed by another thread.
180 [cvs] / openh323 / pwlib / include / ptlib / unix / ptlib / channel.h
182 Revision 1.24 - (download), view (text) (markup) (annotate) - [select for diffs]
183 Tue Apr 27 04:37:50 2004 UTC (2 months ago) by rjongbloed
184 CVS Tags: v1_7_3, v1_7_2, v1_7_1_1, v1_7_1, crs_custom_20_may_2004, PREVIOUS, HEAD, CURRENT
185 Changes since 1.23: +6 -0 lines
186 Diff to previous 1.23
187 Fixed ability to break of a PSocket::Select call under linux when a socket
188 is closed by another thread.
190 [cvs] / openh323 / pwlib / include / ptlib / msos / ptlib / sound_win32.h
192 Revision 1.2.2.1 - (download), view (text) (markup) (annotate) - [select for diffs]
193 Thu Jun 24 13:11:30 2004 UTC (8 days, 2 hours ago) by csoutheren
194 Branch: crs_vxml_devel
195 Changes since 1.2: +6 -0 lines
197 Fixed possible deadlock in Win32 audio routines
198 Thanks to Vyacheslav E. Andrejev (bug 949236)