1. c2639ff make the files so they actually start on a roborio by Brian Silverman · 11 years ago
  2. dbcc87d fix log_displayer -N by Brian Silverman · 11 years ago
  3. a96cdd9 Preallocate less memory by Austin Schuh · 11 years ago
  4. 293d37c Removed a line from startup printfs by Austin Schuh · 11 years ago
  5. 07b923c Merge "add support for replaying log messages" by Austin Schuh · 11 years ago
  6. 9f33049 clean up the distinction between FRC and non-FRC platforms by Brian Silverman · 11 years ago
  7. d057569 add support for replaying log messages by Brian Silverman · 11 years ago
  8. f5ca4d0 make log_displayer following faster on large files by Brian Silverman · 11 years ago
  9. 8a6dac9 actually support running non-realtime on not-robots by Brian Silverman · 11 years ago
  10. e1ce47f Merge "put binaries that don't belong on the roborio somewhere useful" by Austin Schuh · 11 years ago
  11. 75e9530 handle logging queue overflows better by Brian Silverman · 11 years ago
  12. 7161433 put binaries that don't belong on the roborio somewhere useful by Brian Silverman · 11 years ago
  13. 58657aa make log_displayer filter per-process a lot better by Brian Silverman · 11 years ago
  14. 5d3ab7f various formatting/comment fixups by Brian Silverman · 11 years ago
  15. 8c2b00e implement prefix filtering of names in log_displayer by Brian Silverman · 11 years ago
  16. 64833d4 don't skip potentially important types in log files by Brian Silverman · 11 years ago
  17. bb34553 print out the name of the queue which ran out of messages by Brian Silverman · 11 years ago
  18. dc1eb27 redo the aos_sync API and add PI support by Brian Silverman · 11 years ago
  19. aebbc34 Fixed a memory leak from the thread name. by Austin Schuh · 11 years ago
  20. 20141f9 remove all the crio, bbb, and 2014 code by Brian Silverman · 11 years ago
  21. 8ce2c7f Merge "Add better help message for log_displayer." by Brian Silverman · 11 years ago
  22. 4048662 configure tcmalloc nicely by Brian Silverman · 11 years ago
  23. aa5bdb1 Add better help message for log_displayer. by Daniel Petti · 11 years ago
  24. 8820ed5 Merge "name our threads for ease of debugging" by Austin Schuh · 11 years ago
  25. 2fe007c name our threads for ease of debugging by Brian Silverman · 11 years ago
  26. 0fc4f4f fix tsan occasionally complaining about condition variables by Brian Silverman · 11 years ago
  27. da45b6c clean up the organization of + split out wpilib_interface by Brian Silverman · 11 years ago
  28. 70f8851 add code for examining realtime priorities etc by Brian Silverman · 11 years ago
  29. 1333d4c Merge "Make string_to_num work with floats." by Brian Silverman · 11 years ago
  30. 5aa2979 Make string_to_num work with floats. by Daniel Petti · 11 years ago
  31. 5c222b6 handle piped-in log files ending in the middle of a chunk by Brian Silverman · 11 years ago
  32. 010eb81 Added wpilib_interface and roboRIO specific code. by Austin Schuh · 11 years ago
  33. 84a3831 log_streamer now eats messages by Austin Schuh · 11 years ago
  34. c5982cb binary_log_writer waits for the flash disk to be mounted on the roboRIO. by Austin Schuh · 11 years ago
  35. 0480bc8 Shrunk shmem and logging queue size. by Austin Schuh · 11 years ago
  36. 6c7edbf Increased hard limit if it needs to be on init. by Austin Schuh · 11 years ago
  37. 7e95839 Added arrays to queues. by Austin Schuh · 11 years ago
  38. f4452d7 check for errors when deserializing types from log files by Brian Silverman · 11 years ago
  39. 65e569d add support for displaying log files on standard input by Brian Silverman · 11 years ago
  40. f4b194e Fixed build error introduced by test upgrade without code upgrade. by Austin Schuh · 11 years ago
  41. 17311c9 make logging not leak Context objects when threads die by Brian Silverman · 11 years ago
  42. 9bb5fcb Merge "add support for thread-local objects with destructors" by Brian Silverman · 11 years ago
  43. 0141562 Merge "Change log_displayer help message." by Brian Silverman · 11 years ago
  44. 88c81f4 Change log_displayer help message. by Daniel Petti · 11 years ago
  45. 6a735e4 Merge "Add log_displayer support for -m and -p." by Brian Silverman · 11 years ago
  46. b6c885b Add log_displayer support for -m and -p. by Daniel Petti · 11 years ago
  47. c2591fc Merge "Make log displayer work as the help message indicates." by Brian Silverman · 11 years ago
  48. e6f33e2 Make log displayer work as the help message indicates. by Daniel Petti · 11 years ago
  49. 56d855d Merge "Make log displayer work as the help message indicates." by Brian Silverman · 11 years ago
  50. 731c612 Make log displayer work as the help message indicates. by Daniel Petti · 11 years ago
  51. 2fa99cb add support for thread-local objects with destructors by Brian Silverman · 11 years ago
  52. 8bd3153 add a TODO to the linux logging implementation by Brian Silverman · 11 years ago
  53. 42456d8 have MakeWithBuilder zero everything first by Brian Silverman · 11 years ago
  54. 6755024 fixed a bug resulting in occasional starter crashes by Brian Silverman · 11 years ago
  55. ff48578 tested stuff on a robot + fixed issues by Brian Silverman · 11 years ago
  56. 2e79973 sanify logging during startup by Brian Silverman · 11 years ago
  57. fe457de removed lots of asserts by Brian Silverman · 11 years ago
  58. 7faaec7 made RawQueue options type-safe by Brian Silverman · 11 years ago
  59. 9c9f198 fixed a queue bug by Brian Silverman · 11 years ago
  60. 43d57d1 play nicer with tsan by Brian Silverman · 11 years ago
  61. 6da0427 made sure everything's thread safe by Brian Silverman · 11 years ago
  62. 653491d added more multithreaded tests that are useful with tsan by Brian Silverman · 11 years ago
  63. 2adb145 fixed using readdir(3) wrong by Brian Silverman · 11 years ago
  64. af78486 fixed lots of not-thread-safe things by Brian Silverman · 11 years ago
  65. 01be000 got rid of all uses of strerror by Brian Silverman · 11 years ago
  66. 88207fa remove some really old camera code by Brian · 11 years ago
  67. 1094ee0 fixed various workarounds for build(ish) issues better by Brian Silverman · 11 years ago
  68. aac705c sanified deciding whether to compile with debugging or not by Brian Silverman · 11 years ago
  69. c9389e6 more updates to compile with newer clang + libstdc++ etc by Brian Silverman · 11 years ago
  70. 4b09fce explicitly ignore a place where clang warns but gcc doesn't by Brian Silverman · 11 years ago
  71. e8337b7 make all accesses to ref_count explicitly atomic by Brian Silverman · 11 years ago
  72. 231209b removed a #include of a kernel header by Brian Silverman · 11 years ago
  73. f02c398 more things to make clang happy by Brian Silverman · 11 years ago
  74. afc00a6 let clang give more warnings (which pointed out a bug) by Brian Silverman · 11 years ago
  75. f798614 cleaned up lots of not-so-niceties and a few bugs by Brian Silverman · 11 years ago
  76. ab5ba47 refactored LogFileAccessor into 2 subclasses for reading and writing by Brian Silverman · 11 years ago
  77. 138449e made the way code starts a bit saner by Brian Silverman · 11 years ago
  78. fe1ef17 fixed netconsole getting junk from other robots by Brian Silverman · 11 years ago
  79. 01421c8 fixed some dependency confusion by Brian Silverman · 11 years ago
  80. 9322293 fixed stupid log displaying bug by Brian Silverman · 11 years ago
  81. 428de56 cleaned up queue wrapper stuff by Brian Silverman · 11 years ago
  82. accb935 little cleanup by Brian Silverman · 11 years ago
  83. b326732 added verification that raw_queue_test exercises the asserts by Brian Silverman · 11 years ago
  84. 3510980 cut down the number of readable_.Broadcast()s by Brian Silverman · 11 years ago
  85. 4dd0624 removed now-pointless once-per-second flushing of the log file by Brian Silverman · 11 years ago
  86. d09e03b added direct syscalls for ARM by Brian Silverman · 11 years ago
  87. 00d4246 merging in changes saved for after SVR by Brian Silverman · 11 years ago
  88. 68c0fd6 (hopefully) make it so it can actually recover from getting behind by Brian Silverman · 11 years ago
  89. 4861015 cleaned up ugly code by Brian · 11 years ago
  90. 74aa260 updated documentation comments by Brian · 11 years ago
  91. c1dc7d2 moved stuff to where it belongs by Brian · 11 years ago
  92. d94642c improved download performance to the BBB by Brian Silverman · 11 years ago
  93. bad7c8a I thought I already disabled the debugging... by Brian Silverman · 11 years ago
  94. a7234c6 centralized printf formats and improved log_displayer performance by Brian Silverman · 12 years ago
  95. 35a14fd added more RawQueue tests by Brian Silverman · 12 years ago
  96. 9eaf91a enabled queue asserts when they should be by Brian Silverman · 12 years ago
  97. 4d0789d optimized queue unwrapping on arm by Brian Silverman · 12 years ago
  98. 42d5237 reordered functions and made writable_start a member variable by Brian Silverman · 12 years ago
  99. 227ad48 commented and reorganized some queue code by Brian Silverman · 12 years ago
  100. d8a7cf0 made all the shooter tests pass again by Brian Silverman · 12 years ago