Commit Graph

35 Commits

Author SHA1 Message Date
Ludovic Courtès 53e58cc0e9 build: Define tests for 'make check'.
* Makefile.am (TESTS, TEST_EXTENSIONS, SCM_LOG_COMPILER, EXTRA_DIST):
  New variables.
* tests/dhcp-dhcp.scm: Add missing 'test-end'.
2015-06-25 11:12:42 +02:00
Ludovic Courtès 86d54395a4 build: Do not build arp/messages.scm.
* Makefile.am (MODULES): Remove arp/messages.scm, which doesn't build.
2015-06-25 11:10:35 +02:00
Ludovic Courtès 40771cf551 build: Change package name to 'dhcp'.
* configure.ac: Change 'guix' to 'dhcp' in 'AC_INIT'.
2015-06-25 11:10:07 +02:00
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 87839167b6 dhcp: correct copyright in tests/ 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
Ludovic Courtès d1865d0e61 Add autotools framework; rename 'Makefile' to 'Makefile.old'. 2015-06-12 10:19:17 +02:00
Ludovic Courtès cdd85fd567 Add the usual files. 2015-06-12 10:11:19 +02:00
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 34690bc3c9 dhcp: tests for the (dhcp *) modules, incomplete 2015-06-06 23:45:28 +05:30
Rohan Prinja c24603cf65 dhcp: source for .so, used by some now-redundant functions in interfaces.scm 2015-06-06 23:44:42 +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
Rohan Prinja 234b9264f8 dhcp: tell git to ignore log files 2015-06-03 00:38:50 +05:30
Rohan Prinja e733ce56eb dhcp: arp hardware address identifiers 2015-06-02 22:54:57 +05:30
Rohan Prinja 30d7a60039 +gitignore 2015-06-02 04:49:18 +05:30
Rohan Prinja 59f8c4b1bf +Makefile 2015-06-02 04:42:30 +05:30
Rohan Prinja e4dd87a98f +copying, +copying.lesser, +license 2015-06-02 04:42:17 +05:30
Rohan Prinja fed3db8f6a +thanks 2015-06-02 04:41:39 +05:30