aboutsummaryrefslogtreecommitdiffhomepage
path: root/osx/config.h
Commit message (Collapse)AuthorAge
* 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-27
| | | | | | | Fix for CVE-2014-2905. Code for getpeereid() on non-BSD systems imported from the PostgreSQL project under a BSD-style license.
* 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