Skip to content
  1. Aug 09, 2016
    • Simon Warta's avatar
      winbuild: Free name $(CC) in Makefile (#950) · b2ac0165
      Simon Warta authored
      In the old line number 290, CC and CURL_CC had the same value. After
      that, /DCURL_STATICLIB was added to CC but not CURL_CC (intended?).
      
      This gets rid of the CC variable entirely. It is a first step to make it
      possible to manualyl set a CC variable in order to be able to change the
      compiler.
      b2ac0165
  2. Aug 08, 2016
  3. Aug 07, 2016
  4. Aug 04, 2016
  5. Aug 03, 2016
  6. Aug 02, 2016
  7. Aug 01, 2016
  8. Jul 31, 2016
    • Daniel Stenberg's avatar
      include: revert 9adf3c47 and make public types void * again · d6604524
      Daniel Stenberg authored
      Many applications assume the actual contents of the public types and use
      that do for example forward declarations (saving them from including our
      public header) which then breaks when we switch from void * to a struct
      *.
      
      I'm not convinced we were wrong, but since this practise seems
      widespread enough I'm willing to (partly) step down.
      
      Now libcurl uses the struct itself when it is built and it allows
      applications to use the struct type if CURL_STRICTER is defined at the
      time of the #include.
      
      Reported-by: Peter Frühberger
      Fixes #926
      d6604524
  9. Jul 28, 2016
  10. Jul 26, 2016
  11. Jul 25, 2016
  12. Jul 24, 2016
  13. Jul 23, 2016