Commit Graph

26 Commits

Author SHA1 Message Date
soutade 3152fbf947 Add more seccomp syscalls 2016-02-17 18:15:04 +01:00
soutade 3f69fdc7fb Add README 2016-02-17 18:15:04 +01:00
soutade 59b55cfa55 Add Licence information 2016-02-17 18:15:04 +01:00
soutade b6d0c796be New threads where not placed in head of linked list 2016-02-17 18:15:04 +01:00
soutade 978f9335f0 Forgot to replace one ctx nb_sockets variable by nb_sockets 2016-02-17 18:15:04 +01:00
soutade 4b791be9f6 Add full IPV6 support 2016-02-06 14:24:26 +01:00
soutade 401a2e98af Error in iteractive algorithm, continue statement, continue for and not global while 2016-02-06 14:23:28 +01:00
soutade 501875ae2b Allows to pass IPv6 in interactive mode (always returns None for now) 2016-02-04 20:39:50 +01:00
soutade 57fce2afe2 Move from recursive algorithm to linear one Update REQ_IPV4 and REQ_IPV6 defines 2016-02-04 20:39:50 +01:00
soutade 36d5b0f43b Print a message at then end of test 2016-02-04 20:39:50 +01:00
soutade f3c8feb3c5 Add close() method to Python class 2016-02-04 20:39:50 +01:00
soutade 58b0439d9d Use poll instead of select 2016-02-04 20:39:50 +01:00
soutade 73732adbef Add more tests 2016-02-04 20:39:50 +01:00
soutade d110f892b4 Don't read thread_ctx nb_available_sockets and nb_cur_sockets as they may be changed. Use temporary variables. Use microseconds timeout instead of seconds 2016-02-04 20:39:50 +01:00
soutade a10ce76381 Add timeout to Python class 2016-02-04 20:39:50 +01:00
soutade 9b0bdae64e Add close_socket fucntions and rise the scope for mutex for accessing s_last_thread 2016-02-04 20:39:50 +01:00
soutade 54184da72c Fix a bug : bad size for sockets malloc 2016-02-04 20:39:50 +01:00
soutade 93f45dab81 Fix a bug : Remove thread if there is no more active connection (bad condition tested) 2016-02-04 20:39:50 +01:00
soutade 96fb2c5a8e Add 1000 random tests 2016-02-04 20:39:50 +01:00
soutade bc9c8c3dcc Raise an exception on empty packets (geoip Python class) 2016-02-04 20:39:50 +01:00
soutade 148a2a81c8 Add -B option to doesn't go in background 2016-02-04 20:39:50 +01:00
soutade feb89ff6b3 Add first seccomp implementation 2016-02-04 20:39:50 +01:00
soutade 1b72bc86f2 Tak in account server disconnect in Python test class 2016-02-04 20:39:50 +01:00
soutade ef5176e7ec Rework build system 2016-02-04 20:39:50 +01:00
soutade 9f880f8705 Add max nb requests per client 2016-01-31 11:49:24 +01:00
soutade 446c5b0461 Initial commit 2016-01-31 11:42:28 +01:00