JavaTCPFork/.git
2015-12-16 Gustavo Martin... From sig handler just call safe functions. master origin/HEAD origin/master
2015-08-25 Gustavo Martin... do not repeat close when EINTR
2014-06-22 Gustavo Martin... Comments about inherited signal dispositions.
2014-03-17 gu.martinm... fixed error in create_args function
2014-03-16 gu.martinm... fixed #1. Using execvp instead of system.
2014-03-10 gu.martinm... Working on issues: #1 #3. issue1 origin/issue1
2014-02-23 gu.martinm... Avoid SIGPIPE and polite kill child process.
2014-02-03 gu.martinm... Wait for client to close connection: improvement (I...
2014-02-02 gu.martinm... Avoid TIME_WAIT state, server side: wait for client...
2013-11-17 gu.martinm... I do not think daemonize function is needed.
2013-08-29 Gustavo Martin... Doubts about setsid. TODO some day.
2013-08-29 Gustavo Martin... How to launch daemon (improvement)
2013-01-20 gumartinmMultiple minor changes:
2012-12-23 gumartinmEXIT_SUCCESS & EXIT_FAILURE constants / _exit
2012-12-23 gumartinmFixed error in sizeof for unsigned char.
2012-12-18 gumartinmRight type for storing return code from fork
2012-12-18 gumartinmUnblock SIGCHLD signal in child process.
2012-12-18 gumartinmExit from custom SIGINT handler. The right way.
2012-12-18 gumartinmBlocking SIGCHLD with pthread_sigmask
2012-12-18 gumartinmImproving the set signal_handler code
2012-12-17 gumartinmUsing right type for data bytes:
2012-12-17 gumartinmCheck shell has not set up an initial action
2012-03-18 gumartinmThe daemon process sends to the Java client in case...
2012-03-04 gumartinmXML parser removed. We begin to use my own protocol.
2012-02-26 gumartinmComment with questions about packing, serializing and...
2012-02-26 gumartinmMore steps in my JavaTCPForkDaemon.
2012-02-06 gumartinmSome code improvements.
2012-01-31 gumartinmRemoving some useless white spaces....
2012-01-31 gumartinmNothing important,
2012-01-30 gumartinmClening up code, and errors control.
2012-01-29 gumartinmNew nice method to read data from socket.
2012-01-29 gumartinmSome minor changes in REAME files
2012-01-29 gumartinmGrammar mistake in README file :/
2012-01-29 gumartinmRemoving executable file
2012-01-29 gumartinmfirst commit