|
|
8e945272cf
|
added Gravatar api class
|
2016-11-19 17:51:54 +01:00 |
|
|
|
1239626e53
|
small refactoring
|
2016-11-09 16:58:18 +01:00 |
|
|
|
26c09452f3
|
Added JsonPage and finished implementation of digest auth page
|
2016-11-04 16:52:10 +01:00 |
|
|
|
2c7a9a6eff
|
Digest is now listening to correct headers
|
2016-10-28 17:15:22 +02:00 |
|
|
|
c4efab0609
|
Initial implementation of digest auth page
|
2016-10-26 17:34:21 +02:00 |
|
|
|
94fecc0567
|
Created new InetUtil class for IP and mac related stuff
|
2016-10-04 17:01:54 +02:00 |
|
|
|
a5052cc917
|
Added helper method to get local IP addresses
|
2016-10-03 20:51:06 +02:00 |
|
|
|
93d17f4656
|
Some updates to ip scanner
|
2016-10-03 17:48:01 +02:00 |
|
|
|
e15b633601
|
refactored inet scanner
|
2016-10-02 21:30:40 +02:00 |
|
|
|
1e5e114300
|
Moved around OSAL and implemented /proc/net/arp parser
|
2016-09-30 16:57:43 +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 |
|
|
|
b77631535e
|
Implemented IP Scan api
|
2016-09-12 17:13:08 +02:00 |
|
|
|
985cb8b1de
|
Added MultiCommandExecutor class and an incomplete proof of concept ip scanner
|
2016-09-11 21:55:54 +02:00 |
|
|
|
46de7e05d1
|
BinaryStruct now checks super class fields also
|
2016-08-29 17:04:27 +02:00 |
|
|
|
7176bddc15
|
changed getId to be final to lower the chance of accidentally overriding it
|
2016-08-25 22:26:21 +02:00 |
|
|
|
87abfd147f
|
Configurator can now handle enums
|
2016-08-24 17:36:31 +02:00 |
|
|
|
bd622bd231
|
Small change to comment and method name
|
2016-08-20 23:34:30 +02:00 |
|
|
|
a3293714c5
|
Some more work on MDNS
|
2016-08-12 15:11:26 +02:00 |
|
|
|
865d0da0aa
|
Initial MDNS API
|
2016-08-10 16:56:42 +02:00 |
|
|
|
5e1f2d65e6
|
Uncommented probe send
|
2016-08-10 11:16:32 +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 |
|
|
|
123044aaf3
|
Configurator now checks the whole inherited class hierarchy
|
2016-08-02 17:44:20 +02:00 |
|
|
|
2fcc8e98c5
|
Added ObjectCache class and fixed som hashmap iterator issues
|
2016-07-30 00:18:45 +02:00 |
|
|
|
6dd2210be1
|
Reverted method def change
|
2016-07-25 17:34:42 +02:00 |
|
|
|
cbca0c42c4
|
Some robustness changes
|
2016-07-23 01:00:53 +02:00 |
|
|
|
b79284009d
|
SMall cleanup
|
2016-07-22 23:15:34 +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 |
|
|
|
8ad285cd61
|
Changed stream read methods to default not close the streams
|
2016-07-14 17:50:17 +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 |
|
|
|
53dec4603c
|
Multipart is parsing field name now
|
2016-07-07 15:59:25 +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 |
|
|
|
e091a9abe6
|
Small refactoring
|
2016-06-29 17:13:23 +02:00 |
|
|
|
74ad14e052
|
Added more mime types
|
2016-06-28 18:32:59 +02:00 |
|
|
|
5a328913ed
|
Implemented Class iterator for plugin manager
|
2016-06-19 17:53:04 +02:00 |
|