|
|
998cfb2f0b
|
Fixed testcase
|
2016-09-29 14:40:20 +02:00 |
|
|
|
cba0b79203
|
Reverted bad design choice to add newline in JSONWriter
|
2016-09-29 14:37:36 +02:00 |
|
|
|
24c4fac26d
|
Some refactoring and added some JUnit tests
|
2016-09-27 16:56:51 +02:00 |
|
|
|
1155f1265e
|
logging updates
|
2016-09-19 23:22:06 +02:00 |
|
|
|
59ab54141f
|
Added InetScanner executable
|
2016-09-19 21:43:14 +02:00 |
|
|
|
a3293714c5
|
Some more work on MDNS
|
2016-08-12 15:11:26 +02:00 |
|
|
|
0774bcd26c
|
Added TC for dns request
|
2016-08-10 00:11:02 +02:00 |
|
|
|
e8e3deb056
|
Added DNS message compression, it does not handle it right now
|
2016-08-09 17:57:17 +02:00 |
|
|
|
e69ab31dd2
|
Small fix
|
2016-08-08 20:53:47 +02:00 |
|
|
|
1a6edff347
|
Small refactoring
|
2016-08-08 17:30:58 +02:00 |
|
|
|
2fcc8e98c5
|
Added ObjectCache class and fixed som hashmap iterator issues
|
2016-07-30 00:18:45 +02:00 |
|
|
|
e4930e5edb
|
Optimized imports
|
2016-07-16 22:53:56 +02:00 |
|
|
|
52deb4b16d
|
Added mark support to boundary stream and that fixed hasNext() in multipart
|
2016-07-15 16:48:47 +02:00 |
|
|
|
99973b7c98
|
Fixed file upload
|
2016-07-14 17:50:39 +02:00 |
|
|
|
95586441ee
|
Moved simple string split from benchmark to util class
|
2016-07-14 17:49:06 +02:00 |
|
|
|
dc91d5e992
|
bug fix
|
2016-07-13 21:29:38 +02:00 |
|
|
|
5606f57514
|
Some progress on fileupload
|
2016-07-13 17:22:11 +02:00 |
|
|
|
f2939f819f
|
Fixed all issues in boundary stream
|
2016-07-12 17:22:30 +02:00 |
|
|
|
739b923e1e
|
Boundry stream is working more like a iterator now
|
2016-07-11 23:55:47 +02:00 |
|
|
|
e4a5af69db
|
Some more progress in multipart
|
2016-07-11 18:05:21 +02:00 |
|
|
|
a700cf2863
|
Troubleshooting multipart
|
2016-07-10 22:09:56 +02:00 |
|
|
|
077963ae28
|
Using buffered boundary stream in multipart parser. But currently not working
|
2016-07-08 16:23:29 +02:00 |
|
|
|
1cd48ac2ff
|
Updated benchmark jar
|
2016-07-07 15:50:32 +02:00 |
|
|
|
5cffdc49d1
|
Started implementation of http multiform
|
2016-07-06 17:36:57 +02:00 |
|
|
|
765063ae47
|
Renamed Boundary buffer and improved InputStreamCloser
|
2016-07-06 17:35:58 +02:00 |
|
|
|
f77a757b6d
|
Refactored some things in the http package
|
2016-07-06 17:34:59 +02:00 |
|
|
|
37c1809a61
|
Changed SSDPClient to use multicast and listen to the network
|
2016-05-31 16:55:08 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
cc57cd76c2
|
Small bug fix
|
2016-04-04 17:03:56 +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 |
|
|
|
a33714fbc4
|
Basic support for writing int with BinaryStruct
|
2016-03-05 00:42:26 +01:00 |
|
|
|
1d96125ed9
|
Fixed TC for renamed packages
|
2016-03-04 18:00:28 +01:00 |
|
|
|
884c5d64c3
|
Changed folder structure of test classes and renamed some packages
|
2016-03-04 17:48:59 +01:00 |
|