1. 944b9c0 Point to new repo location in README by stuartmorgan · 6 months ago master
  2. 2be7672 Bump min SDK version to non-prerelease version (#79) by Greg Spencer · 8 months ago
  3. a98069c Move to version 5.0.0 (#78) by Bernardo Ferrari · 8 months ago
  4. aaaa3d8 Bump dependencies. (#76) by Bernardo Ferrari · 8 months ago
  5. 32328e5 Remove `covariant` from `ProcessManager` (#71) by Chris Wong · 1 year, 8 months ago
  6. 2546dfe Make encoding parameter nullable (again) (#68) by Chris Wong · 2 years, 5 months ago
  7. 50921c3 Switch to use GitHub Actions instead of Travis, update analysis options (#67) by Greg Spencer · 2 years, 7 months ago
  8. 6e71d21 Revert "Make encoding parameter nullable (#65)" by Todd Volkert · 2 years, 8 months ago
  9. d6c245e Make encoding parameter nullable (#65) by Chris Wong · 2 years, 8 months ago
  10. 0c9aeac Add custom exceptions with more information (#63) by Greg Spencer · 3 years ago
  11. 6c873f5 Fix ProcessManager.canRun to be consistent with LocalProcessManager (#62) by Jenn Magder · 3 years ago
  12. 6b2e264 Fix getExecutablePath to only return files that are actually readable and executable. (#61) by Greg Spencer · 3 years ago
  13. 0981bdb Add more details to ArgumentError if process resolution fails (#59) by Jonah Williams · 3 years, 2 months ago
  14. 7ca6534 Fix ProcessManager signatures to be consistent with LocalProcessManager (#58) by James D. Lin · 3 years, 2 months ago
  15. 56ece43 Update for stable null safety (#57) by Jonah Williams · 3 years, 2 months ago
  16. 740e821 Doc fixes for ProcessManager.start (#54) by Ian Hickson · 3 years, 2 months ago
  17. 884d84f Remove unused dart:async import (#53) by Sam Rawlins · 3 years, 4 months ago
  18. c997803 get ready for publish (#52) by Jonah Williams · 3 years, 5 months ago
  19. e1e8aa3 roll for null safety (#51) by Jonah Williams · 3 years, 5 months ago
  20. 1db3b85 Remove unnecessary dart:async imports (#50) by Michael R Fairhurst · 3 years, 6 months ago
  21. 28691df update supported SDK range for 2.11 (#49) by Jonah Williams · 3 years, 6 months ago
  22. cce751d make process.dart publishable (#48) by Jonah Williams · 3 years, 8 months ago
  23. 1df10c6 [null-safety] migrate package:process to _almost_ null safety (#47) by Jonah Williams · 3 years, 8 months ago
  24. 0da1df0 [null-safety] remove implicit casts, intl dependency, format (#46) by Jonah Williams · 3 years, 8 months ago
  25. 38e8c9c Fix pub warnings for publication (#45) by Zachary Anderson · 3 years, 11 months ago
  26. d0a8c5a Handle throwing fs.currentDirectory (#44) by Zachary Anderson · 3 years, 11 months ago
  27. 873a6d6 Update intl version range (#41) by Jonah Williams · 4 years, 7 months ago
  28. 57a88cd Don't add quotes if the file name already has quotes (#40) by Emmanuel Garcia · 4 years, 8 months ago
  29. 8e9b03b Fix: "ProcessException: %1 is not a valid Win32 application. (#38) by Emmanuel Garcia · 4 years, 8 months ago
  30. 0a000ae Fix bug in ProcessWrapper (#37) by Todd Volkert · 5 years ago
  31. 3951d05 Fix bug in `ProcessWrapper` (#36) by Todd Volkert · 5 years ago
  32. c6f3d9a Rename Process to ProcessWrapper (#35) by Todd Volkert · 5 years ago
  33. d6f2238 Add Process wrapper (#34) by Todd Volkert · 5 years ago
  34. b8d73f0 Add returns to fix missing_return errors with 2.10.0-dev.1.0. (#33) by Keerti Parthasarathy · 6 years ago
  35. 4ae47f7 Repair tests (#30) by zolotyh · 6 years ago
  36. 47ea52f Bump dependency on `package:file` (#29) by Todd Volkert · 6 years ago
  37. a5b677c Remove uppercase constants, fix tests for Dart 2 (#28) by Keerti Parthasarathy · 6 years ago
  38. cf3115c General cleanup (#25) by Todd Volkert · 6 years ago 3.0.1
  39. 0fd4b32 Cleanup getExecutablePath() to better respect the platform (#24) by Todd Volkert · 6 years ago 3.0.0
  40. b02df3a Bump file dependency (#23) by Todd Volkert · 6 years ago 2.0.9
  41. c1952a5 Add a specific type to the map method in _getArguments (#22) by Siva · 6 years ago 2.0.8
  42. 5ad90d0 Fix a uses_dynamic_as_bottom error in record_replay/manifest.dart (#20) by Sam Rawlins · 6 years ago
  43. 6b2ec14 Remove @visibleForTesting from getExecutablePath (#21) by Sam Rawlins · 6 years ago
  44. c83e989 Update changelog and bump version (#18) by Todd Volkert · 6 years ago 2.0.7
  45. 65bf824 Remove `set exitCode` (#17) by Todd Volkert · 6 years ago
  46. 0b3d680 Change uses of @checked to covariant, also rename .analysis_options t… (#15) by Keerti Parthasarathy · 6 years ago
  47. f4b7b10 Update comment style generics (#14) by Keerti Parthasarathy · 7 years ago
  48. 3967388 Bump max Dart SDK to 2.0.0-dev.infinity (#12) by Todd Volkert · 7 years ago 2.0.5
  49. 6125728 Relax dependency requirement for `package:intl` (#11) by Todd Volkert · 7 years ago 2.0.4
  50. 5b44cb5 relax dependency requirement for platform (#9) by Michael Goderbauer · 7 years ago 2.0.3
  51. 5b3b64d Fix new Dart 1.23.0-dev.10.0 function expression return type inference (#8) by Sam Rawlins · 7 years ago 2.0.2
  52. 53e6813 Don't attempt to write to stdout or stderr after stream is closed (#6) by Todd Volkert · 7 years ago 2.0.1
  53. c9b5815 Updated package:file dependency to version 2.0.1 (#5) by Todd Volkert · 7 years ago
  54. 0f60b75 Fix Travis link in README (#4) by Todd Volkert · 7 years ago
  55. cdab851 Make LocalProcessManager portable (#3) by Michael Goderbauer · 7 years ago
  56. 1f5e06e Add const constructor to LocalProcessManager (#2) by Todd Volkert · 7 years ago
  57. 8a1b053 Prepare for 1.0.1 release by Todd Volkert · 7 years ago
  58. 10d8731 Add support for dynamic command elements. (#2) by Todd Volkert · 7 years ago
  59. dd71333 Add AUTHORS file, and add license headers to .sh files by Todd Volkert · 7 years ago
  60. a8008a6 Add contributing.md file by Todd Volkert · 7 years ago
  61. fcbec28 Add build and coverage status (#1) by Todd Volkert · 7 years ago
  62. 45ea95a Rename "tools" to "dev" by Todd Volkert · 7 years ago
  63. 72d652e Cleanup by Todd Volkert · 7 years ago
  64. c852724 Add interface definition, and implement local and record-replay variants. by Todd Volkert · 7 years ago
  65. 539d44c Add skeleton project structure by Todd Volkert · 7 years ago
  66. cc4030e Initial commit by Todd Volkert · 7 years ago