Age | Commit message (Expand) | Author |
2018-11-21 | remove deprecated functions (#182) | Pablo Mazzini |
2018-10-07 | DHCPv4: syscall -> x/sys/unix | Sean Karlage |
2018-10-03 | BSDP: Fix MessageTypeFromPacket to return a pointer | Sean Karlage |
2018-10-01 | add comment | Sean Karlage |
2018-10-01 | BSDP: Add MessageTypeFromPacket helper | Sean Karlage |
2018-09-29 | BSDP: Fix parsing offset for boot image lists | Sean Karlage |
2018-08-19 | Added String methods for types (#140) | insomniac |
2018-08-15 | refactor tests to take advantage of new helper functions | Sean Karlage |
2018-08-15 | Merge branch 'master' into bsdp-acks | Sean Karlage |
2018-08-15 | Put back NewInformListForInterface to maintain compat | Sean Karlage |
2018-08-15 | Merge branch 'master' into dhcpv4-moar-tests | Sean Karlage |
2018-08-15 | Add nil check for Images slice | Sean Karlage |
2018-08-14 | BSDP: Add code to generate ACKs for INFORMs | Sean Karlage |
2018-08-13 | BSDP: Exchange returns list of pointers, not list of objects | Andrea Barberio |
2018-07-29 | Add some helper tools for tests | Sean Karlage |
2018-07-29 | DHCPv4: Refactor methods for easier testing | Sean Karlage |
2018-07-29 | add NewReplyFromRequest (#100) | Pablo Mazzini |
2018-07-27 | [DHCPv4] BroadcastSendReceive now can wait for specific reply types (#95) | insomniac |
2018-07-27 | BSDP: Refactor to use dhcpv4.GetOneOption (#94) | Sean Karlage |
2018-04-18 | Fixed DHCPv4 listener (#37) | insomniac |
2018-03-30 | Remove build tags (#27) | Sean Karlage |
2018-03-26 | Add some more specific bsdp options + vendor specific implementation (#21) | Sean Karlage |
2018-03-22 | Add vendor specific information option | Sean Karlage |
2018-03-22 | Add specific BSDP options | Sean Karlage |
2018-03-16 | Add more specific dhcpv4 options (#17) | Sean Karlage |
2018-03-13 | Add OptionGeneric, comment out other code so tests compile/pass | Sean Karlage |
2018-03-10 | Move Exchange back to method on client, rebase | Sean Karlage |
2018-03-10 | Refactor client code, add timeout capabilities | Sean Karlage |
2018-03-07 | Fixed build tag for darwin-only bsdp package | Andrea Barberio |
2018-03-06 | Refactor tests to use stretchr/testify/require | Sean Karlage |
2018-03-06 | Fixed types for BSDP too | Andrea Barberio |
2018-03-05 | Move bsdp functionality to its own subpackage. Bring in stretchr/testify/asse... | Sean Karlage |