index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
socket
Commit message (
Expand
)
Author
Age
Files
Lines
*
QLocalServer: use std::unique_ptr instead of QScopedPointer
Ahmad Samir
7 days
1
-10
/
+16
*
Add POSIX Pipe feature to VxWorks
Karim Pinter
2025-05-12
1
-1
/
+1
*
QSocks5SocketEngine: avoid interface as parameter name
Tim Blechmann
2025-05-04
1
-2
/
+2
*
Network: avoid interface as parameter name
Tim Blechmann
2025-04-29
1
-2
/
+2
*
wasm: fix QTcpSocket error code when url doesn't exist
Lorn Potter
2025-03-18
2
-0
/
+6
*
QObjectPrivate: extend the QObjectPrivateVersion to a few more classes
Thiago Macieira
2025-02-20
2
-2
/
+3
*
Use 0/nullptr to indicate invalid Windows event handle in QLocalServer
Jøger Hansegård
2025-01-23
3
-3
/
+4
*
Replace qdebug.h includes in public headers with forward-declarations
Ahmad Samir
2025-01-15
4
-7
/
+5
*
Doc: Fix links to QIODeviceBase:: flags
Kai Köhne
2024-12-13
1
-1
/
+1
*
Fix GCC -Wextra-semi after member function definitions
Ahmad Samir
2024-12-12
1
-2
/
+2
*
QSocks5BindStore: use QBasicTimer instead of manipulating the timer id
Ahmad Samir
2024-08-31
1
-8
/
+7
*
Fix users of static max_size()
Thiago Macieira
2024-08-30
1
-1
/
+1
*
Initialize some member variables in qsocks5socketengine.cpp
Mate Barany
2024-07-24
1
-5
/
+5
*
Doc: Qt Network: Fix linking issues
Topi Reinio
2024-06-10
1
-2
/
+2
*
Use QHttpHeaders: Update internal users of QNRequest, QNReply, QNProxy
Lena Biliaieva
2024-05-07
1
-4
/
+7
*
SOCKS5: remove '###' from the error message
Thiago Macieira
2024-05-02
1
-1
/
+1
*
Network: cleanliness
Mårten Nordheim
2024-04-05
1
-1
/
+1
*
UDP: Protect call to UDP API based on feature
Mårten Nordheim
2024-03-21
1
-1
/
+5
*
QLocalServer: add protected addPendingConnection function
Øystein Heskestad
2024-03-05
2
-1
/
+20
*
Mention QChronoTimer in API docs
Ahmad Samir
2024-03-03
1
-2
/
+3
*
UDP: don't disable read notification unless we have a datagram
Mårten Nordheim
2024-03-02
3
-2
/
+9
*
Fix -Wimplicit-fallthrough for clang
Tim Blechmann
2024-03-01
1
-0
/
+1
*
Containers: add max_size()
Giuseppe D'Angelo
2024-02-27
1
-2
/
+1
*
Handle EWOULDBLOCK the same way as EAGAIN when writing to sockets on Unix
Łukasz Matysiak
2024-01-28
1
-0
/
+3
*
Network: Use QHttpHeaders in QHttpHeaderParser
Lena Biliaieva
2024-01-25
1
-1
/
+2
*
Remove qDeleteInEventHandler
Tor Arne Vestbø
2023-12-14
1
-3
/
+3
*
Rename EINTR_LOOP -> QT_EINTR_LOOP
Marc Mutz
2023-11-30
2
-5
/
+5
*
qcore_unix: port qt_safe_poll to QDeadlineTimer
Ahmad Samir
2023-10-24
3
-7
/
+3
*
Include what you need: <QPointer>
Marc Mutz
2023-10-12
1
-0
/
+2
*
QLocalSocket: port to QDeadlineTimer
Ahmad Samir
2023-10-07
1
-7
/
+10
*
QHttpSocketEngine: de-duplicate some code
Ahmad Samir
2023-10-07
2
-11
/
+16
*
QAbstractSocketEngine: port to QDeadlineTimer
Ahmad Samir
2023-10-07
12
-124
/
+134
*
Fix not emitting proxyAuthenticationRequired signal for NTLM
Øystein Heskestad
2023-10-02
1
-12
/
+24
*
Remove obsolete code related to ioctl on vxworks
Łukasz Matysiak
2023-09-27
1
-5
/
+0
*
QNativeSocketEngine: fix build with FreeBSD: sockaddr_dl wasn't declared
Thiago Macieira
2023-09-26
1
-0
/
+3
*
qsocks5socketengine: avoid impicit detach
Anton Kudryavtsev
2023-09-09
1
-1
/
+1
*
CMake/Network: limit the testing for some network iface features
Thiago Macieira
2023-08-30
1
-13
/
+0
*
QAbstractSocket: remove a redundant stack variable
Ahmad Samir
2023-08-03
1
-5
/
+3
*
Remove the manual undef of the min/max macros, or def NOMINMAX
Amir Masoud Abdol
2023-06-08
1
-3
/
+0
*
QNativeSocketEngine: fix warning about uninitialized variables
Thiago Macieira
2023-05-31
1
-1
/
+2
*
Network: Fix IFF_UP conflict on Linux with unity builds
Mårten Nordheim
2023-05-26
1
-0
/
+4
*
QNativeSocketEngine: move some code from the _p_p.h to _p.h file
Thiago Macieira
2023-05-13
2
-25
/
+68
*
Remove loopback network example
Mårten Nordheim
2023-03-23
2
-2
/
+2
*
QObject: implement startTimer(int) in terms of startTimer(chrono)
Ahmad Samir
2023-03-11
1
-1
/
+3
*
Doc: fix links to renamed network examples
Volker Hilsheimer
2023-03-01
2
-3
/
+3
*
QtNetwork: Split out QNativeSocketEnginePrivate
Friedemann Kleint
2023-02-02
5
-169
/
+201
*
Fix clang-cl compiler warnings
Peter Varga
2022-12-15
2
-3
/
+7
*
QSctpSocket: Update windows-note to specify 'class'
Mårten Nordheim
2022-10-26
2
-2
/
+2
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
5
-6
/
+6
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
2
-2
/
+2
[next]