Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


cleanup of debugging functions
[palacios.git] / palacios / src / palacios / vmm_socket.c
2009-08-21 Jack Lange cleanup of debugging functions
2009-07-24 Jack Lange added sprintf to build and reworked type system to...
2009-06-05 Jack Lange added utility socket functions
2009-03-04 Peter Dinda Rolled back changes to vmm_socket.c which were causing...
2009-03-03 Jack Lange reformatting of the source files
2009-03-03 Jack Lange changed V3_SOCK to int, and updated the sock_set types...
2009-03-03 Peter Dinda Added networking section to manual
2009-02-10 Lei Xia Modify Socket, Make V3_SOCK long
2009-02-04 Lei Xia Remove the test code
2009-02-03 Lei Xia V3_Sockets Macros tested
2009-02-03 Lei Xia Finish the VMM Socket Layer
2008-11-25 Jack Lange added sock_set functions for select() support
2008-11-24 Jack Lange added socket interface