| Commit message (Expand) | Author | Age |
* | Solaris build fixes: use _sys_errs if available | David Adam | 2014-12-21 |
* | use configure to detect dirent.d_type | David Adam | 2014-12-21 |
* | Support for dirents without d_type (e.g. Solaris) | ridiculousfish | 2014-12-21 |
* | Remove a bunch of dead code identified by cppcheck | ridiculousfish | 2014-10-31 |
* | Set of fixes for issues identified by cppcheck | ridiculousfish | 2014-10-30 |
* | Fix some warnings in Linux build | ridiculousfish | 2014-05-31 |
* | Enhance file_id_t to have richer information, to guard against inode | ridiculousfish | 2014-04-28 |
* | Merge branch 'master' into death_of_fishd | ridiculousfish | 2014-04-27 |
|\ |
|
| * | Squelch some more warnings on Linux | ridiculousfish | 2014-04-27 |
* | | Implement atomic loading/saving of fishd file within fish, eventually | ridiculousfish | 2014-04-27 |
|/ |
|
* | Initial work towars improved error reporting. Tests currently fail. | ridiculousfish | 2013-12-08 |
* | Use strerror in uClibc, which doesn't have sys_errlist | ridiculousfish | 2013-05-25 |
* | Formatting and style updates | ridiculousfish | 2013-05-05 |
* | Hack up gettext to try to fix CentOS build | ridiculousfish | 2013-04-08 |
* | Mark stdin as nonblocking if we get EWOULDBLOCK, and before handing it off to... | ridiculousfish | 2013-04-07 |
* | Formatting | ridiculousfish | 2013-01-12 |
* | Make do_builtin_io multi-fork safe, moved it to postfork.cpp | ridiculousfish | 2013-01-11 |
* | Don't call strerror or perror after fork, it's unsafe. Added safe_strerror an... | ridiculousfish | 2013-01-09 |
* | Hack around xdm's dumb assumption that the login shell is POSIX compliant so ... | ridiculousfish | 2013-01-04 |
* | Removal of more lingering wcs2str() | ridiculousfish | 2012-12-24 |
* | Remove leftover use of str2wcs. | Daniel James | 2012-12-24 |
* | Eliminate str2wcs | ridiculousfish | 2012-12-19 |
* | Fix indentation of switch statements | ridiculousfish | 2012-11-19 |
* | Apply new indentation, brace, and whitespace style | ridiculousfish | 2012-11-18 |
* | Remove trailing whitespaces and change tabs to spaces | Ćukasz Niemier | 2012-11-18 |
* | Additional warning cleanup and switching from int to size_t where appropriate | ridiculousfish | 2012-08-04 |
* | Fixed declaration of wrealpath() function on FreeBSD | Siteshwar Vashisht | 2012-06-23 |
* | Factor is_potential_path to properly handle CDPATH | ridiculousfish | 2012-05-07 |
* | A bunch of changes working towards eliminating all memory allocation after fo... | ridiculousfish | 2012-03-08 |
* | Final cleanup of io_data_t now that I recognize the bizarre way in which it s... | ridiculousfish | 2012-03-04 |
* | Fix a bug where wfopen would always fail | ridiculousfish | 2012-03-03 |
* | Remove string_buffer_t (!) | ridiculousfish | 2012-03-03 |
* | Fix to preserve errno across certain calls to stop printing EOVERFLOW message... | ridiculousfish | 2012-03-03 |
* | Change to detect and use O_CLOEXEC | ridiculousfish | 2012-03-02 |
* | Some initial changes to use CLO_EXEC, with an eye towards some day using it c... | Peter Ammon | 2012-03-02 |
* | Some more changes in preparation for turning on complete-based autosuggestions | ridiculousfish | 2012-02-26 |
* | Some work to allow completions to be evaluated off of the main thread | ridiculousfish | 2012-02-24 |
* | Piling on more code to make autosuggestion try to guess directories even when... | ridiculousfish | 2012-02-20 |
* | Enhanced directory detection in a way we don't actually need yet | ridiculousfish | 2012-02-18 |
* | Modified most functions in wutil.h/.cpp to use wcstring instead of wchar_t*, ... | Siteshwar Vashisht | 2012-02-18 |
* | Fix a crash when using quotes due to wgettext thread safety issues. | ridiculousfish | 2012-02-17 |
* | Changes to make autosuggestion smarter about not suggesting commands that cou... | ridiculousfish | 2012-02-16 |
* | Final removal of halloc. It's like Christmas Morning. | ridiculousfish | 2012-02-09 |
* | Removed a halloc_register_function_void | ridiculousfish | 2012-02-09 |
* | Removed a log | ridiculousfish | 2011-12-26 |
* | Some changes to migrate towards C++ and a multithreaded model | ridiculousfish | 2011-12-26 |
* | Initial C++ conversion | ridiculousfish | 2011-12-26 |