1. 85c7852 Snap for 8752685 from d2df3fb1f9bc501baf100a26fe3fd1f67384f499 to t-keystone-qcom-release by Android Build Coastguard Worker · 2 years ago
  2. d2df3fb Merge TP1A.220611.001 by Jose Galmes · 2 years ago
  3. d286eb1 Snap for 8710048 from 5f968166b23b07ba22a944061b750581a2c57302 to tm-release by Android Build Coastguard Worker · 2 years ago
  4. 5f96816 Merge remote-tracking branch 'goog/mirror-aosp-master' into bp_portpicker by Frank Feng · 2 years ago
  5. fd08331 Organize portpicker to build properly by Julien Desprez · 2 years ago
  6. 22efb33 Add build files for portpicker by Julien Desprez · 2 years ago
  7. 7b7cfef Merge remote-tracking branch 'aosp/upstream-main' into mymerge by Frank Feng · 2 years, 1 month ago
  8. 8eebef1 Initial empty repository by Bill Rassieur · 2 years, 1 month ago
  9. b05ca66 Lower the threshold for success on the flaky test. by Gregory P. Smith [Google LLC] · 2 years, 7 months ago
  10. 30d279a bind(0) before probing for random available ports. (#28) by Gregory P. Smith · 2 years, 7 months ago
  11. d5a8479 1.5.0 Release (#27) by Gregory P. Smith · 2 years, 7 months ago
  12. c283eb1 Add Windows support for the port server (#25) by Patrice Vignola · 3 years ago
  13. 0b178b8 Update description to mention portserver. by Gregory P. Smith [Google LLC] · 3 years, 1 month ago
  14. 9ac1059 Correct badge hyperlink :) by Gregory P. Smith [Google LLC] · 3 years, 1 month ago
  15. c0fe06c Correct badge hyperlink :) by Gregory P. Smith [Google LLC] · 3 years, 1 month ago
  16. e9faffb Add GH action badge, describe py2, reformat. by Gregory P. Smith [Google LLC] · 3 years, 1 month ago
  17. c33bdd5 Fixes to support Python 3.10, require 3.6+ (#24) by Gregory P. Smith · 3 years, 1 month ago
  18. 2f3d535 Initial github actions config. (#23) by Gregory P. Smith · 3 years, 1 month ago
  19. 3e39fd0 ignore tox and build stuff by Gregory P. Smith [Google LLC] · 3 years, 1 month ago
  20. b32576b goodbye setup.py! by Gregory P. Smith [Google LLC] · 3 years, 1 month ago
  21. a7a7654 Switch to setup.cfg and pyproject.toml, supported 3.x only, dub this 1.3.9 (#21) by Gregory P. Smith · 3 years, 1 month ago
  22. 391cbf2 Travis config update. (#22) by Gregory P. Smith · 3 years, 1 month ago
  23. 11593a7 old py2 testing on CI requires virtualenv not venv by Gregory P. Smith [Google LLC] · 3 years, 1 month ago
  24. 8266a96 Switch to travis testing on focal 20.04. by Gregory P. Smith [Google LLC] · 3 years, 1 month ago
  25. 0ed70c7 Make portserver_test pass on 3.9, Fixes issue #19. by Gregory P. Smith [Google LLC] · 3 years, 1 month ago
  26. 1153eb1 Don't test on py2 when unavailable. by Gregory P. Smith [Google LLC] · 3 years, 1 month ago
  27. 2642025 Added Support for Linux On Power (#20) by ujjwalsh · 3 years, 6 months ago
  28. bf6250b Make portpicker_test more robust, especially when run on a busy CI host. For (#15) by T. Wouters · 4 years, 10 months ago
  29. f737189 We need those stinkin' badges! by Gregory P. Smith [Google LLC] · 5 years ago
  30. 9221d98 use xenial for travis, prepare for 1.3.1 by Gregory P. Smith [Google LLC] · 5 years ago
  31. d1eb022 Initial travis CI config. by Gregory P. Smith [Google LLC] · 5 years ago
  32. dcd15ee start a 1.3.1 changelog by Gregory P. Smith · 5 years ago
  33. 233f6b0 Handle a rare race condition with reserved ports. (#14) by Timo Ewalds · 5 years ago
  34. 58f5beb Have exception name end in Error; Update the docs. by Gregory P. Smith [Google LLC] · 5 years ago
  35. 32099aa Don't continually ask the OS for a port, raise an exception (#13) by Eric Petersen · 5 years ago
  36. 88a6088 Bump version number to 1.3.0 and describe changes. by Gregory P. Smith [Google LLC] · 5 years ago
  37. f367069 Add a portserver_address kwarg to pick_unused_port (#12) by Eric Petersen · 5 years ago
  38. 58a905a Check the presence of AF_UNIX & IPPROTO_IPV6. by Nehal J Wani · 6 years ago
  39. c399d72 Fix missing word in README (#10) by Piper Chester · 7 years ago
  40. a096df0 Switch from distutils to setuptools (#9) by Douglas Greiman · 7 years ago
  41. b0990a6 Update the version to 1.2.0 + describe changes. (#8) by Gregory P. Smith · 7 years ago
  42. 6e8e445 Add a way to reserve ports and return the ports so they get reused. (#7) by Timo Ewalds · 7 years ago
  43. 914f47e Print error details in get_port_from_port_server (#6) by Nicolas Dumazet · 7 years ago
  44. 8b09a98 Merge pull request #2 from duggelz/master by Gregory P. Smith · 8 years ago
  45. 947aae3 Update version to 1.1.1 by Doug Greiman · 8 years ago
  46. 898bee4 Fix bug in get_port_for_process by Doug Greiman · 8 years ago
  47. 4cc0f9f Change default port range to avoid ephemeral ports by Doug Greiman · 8 years ago
  48. cb5fdca add 3.5 to the trove categories by Gregory P. Smith · 8 years ago
  49. 90ab29b Merge pull request #1 from pmarks-net/master by Gregory P. Smith · 9 years ago
  50. 48e564e Simplify is_port_free(), as discussed in the code review. by Paul Marks · 9 years ago
  51. 7a79cf6 Use both IPv4+IPv6 sockets to check whether a port is free. by Paul Marks · 9 years ago
  52. ff089ad Include the ChangeLog.md file in the next release. by Gregory Smith · 9 years ago
  53. 6a52d43 Add maintainer_email. by Gregory Smith · 9 years ago
  54. 964879c Use pep8_style function names. Keep compatibility. by Gregory Smith · 9 years ago
  55. f9de88c Increase version number to 1.0.1. by Gregory Smith · 9 years ago
  56. 5f03134 Reformat all code with YAPF. by Gregory Smith · 9 years ago
  57. 9f3d53b Re-indent to 4 space PEP-8 indentation. by Gregory Smith · 9 years ago
  58. 12455c7 Make GetPortFromPortServer() a public API. by Gregory Smith · 9 years ago
  59. 7490ae7 Ignore the MANIFEST file generated by distutils. by Gregory Smith · 9 years ago
  60. e857532 Correct the classifiers for PyPI upload. by Gregory Smith · 9 years ago
  61. b5c4987 ignore the setup.py upload dist directory. by Gregory Smith · 9 years ago
  62. d40b7b1 ignore the setup.py & test.sh created build subdir by Gregory Smith · 9 years ago
  63. 56fceff Enjoy, World! (initial release) by Gregory Smith · 9 years ago