Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari | |
context is passed to DecRef() and Release() which is needed for SO_LINGER implementation. PiperOrigin-RevId: 324672584 | |||
2020-06-08 | Combine executable lookup code | Fabricio Voznika | |
Run vs. exec, VFS1 vs. VFS2 were executable lookup were slightly different from each other. Combine them all into the same logic. PiperOrigin-RevId: 315426443 | |||
2020-05-29 | Refactor the ResolveExecutablePath logic. | Nicolas Lacasse | |
PiperOrigin-RevId: 313871804 | |||
2020-04-22 | Move user home detection to its own library. | Nicolas Lacasse | |
PiperOrigin-RevId: 307977689 |