1. 15 Nov, 2010 2 commits
  2. 17 Nov, 2010 3 commits
  3. 15 Nov, 2010 6 commits
  4. 14 Nov, 2010 1 commit
  5. 15 Nov, 2010 1 commit
    • Rusty Russell's avatar
      ccanlint: fix idempotent handler · f1c96e9d
      Rusty Russell authored
      Test for inserting idempotent header was wrong way around, and we check
      all headers at once, rather than finishing after one.
      
      Also, turn - into _ rather than removing.
      f1c96e9d
  6. 14 Nov, 2010 1 commit
  7. 15 Nov, 2010 1 commit
  8. 14 Nov, 2010 1 commit
  9. 15 Nov, 2010 1 commit
  10. 11 Nov, 2010 1 commit
  11. 10 Nov, 2010 13 commits
  12. 09 Nov, 2010 5 commits
    • Rusty Russell's avatar
      compiler: shorten names of attributes, add UNUSED · 1c005e12
      Rusty Russell authored
      The long names were unwieldy in practice; at risk of clashing, replace
      with shorter versions.
      1c005e12
    • Rusty Russell's avatar
      nfs: add generates C files · 56dd9548
      Rusty Russell authored
      ccanlint won't run rpcgen, so we need the C source in the repo anyway.
      56dd9548
    • Rusty Russell's avatar
      nfs: ccanize a little more. · 05cdb20a
      Rusty Russell authored
      rename libnfs.h to nfs.h (CCAN expects "main" header to match module name).
      tools move into tools/, .x file move into rpc/
      Don't sed the rpcgen files, generate headers in rpc/
      Make tools use <ccan/nfs/nfs.h> as per normal ccan usage.
      05cdb20a
    • Rusty Russell's avatar
      nfs: initial import. · f91748e6
      Rusty Russell authored
      Another Ronnie module!
      f91748e6
    • Rusty Russell's avatar
      ccanlint: rework so checks have more structure. · 7a163ea2
      Rusty Russell authored
      Previously each check returned a void *, but in fact most of them fell into
      similar patterns.  So define 'struct score' and a helper to add files to it,
      and use that.
      
      Under these rules, you get 0/1 if you skip a test because a dependency failed
      which in theory means your score (as a percentage) could drop if you fix
      a test.
      7a163ea2
  13. 08 Nov, 2010 4 commits