1. Sep 25, 2014
  2. Sep 24, 2014
  3. Sep 23, 2014
  4. Sep 20, 2014
  5. Sep 19, 2014
  6. Sep 18, 2014
  7. Sep 17, 2014
  8. Sep 16, 2014
  9. Sep 15, 2014
  10. Sep 10, 2014
  11. Sep 06, 2014
    • Ben Noordhuis's avatar
      src: remove Environment::GetCurrentChecked() · 06526a2a
      Ben Noordhuis authored
      
      
      There is only one call site that uses it and that can do the checks
      itself.  Removes ~15 lines of code.
      
      Reviewed-by: default avatarTrevor Norris <trev.norris@gmail.com>
      06526a2a
    • Ben Noordhuis's avatar
      lib: unexport http.parsers · 299cf844
      Ben Noordhuis authored
      Unexport the http.parsers freelist.  It was originally exported by Ryan
      in commit 0003c701
      
       but the commit log doesn't mention why and it's never
      been documented.  It's unclear if there are any users.
      
      The lifecycle of parser objects changed recently and it seems better to
      not let people shoot themselves in the foot so easily.
      
      If it turns out there are actually users, we can always re-export it
      again - probably under a slightly different name, to force people to
      update their code to the new way of things.
      
      Reviewed-by: default avatarTrevor Norris <trev.norris@gmail.com>
      299cf844