]> git.sesse.net Git - jam/shortlog
jam
2007-01-31 sgunderson... Check for empty source or destination list.
2007-01-31 sgunderson... Also read the sources.
2007-01-31 sgunderson... Generalize the file reading, and store the IPs in memory.
2007-01-31 sgunderson... Start parsing the destination list.
2007-01-31 sgunderson... Make the port configurable.
2007-01-31 sgunderson... Start parsing options.
2007-01-31 sgunderson... Set a much smaller stack size for the worker threads...
2007-01-31 sgunderson... Fix error detection for pthread_create().
2007-01-31 sgunderson... Set SO_REUSEADDR.
2007-01-31 sgunderson... Check the return value of pthread_create.
2007-01-31 sgunderson... Make the receiver worker actually handle the socket.
2007-01-31 sgunderson... Add a loop listening for new connections.
2007-01-31 sgunderson... listen() on the socket.
2007-01-31 sgunderson... Bind to the right port.
2007-01-31 sgunderson... Begin!