1617 Commits

Author SHA1 Message Date
Baptiste Wicht
034a0f32e1 Cleanup 2016-09-11 21:04:54 +02:00
Baptiste Wicht
760c4fbed9 Reformat code 2016-09-11 21:03:34 +02:00
Baptiste Wicht
d654a7a3ab Use the new emplace_back 2016-09-11 21:03:16 +02:00
Baptiste Wicht
823b946a08 Improve emplace_back to return reference
This is done in C++17
2016-09-11 21:00:35 +02:00
Baptiste Wicht
c01d9b799a Use RAII for packet memory 2016-09-11 20:48:37 +02:00
Baptiste Wicht
08f846dcb4 Fix std::expected for non-trivial types 2016-09-11 20:47:26 +02:00
Baptiste Wicht
c510b6fa89 New TSTL tests 2016-09-11 20:31:44 +02:00
Baptiste Wicht
e9a3b78a9c Fix is_trivially_destructible for void 2016-09-11 20:31:25 +02:00
Baptiste Wicht
a77b976002 Support for std::conditional_t 2016-09-11 20:30:47 +02:00
Baptiste Wicht
0567908a05 Reformat code 2016-09-11 20:08:41 +02:00
Baptiste Wicht
b89bc2770f Use the new API 2016-09-11 20:07:25 +02:00
Baptiste Wicht
510a3ef6c7 New socket API 2016-09-11 20:07:19 +02:00
Baptiste Wicht
3b38aed314 Start socket fd at 1 2016-09-11 20:06:37 +02:00
Baptiste Wicht
897497c9d4 Reformat code 2016-09-11 19:13:51 +02:00
Baptiste Wicht
0a9442aeb9 Improve VFS interface 2016-09-11 18:12:25 +02:00
Baptiste Wicht
9374fded2d Full DNS decoding
"Full" :)
2016-09-11 16:18:30 +02:00
Baptiste Wicht
f34b92ff36 Simple bitfield utility 2016-09-11 15:26:10 +02:00
Baptiste Wicht
283b7a460e Fix tags handling 2016-09-11 15:24:41 +02:00
Baptiste Wicht
b20b689d17 Improve decoding 2016-09-11 15:04:55 +02:00
Baptiste Wicht
12bf0aba4c Propagate packet from IP -> UDP 2016-09-11 14:49:42 +02:00
Baptiste Wicht
294bab5c58 Fix the checksum 2016-09-11 14:47:49 +02:00
Baptiste Wicht
c30d95714c Complete DNS query 2016-09-11 13:33:43 +02:00
Baptiste Wicht
c258de32ad Use alpha to test DNS 2016-09-11 11:58:01 +02:00
Baptiste Wicht
6b69ecb94b Move alpha system call 2016-09-11 11:32:10 +02:00
Baptiste Wicht
f4e5c43bf9 Prepare DNS encoding 2016-09-11 11:21:32 +02:00
Baptiste Wicht
3eef5e0699 Prepare DNS decoding 2016-09-11 11:05:46 +02:00
Baptiste Wicht
5eeed9b206 UDP Checksum 2016-09-11 10:40:10 +02:00
Baptiste Wicht
a7b3b45f38 Prepare UDP encoding 2016-09-10 20:52:06 +02:00
Baptiste Wicht
cc475a7e28 Prepare DNS decoding 2016-09-10 20:43:47 +02:00
Baptiste Wicht
9b064fe6b9 Prepare UDP support 2016-09-10 20:40:41 +02:00
Baptiste Wicht
e0dc61693e Review odin mouse support 2016-09-10 20:18:08 +02:00
Baptiste Wicht
bc460e91c5 Support for reverse iterators 2016-09-10 20:09:18 +02:00
Baptiste Wicht
7e62659471 push_front support 2016-09-10 19:44:01 +02:00
Baptiste Wicht
a80297f2ce Remove the default window 2016-09-10 19:24:27 +02:00
Baptiste Wicht
60a6ac57a2 Generate windows on the fly 2016-09-10 19:24:07 +02:00
Baptiste Wicht
96cb067608 Generate window color randomly 2016-09-10 19:20:05 +02:00
Baptiste Wicht
89997be334 Simple program to generate random numbers 2016-09-10 18:36:11 +02:00
Baptiste Wicht
2e978f15ba Basic random capabilities 2016-09-10 18:35:55 +02:00
Baptiste Wicht
3ef31e9718 Use the new API 2016-09-10 17:32:02 +02:00
Baptiste Wicht
8a12f79453 Better tlib file API 2016-09-10 17:31:57 +02:00
Baptiste Wicht
de2574bd40 Fix file descriptor handling 2016-09-10 16:24:36 +02:00
Baptiste Wicht
4a8644b480 Start fd at 1 2016-09-10 16:01:26 +02:00
Baptiste Wicht
61305cfa48 Fix error messages 2016-09-10 15:51:56 +02:00
Baptiste Wicht
2ad062c464 ifconfig program 2016-09-10 15:46:57 +02:00
Baptiste Wicht
54a5669fad Fixes memory issues with network interface
When the vector grows, it invalidates the network interface pointers
2016-09-09 17:42:59 +02:00
Baptiste Wicht
b2f77b6036 Better names 2016-09-09 17:22:35 +02:00
Baptiste Wicht
5e8c59d9b1 Publish more network information 2016-09-09 17:18:03 +02:00
Baptiste Wicht
091edbcd4a Fix the indentation 2016-09-09 17:08:25 +02:00
Baptiste Wicht
f8ac9a81a3 Smarter selection of the interface 2016-09-09 16:55:37 +02:00
Baptiste Wicht
3093a82f68 Prepare loopback interface support 2016-09-09 16:15:50 +02:00