|
|
095109eb41
|
Added redirection page and fixed Navigation class
|
2016-06-19 17:12:43 +02:00 |
|
|
|
2c46c7ecf3
|
Some refactorings.
|
2016-06-16 16:34:25 +02:00 |
|
|
|
645dd41074
|
Added UI navigation class
|
2016-06-15 21:28:42 +02:00 |
|
|
|
947abc8497
|
Implamanted HTTP cache control for HttpFilePage
|
2016-06-02 17:48:23 +02:00 |
|
|
|
37c1809a61
|
Changed SSDPClient to use multicast and listen to the network
|
2016-05-31 16:55:08 +02:00 |
|
|
|
868364a0ca
|
refactored UDPThreadedNetwork
|
2016-05-31 10:37:29 +02:00 |
|
|
|
52ab728404
|
Fixed contains issue
|
2016-05-25 21:01:09 +02:00 |
|
|
|
bc3a8b48f0
|
Bugfixes and functionally tested
|
2016-05-25 20:29:19 +02:00 |
|
|
|
31ab57dec1
|
Small updates
|
2016-05-25 14:27:44 +02:00 |
|
|
|
c894ba8a61
|
Fixed BinaryOutputStream bug
|
2016-05-16 23:14:58 +02:00 |
|
|
|
50ea517cf3
|
Fixed some bugs in byte util
|
2016-05-13 17:03:11 +02:00 |
|
|
|
28d1f04246
|
Fixed BinaryStruct bit shifting issue
|
2016-05-12 23:00:28 +02:00 |
|
|
|
3f21caa35b
|
Impl variable length binary struct. Data will now be shifted to the correct possitions
|
2016-05-11 17:11:18 +02:00 |
|
|
|
bae988e8dd
|
Added a MDNS test exec class and did some fixes
|
2016-04-26 17:25:33 +02:00 |
|
|
|
581b76687f
|
Added depth parameter to dump method
|
2016-04-26 14:25:29 +02:00 |
|
|
|
e28c84efb3
|
Moved format byte to string function
|
2016-04-26 14:24:42 +02:00 |
|
|
|
ea206cc5b5
|
Added DNS response TC
|
2016-04-19 14:33:29 +02:00 |
|
|
|
31a47f52cd
|
Added DNS packet TC
|
2016-04-18 17:41:55 +02:00 |
|
|
|
fffaa64455
|
Fixed failing TCs
|
2016-04-18 14:09:11 +02:00 |
|
|
|
3edc220ed8
|
Implemented sub byting output data
|
2016-04-15 17:58:19 +02:00 |
|
|
|
40fbbe1012
|
Fixed wrong byte ordering
|
2016-04-15 17:56:13 +02:00 |
|
|
|
0495d3289b
|
added reverse byte order function
|
2016-04-15 17:50:58 +02:00 |
|
|
|
542b242c41
|
Added get bits function for arrays
|
2016-04-15 17:13:36 +02:00 |
|
|
|
ccead35ee7
|
Moved some test classes to the test folder
|
2016-04-15 17:13:07 +02:00 |
|
|
|
6c81d79332
|
Changed DNS question and resource to use BinaryStruct
|
2016-04-14 16:45:22 +02:00 |
|
|
|
dd1b55106b
|
Implementation of Variable length BinaryStruct fields, one TC is failing
|
2016-04-14 16:44:42 +02:00 |
|
|
|
e41fe70951
|
Implementation of CustomBinaryStruct Serializer done
|
2016-04-14 13:15:49 +02:00 |
|
|
|
6071ad7c70
|
Added a DNSPacket class and Initial implementation of custom BinaryFields
|
2016-04-11 17:04:22 +02:00 |
|
|
|
609716adcb
|
Switched exception in Templator and removed state update in UPS constructor
|
2016-04-07 14:31:36 +02:00 |
|
|
|
f86693ea16
|
Tiny change
|
2016-04-06 14:29:07 +02:00 |
|
|
|
f4ae64d0d8
|
Logging bug fix
|
2016-04-05 13:29:52 +02:00 |
|
|
|
cc57cd76c2
|
Small bug fix
|
2016-04-04 17:03:56 +02:00 |
|
|
|
61252ddd11
|
Initial UPS status implementation
|
2016-04-03 22:04:27 +02:00 |
|
|
|
96e7d4489a
|
Bugfixes in BinaryStruct and some Tests for MDNS
|
2016-03-15 13:55:20 +01:00 |
|
|
|
c378e98794
|
Refactoring of BinaryStructInputStream to use a stream
|
2016-03-10 16:20:31 +01:00 |
|
|
|
227f294ae0
|
implemented variable length field
|
2016-03-08 23:30:42 +01:00 |
|
|
|
6e49a343f9
|
fixed build isssues
|
2016-03-07 15:41:17 +01:00 |
|
|
|
a33714fbc4
|
Basic support for writing int with BinaryStruct
|
2016-03-05 00:42:26 +01:00 |
|
|
|
884c5d64c3
|
Changed folder structure of test classes and renamed some packages
|
2016-03-04 17:48:59 +01:00 |
|
|
|
64db4922ee
|
Added BinaryStructWriter class and initial impl off MDNS client
|
2016-03-01 17:20:39 +01:00 |
|
|
|
3f61db4640
|
Fixed failing junit test
|
2016-02-29 14:27:52 +01:00 |
|
|
|
f9772c37e0
|
Replaced all sun.NotImplementedException with standard java UnsupportedOperationException
|
2016-02-27 02:49:23 +01:00 |
|
|
|
862bc7763e
|
Big HTTP header parsing refactoring
|
2016-02-19 20:40:14 +01:00 |
|
|
|
946953699f
|
Changed log level in DBBean
|
2016-02-14 20:24:13 +01:00 |
|
|
|
f43b5fdbf4
|
Fixed bug where new beans where not added to the read cache
|
2016-02-14 18:44:30 +01:00 |
|
|
|
08b9da1d69
|
Changed DBBean from timestamp to WeakReference GBC
|
2016-02-14 17:06:31 +01:00 |
|
|
|
3da5abab98
|
Updated comments from dns spec
|
2016-02-11 09:31:07 +01:00 |
|
|
|
67f0c66545
|
Added more detail to dns message class
|
2016-02-10 14:22:40 +01:00 |
|
|
|
600da77d5c
|
Added DNS classes
|
2016-02-09 14:12:48 +01:00 |
|
|
|
2e87aec3b4
|
Updated license
|
2016-02-09 13:12:44 +01:00 |
|