CARVIEW |
sam-github
(Sam Roberts)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Sam Roberts
- Website/Blog
- https://octetcloud.com/
- Location
- Vancouver, BC, Canada
- Member Since
- Jul 20, 2008 (about 1 year)
Following 1 coder and watching 12 repositories view all →
Public Repositories (8)
-
libnet
libnet provides a portable framework for low-level network packet construction.
Last updated Thu Feb 11 17:25:50 -0800 2010
-
vpim
vCard and iCalendar support, the standard for exchange and storage of contact information and cal...
Last updated Wed Feb 10 16:40:00 -0800 2010
-
underscore.lua
A utility library for Lua
Forked from mirven/underscore.lua Thu Dec 10 11:08:12 -0800 2009
Last updated Thu Dec 10 17:12:02 -0800 2009
-
wax
obj-c <=> lua bridge
Forked from probablycorey/wax Thu Oct 01 13:51:53 -0700 2009
Last updated Thu Oct 01 10:25:29 -0700 2009
-
sinatra
Classy web-development dressed in a DSL (official / canonical repo)
Forked from sinatra/sinatra Mon Feb 16 20:52:51 -0800 2009
Last updated Sun Mar 15 10:20:12 -0700 2009
-
rack
a modular Ruby webserver interface
Forked from rack/rack Wed Mar 04 18:51:31 -0800 2009
Last updated Sat Mar 07 16:47:29 -0800 2009
-
ratom
A fast, libxml based, Ruby Atom library supporting the Syndication Format and the Publishing Prot...
Forked from seangeo/ratom Mon Feb 23 19:33:01 -0800 2009
Last updated Mon Feb 23 20:55:16 -0800 2009
-
swirl
BEEP for Lua, a beepcore-c binding
Last updated Sun Dec 07 22:46:12 -0800 2008
Public Activity 

-
sam-github committed 6371ce20:
pcap binding supports open_dead() and pcap_dump()

-
sam-github committed fb3ff897:
Merge branch 'seebq-qp'
-
sam-github committed da925b3c:
Added assertion showing quoted printable isn't handled correctly, though better than before.
-
seebq committed be346d13:
Fixes a Vpim::InvalidEncodingError on a field with ENCODING=QUOTED-PRINTABLE, due to the ability for = to soft break a line.

-
sam-github committed 2c6267e9:
test add telephone numbers

-
sam-github committed 91b61f83:
Updated, getting close to next release.

-
sam-github committed c4a98c21:
debian package the lua bindings
-
sam-github committed 4436bede:
Build against ../libnet, so lua bindings can be built and packaged.
-
sam-github committed 46a6f3bb:
Remove gccisms in bitfield definitions.
-
sam-github committed 96bc7264:
Updated lua bindings, they are a mess, but at least they are here.
-
sam-github committed 4d6d155b:
Merged net-test.

-
sam-github committed 79e1a9be:
Adjust Build script to fail, and ignore autotools temp dirs.
-
sam-github committed f5c17e01:
Build doc before packaging.

-
sam-github committed e699f790:
injection type of LIBNET_NONE, for packet construction without injection

-
sam-github committed d5abe4ee:
Notes about checksumming.

-
sam-github committed 547de0bd:
libnet_build_tcp was not returning the ptag.

-
sam-github committed 357e472e:
Packet boundaries are now passed to _do_checksum(), so it can validate its input.

-
sam-github committed fdaf6abc:
TCP building is triggering memory overwrites; closer examination shows the link

-
sam-github committed c5a37278:
Unstow libnet on clean.

-
sam-github committed 892180af:
Updated comments and notes.
-
sam-github committed a09661e6:
Null the pointer in the about-to-be-freed structure, not the one on the stack.
-
sam-github committed 259e4454:
Added missing pblock types, and made strings consistent with definitions.

-
sam-github committed 5566c25b:
Tweak net.c to sync with upstream, so merging later will be easier.