index
:
~thiagoss/gstreamer
1.4+tracer
caps-cache
cookies
dvb
flowcombiner-arrayiter
flowcombiner-callback
flowcombiner-hashtable
flowcombiner-notlinkedcount
flowcombiner_offsets
master
no-reconfigure
recursive-accept-caps
tracer
tracer-acceptcaps-reverted
gstreamer branch (contains GstCollectPads2)
thiagoss
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
gstpoll.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-09
gst: Fix compiler warnings on mingw-w64
Raimo Järvi
1
-1
/
+0
2012-02-23
poll: fix spelling of writable
David Schleef
1
-3
/
+3
2012-01-22
Use recent GLib API unconditionally now that we depend on the latest GLib
Tim-Philipp Müller
1
-4
/
+4
2012-01-19
Update for new gthread API
Wim Taymans
1
-31
/
+31
2012-01-10
Merge branch 'master' into 0.11
Sebastian Dröge
1
-0
/
+5
2012-01-04
poll: include correct poll.h based on autoconf test
Idar Tollefsen
1
-0
/
+5
2011-10-19
introspection: Skip gst_poll apis
Johan Dahlin
1
-2
/
+2
2011-09-08
Merge branch 'master' into 0.11
Sebastian Dröge
1
-1
/
+1
2011-09-07
docs, gst: typo fixes
Piotr Fusik
1
-1
/
+1
2011-07-25
poll: improve debugging
Wim Taymans
1
-6
/
+11
2011-06-04
Work around changes in g_atomic API
David Schleef
1
-4
/
+5
2011-05-25
poll: Fix WAKE_EVENT() to behave posixly on Windows
Руслан Ижбулатов
1
-1
/
+1
2011-04-04
gstpoll: retry reading the control socket to release properly all wakeups
Andoni Morales Alastruey
1
-2
/
+5
2011-04-04
poll: don't call WSAWaitForMultipleEvents with no events
Thomas Kristensen
1
-2
/
+7
2011-03-21
build: fix build with -Werror with GCC 4.6.0
Jason D. Clinton
1
-2
/
+1
2011-02-03
poll: trigger rebuild setup in _new
Mark Nauwelaerts
1
-0
/
+3
2011-01-11
gstpoll: fix compiler warning with MingW
Raimo Järvi
1
-1
/
+5
2011-01-03
gstpoll: Fix for (p)select backend
Edward Hervey
1
-0
/
+1
2010-12-07
docs: gst: more gobject introspection annotations
Tim-Philipp Müller
1
-5
/
+9
2010-12-06
poll: return wakeup event in GPollFD
Wim Taymans
1
-0
/
+4
2010-12-03
poll: small cleanups
Wim Taymans
1
-17
/
+16
2010-12-03
poll: make sure we remove the readfd messages
Wim Taymans
1
-1
/
+1
2010-12-03
poll: add method to get a GPollFD
Wim Taymans
1
-0
/
+21
2010-12-03
poll: Refactor and make more lockfree
Wim Taymans
1
-162
/
+102
2010-12-03
poll: move lock to where it makes more sense
Wim Taymans
1
-2
/
+2
2010-12-03
poll: make timer polls lockfree
Wim Taymans
1
-33
/
+64
2010-03-04
gstpoll: don't pass non-objects as first argument to GST_DEBUG_OBJECT()
Tim-Philipp Müller
1
-19
/
+19
2009-10-12
gstpoll: Only take into account active fds
Edward Hervey
1
-1
/
+1
2009-10-12
gstpoll: Add some debugging statements
Edward Hervey
1
-0
/
+50
2009-10-12
gstpoll: Use the error fdset when using select/pselect.
Edward Hervey
1
-7
/
+16
2009-10-12
gstpoll: Don't use poll on systems with broken poll
Edward Hervey
1
-0
/
+7
2009-10-12
gst: Add debugging category GST_POLL for gstpoll
Edward Hervey
1
-0
/
+2
2009-03-26
gstpoll: Corrected a documentation typo.
Peter Kjellerstedt
1
-5
/
+6
2009-03-26
gstpoll: Fix up documentation strings.
Jan Schmidt
1
-5
/
+11
2009-03-05
GstPoll: set the return value on windows
LRN
1
-2
/
+2
2009-02-03
GstPoll: add methods to use gstpoll for timeouts
Wim Taymans
1
-23
/
+138
2009-01-26
Avoid unneeded reads from the control socket
Wim Taymans
1
-2
/
+5
2008-11-27
gst/gstpoll.c: Adds support for FD_CONNECT event (win32). See #562258.
이문형
1
-2
/
+4
2008-11-13
gst/gstbuffer.c: Avoid costly typechecking for trivially correct pointers.
Wim Taymans
1
-4
/
+5
2008-07-22
configure.ac: Remove AC_ISC_POSIX macro; it's broken on some platforms and no...
Michael Smith
1
-2
/
+2
2008-07-06
gst/gstpoll.c: Fix "ignored return value" compiler warning with newer glibc.
Alessandro Decina
1
-1
/
+5
2008-04-05
gst/gstpoll.c: Fix compilation of GstPoll with mingw32. Fixes bug #526236.
Damien Lespiau
1
-6
/
+3
2008-04-01
configure.ac: Require GLib 2.12.
Sebastian Dröge
1
-2
/
+2
2008-03-18
Add new function gst_poll_fd_ignored() for improved Windows compatibility.
Ole André Vadla Ravnås
1
-98
/
+227
2008-03-07
Remove GstPollMode from the API, it does not make sense to let the applicatio...
Ole André Vadla Ravnås
1
-73
/
+282
2008-02-29
gst/gstpoll.*: Added Since tags.
Wim Taymans
1
-0
/
+2
2008-02-29
Add INIT macro and _init method for initializing the GstPollFD.
Wim Taymans
1
-0
/
+16
2008-02-27
configure.ac: Add checks for poll, ppoll and pselect.
Wim Taymans
1
-0
/
+1019