swifty.git
2013-03-18 Paul VlaseUse Linux-like indentation in mptp.c master
2013-03-18 Paul VlaseUse Linux-like indentation in mptp.h
2013-03-18 Paul VlaseUse proper initialization for IP addresses in server...
2013-03-18 Paul VlaseAdd TODO file
2013-03-18 Paul VlaseIgnore kernel module output files
2013-03-18 Paul VlaseIgnore test executables
2012-08-19 Adrian BondrescuMake swift over UDP compilable.
2012-08-19 Adrian BondrescuAdd files for swift over UDP.
2012-08-19 Adrian BondrescuAdd counters for MPTP buffers and syscalls.
2012-08-12 Adrian BondrescuFix multiple sends for swift.
2012-08-06 Adrian BondrescuMultiple sends in one system call for swift.
2012-07-15 Adrian BondrescuFirst step for using multiple recvs from mptp.
2012-07-15 Adrian BondrescuSet the bytes value in the mptp_dest structure when...
2012-06-01 Adrian BondrescuRemove debug prints from the RecvFrom function.
2012-06-01 Adrian BondrescuWe were performing one extra skb_recv_datagram in mptp_...
2012-06-01 Adrian BondrescuFix endianess error introduced earlier in RecvDatagram.
2012-06-01 Adrian BondrescuTentative fix for the RecvFrom function.
2012-06-01 Adrian BondrescuAdd the bytes field in the mptp_dest structure.
2012-07-08 Adrian BondrescuSmall fixes in the mptp_recvmsg function.
2012-06-01 Adrian BondrescuFix stats incrementation in RecvFrom and use the right...
2012-06-01 Adrian BondrescuForgot this file in the last check-in.
2012-06-01 Adrian BondrescuImplement receiving from multiple sources using a singl...
2012-07-08 Adrian BondrescuIf port 0 is provided for binding, bind the socket...
2012-05-31 Adrian BondrescuImplement the copy constructor for the Address structure.
2012-05-31 Adrian BondrescuOverride the assignment operator for the Address class.
2012-06-24 Adrian BondrescuRemove unwanted files from repository.
2012-06-24 Adrian BondrescuFix the swift unit test. They are now working over...
2012-06-24 Adrian BondrescuAddapt client and server to the 16bit port. Use htons...
2012-06-24 Adrian BondrescuMove MPTP ports to 16bit. Until now they were on 8bit.
2012-06-24 Adrian BondrescuMake libswift compilable after moving to MPTP sockets.
2012-06-24 Adrian BondrescuMake the tests compilable after the latest API changes.
2012-06-24 Adrian BondrescuRename swift.* files to mptp.*
2012-06-24 Adrian BondrescuReplace swift with mptp everywhere in the kernel module.
2012-06-24 Adrian BondrescuMake one error message more verbose.
2012-06-24 Adrian BondrescuAdd the source files for the swift library.
2012-05-31 Adrian BondrescuAdd client and server for MPTP measurements.
2012-05-31 Adrian BondrescuThe UDP client is now working and it measures the time...
2012-05-31 Adrian BondrescuThe UDP server now works as expected.
2012-05-31 Adrian BondrescuAdd client/server over UDP for testing purposes.
2012-05-27 Adrian BondrescuImplement receiving from multiple sources. Also modify...
2012-05-20 Adrian BondrescuIncrease the RX buffer size for the SWIFT socket to...
2012-05-20 Adrian BondrescuSet the local_df flag to 1, in order to perform fragmen...
2012-05-20 Adrian BondrescuMerge branch 'master' of p2p-next.cs.pub.ro/git/p2p...
2012-05-20 Adrian BondrescuChange the default log level to error in the kernel...
2012-05-20 root (spook... A few minor changes to server files.
2012-05-20 Adrian BondrescuAdd client and server for transmitting large files.
2012-05-20 Adrian BondrescuAdd option for a different destination address in the...
2012-05-20 Adrian BondrescuUse the eth0 address instead of loopback address in...
2012-05-10 Adrian BondrescuImplement one to manny transmission. Also modify the...
2012-05-10 Adrian BondrescuAdd support for multiple IP/port pairs in swift_sockadd...
2011-09-14 Razvan DeaconescuUpdate .gitignore in doc
2011-06-09 Oana Baronresearch2: add raw sockets part + abstract
2011-06-08 Oana Baronresearch2: architecture - send/recv datagram
2011-06-08 Oana Baronresearch2 : architecture update
2011-06-08 Oana Baronresearch2: Draft architecture + figures
2011-06-07 Oana BaronUpdate research2: finish intro
2011-06-06 Oana BaronAdd research2 draft
2011-06-06 Oana BaronAdd research1 docs
2011-06-06 Cornel Mercantests added
2011-06-06 Razvan Deaconescuswifty/doc: Add Makefile for converting files in PDF...
2011-06-06 Razvan Deaconescuswifty/doc: Ignore PDF and EPS files.
2011-06-06 Razvan Deaconescuswifty/doc: Add new architecture diagram.
2011-06-05 Adrian BondrescuFix compilation for kernel versions older than 2.6.36
2011-06-04 Razvan Deaconescuraw: Update TODO file.
2011-06-04 Razvan Deaconescuraw: Update socket_manager symlink for array-based...
2011-06-04 Razvan Deaconescuraw: Add array-based socket management source code.
2011-06-04 Razvan Deaconescuraw: Add socket_manager.c symlink.
2011-06-04 Razvan Deaconescuraw: Remove old list-based socket management header.
2011-06-04 Razvan Deaconescuraw: Rename old list-based socket management source...
2011-06-04 Razvan Deaconescuraw: Update list-based socket management functions.
2011-06-04 Razvan Deaconescuraw: Add socket_manager.h.
2011-06-04 Razvan Deaconescuraw: Replace header comment in swift_list.c.
2011-06-04 Razvan Deaconescuraw: Fill sin_family member of sw_sockaddr structure.
2011-06-04 Razvan Deaconescuraw: Use TABs instead of space in swift_list.c
2011-06-04 Razvan Deaconescuraw: Remove TODO for socket binding in sw_close test.
2011-06-04 Razvan Deaconescuraw: Add usage function to simple test.
2011-06-04 Adrian BondrescuThe port is now uint8_t
2011-06-04 Adrian BondrescuAdded likely/unlikely logic
2011-06-04 Adrian BondrescuImproved logging mechanism
2011-06-04 Cornel MercanImplemented swift_connect function
2011-06-04 Razvan Deaconescuraw: Use inet_ntop/inet_ntop for IP address conversions.
2011-06-04 Razvan DeaconescuProper header inclusion.
2011-06-04 Razvan DeaconescuFill tests for bind.
2011-06-04 Razvan DeaconescuMark socket as bound in list_update_socket_address.
2011-06-04 Razvan DeaconescuBeautification updates to swift_raw.c.
2011-06-04 Bogdan DrutuFix transformation between string address to network...
2011-06-04 Bogdan DrutuFix sendTo test
2011-06-04 Bogdan DrutuAdd draft tests for sendmsg/recvmsg
2011-06-04 Bogdan DrutuAdd 3 tests for recvfrom
2011-06-04 Bogdan DrutuFix invalid socket and file descriptor is not a socket...
2011-06-04 Bogdan DrutuAdd sendTo tests
2011-06-04 Razvan DeaconescuAdd initial content to global README file.
2011-06-04 Razvan DeaconescuUpdate global .gitignore file.
2011-06-04 Razvan DeaconescuAdd lib/ folder.
2011-06-04 Razvan Deaconescuswifty/kernel: Add .gitignore file.
2011-06-04 Razvan Deaconescuswifty/kernel: Remove execution access rights for kerne...
2011-06-02 adrianAdded initial version for the swift transport protocol...
2011-03-21 Bogdan DrutuAdd bound check/ debug message destination address
2011-03-21 Bogdan DrutuComplete sw_sock_addr in swift_raw_simple_test
2011-03-20 Bogdan DrutuMerge branch 'master' of koala.cs.pub.ro:swifty
next