1284 Commits

Author SHA1 Message Date
Baptiste Wicht
ad7a4f41cf Review initialization of local ports 2016-09-18 21:03:13 +02:00
Baptiste Wicht
76b4264192 Cleanup 2016-09-18 20:51:12 +02:00
Baptiste Wicht
0422e1fed8 Continue cleanup network suport 2016-09-18 20:26:37 +02:00
Baptiste Wicht
bbd2f31093 Handle UDP unbind 2016-09-18 19:59:05 +02:00
Baptiste Wicht
623772062b Improve UDP support 2016-09-18 19:46:50 +02:00
Baptiste Wicht
ef8182271e Store the UDP "connections" 2016-09-18 11:24:55 +02:00
Baptiste Wicht
0e5e27c9bb Extract the datastructure for connections 2016-09-18 11:14:24 +02:00
Baptiste Wicht
900b6d3e46 Prepare UDP "connection" handling 2016-09-18 11:04:24 +02:00
Baptiste Wicht
03ee69e9a6 Cleanup 2016-09-17 22:43:48 +02:00
Baptiste Wicht
f2833a522b Remove kernel_prepare_packet from DNS layer
The kernel does not need to send DNS packets. This is up to the user
space.
2016-09-17 22:34:07 +02:00
Baptiste Wicht
0ca2d96100 Disable alpha for now
Everything has been implemented in nslookup / resolve (tlib)
2016-09-17 22:31:41 +02:00
Baptiste Wicht
bf78df3dcf Prepare HTTP support 2016-09-17 22:23:49 +02:00
Baptiste Wicht
7d57d2a019 Cleanup 2016-09-17 21:57:13 +02:00
Baptiste Wicht
f9d9b40920 Review prepare_packet functions 2016-09-17 21:46:46 +02:00
Baptiste Wicht
ddb4486afc Remove legacy alpha functions 2016-09-17 20:37:28 +02:00
Baptiste Wicht
6caa59e5af Rename prepare_packet 2016-09-17 20:33:36 +02:00
Baptiste Wicht
2f0ee33ba9 finalize_packet may fail 2016-09-17 20:19:35 +02:00
Baptiste Wicht
42cb0a97a8 Fix the fix 2016-09-17 20:16:55 +02:00
Baptiste Wicht
0d2c2746b2 Fix possible invalid memory access 2016-09-17 20:01:28 +02:00
Baptiste Wicht
9884934146 Fix bug in fat32::clear 2016-09-17 20:00:27 +02:00
Baptiste Wicht
9d5da4769d Delete all TCP work to the TCP layer 2016-09-17 17:34:13 +02:00
Baptiste Wicht
0dbdfd22b7 Fix the ACK of PSH 2016-09-17 16:23:40 +02:00
Baptiste Wicht
29b5a777fb Guard the TCP connections datastructure 2016-09-17 16:21:20 +02:00
Baptiste Wicht
bfa88d4218 Better initialization 2016-09-17 16:20:25 +02:00
Baptiste Wicht
c590f99465 Remove useless include 2016-09-17 16:13:48 +02:00
Baptiste Wicht
3fd2b8d009 Prepare a Readers/Writer lock implementation 2016-09-17 15:12:34 +02:00
Baptiste Wicht
25a0a7859a Rename cv functions 2016-09-17 14:40:33 +02:00
Baptiste Wicht
533235db03 Add try_lock support 2016-09-17 14:30:50 +02:00
Baptiste Wicht
ef5040029c Reformat the code 2016-09-17 14:23:28 +02:00
Baptiste Wicht
7e7f82793b Review naming 2016-09-17 14:22:23 +02:00
Baptiste Wicht
6eb0a44a74 Clean concurrency utilities 2016-09-17 14:16:56 +02:00
Baptiste Wicht
a515261ed4 Cleanup concurrency 2016-09-17 11:34:04 +02:00
Baptiste Wicht
91d194130e Renaming 2016-09-16 23:10:04 +02:00
Baptiste Wicht
54b5141cf3 Basic acknowledge of PSH messages 2016-09-16 22:50:06 +02:00
Baptiste Wicht
d1fc3f1f5d Log assert 2016-09-16 22:08:36 +02:00
Baptiste Wicht
666c32a557 Propagate TCP packets 2016-09-16 18:51:42 +02:00
Baptiste Wicht
7a4b6965da Move headers 2016-09-16 17:58:52 +02:00
Baptiste Wicht
9bb52223a3 More robust system 2016-09-15 23:09:35 +02:00
Baptiste Wicht
303ab91887 Reformat code 2016-09-15 22:42:26 +02:00
Baptiste Wicht
2c7f602545 Use sleep queue 2016-09-15 22:42:02 +02:00
Baptiste Wicht
d7fc1a0c60 Insert the listener only once 2016-09-15 22:37:17 +02:00
Baptiste Wicht
a71551720f Allow to send TCP packets 2016-09-15 22:30:43 +02:00
Baptiste Wicht
91333c808d Handle TCP disconnect 2016-09-15 21:05:22 +02:00
Baptiste Wicht
fbeebfd3cc Remove debug message 2016-09-15 19:51:01 +02:00
Baptiste Wicht
85af2e812e Support for num pad 2016-09-14 22:43:03 +02:00
Baptiste Wicht
8977f17aaa Reformat code 2016-09-14 22:33:23 +02:00
Baptiste Wicht
d3dbcec498 Finalize 2016-09-14 22:32:20 +02:00
Baptiste Wicht
958aaebf72 Complete TCP Handshake 2016-09-14 22:08:51 +02:00
Baptiste Wicht
2f88feb2f7 Prepare more fields for TCP socket 2016-09-14 19:08:02 +02:00
Baptiste Wicht
a32a4a8aad Compute the TCP checksum 2016-09-13 22:50:56 +02:00