Switch to K&R style indentation.
[tinc] / src / process.c
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-09 Guus SliepenCleanups:
2002-09-04 Guus SliepenSmall fixes.
2002-09-03 Guus SliepenDrop graph and edge stuff. Use new node stuff instead.
2002-07-10 Guus SliepenAllow list of environment variables to be passed to...
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-04-27 Guus SliepenInformative log message if execl() failed.
2002-03-26 Guus SliepenFix execute_script().
2002-03-24 Guus SliepenDon't try to execute scripts unless they exist.
2002-03-19 Guus SliepenCleanup.
2002-03-11 Guus SliepenCleanups, spelling fixes, allow symbol names for signal...
2002-02-18 Guus Sliepen- Non-blocking connect()s.
2002-02-12 Guus SliepenDon't use sa_sigaction (which NetBSD doesn't like)...
2002-02-10 Guus SliepenMerging of the entire pre5 branch. release-1.0pre5
2001-11-03 Guus Sliepen*** empty log message ***
2001-10-31 Guus SliepenSome very small fixes
2001-10-31 Guus Sliepen- Small fixes to graph algorithms
2001-10-28 Guus Sliepen- More s/vertex/edge/g
2001-10-27 Guus SliepenVarious small fixes to make tinc runnable again.
2001-10-27 Guus SliepenMake sure everything links.
2001-10-27 Guus SliepenBig bad commit:
2001-09-05 Ivo TimmermansKilling tincd with SIGINT causes it to toggle between...
2001-09-01 Guus SliepenOptional signal number for -k option.
2001-07-24 Guus SliepenDon't use %m in fprintf().
2001-03-13 Guus SliepenFixed bug in setup_signals() that would make tinc die...
2001-03-01 Guus SliepenVarious small fixes.
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2001-01-07 Guus Sliepen- Reinstated a queue for outgoing packets.
2001-01-05 Guus Sliepen- Let user choose whether keys are in the config files...
2000-11-28 Ivo TimmermansUse sigaction to set signal handlers, the previous...
2000-11-26 Ivo TimmermansGive an error message if daemon() failed.
2000-11-25 Guus Sliepen- Use only one socket for all UDP traffic (for compatib...
2000-11-24 Guus SliepenAnother big & bad commit:
2000-11-24 Ivo TimmermansDo not use the C library's daemon() call.
2000-11-22 Guus Sliepen- Fixed all (except 2) compiler warnings gcc -Wall...
2000-11-22 Guus Sliepen- More porting to FreeBSD and Solaris.
2000-11-22 Guus Sliepen- Write pidfile AFTER detaching...
2000-11-22 Ivo TimmermansDeclare fd.
2000-11-22 Ivo TimmermansAdd more checks to ensure that filedescriptors are...
2000-11-20 Guus Sliepen- More fixes.
2000-11-20 Guus Sliepen- Various small fixes.
2000-11-20 Guus Sliepen- Integrate rbl trees into tinc.
2000-11-17 Guus Sliepen- Removed stray @INCLUDE@ (how did that get there?)
2000-11-17 Guus Sliepen- Simplified do_detach
2000-11-16 Ivo TimmermansMove more functions from tincd.c into process.c.
2000-11-16 Ivo TimmermansMove all process-related functions into process.c.