Commit Graph

21 Commits

Author SHA1 Message Date
Rohan Prinja 0937fcf663 fix bugs in serializer and deserializer 2015-06-16 00:55:53 +05:30
Rohan Prinja 2145316f89 remove unneeded FFI code from dhcp/interfaces.scm 2015-06-16 00:55:53 +05:30
Rohan Prinja 3bec0fd4b4 add copyright line from syscalls.scm in dhcp/interfaces 2015-06-16 00:55:53 +05:30
Rohan Prinja d7512cd0d6 more exports from dhcp/options/base and dhcp/dhcp 2015-06-16 00:55:53 +05:30
Rohan Prinja 9ef45fac08 dhcp: more tests for (dhcp interfaces) 2015-06-16 00:55:53 +05:30
Rohan Prinja 7c44a86cb1 dhcp: #nil -> #f 2015-06-16 00:55:53 +05:30
Rohan Prinja 9374c5ed70 dhcp: remove trailing whitespace 2015-06-16 00:55:53 +05:30
Rohan Prinja f591e1fd4d dhcp: switch to srfi-9 records + numerous small fixes to follow style guide 2015-06-10 09:47:51 +05:30
Rohan Prinja a60c0f4e88 dhcp: correct copyright in send.scm 2015-06-10 09:47:20 +05:30
Rohan Prinja 9f3281e5db dhcp: do not directly change %load-path 2015-06-09 09:38:33 +05:30
Rohan Prinja 85624d570c dhcp: correct copyright 2015-06-09 07:09:08 +05:30
Rohan Prinja a9f5c30360 dhcp: refactor options/base.scm to use records instead of goops 2015-06-09 07:05:23 +05:30
Rohan Prinja ac3d7b512c dhcp: some bug fixes to make tests pass. deserialize does not yet work 2015-06-08 19:56:36 +05:30
Rohan Prinja d6b11ddb00 dhcp: client code, incomplete 2015-06-06 23:46:47 +05:30
Rohan Prinja 41bba08b60 dhcp: dhcp configuration objects 2015-06-06 23:44:10 +05:30
Rohan Prinja 39071607f7 dhcp: code for sending packets, incomplete, untested 2015-06-06 23:43:46 +05:30
Rohan Prinja 55f02e3425 dhcp: code to read info about network interfaces, untested 2015-06-06 23:43:26 +05:30
Rohan Prinja d96db6c0d2 dhcp: packet objects, untested 2015-06-06 23:39:01 +05:30
Rohan Prinja ef80d7279a dhcp: add in deprecated time-offset option 2015-06-04 04:30:48 +05:30
Rohan Prinja c616589cbb dhcp: change module names to reflect directory structure 2015-06-04 02:51:14 +05:30
Rohan Prinja 03103feb1a dhcp: add unused and private-use options, fix some other mistakes 2015-06-04 02:27:45 +05:30