| Age | Commit message (Expand) | Author |
| 2015-06-05 | Delegate path operations to FileSpec. | Chaoren Lin |
| 2015-06-02 | Fix LLDB so that it can correctly track down dependent shared libraries that ... | Greg Clayton |
| 2015-05-29 | Working directory FileSpec should use remote path syntax to display correctly. | Chaoren Lin |
| 2015-05-29 | Refactor many file functions to use FileSpec over strings. | Chaoren Lin |
| 2015-05-28 | Make FileSpec::Dump use FileSpec::GetPath(), not the other way around. | Chaoren Lin |
| 2015-05-19 | Remove trailing slash from dumping directory FileSpec. | Chaoren Lin |
| 2015-05-09 | Set path syntax for remote executable FileSpec. | Chaoren Lin |
| 2015-05-05 | Make sure that the following paths say they are equal: | Greg Clayton |
| 2015-04-09 | [Python] Fix issue configuring sys.path during startup. | Zachary Turner |
| 2015-02-27 | Fix FileSpec::GetPath to return null-terminated strings | Ilia K |
| 2015-02-25 | When FileSpec::Resolve is given a bare file like "ls", | Jason Molenda |
| 2015-02-23 | Avoid crashing by not mmap'ing files on network mounted file systems. | Greg Clayton |
| 2015-02-08 | Fix a handling of full path in break-insert. | Hafiz Abid Qadeer |
| 2015-01-21 | Abstract the details from regex.h a bit more by not allowing people to specif... | Greg Clayton |
| 2015-01-20 | Fix creation of StringRef in FileSpec::ResolveUsername() | Jason Molenda |
| 2014-12-08 | Fix some posix assumptions related to running shell commands. | Zachary Turner |
| 2014-12-06 | Reverting r223548 which broke running in the shell on OS X. | Jim Ingham |
| 2014-12-06 | Fix some posix assumptions related to running shell commands. | Zachary Turner |
| 2014-12-01 | Only normalize FileSpec paths *after* resolving them. | Zachary Turner |
| 2014-11-15 | For some reason, sometimes the directory paths that clang emits have internal | Jim Ingham |
| 2014-11-04 | Fix the build for LLVM changes | Enrico Granata |
| 2014-10-15 | Ensure that m_syntax is initialized in all the FileSpec | Jason Molenda |
| 2014-09-12 | Nope, I was right originally. ResolveUsername should resolve "~" to the | Jim Ingham |
| 2014-09-12 | Don't make paths with /Foo//bar, that confuses everybody down the line. | Jim Ingham |
| 2014-09-12 | Revert 217719, that wasn't the right fix, that should complete user names, and | Jim Ingham |
| 2014-09-12 | ResolveUsername should resolve "~" to the user's home directory as well as "~... | Jim Ingham |
| 2014-08-15 | Move FileSystem functions out of Host and into their own classes. | Zachary Turner |
| 2014-08-15 | Don't crash when specifying a core file that isn't readable. | Greg Clayton |
| 2014-08-09 | Host: remove unused function | Saleem Abdulrasool |
| 2014-08-08 | Fix bug causing FileSpec::GetPath() to crash with a null dest. | Zachary Turner |
| 2014-08-07 | Optimizations for FileSpec. | Zachary Turner |
| 2014-08-07 | Fix FileSpec to be able to understand Windows paths. | Zachary Turner |
| 2014-07-01 | Fix typos. | Bruce Mitchener |
| 2014-05-30 | Don't use libc's "char *basename(char *)" or "char *dirname(char *)" as they ... | Greg Clayton |
| 2014-03-12 | Replace some Windows specific string functions with std::string. | Hafiz Abid Qadeer |
| 2013-11-20 | Expose SBPlatform through the public API. | Greg Clayton |
| 2013-09-20 | Various small changes for build of LLDB on Visual Studio 2013 RC (MSVC12) | Virgile Bello |
| 2013-09-20 | Add backslash as path separator for Win32. | Virgile Bello |
| 2013-08-26 | merge lldb-platform-work branch (and assorted fixes) into trunk | Daniel Malea |
| 2013-08-23 | MingW compilation (windows). Includes various refactoring to improve portabil... | Virgile Bello |
| 2013-06-13 | Don't depend on set being transitively included. | Rafael Espindola |
| 2013-06-13 | Update for llvm change. | Rafael Espindola |
| 2013-06-12 | Use the global functions instead of the Program methods. | Rafael Espindola |
| 2013-05-15 | Fixed a few obvious errors pointed out by the static analyzer. | Jim Ingham |
| 2013-05-06 | A few small fixes to make things like image list not | Jason Molenda |
| 2013-05-04 | fix a couple of clang static analyzer warnings. | Jason Molenda |
| 2013-04-29 | Don't return a reference to a local variable, and removed a redundant API. | Greg Clayton |
| 2013-04-29 | Add a few new methods to FileSpec to make it a little easier to work | Jason Molenda |
| 2013-04-20 | Fixed being able to mmap an entire file by letting the default args "do the r... | Greg Clayton |
| 2013-04-18 | After discussing with Chris Lattner, we require C++11, so lets get rid of the... | Greg Clayton |