1. 19 Jan, 2017 1 commit
  2. 16 Jan, 2017 5 commits
  3. 13 Jan, 2017 8 commits
  4. 12 Jan, 2017 6 commits
  5. 11 Jan, 2017 9 commits
  6. 10 Jan, 2017 2 commits
    • Cedric Roux's avatar
      include init_nas_s1 in the repository · f3b84e74
      Cedric Roux authored
      init_nas_s1 may not work properly, but many people complain
      about this file, so let's put it in the repository.
      
      We'll fix it at some point if it's not properly usable.
      f3b84e74
    • Cedric Roux's avatar
      add format indicator to get LOG_X warnings · cb67d586
      Cedric Roux authored
      The LOG_X macros emit a lot of warnings when compiling with the T
      because they call the function logRecord (or logRecord_mt)
      which has not been "marked" as calling printf, so gcc won't
      emit typical printf warnings.
      
      With the T, they directly translate to sprintf, so those warnings
      pop up, much more verbose due to several macro expansions.
      
      Let's make them pop up all the time so it's easier to fix them.
      cb67d586
  7. 09 Jan, 2017 6 commits
  8. 06 Jan, 2017 3 commits