summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Rename networkAccess property to networkAccessible.Aaron McCarthy2010-03-193-31/+99
| | | * Don't emit open signal on session close/error.Aaron McCarthy2010-03-195-8/+19
| | | * Rename private signal.Aaron McCarthy2010-03-194-12/+24
| | | * Add flag to indicate that network sessions are expected on a platform.Aaron McCarthy2010-03-184-12/+11
| | | * Make destructor virtual.Aaron McCarthy2010-03-181-1/+1
| | | * Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-176-24/+24
| | | * Port QtNetwork uses of QTime as a stopwatch to QTimestamp.Thiago Macieira2010-03-176-26/+26
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.7Alexis Menard2010-03-253-1/+12
| |\ \ \ | | |/ / | |/| |
| * | | Merge branch '4.6-s60' into 4.7-s60axis2010-03-223-4/+17
| |\ \ \ | | |_|/ | |/| |
| * | | QNetworkReply: Fix canReadLine()Markus Goetz2010-03-162-1/+9
| * | | Abort waiting replies on session error.Aaron McCarthy2010-03-162-0/+18
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1512-207/+329
| |\ \ \
| | * | | SSL: Fix memleak related to local certificateMarkus Goetz2010-03-154-3/+21
| | * | | Only enable BM by default in QNAM for appropriate platforms.Aaron McCarthy2010-03-122-8/+22
| | * | | Fix creation of QNetworkSession.Aaron McCarthy2010-03-111-2/+2
| | * | | Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe.Aaron McCarthy2010-03-116-195/+285
| * | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-152-4/+2
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-079-27/+234
| |\ \ \ \
| | * \ \ \ Merge remote branch 'staging/4.7' into bearermanagement/pollingAaron McCarthy2010-03-051-1/+1
| | |\ \ \ \
| | * | | | | Don't keep polling network sessions open indefinitely.Aaron McCarthy2010-03-054-2/+36
| | * | | | | Prefer ethernet over wlan.Aaron McCarthy2010-03-041-18/+51
| | * | | | | Updating polling mechanism for bearer management engines.Aaron McCarthy2010-03-045-7/+147
| * | | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-064-14/+211
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | doc: Fixed some qdoc errors.Martin Smith2010-03-021-1/+1
| | |/ / / / | |/| | | |
| * | | | | Merge remote branch 'staging/4.7' into HEADAaron McCarthy2010-03-0211-13/+49
| |\ \ \ \ \
| | * \ \ \ \ Merge remote branch 'origin/master' into 4.7Thiago Macieira2010-02-2710-12/+48
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-265-7/+12
| | | |\ \ \ \ \
| | | | * | | | | Remove QObject::tr() in the network module code.Friedemann Kleint2010-02-245-7/+12
| | | * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-265-5/+36
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | Fix compilation with Sun CC: const in POD parameters makes a differenceThiago Macieira2010-02-271-1/+1
| | |/ / / / / /
| * | | | | | | Bearer management changes from Qt Mobility (fca9891).Aaron McCarthy2010-03-023-1/+9
| |/ / / / / /
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/mobility-staging into mast...Qt Continuous Integration System2010-02-2327-11/+3293
| |\ \ \ \ \ \
| | * | | | | | Change initialization order.Aaron McCarthy2010-02-221-1/+1
| | * | | | | | Add locking to bearer code.Aaron McCarthy2010-02-226-102/+136
| | * | | | | | Merge remote branch 'origin/master' into bearermanagement/unit-testsAaron McCarthy2010-02-2216-110/+238
| | |\ \ \ \ \ \
| | * | | | | | | Allow QNAM to be created as a global variable.Aaron McCarthy2010-02-182-3/+9
| | * | | | | | | Fix segfault.Aaron McCarthy2010-02-161-14/+17
| | * | | | | | | Don't block forever if no bearer plugins are loaded.Aaron McCarthy2010-02-161-0/+5
| | * | | | | | | Add QT_MODULE headers.Aaron McCarthy2010-02-153-0/+6
| | * | | | | | | Change docs: "phone" -> "device".Aaron McCarthy2010-02-151-1/+1
| | * | | | | | | Remove unused code.Aaron McCarthy2010-02-152-59/+0
| | * | | | | | | Simplify.Aaron McCarthy2010-02-151-2/+1
| | * | | | | | | Optimise iterations over QHash.Aaron McCarthy2010-02-153-34/+41
| | * | | | | | | Use snippets.Aaron McCarthy2010-02-151-8/+1
| | * | | | | | | Reorder members to remove hole.Aaron McCarthy2010-02-151-4/+4
| | * | | | | | | Expand documentation for QNAM::setConfiguration() and friends.Aaron McCarthy2010-02-151-4/+29
| | * | | | | | | Merge remote branch 'origin/master' into bearermanagement/integrationAaron McCarthy2010-02-142-11/+11
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fix build on Windows.Aaron McCarthy2010-02-125-3/+4
| | * | | | | | | | Move http resume code into http backend.Aaron McCarthy2010-02-124-18/+60
| | * | | | | | | | Fix compiler warning, unused variable.Aaron McCarthy2010-02-121-2/+0