John Maguire
|
3323c2d094
|
Convert all instances of foreach() to a C++11 for
find ext src -name '*.cpp' -exec \
sed -i -e 's/foreach(\([^,]\+\),/for (\1 :/' {} \;
|
2014-02-10 14:43:32 +01:00 |
John Maguire
|
bebd781fdf
|
Reformat all non-3rd-party C/C++/Objective-C++.
Command line:
find src ext -regex '.*\.\(h\|cpp\|mm\)' -exec clang-format -i
-style='{BasedOnStyle: Google, DerivePointerBinding: false}' {} \;
|
2014-02-07 16:34:20 +01:00 |
John Maguire
|
71893e4847
|
Use nullptr instead of NULL everywhere.
|
2014-02-06 17:29:59 +01:00 |
Andreas
|
b9ff2dc46d
|
Debug output interface and ip address for windows mDNS discovery.
|
2013-03-19 22:24:56 +01:00 |
Andreas
|
d083f38f54
|
Revert "Add ipv6 to windows mdns."
|
2013-03-09 18:01:56 +01:00 |
Andreas
|
bcf3c519de
|
Fix compile errors.
|
2013-03-09 13:29:46 +01:00 |
Andreas
|
e09da09d31
|
Add ipv6 to windows mdns.
|
2013-03-09 12:04:17 +01:00 |
Andreas
|
9fb46f0d29
|
Another quick fix.
|
2013-03-08 19:04:26 +01:00 |
Andreas
|
6546779626
|
- Remove initialization of QList.
- Fixed compile error.
|
2013-03-08 19:00:34 +01:00 |
Andreas
|
5747b7acb0
|
Fix tinysvcmdns compile errors.
|
2013-03-08 18:20:57 +01:00 |
Andreas
|
79c2aaacd9
|
Windows: Publish service on all interfaces.
|
2013-03-08 15:20:31 +01:00 |
John Maguire
|
04db045c30
|
Truncate name used for mdns service.
|
2013-02-22 15:29:00 +01:00 |
Andreas
|
315fcb05c4
|
Another fix for Windows mDNS.
|
2013-02-19 15:53:17 +01:00 |
Andreas
|
bedea9f11b
|
Pass txt to mdnsd_register_scv.
|
2013-02-18 18:12:01 +01:00 |
Andreas
|
39bce9ba96
|
- Fix mDNS on Windows.
- Unique name for mDNS broadcast (hostname and domain added).
- Add link to Google Play Store for the Android app.
|
2013-02-18 18:10:31 +01:00 |
Andreas
|
bcae4a7094
|
Added Debug output for windows mDNS.
|
2013-02-18 11:58:09 +01:00 |
John Maguire
|
0b60a17a2b
|
Add MDNS implementation for windows.
|
2013-01-17 14:11:15 +01:00 |