index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
fishd.c
Commit message (
Expand
)
Author
Age
*
Update documentation display code to run roff on the client system instead of...
axel
2006-11-18
*
First stab at directory transition. Test with care...
axel
2006-10-19
*
Fix yet another universal variable issue with initialization of the read buff...
axel
2006-10-19
*
Properly handle character sets in universal variables
axel
2006-10-18
*
Fix bug in the input buffering of messages to/from fishd causing garbled mess...
axel
2006-10-11
*
Provide fallback version of getopt_long instead of checking for it's presense...
axel
2006-08-28
*
Much more reliable getopt_long test. Idea from Netocrat.
axel
2006-08-28
*
Large number of sourcecode comment edits, and some minor code polish
axel
2006-06-20
*
Write commant at beginning of .fishd file mentioning that the file should not...
axel
2006-06-18
*
Decrease verbosity of fishd
axel
2006-06-14
*
Make sure that getopt flags are only written down once
axel
2006-05-27
*
Move all fallbacks for standard and not-so-standard unix functions to fallbac...
axel
2006-02-28
*
Fixes to make fish work on Cygwin. Firstly a bunch of minor fixes fo the wcs*...
axel
2006-01-26
*
doc_src/fishd.txt, fishd.c: Move the API description of fishd to the source f...
James Vega
2006-01-25
*
Add option parsing and support for -h and -v switches to fishd
axel
2006-01-24
*
Fix two issues on OS X, a non-compatible use of the expr command and a bad in...
axel
2006-01-10
*
Improve locale implementation (should now behave identically to bash) and doc...
axel
2006-01-09
*
Make sure fishd saves before exiting from signal
axel
2005-11-28
*
Make sure fishd synchronization happens only when needed
axel
2005-11-28
*
Minor code tweaks
axel
2005-11-24
*
Huge API documentation cleanup
axel
2005-10-25
*
Minor edits
axel
2005-10-07
*
Use setsid to daemonize fishd
axel
2005-10-07
*
Minor bugfixes for Solaris
axel
2005-10-07
*
Switch from setpgrp to setpgid for platform independence
axel
2005-10-06
*
Use debug function instead of fwprintf
axel
2005-10-01
*
Amended critical section locking to be NFS-safe
netocrat
2005-10-01
*
Critical section locking for fishd
netocrat
2005-09-28
*
Minor documentation updates
axel
2005-09-24
*
Fix for various redirection problems
axel
2005-09-23
*
Exportable universal variables
axel
2005-09-23
*
Initial revision
axel
2005-09-20