aboutsummaryrefslogtreecommitdiffhomepage
path: root/osx/config.h
Commit message (Collapse)AuthorAge
* Merge branch 'Integration_2.2.0'Gravatar David Adam2015-07-12
|\
| * Bump version for 2.2.0Gravatar David Adam2015-06-28
| |
* | Merge branch 'Integration_2.2.0'Gravatar David Adam2015-05-21
|\|
| * bump version for 2.21bGravatar David Adam2015-05-05
|/
* Merge branch 'Integration_2.1.2'Gravatar David Adam2015-03-11
|\
| * Bump OS X version from 2.1.1 to 2.1.2Gravatar ridiculousfish2015-02-16
| |
* | osx/config.h: add some missed definesGravatar David Adam2014-12-21
| |
* | Solaris build fixes: use _sys_errs if availableGravatar David Adam2014-12-21
| |
* | use configure to detect dirent.d_typeGravatar David Adam2014-12-21
| |
* | Update osx/config.h with new configure headersGravatar David Adam2014-12-21
| |
* | Solaris build fixes: pick the right curses more of the timeGravatar David Adam2014-12-21
| |
| * Bump osx/config.h version number to 2.1.1Gravatar ridiculousfish2014-09-07
| |
* | Remove getpeerid/getpeerucred and fallbacksGravatar David Adam2014-08-03
| |
| * Revert "Check effective credentials of socket peers"Gravatar David Adam2014-07-31
| | | | | | | | | | | | | | This reverts commit 8412c867a501e3a68e55fef6215e86d3ac9f617b. Just checking the credentials of the peer turns out to be insufficient. See https://github.com/fish-shell/fish-shell/issues/1436.
* | Check effective credentials of socket peersGravatar David Adam2014-04-28
| | | | | | | | | | | | | | | | | | Fix for CVE-2014-2905. Code for getpeereid() on non-BSD systems imported from the PostgreSQL project under a BSD-style license. Closes #1436
| * Check effective credentials of socket peersGravatar David Adam2014-04-27
| | | | | | | | | | | | | | Fix for CVE-2014-2905. Code for getpeereid() on non-BSD systems imported from the PostgreSQL project under a BSD-style license.
* | Space and time optimizations for parse_node_t. Reduced size from 48Gravatar ridiculousfish2014-03-25
|/ | | | bytes to 20 bytes.
* Bump version to 2.1.0Gravatar ridiculousfish2013-10-05
|
* Move FISH_BUILD_VERSION from osx/config.h to the pbxproj so that we can ↵Gravatar ridiculousfish2013-08-17
| | | | build with the generated config.h
* osx/config.h: define the FISH_BUILD_VERSION symbolGravatar David Adam (zanchey)2013-08-11
|
* Update osx/config.h for configure.ac changesGravatar ridiculousfish2013-06-01
|
* Make fishd base its variable files on the MAC address instead of hostnameGravatar ridiculousfish2013-01-08
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/183
* Adopt posix_spawn (!)Gravatar ridiculousfish2012-08-15
| | | | | Rewrite IO chains to be a vector of pointers, instead of a linked list Removed io_transmogrify
* Additional warnings cleanup, effective C++ violations, dead code removalGravatar ridiculousfish2012-08-05
|
* Simplified native OS X build systemGravatar ridiculousfish2012-07-08