index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
socket
/
qnativesocketengine_unix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers
Akseli Salovaara
2015-03-31
1
-13
/
+13
*
Updated year in copyright header
Kai Koehne
2014-03-26
1
-1
/
+1
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-13
1
-1
/
+1
*
Centralise handling & ignoring of SIGPIPE in qcore_unix_p.h
Thiago Macieira
2013-01-05
1
-27
/
+1
*
Fix thread-safety of qt_ignore_sigpipe
Thiago Macieira
2013-01-05
1
-1
/
+5
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-29
1
-24
/
+24
*
Update contact information in license headers.
Sergio Ahumada
2012-08-01
1
-2
/
+2
*
Fix sending UDP packets to link local addresses
Shane Kearns
2012-05-24
1
-14
/
+21
*
Fix QTcpServer::listen() returning true when the port is in use on OS X.
Robin Burchell
2012-04-03
1
-1
/
+7
*
Update year in Nokia copyright messages.
Jason McDonald
2012-01-11
1
-1
/
+1
*
Update licenseheader text in source files for qt4.8
Jyri Tahtela
2011-05-13
1
-17
/
+17
*
Merge branch 'master' of scm.dev.troll.no:qt/qt-earth-team into symbian-socke...
Shane Kearns
2011-04-11
1
-0
/
+3
|
\
|
*
Fix compilation with QT_NO_
Tasuku Suzuki
2011-03-21
1
-0
/
+3
*
|
Merge remote branch 'qt/master' into symbian-socket-engine
Shane Kearns
2011-02-07
1
-9
/
+1
|
\
\
|
|
/
|
*
Merge remote branch 'origin/4.7' into qt-master-from-4.7
Olivier Goffart
2011-01-17
1
-1
/
+1
|
|
\
|
|
*
Update copyright year to 2011.
Jason McDonald
2011-01-11
1
-1
/
+1
|
*
|
Merge remote branch 'origin/4.7' into qt-master-from-4.7
Olivier Goffart
2010-12-20
1
-13
/
+0
|
|
\
\
|
|
|
/
|
|
*
Don't need to set FD_CLOEXEC since qt_safe_* will have done that.
Thiago Macieira
2010-12-15
1
-13
/
+0
*
|
|
Remove more Q_OS_SYMBIAN stuff from network code
Markus Goetz
2010-12-08
1
-58
/
+6
*
|
|
QNativeSocketEngine: Remove symbian code
Markus Goetz
2010-12-08
1
-104
/
+1
|
/
/
*
|
Don't ignore interfaces that cannot multicast when querying the mcast iface
Bradley T. Hughes
2010-09-01
1
-2
/
+0
*
|
Fix IPv6 multicast on UNIX
Bradley T. Hughes
2010-09-01
1
-3
/
+10
*
|
Add QUdpSocket::setMulticastInterface() and ::multicastInterface()
Bradley T. Hughes
2010-09-01
1
-8
/
+103
*
|
Rename doMulticast() to multicastMembershipHelper()
Bradley T. Hughes
2010-09-01
1
-17
/
+17
*
|
Add MulticastTtlOption and MulticastLoopbackOption to QAbstractSocket
Bradley T. Hughes
2010-09-01
1
-2
/
+12
*
|
Remove support for single-source multi-cast
Bradley T. Hughes
2010-09-01
1
-52
/
+17
*
|
Make ASM work on systems without SSM support
Bradley T. Hughes
2010-09-01
1
-1
/
+1
*
|
Set multicast errors correctly
Bradley T. Hughes
2010-09-01
1
-2
/
+4
*
|
Compile on systems without IP_ADD_SOURCE_MEMBERSHIP support
Bradley T. Hughes
2010-09-01
1
-0
/
+18
*
|
Implement multicast for the native socket engine on UNIX
Bradley T. Hughes
2010-09-01
1
-0
/
+119
*
|
Merge remote branch 'origin/4.7' into qt-master-from-4.7
Olivier Goffart
2010-08-30
1
-3
/
+6
|
\
\
|
|
/
|
*
Keep the scopeid that getaddrinfo(3) returns to us.
Thiago Macieira
2010-08-24
1
-3
/
+6
*
|
Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...
Qt Continuous Integration System
2010-08-13
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
QNativeSocketEngine: Fix wrong debug output
Markus Goetz
2010-08-12
1
-1
/
+1
*
|
Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.
Jerome Pasion
2010-08-09
1
-1
/
+1
|
/
*
Merge remote branch 'origin/4.6' into qt-4.7-from-4.6
Thiago Macieira
2010-05-25
1
-8
/
+2
|
\
|
*
Removed double EINTR loop from nativeWrite and nativeRead.
Janne Anttila
2010-05-21
1
-8
/
+2
*
|
Workaround for Symbian Open C bug in socket connect.
Janne Anttila
2010-05-10
1
-0
/
+3
*
|
Merge remote branch 'origin/4.6' into qt-4.7-from-4.6
Thiago Macieira
2010-04-13
1
-9
/
+20
|
\
\
|
|
/
|
*
Fixed app freeze if switching to offline in middle of HTTP transaction.
Janne Anttila
2010-04-12
1
-9
/
+20
*
|
Rename QTimestamp to QElapsedTimer
Thiago Macieira
2010-03-17
1
-2
/
+2
*
|
Port QtNetwork uses of QTime as a stopwatch to QTimestamp.
Thiago Macieira
2010-03-17
1
-2
/
+2
|
/
*
QNativeSocketEngine: Set OS error strings on failed read()
Markus Goetz
2010-01-25
1
-1
/
+1
*
Update copyright year to 2010
Jason McDonald
2010-01-07
1
-1
/
+1
*
Dealing with socket that was signalized on exception fds set
Aleksandar Sasha Babic
2009-10-02
1
-3
/
+5
*
Workaround for Open C bug
Aleksandar Sasha Babic
2009-10-02
1
-1
/
+1
*
Update license headers again.
Jason McDonald
2009-09-09
1
-4
/
+4
*
QNativeSocketEngine: do not issue warning if socketDescriptor is <= 0
Peter Hartmann
2009-09-02
1
-1
/
+4
*
Merge branch '4.5' into 4.6
Thiago Macieira
2009-08-31
1
-13
/
+13
|
\
|
*
Update tech preview license header.
Jason McDonald
2009-08-31
1
-13
/
+13
[next]