summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-10-28 14:22:14 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-10-28 14:22:14 +0000
commit7c3024bd1b40957155e4ebc24660c7e09f68e0d1 (patch)
tree34257d7430249eceb0eee3ad0a0660d22fb086a6 /ChangeLog
parent984c7cffd6fa18ddc5a88d313b27c91d13865cc6 (diff)
downloadgst-plugins-bad-7c3024bd1b40957155e4ebc24660c7e09f68e0d1.tar.gz
gst-plugins-bad-7c3024bd1b40957155e4ebc24660c7e09f68e0d1.tar.bz2
gst-plugins-bad-7c3024bd1b40957155e4ebc24660c7e09f68e0d1.zip
gst/tcp/: Added more locks around fdset structures. Fixed/reworked the poll array resizing code.
Original commit message from CVS: * gst/tcp/Makefile.am: * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main): * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size), (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode), (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error), (gst_fdset_fd_can_read), (gst_fdset_fd_can_write), (gst_fdset_wait): Added more locks around fdset structures. Fixed/reworked the poll array resizing code. Added stress test for fdset.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7312e389..91d8aae9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2004-10-28 Wim Taymans <wim@fluendo.com>
+
+ * gst/tcp/Makefile.am:
+ * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
+ * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
+ (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
+ (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
+ (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
+ (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
+ (gst_fdset_wait):
+ Added more locks around fdset structures. Fixed/reworked
+ the poll array resizing code.
+ Added stress test for fdset.
+
2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):