1. dbcc87d fix log_displayer -N by Brian Silverman · 11 years ago
  2. 07b923c Merge "add support for replaying log messages" by Austin Schuh · 11 years ago
  3. 9f33049 clean up the distinction between FRC and non-FRC platforms by Brian Silverman · 11 years ago
  4. d057569 add support for replaying log messages by Brian Silverman · 11 years ago
  5. f5ca4d0 make log_displayer following faster on large files by Brian Silverman · 11 years ago
  6. 75e9530 handle logging queue overflows better by Brian Silverman · 11 years ago
  7. 58657aa make log_displayer filter per-process a lot better by Brian Silverman · 11 years ago
  8. 8c2b00e implement prefix filtering of names in log_displayer by Brian Silverman · 11 years ago
  9. 64833d4 don't skip potentially important types in log files by Brian Silverman · 11 years ago
  10. dc1eb27 redo the aos_sync API and add PI support by Brian Silverman · 11 years ago
  11. aebbc34 Fixed a memory leak from the thread name. by Austin Schuh · 11 years ago
  12. 8ce2c7f Merge "Add better help message for log_displayer." by Brian Silverman · 11 years ago
  13. aa5bdb1 Add better help message for log_displayer. by Daniel Petti · 11 years ago
  14. 2fe007c name our threads for ease of debugging by Brian Silverman · 11 years ago
  15. 1333d4c Merge "Make string_to_num work with floats." by Brian Silverman · 11 years ago
  16. 5aa2979 Make string_to_num work with floats. by Daniel Petti · 11 years ago
  17. 5c222b6 handle piped-in log files ending in the middle of a chunk by Brian Silverman · 11 years ago
  18. 84a3831 log_streamer now eats messages by Austin Schuh · 11 years ago
  19. c5982cb binary_log_writer waits for the flash disk to be mounted on the roboRIO. by Austin Schuh · 11 years ago
  20. 0480bc8 Shrunk shmem and logging queue size. by Austin Schuh · 11 years ago
  21. 7e95839 Added arrays to queues. by Austin Schuh · 11 years ago
  22. f4452d7 check for errors when deserializing types from log files by Brian Silverman · 11 years ago
  23. 65e569d add support for displaying log files on standard input by Brian Silverman · 11 years ago
  24. 17311c9 make logging not leak Context objects when threads die by Brian Silverman · 11 years ago
  25. 0141562 Merge "Change log_displayer help message." by Brian Silverman · 11 years ago
  26. 88c81f4 Change log_displayer help message. by Daniel Petti · 11 years ago
  27. 6a735e4 Merge "Add log_displayer support for -m and -p." by Brian Silverman · 11 years ago
  28. b6c885b Add log_displayer support for -m and -p. by Daniel Petti · 11 years ago
  29. c2591fc Merge "Make log displayer work as the help message indicates." by Brian Silverman · 11 years ago
  30. e6f33e2 Make log displayer work as the help message indicates. by Daniel Petti · 11 years ago
  31. 56d855d Merge "Make log displayer work as the help message indicates." by Brian Silverman · 11 years ago
  32. 731c612 Make log displayer work as the help message indicates. by Daniel Petti · 11 years ago
  33. 8bd3153 add a TODO to the linux logging implementation by Brian Silverman · 11 years ago
  34. ff48578 tested stuff on a robot + fixed issues by Brian Silverman · 11 years ago
  35. 7faaec7 made RawQueue options type-safe by Brian Silverman · 11 years ago
  36. 43d57d1 play nicer with tsan by Brian Silverman · 11 years ago
  37. 6da0427 made sure everything's thread safe by Brian Silverman · 11 years ago
  38. 2adb145 fixed using readdir(3) wrong by Brian Silverman · 11 years ago
  39. 01be000 got rid of all uses of strerror by Brian Silverman · 11 years ago
  40. f798614 cleaned up lots of not-so-niceties and a few bugs by Brian Silverman · 11 years ago
  41. ab5ba47 refactored LogFileAccessor into 2 subclasses for reading and writing by Brian Silverman · 11 years ago
  42. 9322293 fixed stupid log displaying bug by Brian Silverman · 11 years ago
  43. 4dd0624 removed now-pointless once-per-second flushing of the log file by Brian Silverman · 12 years ago
  44. 68c0fd6 (hopefully) make it so it can actually recover from getting behind by Brian Silverman · 12 years ago
  45. a7234c6 centralized printf formats and improved log_displayer performance by Brian Silverman · 12 years ago
  46. 9166063 stupid typo fix by Brian Silverman · 12 years ago
  47. 664db1a actually write matrix logs to the log file by Brian Silverman · 12 years ago
  48. 430dbee merging in matrix logging support by Brian Silverman · 12 years ago
  49. ff12c9f got matrix logging stuff to compile by Brian Silverman · 12 years ago
  50. ed01d61 merging in changes "queued" up for after Davis by Brian Silverman · 12 years ago
  51. 09e85ed made the log file names sort better by Brian Silverman · 12 years ago
  52. 8a2e714 added checking for log files that get truncated in the wrong place by Brian Silverman · 12 years ago
  53. a33af74 stopped leaking queue messages when dropping logs by Brian Silverman · 12 years ago
  54. 7896854 started recording when logs get dropped by Brian Silverman · 12 years ago
  55. 7cb61eb Fixed writes killing the code. by Austin Schuh · 12 years ago
  56. 2d2d1a0 made the log file format the same on amd64 and arm by Brian Silverman · 12 years ago
  57. f574e73 cleaned up the new log file naming logic code by Brian Silverman · 12 years ago
  58. a04c175 Changed log file to use a counting index instead of a now meaningless timestamp. by Ben Fredrickson · 12 years ago
  59. a70144e upping the logging queue size even more by Brian Silverman · 12 years ago
  60. ca6581b fixed dropping log messages by Brian Silverman · 12 years ago
  61. 9747834 forgot to build for amd64 again... by Brian Silverman · 12 years ago
  62. f778031 fixed struct log stuff by Brian Silverman · 12 years ago
  63. 88471dc got binary logging actually fully working (!!!) by Brian Silverman · 12 years ago
  64. c4546d2 made more preparations for putting queue messages into logs by Brian Silverman · 12 years ago
  65. 003ba4b cleaned up the existing logging code by Brian Silverman · 12 years ago
  66. fe9b7a2 moved the logging-related executables into an intelligent location by Brian Silverman · 12 years ago
  67. b089388 split out the implementation of the log functions by Brian Silverman · 12 years ago
  68. 14fd0fb switched from fitpc/atom to prime/linux by Brian Silverman · 12 years ago