aboutsummaryrefslogtreecommitdiffhomepage
path: root/fishd.c
Commit message (Expand)AuthorAge
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Fixes to make fish work on Cygwin. Firstly a bunch of minor fixes fo the wcs*...Gravatar axel2006-01-26
* doc_src/fishd.txt, fishd.c: Move the API description of fishd to the source f...Gravatar James Vega2006-01-25
* Add option parsing and support for -h and -v switches to fishdGravatar axel2006-01-24
* Fix two issues on OS X, a non-compatible use of the expr command and a bad in...Gravatar axel2006-01-10
* Improve locale implementation (should now behave identically to bash) and doc...Gravatar axel2006-01-09
* Make sure fishd saves before exiting from signalGravatar axel2005-11-28
* Make sure fishd synchronization happens only when neededGravatar axel2005-11-28
* Minor code tweaksGravatar axel2005-11-24
* Huge API documentation cleanupGravatar axel2005-10-25
* Minor editsGravatar axel2005-10-07
* Use setsid to daemonize fishdGravatar axel2005-10-07
* Minor bugfixes for SolarisGravatar axel2005-10-07
* Switch from setpgrp to setpgid for platform independenceGravatar axel2005-10-06
* Use debug function instead of fwprintfGravatar axel2005-10-01
* Amended critical section locking to be NFS-safeGravatar netocrat2005-10-01
* Critical section locking for fishdGravatar netocrat2005-09-28
* Minor documentation updatesGravatar axel2005-09-24
* Fix for various redirection problemsGravatar axel2005-09-23
* Exportable universal variablesGravatar axel2005-09-23
* Initial revisionGravatar axel2005-09-20