Use Linux-like indentation in mptp.c
[swifty.git] / src /
2013-03-18 Paul VlaseUse Linux-like indentation in mptp.c master
2013-03-18 Paul VlaseUse Linux-like indentation in mptp.h
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 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 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-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-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-06-06 Cornel Mercantests added
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 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-05-25 Oana Baronremove compile errors
2011-05-21 Razvan Deaconescuraw: Add test functions for sw_close.
2011-05-21 Razvan Deaconescuraw: Add complete set of headers to test source files.
2011-05-21 Razvan Deaconescuraw: Mention requirement for root user in README.
2011-05-21 Razvan Deaconescuraw: Run insufficient_file_descriptos function in child...
2011-05-21 Razvan Deaconescuraw: Add run_as_child_process function.
2011-05-21 Razvan Deaconescuraw: Add test suite for sw_socket "syscall".
2011-05-21 Razvan Deaconescuraw: Add README.
2011-05-21 Razvan Deaconescuraw: Add TODO.
2011-05-21 Razvan Deaconescuraw: Add include/ folder.
2011-05-21 Razvan Deaconescuraw: Add file declarations in source test files.
2011-05-21 Razvan Deaconescuraw: Use cast to discard const qualifier.
2011-05-21 Razvan Deaconescuraw: Remove sw_shutdown "syscall".
2011-03-20 Bogdan DrutuFix build process
2011-03-20 root (spook.local)raw: Modify tests messages & structure
2011-05-21 Razvan Deaconescuraw: Add skeleton test suite for swift raw.
2011-03-20 root (spook.local)raw: Extract sock_list in a file
2011-05-21 Razvan Deaconescuraw: Fix: check type for SOCK_DGRAM instead of SOCK_RAW.
2011-05-21 Razvan Deaconescuraw: Small fix: remove unnecessary curly braces.
2011-05-21 Razvan Deaconescuraw: Add "is bound" check to sw_socket and sw_bind.
2011-05-21 Razvan Deaconescuraw: Add state to determine wether socket is bound...
2011-05-21 Razvan Deaconescuraw: sw_close and sw_shutdown use list_remove_socket.
2011-05-21 Razvan Deaconescuraw: Add list_remove_socket function.
2011-05-21 Razvan Deaconescuraw: Fill swift_raw.c header comment.
2011-05-21 Razvan Deaconescuraw: Fill sw_getsockname "syscall".
2011-03-20 root (spook.local)raw: add sendTo
2011-03-20 root (spook.local)raw: Merge data.
2011-05-21 Razvan Deaconescuraw: Remove blank in front of paranthesis in function...
next