englishman
|
d3d89b2178
|
Windows installer creation fix
|
2015-06-02 22:26:48 +03:00 |
|
Anton Keks
|
718252a8fe
|
issue #25 - when editing comments, make sure correct result is updated. even if selection has changed
|
2015-04-26 21:35:59 +03:00 |
|
Anton Keks
|
00da30a7d0
|
no index in toString()
|
2015-04-26 21:23:19 +03:00 |
|
Anton Keks
|
bd4b4f8a9d
|
fix #29 do not overwrite openers when moving between them in the dialog
|
2015-04-26 21:16:54 +03:00 |
|
Anton Keks
|
3a99d7095d
|
formatting
|
2015-04-26 21:04:55 +03:00 |
|
Anton Keks
|
65d8d8e8f8
|
use static import
|
2015-04-26 20:51:03 +03:00 |
|
Anton Keks
|
0553bc738c
|
remove already implemented items + add URLFetcher
|
2014-11-17 21:27:34 +02:00 |
|
Anton Keks
|
03cf557da6
|
dagger todo added
|
2014-11-17 21:22:58 +02:00 |
|
Anton Keks
|
d898d8df7f
|
update release notes for 3.3.2
|
2014-09-30 23:55:25 +03:00 |
|
Anton Keks
|
2bcde2c52c
|
increment version to 3.3.2
|
2014-09-30 23:49:17 +03:00 |
|
Anton Keks
|
c1b9ad8b46
|
add a bit of space to the right side of the dialog
|
2014-09-30 23:45:38 +03:00 |
|
Anton Keks
|
4d35902c1a
|
mark launcher as single-instance only
|
2014-09-30 23:36:46 +03:00 |
|
Anton Keks
|
96a241b556
|
do not use sed, do replace with awk
|
2014-09-30 22:38:41 +03:00 |
|
Anton Keks
|
2c9d8a3e11
|
add wine to the list of packages
|
2014-09-30 22:19:50 +03:00 |
|
Anton Keks
|
585109aa2d
|
Merge pull request #20 from stokito/patch-1
Rename text files README to README.md
|
2014-09-30 22:13:04 +03:00 |
|
Anton Keks
|
22ca6fa760
|
java6 is now used by default, so no need for reflection
|
2014-09-30 22:06:05 +03:00 |
|
Anton Keks
|
cf93593357
|
issue #11 info dialog must be resized to fit command-line usage instructions
|
2014-09-30 22:05:37 +03:00 |
|
Anton Keks
|
3c3e38870e
|
issue #18 fix feeder initialization from command-line
|
2014-09-30 21:41:07 +03:00 |
|
Sergey Ponomarev
|
49c1cb9852
|
Rename TODO to TODO.md
|
2014-09-30 18:27:15 +03:00 |
|
Sergey Ponomarev
|
f099895b2f
|
Update README.md
|
2014-09-30 18:26:27 +03:00 |
|
Sergey Ponomarev
|
0f95a7d4b0
|
Update and rename README to README.md
|
2014-09-30 18:23:38 +03:00 |
|
Anton Keks
|
c583e79fc2
|
simplify mdns query and use MulticastSocket to set TTL to 1
|
2014-09-30 00:15:40 +03:00 |
|
Anton Keks
|
75e204e29b
|
issue #19: preserve IAccessible and probably other swt win32 interfaces in the build
|
2014-09-22 23:17:44 +03:00 |
|
Anton Keks
|
9c6d2f1573
|
vars renamed
|
2014-09-10 21:38:19 +03:00 |
|
Anton Keks
|
de186fc723
|
updated mac vendors
|
2014-09-10 21:11:59 +03:00 |
|
Anton Keks
|
6a1f2ff73a
|
more names can be returned, stop parsing at end of first one
|
2014-09-09 17:58:03 +03:00 |
|
Anton Keks
|
ee9f0414b6
|
resolve mdns and netbios only for local addresses
|
2014-09-09 00:02:05 +03:00 |
|
Anton Keks
|
283a56668a
|
resolve NetBIOS names of Windows machines on the LAN if other methods fail
|
2014-09-08 23:54:53 +03:00 |
|
Anton Keks
|
29f38fdb5b
|
NetBIOSResolver extracted (to be reused)
|
2014-09-08 23:43:34 +03:00 |
|
Anton Keks
|
0f101a78e1
|
safer exception handling in HostnameFetcher
|
2014-09-08 23:18:20 +03:00 |
|
Anton Keks
|
bdfb7a6732
|
use adapted timeout instead of fixed pingTimeout
|
2014-09-08 23:08:50 +03:00 |
|
Anton Keks
|
141568bec8
|
use pingTimeout from config for mDNS lookups
|
2014-09-08 23:05:26 +03:00 |
|
Anton Keks
|
b054444451
|
two todos added
|
2014-08-31 20:04:31 +03:00 |
|
Anton Keks
|
fbf2df2911
|
make sure we close the socket
|
2014-08-31 20:02:54 +03:00 |
|
Anton Keks
|
0beb26136e
|
safer code: check for request id in response
|
2014-08-31 19:53:17 +03:00 |
|
Anton Keks
|
483b8f519a
|
another test for reverse name calculation
|
2014-08-31 19:17:32 +03:00 |
|
Anton Keks
|
7443edeaff
|
some tests for encoding and decoding of names according to DNS protocol
|
2014-08-31 19:12:15 +03:00 |
|
Anton Keks
|
6773d5d2ef
|
resolve mdns hostnames if regular dns resolve fails
|
2014-08-31 18:59:33 +03:00 |
|
Anton Keks
|
a04d2db742
|
a lightweight multicast DNS hostname resolver
|
2014-08-31 18:24:40 +03:00 |
|
Anton Keks
|
f248bf75d1
|
trying to manually implement mdns
|
2014-08-26 00:12:33 +03:00 |
|
Anton Keks
|
0e85825caa
|
prefer newest java
|
2014-08-25 22:20:37 +03:00 |
|
Anton Keks
|
29d1842dba
|
3.3.1 release notes
|
2014-07-15 23:06:59 +03:00 |
|
Anton Keks
|
b4ab05187c
|
more correct size
|
2014-07-15 23:04:34 +03:00 |
|
Anton Keks
|
1e44e0c94c
|
use only local vars for Socket, avoid ThreadLocals
|
2014-07-15 22:59:28 +03:00 |
|
Anton Keks
|
791749a733
|
use only local vars for Socket, avoid ThreadLocals
|
2014-07-15 22:40:52 +03:00 |
|
Anton Keks
|
a4c054fb4d
|
make less UDP probes, so that TCP fallback will pick up more quickly
|
2014-07-15 22:17:52 +03:00 |
|
Anton Keks
|
50e76a5e81
|
use InetAddressImpl directly to resolve hostnames more quickly
|
2014-07-15 21:55:01 +03:00 |
|
Anton Keks
|
c112e75ef6
|
bump version to 3.3.1
|
2014-07-15 21:00:24 +03:00 |
|
Anton Keks
|
21f4f777fb
|
add oracle-java8-installer as possible dependency
|
2014-07-15 20:58:24 +03:00 |
|
Anton Keks
|
85c3cddf64
|
issue #17 - include libswt-atk-gtk and libswt-cairo-gtk in the release build, otherwise ipscan will not start on freshly installed linuxes
|
2014-07-15 20:50:26 +03:00 |
|