]> git.sesse.net Git - jam/history - jam.c
Write a friendly "we're ready" message.
[jam] / jam.c
2007-01-31 sgunderson@bigfoot.comWrite a friendly "we're ready" message.
2007-01-31 sgunderson@bigfoot.coms/file/list/ in the options.
2007-01-31 sgunderson@bigfoot.comCheck for empty source or destination list.
2007-01-31 sgunderson@bigfoot.comAlso read the sources.
2007-01-31 sgunderson@bigfoot.comGeneralize the file reading, and store the IPs in memory.
2007-01-31 sgunderson@bigfoot.comStart parsing the destination list.
2007-01-31 sgunderson@bigfoot.comMake the port configurable.
2007-01-31 sgunderson@bigfoot.comStart parsing options.
2007-01-31 sgunderson@bigfoot.comSet a much smaller stack size for the worker threads...
2007-01-31 sgunderson@bigfoot.comFix error detection for pthread_create().
2007-01-31 sgunderson@bigfoot.comSet SO_REUSEADDR.
2007-01-31 sgunderson@bigfoot.comCheck the return value of pthread_create.
2007-01-31 sgunderson@bigfoot.comMake the receiver worker actually handle the socket.
2007-01-31 sgunderson@bigfoot.comAdd a loop listening for new connections.
2007-01-31 sgunderson@bigfoot.comlisten() on the socket.
2007-01-31 sgunderson@bigfoot.comBind to the right port.
2007-01-31 sgunderson@bigfoot.comBegin!