1. 0ee498c barrier: catch socket.error with errno = ETIMEDOUT by Ting-Yuan Huang · 7 years ago
  2. 38c9960 [autotest] Merge client/common_lib/base_barrier by Allen Li · 7 years ago
  3. 999fb13 barrier cleanups: by mbligh · 14 years ago
  4. 02fc0b9 * Rewrite barriertest (the old one was useless|incomplete|partial|broken). by mbligh · 14 years ago
  5. dbc5eaf Moved binding/listening on the server socket from by mbligh · 14 years ago
  6. 12b4558 Massive permission fix by lmr · 15 years ago
  7. 5da93b2 Added support to specify no timeout for barrier by giving it a value of "None". by mbligh · 15 years ago
  8. 3538850 Log when aborting the barrier. by mbligh · 15 years ago
  9. 3a0aae9 Enabling aborts in barriers. by mbligh · 15 years ago
  10. b5df2f9 Handle bad requests to the barrier server without crashing the barrier. by mbligh · 15 years ago
  11. b65c5b0 Use lower ports for profiling. by mbligh · 15 years ago
  12. 9c12f77 Fixed the mis-spelling of rendezvous. by mbligh · 15 years ago
  13. 61a3655 * Update label for barrier timeout by mbligh · 15 years ago
  14. 8ad3120 Moved to the new logging. by mbligh · 15 years ago
  15. ef8a893 Edited barrier error string to display which barrier it timed out on. by mbligh · 16 years ago
  16. 8513e32 The changes in rev 1840 break the standalone test harness, so remove it for now. by jadmanski · 16 years ago
  17. e867310 Summary: Fixing circular reference issue during barrier module import. by mbligh · 16 years ago
  18. 4205d89 Fix the unittest to make it pass and avoid relying on a fragile parser: by mbligh · 16 years ago
  19. e61037c Added some unit tests to test the barriers. Fixed a couple of minor bugs in barrier.py by mbligh · 16 years ago
  20. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  21. 313f12c Did some cleanup work on imports in order to remove any of the remaining "from blah import *" imports. by mbligh · 16 years ago
  22. 6b504ff Fixed the barriers to exit rendevous when there are no members specied. by mbligh · 17 years ago
  23. e1417fa * Added support for barriers to the server. by mbligh · 17 years ago[Renamed (65%) from client/bin/barrier.py]
  24. d1d3a59 barrier.py: import error.py from the new location by mbligh · 17 years ago
  25. 9453ed5 Move bin directory under client/ by mbligh · 18 years ago[Renamed from bin/barrier.py]
  26. 019aa94 barrier: add additional diagnostic on server timeout and flush output by apw · 18 years ago
  27. 2db3931 barrier: add copyright information by apw · 18 years ago
  28. b13af9e barrier: cleanup and standardise progress indicators by apw · 18 years ago
  29. 7d8200d fix up a few spare ; lying around by mbligh · 18 years ago
  30. fadca20 barriers: add multi-machine barrier support by mbligh · 18 years ago