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.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
/
kernel
/
qhostinfo_unix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use QIODevice::readLineInto() instead of readLine() in loops
Rym Bouabid
2024-09-20
1
-2
/
+2
*
QHostInfo::localDomainName: use QBAV more
Anton Kudryavtsev
2023-09-01
1
-6
/
+9
*
Don't include resolv.h when libresolv is disabled
Jacek Poplawski
2023-07-26
1
-1
/
+4
*
CMake: remove "res_ninit" feature and collapse to just "libresolv"
Thiago Macieira
2023-05-27
1
-3
/
+3
*
Network: link directly to libresolv instead of dlopen()ing it
Amir Masoud Abdol
2023-05-11
1
-147
/
+67
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtNetwork: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-21
1
-2
/
+4
*
QHostInfo/Unix: Fix resolv never unloading
Mårten Nordheim
2022-03-09
1
-1
/
+0
*
Introduce Q_APPLICATION_STATIC
Mike Achtelik
2021-11-18
1
-18
/
+3
*
Fix living QLibrary member after shutdown of QCoreApplication
Mike Achtelik
2020-06-23
1
-1
/
+19
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-4
/
+4
*
Consolidate Unix and Windows implementations of QHostInfo::fromName
Volker Hilsheimer
2019-04-30
1
-136
/
+3
*
QHostInfo: use dlsym() with RTLD_DEFAULT in case libs cannot be loaded
Davide Beatrici
2019-04-06
1
-9
/
+24
*
Merge remote-tracking branch 'origin/5.10' into dev
Allan Sandfeld Jensen
2017-10-24
1
-50
/
+0
|
\
|
*
QHostInfo: Make getaddrinfo() mandatory
Thiago Macieira
2017-10-18
1
-50
/
+0
*
|
QHostInfo: adapt to glibc 2.26 no longer requiring us to res_init
Thiago Macieira
2017-09-22
1
-18
/
+56
|
/
*
QHostInfo: Remove Darwin refusal to use getnameinfo(3)
Thiago Macieira
2017-08-24
1
-2
/
+1
*
Use QT_CONFIG(library) instead of QT_NO_LIBRARY
Ulf Hermann
2017-03-06
1
-1
/
+3
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-05-06
1
-11
/
+6
|
\
|
*
Remove the use of QMutexPool in QHostInfo and QDnsLookup
Thiago Macieira
2016-04-30
1
-11
/
+6
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
|
/
*
Merge the multiple implementations of getting the local hostname
Thiago Macieira
2015-08-13
1
-9
/
+0
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2014-02-07
1
-1
/
+1
|
\
|
*
Don't include <gnu/lib-names.h> when compiling with uClibc
Jorgen Lind
2014-01-23
1
-1
/
+1
*
|
expand tabs and related whitespace fixes in *.{cpp,h,qdoc}
Oswald Buddenhagen
2014-01-13
1
-3
/
+3
|
/
*
Fix loading of libresolv when the .so file (not .so.2) isn't installed
Thiago Macieira
2013-10-16
1
-2
/
+13
*
QNX host lookup: do not try to load libresolv.so, it is not there
Peter Hartmann
2013-04-24
1
-1
/
+1
*
Introducing the Qt Android port
Paul Olav Tvete
2013-03-05
1
-1
/
+1
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
QHostInfo: replace a volatile bool with an atomic int
Marc Mutz
2012-08-29
1
-4
/
+5
*
Android's resolv.h is busted, so stub out QHostInfo::localDomainName().
Robin Burchell
2012-05-02
1
-1
/
+1
*
Use QBasicMutex instead of Q_GLOBAL_STATIC QMutex
Olivier Goffart
2012-02-01
1
-6
/
+3
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
*
Update contact information in license headers.
Jason McDonald
2012-01-23
1
-1
/
+1
*
Remove all non-inline of qMalloc/qFree/qRealloc.
Robin Burchell
2012-01-06
1
-2
/
+2
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-1
/
+1
*
Always assume IPv6 support
Markus Goetz
2011-07-04
1
-6
/
+0
*
Update licenseheader text in source files for qtbase Qt module
Jyri Tahtela
2011-05-24
1
-17
/
+17
*
Initial import from the monolithic Qt.
Qt by Nokia
2011-04-27
1
-0
/
+396