- Nov 05, 2017
-
-
George Nachman authored
Remove mechanism for catching proc_pidinfo and statfs timeouts. It was causing crashes, but I don't understand why. Perhaps mixing ARC and non-ARC code has some problem? I saw lots of crashes on 3.1.4 where proc_pidinfo exceeded the timeout and when it finally returned there was heap corruption. It looked as though the dispatch group had been freed even though there was an outstanding reference to it. At any rate, if proc_pidinfo is hanging you're going to have a bad time even without this workaround.
-
- Oct 07, 2017
-
-
George Nachman authored
Add iTermCallWithTimeout since 10.13 has a lot of system calls that never return. Prevent proc_pidinfo for hanging for more than half a second.
-
- Oct 06, 2017
-
-
George Nachman authored
Prevent statfs from hanging the app for more than half a second in the face of broken network filesystems. Issue 6110
-
- Sep 23, 2017
-
-
George Nachman authored
-
- Aug 10, 2017
-
-
George Nachman authored
-
- Jun 13, 2017
-
-
George Nachman authored
Avoid filesystem access to network mounts by semantic history. fileURLWithPath: and standardizedURL would both perform I/O. Issue 5740.
-
- Jun 01, 2017
-
-
George Nachman authored
-
- May 10, 2017
-
-
George Nachman authored
I had misunderstood how auto_master works. Its maps refer to files or certain harcoded values. Actually parsing it properly is difficult, so I'll take a conservative approach for now and ignore any mountpoint mentioned in it.
-
- Dec 29, 2016
-
-
George Nachman authored
Exclude both auto_home and auto_nfs mounts from semantic history for performance reasons. Issue 5417
-
- Jun 05, 2016
-
-
George Nachman authored
-
George Nachman authored
-
- Mar 28, 2016
-
-
George Nachman authored
Fix a bug where / was always in the list of paths to ignore when the list was empty because componentsSeparatedByString: returns a single-element array for empty input. Issue 4484.
-
- Mar 23, 2016
-
-
George Nachman authored
-
George Nachman authored
-
- Jan 04, 2016
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
-
- Jul 10, 2015
-
-
George Nachman authored
Give the user the option to append or replace log files. Remember the last used directory for the logfile save panel
-
- Nov 06, 2014
-
-
George Nachman authored
-
- Sep 21, 2014
-
-
George Nachman authored
Move source into sources/ directory. Delete a few unused images in the process and fix a reference to an Aqua image in FindView
-
- Nov 24, 2013
-
-
George Nachman authored
-
George Nachman authored
-
- Sep 20, 2011
-
-
George Nachman authored
Fix bug where tools would become broken after becoming too short. Add Notes tool. Alphabetize tools. Add NSFileManager+DirectoryLocations.
-